1 Rookie
•
4 Posts
0
69
October 23rd, 2024 04:30
stacking remove issue switch id showing 2 how to change switch id 2 to 0
we are using dell N1548P switch and Ios version is 6.8.15
this switch currently running In stack I removed switch from the stack
I followed the command below to remove from the stack.
ommand | Parameters |
console>enable | Enter Privileged EXEC mode. |
console#configure | Enter configuration mode. |
console(config)#stack | Enter Stack Configuration mode. |
console(config-stack)#no member <member id> | Remove member |
after I remove from the stack switch ID, it shows 2 how to change id 2 to 0
I reset the switch 2 times but no luck.
No Events found!
DELL-Joey C
Moderator
•
3.9K Posts
0
October 24th, 2024 08:17
Hi,
Since the switch stack number is 2 as you mentioned, hence your command should be #no member 2, instead of 1.
DELL-Marco B
Moderator
•
3.8K Posts
0
October 23rd, 2024 09:52
Hello,
can you do the following command?
console(config-stack)# no member 2
console(config-stack)# member 0 priority 15
then you save the configuration and reload.
Thanks
SATYABRATA BASTIA
1 Rookie
•
4 Posts
0
October 24th, 2024 04:59
Hi,
I tried the two commands above, but it's showing an error.
console(config-stack)#no member 1
ERROR: Could not remove switch as it is an active member of stack
console(config-stack)#member 0
Command not found / Incomplete command. Use ? to list commands.
Thanks
SATYA