Owner's Manual
86 Using the RACADM Command Line Interface
You can disable auto negotiation and specify the duplex mode and network
speed by typing:
racadm config -g cfgNetTuning -o cfgNetTuningNicAutoneg 0
racadm config -g cfgNetTuning -o cfgNetTuningNicFullDuplex
<duplex mode>
where:
<duplex mode> is 0 (half duplex) or 1 (full duplex, default)
racadm config -g cfgNetTuning -o cfgNetTuningNicSpeed
<speed>
where:
<speed> is 10 or 100(default).
Setting up the CMC VLAN (IPv4 and IPv6)
1
Enable the VLAN capabilities of the external chassis management
network:
racadm config -g cfgLanNetworking -o
cfgNicVLanEnable 1
2
Specify the VLAN ID for the external chassis management network:
racadm config -g cfgLanNetworking -o cfgNicVlanID
<VLAN id>
The valid values for <
VLAN id
> are 1– 4000 and 4021– 4094. Default is 1.
For example:
racadm config -g cfgLanNetworking -o cfgNicVlanID
1
3
Then, specify the VLAN priority for the external chassis management
network:
racadm config -g cfgLanNetworking -o
cfgNicVLanPriority <VLAN priority>
The valid values for <
VLAN priority
> are 0–7. Default is 0.
For example:
racadm config -g cfgLanNetworking -o
cfgNicVLanPriority 7