Chapter 4: Using The Command Line Interface Flashcards
What 3 methods grant access to Cisco CLI?
Console / Telnet / SSH
What port settings are required in a terminal emulator?
9600 bit/second
No hardware flow control
8 bit ASCII
No parity bits
1 stop bit
What is the default login mode?
User EXEC mode
Which mode would a user be in if they see <hostname>#</hostname>
Enable / Privilige
What commands ensure a password is required for console access?
line console 0
login
password <password></password>
What is shown is a user presses ? in User mode?
Only commands which can be run in that mode; Enable commands not shown
Do you need to enable a telnet server on a Catalyst switch?
No; enabled by default
How many previous commands are stored in a history buffer?
10 commands
What do the following do:
CTRL-F
CTRL-N
CTRL-B
CTRL-P
Moves cursor forward (no character deletion)
Moves to next command (if moved back through buffer)
Moves cursor backwards (no character delection)
Moves to previous command (last entered command)
What mode is requires for the command show mac-address-table?
User
What is the default configuration mode?
Global configuration
What command moves to configuration mode from enable?
Configure terminal
List 4 config modes
Global
Line
Interface
VLAN
Where is the running configuration stored?
RAM / DRAM
What is stored on the flash memory?
IOS boot image / Backup configuration files