how to safely turn off cisco router/switch?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2008 04:19 AM - edited 03-06-2019 12:00 AM
how to safely turn off cisco router/switch?
is it just turn off the power switch at the back of router/switch
or need to issue soem command in user EXEC mode /privileged mode to shut down the router/switch? explain please, thank you
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2008 04:33 AM
You needn't any commands for doing this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2008 04:35 AM
there isn't a "shut down" command for those active devices.
you must physically turn off the power.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2008 04:52 AM
Provided you discipline yourself to save the configuration each change, then you can simply remove the power or switch off. If in doubt, save the configuration to NVRAM before you switch off. But there is no concept of "closing down".
Kevin Dorrell
Luxembourg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2008 07:51 AM
Hi Kevin,
The only command that would be close would be the 'reload' command but this just reset's the router.
Hope this helps, Please vote below if so.
Regards,
Justin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2019 08:47 AM
Hi,
You can turn off all the power supply remotely to shutdown the switch. It works well with cat9300.
Cat9300 standalone switch:
========
conf t
power supply 1 slot a off
power supply 1 slot b off
Cat9300 two switch stack:
========
conf t
power supply 1 slot a off
power supply 1 slot b off
power supply 2 slot a off
power supply 2 slot b off
NOTE: you will loose the remote connection and need to reseat the power cord to turn the switch up.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2022 11:39 AM
On the 9300s I have, it's done from exec, not from conf t
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2024 07:59 PM
First use below commad to identify the power supply connected -
Switch#sh inventory
NAME: "c93xx Stack", DESCR: "c93xx Stack"
NAME: "Switch 1 - Power Supply A", DESCR: "Switch 1 - Power Supply A"
PID: PWR-C1-715WAC-P , VID: V01 , SN: XXXXXX
Then in exec mode turn OFF the power supply.
Switch#power supply 1 slot A off
