Cisco IOS Commands Flashcards

1
Q

Command to Disable DNS lookup

A

no ip domain-lookup

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

Command to Change Router Name to R1

A

hostname R1

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

Command to Configure Encrypted Privileged Exec Password

A

enable secret <your_encrypted_password></your_encrypted_password>

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

Command to Configure Console Access Password

A

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

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

Command to Configure Telnet Access Password

A

line vty 0 15 password <your_telnet_password> login</your_telnet_password>

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

Verify IP address, interface configuration, and status of all interfaces

A

show ip interface brief

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

Ensure that all configured passwords are a minimum length of 8 characters

A

security passwords min-length 8

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