The Reload Cisco command

Cisco Reload Command

Purpose

The Cisco reload command is used to reboot a Cisco device. This command can be used to:

  • Restart a device that is experiencing problems
  • Upgrade the device’s software
  • Apply new configuration changes

Syntax

The syntax for the reload command is as follows:

reload [<option>]

Options

The following options are available with the reload command:

  • now: Reboots the device immediately.
  • : Reboots the device after the specified number of seconds.
  • force: Forces the device to reboot, even if there are unsaved configuration changes.
  • boot system: Reloads the device using the system image.
  • boot disk0-disk2: Reloads the device using the image on the specified disk.

Usage

To reload a Cisco device, follow these steps:

  1. Enter the enable mode by typing the following command:
enable
  1. Enter the reload command. For example, to reboot the device immediately, you would type the following command:
reload now
  1. The device will display a warning message. Type “y” to confirm that you want to reboot the device.
  2. The device will begin the reboot process.

Equipment Compatibility

The reload command can be used on all Cisco devices that run the IOS operating system. This includes routers, switches, and firewalls.

Additional Information

  • The reload command can also be used to reset a device to its factory default settings. To do this, you would use the following command:
reload factory-default
  • The reload command is a privileged EXEC command. This means that only users with administrator privileges can execute the command.

reload Usage Examples

1. Reload the device now:

reload

2. Reload the device in 300 seconds:

reload in 300

3. Reload the device and save the configuration:

reload save

4. Reload the device and save the configuration and running-config:

reload save config-running

5. Reload the device and erase the startup configuration:

reload erase startup-config

6. Reload the device and copy the running configuration to the startup configuration:

reload copy running-config startup-config

7. Reload the device and enter a specific boot system:

reload bootflash:///rommon/c2960-lanbase-mz.150-2.SE5.bin

8. Reload the device and enter a specific boot system with timeout:

reload bootflash:///rommon/c2960-lanbase-mz.150-2.SE5.bin 10

9. Reload the device and enter the ROMMON mode:

reload rommon

10. Reload the device and enter the ROMMON mode with timeout:

reload rommon 10

Leave a Reply

Your email address will not be published. Required fields are marked *