HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

reload — Control reboot behavior. More information: <https://www.cisco.com/c/en/us/td/docs/switches/datacente

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandrebootbehaviorreloadcliinformationcontrolmore

Problem

How to use the reload command: Control reboot behavior. More information: <https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/command/reference/fund/n5k-fund-cr/n5k-fund_cmds_r.html#reload>.

Solution

reload — Control reboot behavior. More information: <https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5000/sw/command/reference/fund/n5k-fund-cr/n5k-fund_cmds_r.html#reload>.

Reboot the system:
reload


Reboot after n seconds:
reload in {{n}}


Cancel pending reboots:
reload cancel

Code Snippets

Reboot the system

reload

Reboot after `n` seconds

reload in {{n}}

Cancel pending reboots

reload cancel

Context

tldr-pages: cisco-ios/reload

Revisions (0)

No revisions yet.