3. Operating Cisco IOS Software Flashcards
Define CLI
Command Line Interface
Define GUI
Graphical User Interface
List the two primary access levels available in Cisco IOS CLI
- User EXEC.
2. Priveleged EXEC.
Name the mode:
Device>
User EXEC Mode
Name the mode:
Device#
Priveleged EXEC Mode
Name the mode:
Device(config)#
Global Configuration Mode
Name the mode:
Device(config-if)#
Interface Configuration Mode
Name the mode:
Device(config-router)#
Router Configuration Mode
Three commands to exit User EXEC Mode
logout, exit, or quit
Two commands to exit Privileged EXEC Mode
disable or exit
Three commands to exit Global Configuration Mode
exit, end, or Ctrl-Z
Command to exit Interface Configuration Mode
exit
Command to enter Privileged EXEC Mode
enable
Command to enter Global Configuration Mode
configure terminal
Command to enter Interface Configuration Mode
interface (followed by interface label)
Switch(config)# interface Ethernet 0/1
Command to access context-sensitive help
?
What is stored in NVRAM on a Cisco switch?
The Startup Configuration.
What is stored in RAM on a Cisco switch?
The Running Configuration.
What is stored in ROM on a Cisco switch?
- Bootstrap Code
- POST Code.
- ROM Monitor.
What is stored in Flash Memory on a Cisco switch?
- Cisco IOS Software.
2. Backup Configuration.
Command that displays the current running config
switch# show running-config
Command that displays the startup configuration stored in NVRAM?
switch# show startup-config
Command that saves the running configuration to the startup-config file in NVRAM?
switch# copy running-config startup-config
Command that merges the startup configuration from NVRAM into the running configuration
switch# copy startup-config running-config
Command to reboot the switch
switch# reload
Command to factory reset switch
switch# erase startup-config
List the Four Filtering Parameters available with the “Show” command.
- Begin
- Exclude
- Include
- Section