CLI Guide

Input
-mThe <module> option must be one of the following values:
switch-<n>, where n = 1-6
chassisThe default state if -m is not specified.
-dEnables DHCP for the Ethernet management port.
-sEnables static IP address, netmask, and gateway settings.
NOTE:
Enter the IP address, netmask, and gateway as dotted decimal strings.
Command also supports VLAN Configuration.
-vVLAN 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
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 IPv4 address:
racadm setniccfg -m chassis -s 192.168.0.120 255.255.255.0 192.168.0.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.
Synopsis
racadm swinventory
Input
racadm swinventory
Example To view the software inventory:
racadm swinventory
traceroute
Description
Prints the route packets trace to the network host.
Synopsis
racadm traceroute <host>
Input <host>The IPv4 address or hostname of the remote endpoint to trace.
24 RACADM sub command details