1/8
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Step1:
Give switch name (hostname) enter global config
Step2:
DNS lookup (no ip domain-lookup)
Step3:
Password configured
line console 0
password
login
exit
Step4:
Two factor auth (enable secret class)
step 5:
encrypt the password (service password-encryption)
step6:
Banner message of the day to warn people only authorized users are allowed to have access. banner motd “Only authorized users allowed in!!!!”
step7:
configuring the ip address and subnet
interface vlan 1
ip address 192.168.1.1 255.255.255.0
no shutdown
step 8
Save the configuration
copy running-config startup-config
step9:
virutal password is needed as well
line vty 0 15
password cisco
login
exit