You are on page 1of 1

Router>en

Router# config t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R1
R1(config)#no ip domain-lookup
R1(config)#security passwords min-length 10
R1(config)#enable secret class
% Password too short - must be at least 10 characters. Password not configured.
R1(config)#line con 0
R1(config-line)#password cisco
% Password too short - must be at least 10 characters. Password not configured.
R1(config-line)#exec-timeout 5 0
R1(config-line)#login
% Login disabled on line 0, until 'password' is set
R1(config-line)#logging syn
R1(config-line)#logging synchronous
R1(config-line)#exit
R1(config)#line vty 0 4
R1(config-line)#password cisco
% Password too short - must be at least 10 characters. Password not configured.
R1(config-line)#exec
R1(config-line)#exec-timeout 5 0
R1(config-line)#login
R1(config-line)#login syn
R1(config-line)#login sync
R1(config-line)#login synchronous
^
% Invalid input detected at '^' marker.
R1(config-line)#loggin synchronous
R1(config-line)#exit
R1(config)#banner motd #Unauthorized access prohibited!#
R1(config)#

You might also like