CLI Guide
Table Of Contents
- Dell EMC OpenManage Enterprise Modular Edition for PowerEdge MX7000 Chassis RACADM Command Line Reference Guide
- Contents
- Introduction
- RACADM sub command details
- Guidelines to quote strings containing special characters when using RACADM commands
- Question mark and question mark with subcommand
- help and help with subcommand
- arp
- chassisaction
- chassisgroup
- chassislog
- cmcchangeover
- config
- connect
- deploy
- faultlist
- getconfig
- getmodinfo
- getniccfg
- getpbinfo
- getpminfo
- getsensorinfo
- getsysinfo
- ifconfig
- ping
- ping6
- racreset
- racresetcfg
- serveraction
- setniccfg
- swinventory
- traceroute
- traceroute6
- OpenManage Enterprise Modular property database group and object descriptions
setniccfg
Description Modifies network configuration properties.
Synopsis
racadm setniccfg [-m <module>] -d
racadm setniccfg [-m <module>] -d [-6]
racadm setniccfg [-m <module>] -s <ipAddress> <netmask> <gateway>
racadm setniccfg [-m <module>] -s -6 <ipv6Address> <prefixlen> <gateway>
racadm setniccfg [-m <module>] -v [vlan_id]
Input
● -m—The <module> option must be one of the following values:
○ switch-<n>, where n = 1-6
○ chassis—The default state if -m is not specified.
● -d—Enables DHCP for the Ethernet management port.
● -s—Enables static IP address, netmask, and gateway settings.
NOTE:
○ Enter the IP address, netmask, and gateway as dotted decimal strings.
○ Command also supports VLAN Configuration.
●
-v—VLAN settings has the following legal values:
○ If there are no arguments, it implies that the VLAN tag must be removed.
○ <vlan_id> : 1-4000, 4021-4094
NOTE: Disable the DHCP option to configure the static IP.
Example
● Enable DHCP for a switch:
racadm setniccfg -m switch-1 -d
● To Enable Autoconfiguration for ipv6
racadm setniccfg -m chassis -d -6
● Configuration of switch to a static IPv4 address:
racadm setniccfg -m switch-1 -s 192.168.0.120 255.255.255.0
192.168.0.1
● Configuration of chassis to a static IPv6 address:
racadm setniccfg -m chassis -s -6 2001:DB8::2 64 2001:DB8::1
● Configuration of VLAN id for chassis:
racadm setniccfg -m chassis -v 1000
● Removal of VLAN configuration from a chassis:
racadm setniccfg -m chassis -v
swinventory
Description
Displays the list of the software objects installed in the chassis.
28 RACADM sub command details