User's Manual
Using the RACADM Command Line Interface 85
You can also specify both the VLAN ID and the VLAN priority with a
single command:
racadm setniccfg -v <VLAN id> <VLAN priority>
For example:
racadm setniccfg -v 1 7
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