CHAPTER - 4
CONSOLE CONFIGURATION METHODS
Initial Configuration Steps :
Switch> enable
Switch#
Switch# configure terminal
Switch(config)# hostname S1
S1(config)#
S1(config)# enable secret class
S1(config)#
S1(config)# no ip domain-lookup
S1(config)#
S1(config)# banner motd #
Enter the Text message. End with the character ASH ‘#’.
Un-Authorized access is strictly prohibited. #
S1(config)# exit
S1#
S1# exit
Un - Authorized access is strictly prohibited.
S1>
The default configuration is to allow all console connections with no password needed.
S1(config)# line con 0
S1(config-line)# password cisco
S1(config-line)# login
S1(config-line)# exit
S1(config)#
This configuration have to be done through CLI mode in Packet Tracer, Hyperterminal In Windows XP or Use Tera Term for all windows Version.
virtual terminal (VTY) line for the switch to allow Telnet access
S1(config)# line vty 0 4
S1(config-line)# password cisco
S1(config-line)# login
S1(config-line)# end
S1#
TO Start From Previous Chapter
http://uniqskills.blogspot.in/2016/08/CCNA-INDEX.html
https://uniqskills.blogspot.in/2016/08/ccna-details.html
https://uniqskills.blogspot.in/2016/08/chapter-3ipaddressing.html
http://uniqskills.blogspot.in/2016/08/ccna-questions-1.html