Reference Guide
Input
• -d — Enables DHCP for the NIC (default is DHCP disabled.)
• -d6 — Enables AutoConfig for the NIC. It is enabled by
default.
• -s — Enables static IP settings. The IPv4 address, netmask,
and gateway must be specified. Otherwise, the existing static
settings are used. <IPv4Address>, <netmask>, and
<gateway> must be typed as dot-separated strings.
racadm setniccfg -s 192.168.0.120
255.255.255.0 192.168.0.1
• -s6 — Enables static IPv6 settings. The IPv6 address, Prefix
Length, and the IPv6 Gateway can be specified.
• -o — Enable or disable NIC.
Example
• To Configure static IPv4 address for iDRAC NIC
racadm setniccfg -s 192.168.0.120
255.255.255.0 192.168.0.1
Static IP configuration enabled and modified
successfully
• Configure DHCP mode for iDRAC IPv4
racadm setniccfg -d
DHCP is now ENABLED
• Configure DHCP mode for iDRAC IPv6
racadm setniccfg -d6
DHCP6 is now ENABLED
sshpkauth
Descriptio
n
Enables you to upload and manage up to 4 different SSH public
keys for each user. You can upload a key file or key text, view
keys, or delete keys.
This command has three mutually exclusive modes determined
by the options — upload, view, and delete.
To run this subcommand, you must have Configure user
privilege.
Required
License
PK Authentication
Synopsis
racadm sshpkauth
102