Owner's Manual
84 Using the RACADM Command Line Interface
Enabling the CMC Network Interface
To enable/disable the CMC Network Interface for both IPv4 and IPv6, type:
racadm config -g cfgLanNetworking -o cfgNicEnable 1
racadm config -g cfgLanNetworking -o cfgNicEnable 0
NOTE: The CMC NIC is enabled by default.
To enable/disable the CMC IPv4 addressing, type:
racadm config -g cfgLanNetworking -o cfgNicIPv4Enable
1
racadm config -g cfgLanNetworking -o cfgNicIPv4Enable
0
NOTE: The CMC IPv4 addressing is enabled by default.
To enable/disable the CMC IPv6 addressing, type:
racadm config -g cfgIpv6LanNetworking -o cfgIPv6Enable
1
racadm config -g cfgIpv6LanNetworking -o cfgIPv6Enable
0
NOTE: The CMC IPv6 addressing is disabled by default.
By default, for IPv4, the CMC requests and obtains a CMC IP address from
the Dynamic Host Configuration Protocol (DHCP) server automatically. You
can disable the DHCP feature and specify static CMC IP address, gateway,
and subnet mask.
For an IPv4 network, 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>
By default, for IPv6, the CMC requests and obtains a CMC IP address from
the IPv6 Autoconfiguration mechanism automatically.