Term
The command to change from user EXEC to privileged EXEC mode. |
|
Definition
|
|
Term
The command to change back to user EXEC from privileged EXEC mode. |
|
Definition
|
|
Term
The command to enter global configuration mode. |
|
Definition
|
|
Term
The command for entering interface configuration mode. |
|
Definition
(config)#interface <int#> |
|
|
Term
The command for getting into line configuration mode. |
|
Definition
|
|
Term
The command for entering router [protocol] configuration mode. |
|
Definition
(config)#router <protocol> [area | AS] |
|
|
Term
The command for displaying the current running configuration. |
|
Definition
|
|
Term
The command for setting the hostname of the device. |
|
Definition
|
|
Term
Set the enable password to 'cisco' |
|
Definition
(config)#enable password cisco |
|
|
Term
Set the enable secret password to 'cisco'. |
|
Definition
(config)#enable secret cisco |
|
|
Term
Set the password and enable logins for the VTY and console lines. |
|
Definition
(config-line)#password 'cisco'
(config-line)#login |
|
|
Term
Encrypts all passwords, both running and startup configs. |
|
Definition
(config)#service password-encryption |
|
|
Term
Set the domain name for a device (required for SSH). |
|
Definition
(config)#ip domain-name <domain>.com |
|
|
Term
Command for enabling RSA encryption and generating a security key. |
|
Definition
(config)#crypto key generate rsa |
|
|
Term
Force a specific protocol (or allow all) for VTY line access. |
|
Definition
(config-line)#transport input [all|none|ssh|telnet] |
|
|
Term
Save the running configuration to NVRAM. |
|
Definition
|
|
Term
Erase the configuration stored in NVRAM (startup config). |
|
Definition
|
|
Term
Display the configuration in RAM. |
|
Definition
|
|
Term
Display the configuration stored in NVRAM. |
|
Definition
|
|
Term
Display the status of all device interfaces. |
|
Definition
|
|
Term
Display details of a specific interface. |
|
Definition
|
|
Term
Display an overview of all interfaces, including IP address and port status. |
|
Definition
|
|
Term
Display the status of layers 1 and 2 of each interface as well as the IP addresses used. |
|
Definition
|
|
Term
Displays a list of directories and files in flash memory. |
|
Definition
|
|
Term
Display information about the currently loaded software along with hardware and device information. |
|
Definition
|
|
Term
Set the configuration register to boot the IOS from Flash & startup-config from NVRAM. |
|
Definition
(config)#config-reg 0x2102 |
|
|
Term
On next boot, the device will boot into ROMMON, skipping the IOS. |
|
Definition
(config)#config-reg 0x2100 |
|
|
Term
On next boot, the device will ignore the startup-config in NVRAM (used to provide password recovery). |
|
Definition
(config)#config-reg 0x2142 |
|
|
Term
Command to reboot a switch/router. |
|
Definition
|
|
Term
Command to copy the current IOS image to a TFTP server. |
|
Definition
|
|
Term
Command to download a new IOS image from a TFTP server. |
|
Definition
|
|