C_IPADDRESS#

code: 24

# set
C_IPADDRESS <ipv4_address> <subnet_mask> <gateway>

# get
C_IPADDRESS ?

Description#

The network configuration parameters of the chassis management port.

Actions#

set, get

Parameters#

  1. ipv4_address: address, the static IP address of the chassis

  2. subnet_mask: address, the subnet mask of the local network segment

  3. gateway: address, the gateway of the local network segment

Example#

# set
input:  C_IPADDRESS 192.168.1.100 255.255.255.0 192.168.1.1
output: <OK>

# get
input:  C_IPADDRESS ?
output: C_IPADDRESS 192.168.1.100 255.255.255.0 192.168.1.1