Update Static IP Address Add
Adds an IP address and a default gateway on a specified interface configured with a static IP address.
Workflow inputs – Update Static IP Address Add
Call Workflow Input | Description | Required | Default Value |
connection details | XML document conforming to the ConnectionDetails common object that contains the information required to execute a command. | Yes | n/a |
interface name | The interface name for which the address and gateway information will be added.
| Yes | n/a |
ip address | The IP address to be added to the subnet mask for that IP address. | Yes | n/a |
subnet mask | The netmask (also known as a subnet mask) associated with the network destination.
| No | 255.255.255.255 |
default gateway | The forwarding or next hop IP address over which the set of addresses defined by the network destination and subnet mask are reachable.
| No | There is no default value. |
gateway metric | An integer cost metric for the route. This will be used when choosing among multiple routes in the routing table that most closely match the destination address of a packet being forwarded. The route with the lowest metric is chosen. The metric can reflect the number of hops, the speed of the path, path reliability, path throughput, or administrative properties.
Valid values: integer between 1 and 9999 | No | If a value is not specified for this input, the route with the lowest metric is chosen. |
broadcast address | Address that determine the bounds the broadcast domain | No | There is no default value. |
Workflow outputs – Update Static IP Address Add
Call Workflow Output | Description |
output | XML document consisting of one or more <line> elements that contain the command response. Each <line> element contains an index attribute indicating the order in which the information was returned by the command. |