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