IOS Navigation Flashcards
(36 cards)
Name three Cisco IOS CLI Modes
User EXEC mode, Privileged EXEC mode, Global Configuration mode
How is user mode EXEC identified in the prompt?
hostname>
How is privileged EXEC mode identified in the prompt?
hostname#
How is Global Configuration mode identified in the prompt?
hostname(config)#
How do you go into privileged mode from user mode?
enable
How do you go into global configuration mode from user mode?
You cannot. You have to go into privileged mode first, then into global configuration mode
How do you go from configuration mode to privilege mode?
type end or CTRL-Z
How do you go back one mode level?
type exit
How do you go from privileged mode into global configuration mode?
conf t
or
configure terminal or
Which mode allows users to modify the running system configuration?
Global Configuration Mode
Which mode allows the user to execute only the basic commands, such as show the system’s status?
User EXEC Mode
Which mode allows users to view the system configuration, restart the system, and enter configuration mode?
Privileged EXEC Mode
What are the different types of storage on a Cisco device. Name four:
- RAM
- NVRAM
- FLASH
- ROM
Where is the compressed IOS bin file stored?
Bootflash or Flash:
Where is the running configuration stored?
RAM:
Where is the startup configuration stored?
NVRAM
How do you save the running configuration as the startup configuration?
copy run start or copy running-configuration startup-configuration or cop r s or write memory or wr
What is the command to show the running configuration?
show running-configuration or show run or sh r or wr t
What is the command to show the interface status on a system?
show interfaces or show int or sh int
How do you show the IP address of an interface, along with specific information? …shortest form possible
sh ip int brie
show ip interface brief
What is the shortest abbreviation for show command
sh
What is the shortest abbreviation for interfaces?
int
what is the shortest abbreviation for show running-configuration?
sh r
what is the shortest abbreviation for show startup-configuration?
sh s