Mac persistency wait time: 7 mins
H/W Current
Switch# Role Mac Address Priority Version State
----------------------------------------------------------
*1 Master 0016.4727.a900 1 P2B Ready
Provisioning a New Member for a Switch Stack: Example
This example shows how to provision a switch with a stack member number of 2 for the switch stack. The
show running-config command output shows the interfaces associated with the provisioned switch:
Configuring a Network Port into a Stack Port: Examples
The following example shows how to convert a network port to stack port.
Device> enable
Device#configure terminal
Device(config)#switch 1 hstack-port 1 TenGigabitEthernet 1/0/1
Do you want to continue?[confirm]
New port setting will be effective after next reload
Device(config)#switch 1 hstack-port 2 TenGigabitEthernet 1/0/2
Do you want to continue?[confirm]
New port setting will be effective after next reload
The following output example shows the status of the port before reload from network port to stack port.
Device#show switch hstack-ports
Horizontal stack port status :
Te Ports Stack Port Operational Status Next Reload Status Media Type
--------- ------------ -------------------- ------------------- --------------
Te1/0/1 1 N/W Port Stack Port Fiber
Te1/0/2 2 N/W Port Stack Port Fiber
The following output example shows the status of the port after reload from network port to stack port.
Device#show switch hstack-ports
Horizontal stack port status :
Te Ports Stack Port Operational Status Next Reload Status Media Type
--------- ------------ -------------------- ------------------- --------------
Te1/0/1 1 Stack Port Stack Port Fiber
Te1/0/2 2 Stack Port Stack Port Fiber
The following example shows how to convert a stack port back to network port.
Device> enable
Device#configure terminal
Device(config)#no switch 1 hstack-port 1
Do you want to continue?[confirm]
New port setting will be effective after next reload
The following output example shows the status of the port before reload from stack port to network port.
Device#show switch hstack-ports
Horizontal stack port status :
Te Ports Stack Port Operational Status Next Reload Status Media Type
--------- ------------ -------------------- ------------------- --------------
Managing Switch Stacks
23
Managing Switch Stacks
Provisioning a New Member for a Switch Stack: Example