Cisco Swtich Stack - Renumber Swtich

Moderator: stamour547

Post Reply
chris
Site Admin
Posts: 36
Joined: Mon Dec 09, 2019 6:55 pm

Cisco Swtich Stack - Renumber Swtich

Post by chris »

At a IOS component you sometimes want a sequentially ordered interfaces in a cisco stack. A switch in a stack can not be un-provisioned or re-provisioned, so removing and adding a physical switch in a running Stack does not work. It generates following syslog message:

Code: Select all

%Switch can not be un-provisioned when it is physically present
To change a index number of a physical component in a stack use following IOS command:

Code: Select all

switch(config)#switch X renumber X
Post Reply