You are on page 1of 1

LAB·3.5.

2
Configure an encrypted privileged EXEC mode password of class. (config)#ena
ble secret PASSWORD
Configure a password of cisco for console connections
S2(config)#line console 0
S2(config-line)#password PASSWORD
S2(config-line)#login
S2(config-line)#exit
Configure a password of cisco for vty connections.
S2(config)#line vty 0 4
S2(config-line)#password PASSWORD
S2(config-line)#login
S2(config-line)#end
Disable DNS lookup.
S2(config)#no ip domain-lookup

SWITCH
Enable the user ports for access
S2(config)#int fa0/11
S2(config-if)#switchport mode access
S2(config)#int fa0/1
S2(config-if)#switchport mode trunk
S3(config)#int fa0/2
S3(config-if)#switchport mode trunk

You might also like