Users Guide

Table Of Contents
Switch Management Commands 2333
On the N3200, AN is supported in 25G and 100G modes only. The port will
not link up if configured for 2x50G breakout with AN enabled.
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. On the N2200, the switch must be
rebooted for the command to take effect.
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