Owner's Manual
Using the RACADM Command Line Interface 81
Viewing Current IPv4 Network Settings
To view a summary of NIC, DHCP, network speed, and duplex settings, type:
racadm getniccfg
or
racadm getconfig -g cfgCurrentLanNetworking
Viewing Current IPv6 Network Settings
To view a summary of the network settings, type:
racadm getconfig -g cfgIpv6LanNetworking
To view IPv4 and IPv6 addressing information for the chassis type:
racadm getsysinfo
By default, the CMC requests and obtains a CMC IP address from the
Dynamic Host Configuration Protocol (DHCP) server automatically.
You can disable this feature and specify static CMC IP address, gateway, and
subnet mask.
To disable DHCP and specify static CMC IP address, gateway, and subnet
mask, type:
racadm config -g cfgLanNetworking -o cfgNicUseDHCP 0
racadm config -g cfgLanNetworking -o cfgNicIpAddress
<static IP address>
racadm config -g cfgLanNetworking -o cfgNicGateway
<static gateway>
racadm config -g cfgLanNetworking -o cfgNicNetmask
<static subnet mask>
Viewing Current Network Settings
To view a summary of NIC, DHCP, network speed, and duplex settings, type:
racadm getniccfg
or
racadm getconfig -g cfgCurrentLanNetworking