Using the serial and racadm Commands 141Configuring DRAC 4 Network PropertiesType the following command to get a list of the available network properties:racadm getconfig -g cfgLanNetworkingIf you want to use DHCP to obtain an IP address, you can use the command to write the objectcfgNicUseDhcp to enable it. You may also type a static IP address, netmask, and gateway.The commands provide the same configuration functionality as the option ROM does at boot-uptime when you are prompted to type . For more information about configuringnetwork properties with the option ROM, see "Configuring DRAC 4 Network Properties."The following is an example of how the command may be used to configure desiredLAN network properties.racadm config -g cfgLanNetworking -o cfgNicEnable 1racadm config -g cfgLanNetworking -o cfgNicIpAddress 192.168.0.120racadm config -g cfgLanNetworking -o cfgNicNetmask 255.255.255.0racadm config -g cfgLanNetworking -o cfgNicGateway 192.168.0.120racadm config -g cfgLanNetworking -o cfgNicUseDhcp 0racadm config -g cfgLanNetworking -o cfgDNSServersFromDHCP 0racadm config -g cfgLanNetworking -o cfgDNSServer1 192.168.0.5racadm config -g cfgLanNetworking -o cfgDNSServer2 192.168.0.6racadm config -g cfgLanNetworking -o cfgDNSRegisterRac 1racadm config -g cfgLanNetworking -o cfgDNSRacName RAC-EK00002racadm config -g cfgLanNetworking -o cfgDNSDomainNameFromDHCP 0racadm config -g cfgLanNetworking -o cfgDNSDomainName MYDOMAINNOTE: If cfgNicEnable is set to 0, the DRAC 4 LAN is disabled even if DHCP is enabled.