User guide

Chapter 7: Using the Command Line Interface
166
Example
The following command assigns the static IP address "192.168.84.222" to
the Dominion PX device.
config:# network ipAddress 192.168.84.222
Setting the Subnet Mask
After selecting the static IP configuration mode, you can use this
command syntax to define the subnet mask.
config:# network subnetMask <netmask>
Variables:
<netmask> is the subnet mask address. The value ranges from
0.0.0.0 to 255.255.255.255.
Example
The following command sets the subnet mask to 192.168.84.0.
config:# network subnetMask 192.168.84.0
Setting the Gateway
After selecting the static IP configuration mode, you can use this
command syntax to specify the gateway.
config:# network gateway <ip address>
Variables:
<ip address> is the IP address of the gateway. The value ranges from
0.0.0.0 to 255.255.255.255.
Example
The following command sets the gateway to 255.255.255.0.
config:# network gateway 255.255.255.0