05-26-2021 05:55 AM
We have configured a native stack with two Cisco SG350XG-24F. We are using the stack configuration for two reasons:
1. to have a redundant connection from the hypervisors to the shared storage
2. to aggregate two uplinks to an other switch (one port on unit 1, one on unit 2) with LACP
The reboot function in the switch GUI reboots all units at once, so all network-links go down at once. This breaks our redundant concept.
Is there a way to reboot each stack unit separately? One way would be to pull the power cable, but I still hope there is a more advanced solution in the GUI or in the CLI.
Thanks and regards
Ruben
05-26-2021 06:31 AM
Command level you can use :
reload [in [hhh:mm | mmm] | at hh:mm [day month]] | cancel] [slot unit-id]
05-28-2021 03:12 PM - edited 05-28-2021 03:14 PM
Dear Balaji
Thanks for your fast reply and suggested command. But its not working. I logged in via SSH to the switch, displayed the unit IDs and then tried to reload unit 1:
sw002#show stack Topology is Chain Units stack mode: Native Unit Id MAC Address Role Network Uplink Port Port Type Type ------- ------------------- -------- ------- ------ 1 cc:8e:71:6d:ae:f3 master te none 2 cc:8e:71:6c:ae:dd backup te none sw002#reload slot 1 % Wrong number of parameters or invalid range, size or characters entered
After that I verfied if the reload command is working at all. Yes it does, when I just enter "reload", I get asked if I really like to reboot.
Any idea?
Thanks in advance
05-29-2021 12:46 AM
reload slot 1
that is the command that should work I do not have a device to test, try no spaces after the number. ( try to reboot 2 and see if that works ?)
reload slot 2
06-01-2021 07:29 AM
Thanks. I tried now every possible combination with and without spaces with no luck. But as you can read in my answer to @Martin Aleksandrov below, the slot paramter seams really not implemented.
Thanks and regards
Ruben
05-30-2021 06:22 AM
Please note the SMB and Cisco Business series switches do not support that functionality to reload only a single stack unit so in general, the applicable command which reloads the whole stack is as follows:
reload {in hh:mm | mmm | at hh:mm [day month]}
You can refer to the "Stack Commands" section 61 (page 1178) from the cli guide:
or this guide as well.
Thanks,
Martin
06-01-2021 07:25 AM
Dear Martin
I could verifiy with the following command, that the slot paramter is not implemented on 2.4.0.94:
sw002#reload ? at Reload at a specific time/date cancel Cancel pending reload in Reload after a time interval <CR> sw002#
But on the other hand, in the documentation the reload command is documented twice:
Page 418, 18.14 reload:
reload {in hhh:mm | mmm | at hh:mm [day month]}
Page 1126, 59.3 reload:
reload [in [hhh:mm | mmm] | at hh:mm [day month]] | cancel] [slot unit-id]
(Source Cisco 350XG Series 10G Stackable Managed Switches CLI Guide from October 2018)
So what could that mean?
Any idea?
Thanks and regards
Ruben
06-01-2021 09:07 AM
Hello Ruben,
In my opinion, there is a mistake with the documentation addressing that as a possible optional command. I will double-check with the respective team and will revert.
Thanks,
Martin
06-02-2021 03:06 PM
But as per the document why it mentioned as unit-id, that confuses the syntax is'nt it ?
06-03-2021 02:39 AM
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