CCNA Experiment two routing basic Configuration
Environment: Windos XP ,GNS3.0.7 VPCS.exe
Objective: Master the basic configuration of routing
Steps:
1 Create a project, then click " edit " Span style= "font-family: ' The song Body '; > Select "Icon Management" to enter operation " Available symbols" window select computer >" name "enter" computer cloud ok This step is for calling vpcs
650) this.width=650; "src=" Http://hi.csdn.net/attachment/201010/26/0_12880710038w00.gif "/>
650) this.width=650; "src=" Http://hi.csdn.net/attachment/201010/26/0_12880710077DZl.gif "/>
2 , just create the " Computer "node out, right-click Modify Name" VPC1 :
650) this.width=650; "src=" Http://hi.csdn.net/attachment/201010/26/0_1288071130s7ne.gif "/>
then double-click to run your own VPCS.exe program 650) this.width=650; "src=" Http://hi.csdn.net/attachment/201010/26/0_1288071322757A.gif "height=" 528 "width=" 725 "/>
Close VPCS.exe, go back to the GNS interface again, then right-click on the"VPC1" and Select "Configure" to proceed:
650) this.width=650; "src=" Http://hi.csdn.net/attachment/201010/26/0_1288071483cC6S.gif "alt=" http://hi.csdn.net/ Attachment/201010/26/0_1288071483cc6s.gif "height=" 429 "width=" 554 "/>
3, back to the GNS interface, drag out a 3640 platform Router R1, and connect "VPC1" and then start the router:
650) this.width=650; "src=" Http://hi.csdn.net/attachment/201010/26/0_1288071553qDvA.gif "alt=" http://hi.csdn.net/ Attachment/201010/26/0_1288071553qdva.gif "height=" 354 "width=" 553 "/>
Right-click Router R1, select "Modify console port" To view the current port number:
650) this.width=650; "src=" Http://hi.csdn.net/attachment/201010/26/0_1288071650siiT.gif "alt=" http://hi.csdn.net/ Attachment/201010/26/0_1288071650siit.gif "height=" 352 "width=" 554 "/>
Enter the cmd command Telnet to R1 for basic configuration:
650) this.width=650; "Src=" http://hi.csdn.net/attachment/201010/26/0_ 1288071730ztt2.gif "alt=" Http://hi.csdn.net/attachment/201010/26/0_1288071730ZTT2.gif "height=" 167 "width=" 553 "/
650) this.width=650; "Src=" http://hi.csdn.net/attachment/201010/26/0_ 12880717352jgc.gif "alt=" Http://hi.csdn.net/attachment/201010/26/0_12880717352JgC.gif "height=" 358 "width=" 553 "/
enter respectively show IP int brief with show run view R1
650) this.width=650; "src=" Http://hi.csdn.net/attachment/201010/26/0_1288071798GdvQ.gif "alt=" http://hi.csdn.net/ Attachment/201010/26/0_1288071798gdvq.gif "height=" 337 "width=" 553 "/>
4, open vpcs.exe do the following:
650" this.width=650, "src=" Http://hi.csdn.net/attachment/201010/26/0_1288071940pTjs.gif "alt=" http://hi.csdn.net/ Attachment/201010/26/0_1288071940ptjs.gif "height=" width= "553"/>
Open R1 Test and VPC1 the Connectivity
650) this.width=650; "src=" Http://hi.csdn.net/attachment/201010/26/0_1288071993dGBf.gif "alt=" http://hi.csdn.net/ Attachment/201010/26/0_1288071993dgbf.gif "height=" 165 "width=" 553 "/>
The experiment is complete.
Some basic command descriptions:
router>// User Mode
router#// Privileged mode (also called Enable mode)
Router (config) # / / configuration Mode . In privileged mode type conf t enter
Router (config-if) # interface Mode
Router (config-if) # IP Add// Add to Interface IP Address
Router (config-if) # no sh// open this interface to make it active, remember to turn it on
Router (config) #enable password Cisco (add privileged plaintext password for router Cisco )
Router (config) #hostname R1 ( The name of the configuration route is R1) router (config) #line vty 0 15 vty port configuration :vty ( ) cisco IOS) telent ssh
Router (config) #line console 0 (Enter Console configuration of the port)
Router (config-line) #password Cisco (Set Password to Cisco )
Router (config-line) #login (password enabled)
Router (config-line) # Logging Synchronous (causes the message from the console screen sent by the router not to be attached to the command line)
Router (config-line) #no exec-timeout (the console port does not abort your connection when you are not going to operate the router for a long time.) )
This article from "Liu Fengyuan" blog, declined reprint!
CCNA experimental Two-route basic configuration