10-31-2023 03:02 PM
I have two Cisco Catalyst 9200's that are stacked. We no longer need them stacked and wish to split them. One switch will stay in production and the other will be reassigned later. My thought to do this would be to power down the one switch no longer needed in the stack and disconnect it. Essentially it will be like the switch failed, but I won't be replacing it. Can they be split without powering down the other one staying in production? Will it need to be rebooted? Any CLI commands needed? Thanks in advance for any help.
Solved! Go to Solution.
10-31-2023 03:41 PM
I believe that's an acceptable and safe way to remove one stack member.
If possible, take down the switch that's NOT the master.
Remember when you power on the removed switch, it will be a live "duplicate" of the other switch. I.e. don't power back up unless not connected to prior network. Clear switch config.
10-31-2023 07:51 PM - edited 10-31-2023 09:58 PM
@MichaelGrech46995 wrote:
Any CLI commands needed?
factory-reset config
11-01-2023 02:48 AM
11-01-2023 08:10 AM
yes the active switch only detects a member is down, but still thinks it is a stack
- "show switch" will give you details of the active switch number, with the other reported as "removed"
- show running-config | include provision ! will give you the corresponding lines in the configuration
- conf t
no switch <x> provision ..... ! will remove the missing member from the configuration
end
write ! (or copy running-config startup-config)
NB! if you removed member 1 and member 2 remains, you may want to
- switch 2 renumber 1
write
reload ! a reload is necessary to effectuate the renumbering
10-31-2023 03:41 PM
I believe that's an acceptable and safe way to remove one stack member.
If possible, take down the switch that's NOT the master.
Remember when you power on the removed switch, it will be a live "duplicate" of the other switch. I.e. don't power back up unless not connected to prior network. Clear switch config.
10-31-2023 07:51 PM - edited 10-31-2023 09:58 PM
@MichaelGrech46995 wrote:
Any CLI commands needed?
factory-reset config
10-31-2023 10:22 PM
Would that command be used on the switch I remove to set it back to defaults?
Also, would the switch that remains in production think it is still in a stack, and would need some type of reseting or "undoing the stack" commands?
11-01-2023 02:48 AM
11-01-2023 08:10 AM
yes the active switch only detects a member is down, but still thinks it is a stack
- "show switch" will give you details of the active switch number, with the other reported as "removed"
- show running-config | include provision ! will give you the corresponding lines in the configuration
- conf t
no switch <x> provision ..... ! will remove the missing member from the configuration
end
write ! (or copy running-config startup-config)
NB! if you removed member 1 and member 2 remains, you may want to
- switch 2 renumber 1
write
reload ! a reload is necessary to effectuate the renumbering
11-01-2023 08:49 AM
BTW, a switch stack, with missing member isn't adverse to ongoing operation beyond stack being prepared for missing member to come back on-line. (It's somewhat similar to a chassis switch when you pull out a line card.)
As @pieterh describes, you can remove the "ghost" config information.
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