09-10-2019 02:44 AM
Hello for everybody.
What is purpose of "show switch" command for catalyst 9500?
Switch#sh switch
Switch/Stack Mac Address : 00b6.7038.c400 - Local Mac Address
Mac persistency wait time: Indefinite
H/W Current
Switch# Role Mac Address Priority Version State
-------------------------------------------------------------------------------------
*1 Active 00b6.7038.c400 1 V01 Ready
2 Member 0000.0000.0000 0 Provisioned
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#swi
Switch(config)#switch ?
<1-8> Switch Number
Switch(config)#switch 1 ?
provision Configure Switch provision / offline config
Switch(config)#switch 1 pr
Switch(config)#switch 1 provision ?
c9500-12q Catalyst 9500 Series Switch with 12 40G Interfaces
c9500-16x Catalyst 9500 Series Switch with 16 10G Interfaces
c9500-24q Catalyst 9500 Series Switch with 24 40G Interfaces
c9500-40x Catalyst 9500 Series Switch with 40 10G Interfaces
Switch(config)#switch 2 ?
provision Configure Switch provision / offline config
Switch(config)#switch 2 pro
Switch(config)#switch 2 provision ?
c9500-12q Catalyst 9500 Series Switch with 12 40G Interfaces
c9500-16x Catalyst 9500 Series Switch with 16 10G Interfaces
c9500-24q Catalyst 9500 Series Switch with 24 40G Interfaces
c9500-40x Catalyst 9500 Series Switch with 40 10G Interfaces
Switch(config)#switch 2 provision
Is it possible to delete this switch 2 from "sh switch"?
Solved! Go to Solution.
09-10-2019 03:17 AM
"show switch" - will give you how many switch in this Stack connected.
if this is only 1 switch, then not required to configured provisioning other switches. it is safe to remove that config
write and reload.
09-10-2019 03:17 AM
"show switch" - will give you how many switch in this Stack connected.
if this is only 1 switch, then not required to configured provisioning other switches. it is safe to remove that config
write and reload.
09-10-2019 04:07 AM
Thank, it works.
Switch#sh switch
Switch/Stack Mac Address : 00b6.7038.c400 - Local Mac Address
Mac persistency wait time: Indefinite
H/W Current
Switch# Role Mac Address Priority Version State
-------------------------------------------------------------------------------------
*1 Active 00b6.7038.c400 1 V01 Ready
2 Member 0000.0000.0000 0 Provisioned
Switch#sh run | i sw
switch 1 provision c9500-40x
switch 2 provision c9500-40x
class-map match-any system-cpp-police-sw-forward
Switch#no swi
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#no pro
Switch(config)#no sw
Switch(config)#no switch 2 ?
provision Configure Switch provision / offline config
Switch(config)#no switch 2 pr
Switch(config)#no switch 2 provision c9500-40x
Switch(config)#
Switch#wr
*Sep 10 10:56:35.324: %SYS-5-CONFIG_I: Configured from console by console
Building configuration...
[OK]
Switch#copy run st
Destination filename [startup-config]?
Building configuration...
[OK]
Switch#
Switch#
Switch#sh sw
Switch#sh switch
Switch/Stack Mac Address : 00b6.7038.c400 - Local Mac Address
Mac persistency wait time: Indefinite
H/W Current
Switch# Role Mac Address Priority Version State
-------------------------------------------------------------------------------------
*1 Active 00b6.7038.c400 1 V01 Ready
2 Member 0000.0000.0000 0 Unprovisioned
Switch#wr
Building configuration...
[OK]
Switch#reload
And after reload.
Switch#sh switch
Switch/Stack Mac Address : 00b6.7038.c400 - Local Mac Address
Mac persistency wait time: Indefinite
H/W Current
Switch# Role Mac Address Priority Version State
-------------------------------------------------------------------------------------
*1 Active 00b6.7038.c400 1 V01 Ready
Switch#
I tested wss in two c9500-40x and have faced this problem after disabled wss
Though, i did everything step by step and rebooted both switches several times...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide