Reference Guide

IO-Cable Present ON OK noble01 N/A
FPC-Cable Present ON OK noble01 N/A
NOTE: A power state of "Primary" denotes Active CMC.
getniccfg
Description
Displays the current NIC settings.
Synopsis
racadm getniccfg [-m <module>]
Input
–m <module> must be one of the following values:
chassis : Default state if -m is not specied.
server-<n> : where n=1–16
server-<nx> : where n=1–8; x = a, b, c, d (lower case)
switch-<n> : where n=1–6
Output
The getniccfg subcommand displays an appropriate error message if the operation is not successful.
Otherwise, the output is displayed in the following format:
NIC Enabled =1
IPv4 Enabled =1
DHCP Enabled =1
Static IP Address =192.168.0.120
Static Subnet Mask =255.255.255.0
Static Gateway =192.168.0.1
Current IP Address =192.168.0.32
Current Subnet Mask =255.255.255.0
Current Gateway =192.168.0.1
IPv6 Enabled =0
Autoconfiguration Enabled =1
Static IPv6 Address =::
Static IPv6 Gateway =::
Link Local Address =::
Current IPv6 Address 1 =::
Current IPv6 Gateway =::
Speed =Autonegotiate
Duplex =Autonegotiate
Redundant mode =0
VLAN Enable =0
VLAN ID =1
VLAN priority =0
NOTE: IPv6 information is displayed only if IPv6 is enabled in iDRAC.
Example
Display CMC network settings
racadm getniccfg -m chassis
45