Basic switch and router configuration commands Flashcards
1
Q
Hostname
A
Enable
Configure terminal
Hostname hostnamehere
exit
2
Q
Console Password
A
Enable
Configure terminal
Password passwordhere
Login
exit
3
Q
Telnet Password
A
Enable
Config Terminal
line vty 0 15
Password passwordhere
login
exit
4
Q
Secret Password
A
Enable
Config terminal
Secret passwordhere
exit
5
Q
Encrypting Passwords
A
Enable
Configure terminal
Service password-encryption
Exit
6
Q
Banner MOTD
A
Enable
Config terminal
Banner motd messagehere
Exit
7
Q
Set up Ip Addresses
A
Enable
Configure Terminal
interface vlan 1
ip address 192.168.1.20 255.255.255.0
no shutdown
Exit
8
Q
Copy Run Config
A
Copy running-config startup-config