|
|
Use the reload command to force a Gigabit EtherChannel switching module (WS-X5410) to accept a download.
reload mod_num
mod_num | Number of the module. |
This command has no default setting.
Catalyst 5000 family switches
Catalyst 4000 family switches
Catalyst 2926G series switches
Catalyst 2948G switch
Catalyst 2980G switch
Switch command.
Privileged.
The reload command is only supported by the Gigabit EtherChannel switching module (WS-X5410). For additional information on this command, refer to the Catalyst 5000 Family Gigabit Ethernet Modules Installation and Configuration Note.
This example shows how to reload the Gigabit EtherChannel switching module:
Console (enable) reload 3
Use the repeat ROM monitor command to repeat a command.
repeat [num | string]
num | (Optional) Number of the command (from the command history buffer list). |
string | (Optional) String that uniquely matches a command in the command history buffer list. |
If no argument is specified, the last command is repeated.
Catalyst 5000 family switches
Catalyst 4000 family switches
Catalyst 2926G series switches
Catalyst 2948G switch
Catalyst 2980G switch
ROM monitor command.
Normal.
The optional num and string arguments specify which command in the command history buffer to repeat.
If you specify a string to match, the most recent command in the buffer to begin with the specified string is executed again.
If the string contains white space, you must use quotation marks.
This command is aliased to "r" by the ROM monitor for convenience.
These examples show how to use the repeat command. You use the history command to display the list of previously entered commands:
rommon 22 > history
8 dir
9 dir bootflash:
10 dis
11 dis 0xa0001000
12 dis 0xbe000000
13 history
14 meminfo
15 meminfo -l
16 meminfo
17 meminfo -l
18 meminfo
19 meminfo
20 meminfo -l
21 meminfo -l
22 history
rommon 23 > repeat dir
dir bootflash:
File size Checksum File name
1973032 bytes (0x1e1b28) 0xdadf5e24 llue
rommon 24 > repeat
dir bootflash:
File size Checksum File name
1973032 bytes (0x1e1b28) 0xdadf5e24 llue
rommon 25 > repeat 15
meminfo -l
Main memory size: 16 MB.
Packet memory size: 0 MB
Main memory size: 0x1000000
Available main memory starts at 0xa000e000, size 0xff2000
NVRAM size: 0x20000
Parity Map for the DRAM Banks
Socket 0 in Bank 0 Has No Parity
Socket 1 in Bank 0 Has No Parity
Socket 0 in Bank 1 Has No Parity
Socket 1 in Bank 1 Has No Parity
==========================================================================
Use the reset ROM monitor command to perform a soft reset of the switch.
reset {mod_num | system}
mod_num | Number of the module to be reset. |
system | Keyword that specifies to reset the entire switch. |
This command has no default setting.
Catalyst 5000 family switches
Catalyst 4000 family switches
Catalyst 2926G series switches
Catalyst 2948G switch
Catalyst 2980G switch
ROM monitor command.
Normal.
This example shows how to use the reset command:
rommon 26 > reset System Bootstrap, Version 3.1(1.69) Copyright (c) 1994-1997 by cisco Systems, Inc. Supervisor III processor with 16384 Kbytes of main memory rommon 1 > ===========================================================================
Use the reset command to restart the system or an individual module and to schedule a system reset.
reset [mod_num | system | mindown]
mod_num | (Optional) Number of the module to be restarted. |
system | (Optional) Keyword that specifies to reset the system. |
mindown | (Optional) Keyword that specifies to perform a reset as part of a minimal downtime software upgrade in a system with redundant supervisor engine modules. |
at | Keyword that specifies to schedule a system reset at a specific future time. |
hh:mm | Variable specifying the hour and minute of the scheduled reset. |
mm/dd | (Optional) Month and data of scheduled reset. |
in | Keyword that specifies to schedule a system reset in a specific time. |
hh: | (Optional) Variable specifying how many hours into the future to reset the switch. |
mm | Variable specifying how many minutes into the future to reset the switch. |
reason | (Optional) Variable indicating the reason for the reset. |
This command has no default setting.
Catalyst 5000 family switches
Catalyst 4000 family switches
Catalyst 2926G series switches
Catalyst 2948G switch
Catalyst 2980G switch
Switch command.
Privileged.
If you do not specify a module number (either a switching module or the active supervisor engine module), the command resets the entire system.
You can use the reset mod_num command to switch to the standby supervisor engine, where mod_num is the module number of the active supervisor.
In software release 5.2 and later, you can use the reset mindown command to reset the switch as part of a minimal downtime software upgrade in a system with redundant supervisor engine modules. For complete information on performing a minimal downtime software upgrade, refer to the Software Configuration Guide for your switch.
![]() | Caution If you make configuration changes after entering the reset mindown command but before the active supervisor engine resets, the changes are not saved. Input from the CLI is still accepted by the switch while the standby supervisor engine is reset, but any changes you make to the configuration between the time when you enter the reset mindown command and the time when the supervisor engine comes online running the new software image are not saved or synchronized with the standby supervisor engine. |
If you reset an intelligent module (such as the Catalyst 5000 family RSM or RSFC, or an ATM module), both the module hardware and software are completely reset.
This example shows how to reset the supervisor engine module on a Catalyst 5500 switch with redundant supervisors:
Console> (enable) reset 1 This command will force a switch-over to the standby supervisor module and disconnect your telnet session. Do you want to continue (y/n) [n]? y Connection closed by foreign host. host%
This example shows how to reset module 4:
Console> (enable) reset 4 This command will reset module 4 and may disconnect your telnet session. Do you want to continue (y/n) [n]? y Resetting module 4... Console> (enable)
This example shows how to schedule a system reset for a specific future time:
cat> (enable)reset at 20:00Reset scheduled at 20:00:00, Wed Aug 18 2000.Proceed with scheduled reset? (y/n) [n]?yReset scheduled for 20:00:00, Wed Aug 18 2000 (in 0 day 5 hours 40 minutes).cat> (enable)
This example shows how to schedule a reset for a specific future time and include a reason for the reset:
cat> (enable)reset at 23:00 8/18 Software upgrade to 5.3(1).Reset scheduled at 23:00:00, Wed Aug 18 2000.Reset reason: Software upgrade to 5.3(1).Proceed with scheduled reset? (y/n) [n]?yReset scheduled for 23:00:00, Wed Aug 18 2000 (in 0 day 8 hours 39 minutes).cat> (enable)
This example shows how to schedule a reset with minimum down time.
cat> (enable)reset mindown at 23:00 8/18 Software upgrade to 5.3(1).Reset scheduled at 23:00:00, Wed Aug 18 2000.Reset reason: Software upgrade to 5.3(1).Proceed with scheduled reset? (y/n) [n]?yReset mindown scheduled for 23:00:00, Wed Aug 18 2000 (in 0 day 8 hours 39 minutes).cat> (enable)
This example shows how to schedule a reset after a specified time:
cat> (enable)reset in 5:20 Configuration updateReset scheduled in 5 hours 20 minutes.Reset reason: Configuration updateProceed with scheduled reset? (y/n) [n]?yReset scheduled for 19:56:01, Wed Aug 18 2000 (in 5 hours 20 minutes).Reset reason: Configuration updatecat> (enable)
Use the session command to access the CLI of an intelligent module such as a Catalyst 5000 family RSM, RSFC, or ATM module.
session mod_num
mod_num | Number of the ATM or RSM module. |
This command has no default setting.
Catalyst 5000 family switches
Switch command.
Normal.
After you enter this command, the system responds with the Enter Password: prompt, if a password is configured on the module.
To end the session with the intelligent module, enter the quit command.
This example shows how to open a session with an ATM module (module 4):
Console> session 4 Trying ATM-4... Connected to ATM-4. Escape character is `^]'. ATM>
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Tue Mar 21 09:08:09 PST 2000
Copyright 1989 - 2000©Cisco Systems Inc.