|
|
Use the quit command to exit a CLI session.
quitThis command has no arguments or keywords.
This command has no default setting.
Switch command.
Normal.
The exit and logout commands perform the same function as the quit command.
This example shows how to quit a CLI session:
Console> quit Connection closed by foreign host. host%
Use the reconfirm vmps command to reconfirm the current dynamic port VLAN membership with VMPS.
reconfirm vmpsThis command has no arguments or keywords.
This command has no default setting.
Switch command.
Privileged.
This command is not supported on the Catalyst 4000 and 2948G series switches.
VMPS database changes are not conveyed automatically to dynamic port entities; therefore, after making a VMPS database change, you can use this command to apply the change to the dynamic port entity on a device.
This example shows how to reconfirm the current dynamic port VLAN membership with VMPS:
Console (enable)> reconfirm vmps reconfirm process started Use 'show dvlan statistics' to see reconfirm status Console (enable)>
clear vmps server
show dvlan statistics
Use the reload command to halt and perform a cold restart on the module.
reloadThis command has no arguments or keywords.
This command has no default setting.
Cisco IOS ATM command.
EXEC.
This command is not supported on the Catalyst 4000 and 2948G series switches.
The reload command halts the ATM module. If you set the ATM module to restart on error, it reboots itself. Use the reload command after you enter configuration information into a file and save to the startup configuration.
You cannot reload from a virtual terminal if the system is not set up for automatic booting. This prevents the system from dropping to the ROM monitor and taking the system out of the remote user's control.
If you modify your configuration file, the system prompts you to save the configuration. During a save operation, the system asks you if you want to proceed with the save if the CONFIG_FILE environment variable points to a startup configuration file that no longer exists. If you say "yes" in this situation, the system goes to setup mode upon reload.
This example shows how to reload the system from the privileged EXEC prompt:
ATM#reload
Use the reload command to force a Gigabit EtherChannel switching module to accept a download.
reload mod_num
mod_num | Number of the module. |
This command has no default setting.
Switch command.
Privileged.
The reload command is only supported by the Gigabit EtherChannel switching module. For additional information on this command, refer to the Module Installation and Configuration Note for your switch.
This example shows how to reload the Gigabit EtherChannel switching module:
Console (enable)> reload 3
Use the repeat command to repeat a command.
repeat [num | string]
num | (Optional) Number of the command. |
string | (Optional) Command string. |
If no argument is specified, the last command is repeated.
ROM monitor command.
Normal.
The optional command number (from the history buffer list) or match string specifies which command to repeat.
In the match string, the most recent command to begin with the specified string is executed again.
If the string contains white space, you must use quotation marks.
This command is usually aliased to the letter "r."
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 meninfo
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 to reset the entire switch. |
The default Flash device is slot0.
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.
reset [system]
system | (Optional) Keyword to reset the system to its default values. |
mod_num | Number of the module to be restarted. |
This command has no default setting.
Switch command.
Privileged.
If no module number or module number of the active supervisor engine module is specified, 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 slot number of the active supervisor.
Where mod_num is an RSM, both the RSM hardware and software are completely reset.
The Catalyst 4000 and 2948G series switches do not support redundant supervisor engine modules.
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)
|
|