Preview

Ccna Lab Configuration

Satisfactory Essays
Open Document
Open Document
723 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Ccna Lab Configuration
1st Step

Basic router configuration commands

Continue with configuration dialog? [yes/no]: n
Press RETURN to get started!
Router>en // to enter from USER mode to Privilege mode use this command (en = enable) & press enter
Router#conf t // to enter from PRIVILAGE mode to CONFIGURATION mode use this command (en = enable) & press enter
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#end
Router#
%SYS-5-CONFIG_I: Configured from console by console
Router#show clock // to view the current date and time
*0:0:55.540 UTC Mon Mar 1 1993
Router#clock set 10:20:00 19 JUN 2012 //to set the time and date

Router#copy running-config startup-config //copy current configuration to startup configuration (basically the SAVing Settings) use this in the exam
Router#write // (this is also same as the previous command but use in production environment only )
Router#sh history // to view the history

2nd Step
Configuring the console cable access to router
Router(config)#line console 0 //use this this to select the access line in here we use console line 0 so that we use line console 0
Router(config-line)#password cisco // next to set the password to access the router use this cisco is the password we are going to set
After previous step this two steps are must
After previous step this two steps are must
Router(config-line)#login
Router(config-line)#end
Router#
%SYS-5-CONFIG_I: Configured from console by console
// then save the settings using Router#copy running-config startup-config command
3rd step
Configuring the telnet
Router(config)#line vty 0 4 //to select the telnet line we use this this is just same as line console 0

You May Also Find These Documents Helpful