Reference Guide

Table Of Contents
Example
$ racadm getconfig -g cfgIPv6LanNetworking
cfgIPv6Enable=1
cfgIPv6AutoConfig=1
cfgIPv6Address=::
cfgIPv6PrefixLength=64
cfgIPv6Gateway=::
cfgIPv6DNSServersFromDHCP6=1
cfgIPv6DNSServer1=::
cfgIPv6DNSServer2=::
If both IPv4 and IPv6 are enabled on the CMC, IPv6 DNS servers take priority. The order of preference for DNS servers is:
cfgIPv6DNSServer1
cfgIPv6DNSServer2
cfgDNSServer1
cfgDNSServer2
cfgCurrentLanNetworking (Read Only)
This group displays the current CMC NIC properties.
Use this object with the getconfig subcommand.
To use this object property, you must have the CMC Login User privilege.
Synopsis
racadm getconfig -g cfgCurrentLanNetworking
cfgNicCurrentIPv4Enabled
Description
Indicates whether IPv4 is enabled on the CMC. If the current
property value is set to 0 (false), the remote network interfaces
to the CMC are not accessible over IPv4.
Legal Values
Default
Example
racadm getconfig -g cfgCurrentLanNetworking
# cfgNicCurrentIPv4Enabled=1
# cfgNicCurrentIpAddress=143.166.152.116
# cfgNicCurrentNetmask=255.255.255.0
# cfgNicCurrentGateway=143.166.152.1
# cfgNicCurrentDhcpWasUsed=0
# cfgNicCurrentVlanEnable=0
# cfgNicCurrentVlanID=1
# cfgNicCurrentVlanPriority=0
# cfgDNSCurrentServer1=192.168.0.5
# cfgDNSCurrentServer2=192.168.0.6
# cfgDNSCurrentDomainName=MYDOMAIN
cfgNicCurrentIpAddress
Description
Displays the static IP address to the CMC.
Legal Values
147