Owner's Manual
Using the RACADM Command Line Interface 89
Removing the CMC VLAN
To remove the CMC VLAN, disable the VLAN capabilities of the external
chassis management network:
racadm config -g cfgLanNetworking -o
cfgNicVLanEnable 0
You can also remove the CMC VLAN using the following command:
racadm setniccfg -v
Setting up a Server VLAN
Specify the VLAN ID and priority of a particular server with the following
command:
racadm setniccfg -m server-<n> -v <VLAN id> <VLAN
priority>
The valid values for <n> are 1 – 16.
The valid values for <VLAN id> are 1 – 4000 and 4021 – 4094. Default is 1.
The valid values for <VLAN priority> are 0 – 7. Default is 0.
For example:
racadm setniccfg -m server-1 -v 1 7
Removing a Server VLAN
To remove a server VLAN, disable the VLAN capabilities of the specified
server's network:
racadm setniccfg -m server-<n> -v
The valid values for <n> are 1-16.
For example:
racadm setniccfg -m server-1 -v