Chapter 4: Using The Command Line Interface Flashcards

1
Q

What 3 methods grant access to Cisco CLI?

A

Console / Telnet / SSH

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What port settings are required in a terminal emulator?

A

9600 bit/second
No hardware flow control
8 bit ASCII
No parity bits
1 stop bit

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the default login mode?

A

User EXEC mode

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which mode would a user be in if they see <hostname>#</hostname>

A

Enable / Privilige

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What commands ensure a password is required for console access?

A

line console 0
login
password <password></password>

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is shown is a user presses ? in User mode?

A

Only commands which can be run in that mode; Enable commands not shown

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Do you need to enable a telnet server on a Catalyst switch?

A

No; enabled by default

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How many previous commands are stored in a history buffer?

A

10 commands

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What do the following do:

CTRL-F
CTRL-N
CTRL-B
CTRL-P

A

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)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What mode is requires for the command show mac-address-table?

A

User

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the default configuration mode?

A

Global configuration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What command moves to configuration mode from enable?

A

Configure terminal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

List 4 config modes

A

Global
Line
Interface
VLAN

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Where is the running configuration stored?

A

RAM / DRAM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is stored on the flash memory?

A

IOS boot image / Backup configuration files

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What does ROM do?

A

Locates IOS image at boot; loads image onto RAM

17
Q

Where is the initial startup configuration?

A