Cisco IOS Commands Flashcards
1
Q
Command to Disable DNS lookup
A
no ip domain-lookup
2
Q
Command to Change Router Name to R1
A
hostname R1
3
Q
Command to Configure Encrypted Privileged Exec Password
A
enable secret <your_encrypted_password></your_encrypted_password>
4
Q
Command to Configure Console Access Password
A
line console 0 password <your_console_password> login</your_console_password>
5
Q
Command to Configure Telnet Access Password
A
line vty 0 15 password <your_telnet_password> login</your_telnet_password>
6
Q
Verify IP address, interface configuration, and status of all interfaces
A
show ip interface brief
7
Q
Ensure that all configured passwords are a minimum length of 8 characters
A
security passwords min-length 8