Users Guide

Switch Management Commands 2257
Ethernet, the two stack ports, the 2x50G Ethernet ports, and the 4x25G
Ethernet ports show as detached. Likewise, when the port is configured in
stack mode, all of the associated Ethernet ports will show as detached.
NOTE: This command does not operate in interface range mode.
NOTE: This command is only valid on the N2200-ON and N3200-ON switches. It issues an
error response if used on any other switch model.
Example
Change N3200 2x50G stacking ports to 100G Ethernet.
console#config
console(config)#stack
console(config-stack)#stack-port fiftygigabitethernet 1/0/1 ethernet
console(config-stack)#stack-port fiftygigabitethernet 1/0/2 ethernet
console(config-stack)#stack-port fiftygigabitethernet 1/0/3 ethernet
console(config-stack)#stack-port fiftygigabitethernet 1/0/4 ethernet
console(config-stack)#exit
console(config)#interface hundredgigabitethernet 1/0/1
console(config-if-Hu1/0/1)#hardware profile portmode 1x100g
console(config-if-Hu1/0/1)#interface hundredgigabitethernet 2/0/2
console(config-if-Hu1/0/2)#hardware profile portmode 1x100g
console(config-if-Hu1/0/2)#end
console#write
console#reload
Change N3200 100G Ethernet ports to 2x50G stacking.
console#config
console(config)#interface hundredgigabitethernet 1/0/1
console(config-if-Hu1/0/1)#hardware profile portmode 2x50g
console(config-if-Hu1/0/1)#interface hundredgigabitethernet 1/0/2
console(config-if-Hu1/0/2)#hardware profile portmode 2x50g
console(config-if-Hu1/0/2)#exit
console(config)#stack
console(config-stack)#stack-port fiftygigabitethernet 1/0/1 stack
console(config-stack)#stack-port fiftygigabitethernet 1/0/2 stack
console(config-stack)#stack-port fiftygigabitethernet 1/0/3 stack
console(config-stack)#stack-port fiftygigabitethernet 1/0/4 stack
console(config-stack)#end
console#write
console#reload
This command will not take effect until the switch is rebooted.