Table Of Contents
quit
Use the quit command to exit a CLI session.
quit
Syntax Description
This command has no arguments or keywords.
Default
This command has no default setting.
Command Type
Switch command.
Command Mode
Normal.
Usage Guideline
The exit and logout commands perform the same function as the quit command.
Example
This example shows how to quit a CLI session:
Console> quitConnection closed by foreign host.host%reconfirm vmps
Use the reconfirm vmps command to reconfirm the current dynamic port VLAN membership with VMPS.
reconfirm vmps
Syntax Description
This command has no arguments or keywords.
Default
This command has no default setting.
Command Type
Switch command.
Command Mode
Privileged.
Usage Guidelines
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.
Example
This example shows how to reconfirm the current dynamic port VLAN membership with VMPS:
Console (enable)> reconfirm vmpsreconfirm process startedUse 'show dvlan statistics' to see reconfirm statusConsole (enable)>Related Commands
clear vmps server
show dvlan statisticsreload—ATM
Use the reload command to halt and perform a cold restart on the module.
reload
Syntax Description
This command has no arguments or keywords.
Default
This command has no default setting.
Command Type
Cisco IOS ATM command.
Command Mode
EXEC.
Usage Guidelines
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.
Example
This example shows how to reload the system from the privileged EXEC prompt:
ATM#reloadreload—switch
Use the reload command to force a Gigabit EtherChannel switching module to accept a download.
reload mod_num
Syntax Description
Default
This command has no default setting.
Command Type
Switch command.
Command Mode
Privileged.
Usage Guidelines
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.
Example
This example shows how to reload the Gigabit EtherChannel switching module:
Console (enable)> reload 3Related Command
repeat
Use the repeat command to repeat a command.
repeat [num | string]
Syntax Description
Default
If no argument is specified, the last command is repeated.
Command Type
ROM monitor command.
Command Mode
Normal.
Usage Guidelines
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."
Examples
These examples show how to use the repeat command. You use the history command to display the list of previously entered commands:
rommon 22 > history8 dir9 dir bootflash:10 dis11 dis 0xa000100012 dis 0xbe00000013 history14 meminfo15 meminfo -l16 meminfo17 meminfo -l18 meninfo19 meminfo20 meminfo -l21 meminfo -l22 historyrommon 23 > repeat dirdir bootflash:File size Checksum File name1973032 bytes (0x1e1b28) 0xdadf5e24 lluerommon 24 > repeatdir bootflash:File size Checksum File name1973032 bytes (0x1e1b28) 0xdadf5e24 lluerommon 25 > repeat 15meminfo -lMain memory size: 16 MB.Packet memory size: 0 MBMain memory size: 0x1000000Available main memory starts at 0xa000e000, size 0xff2000NVRAM size: 0x20000Parity Map for the DRAM BanksSocket 0 in Bank 0 Has No ParitySocket 1 in Bank 0 Has No ParitySocket 0 in Bank 1 Has No ParitySocket 1 in Bank 1 Has No Parity==========================================================================reset—ROM monitor
Use the reset ROM monitor command to perform a soft reset of the switch.
reset {mod_num | system}
Syntax Description
Default
The default Flash device is slot0.
Command Type
ROM monitor command.
Command Mode
Normal.
Example
This example shows how to use the reset command:
rommon 26 > resetSystem Bootstrap, Version 3.1(1.69)Copyright (c) 1994-1997 by cisco Systems, Inc.Supervisor III processor with 16384 Kbytes of main memoryrommon 1 >===========================================================================reset—switch
Use the reset command to restart the system or an individual module.
reset [system]
reset {mod_num}Syntax Description
system
(Optional) Keyword to reset the system to its default values.
mod_num
Number of the module to be restarted.
Default
This command has no default setting.
Command Type
Switch command.
Command Mode
Privileged.
Usage Guidelines
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.
Examples
This example shows how to reset the supervisor engine module on a Catalyst 5500 switch with redundant supervisors:
Console> (enable) reset 1This command will force a switch-over to the standby supervisor moduleand disconnect your telnet session.Do you want to continue (y/n) [n]? yConnection closed by foreign host.host%This example shows how to reset module 4:
Console> (enable) reset 4This command will reset module 4 and may disconnect your telnet session.Do you want to continue (y/n) [n]? yResetting module 4...Console> (enable)
