文件名称:ccna实验之ppp 用的是繁荣模拟器
文件大小:5KB
文件格式:RAR
更新时间:2013-01-28 17:18:04
ccna实验
Router>en Router#conf t Enter configuration commands, one per line. End with CNTL/Z. Router(config)#no ip domain-lookup Router(config)#ho r1 r1(config)#line con 0 r1(config-line)#logg sy r1(config-line)#exec-t 00 r1(config-line)#exi r1(config)#int s1/2 r1(config-if)#en r1(config-if)#encapsulation ppp r1(config-if)#ppp authentication chap r1(config-if)#exi r1(config)#username xiaoan password aa r1(config)#int s1/2 r1(config-if)#ip add 12.1.1.1 255.255.255.0 r1(config-if)#no sh r1(config-if)# *Mar 1 00:01:57.171: %LINK-3-UPDOWN: Interface Serial1/2, changed state to up r1(config-if)# *Mar 1 00:02:38.923: %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial1/2, changed state to up r1(config-if)#end r1#sh run Building configuration... *Mar 1 00:02:58.663: %SYS-5-CONFIG_I: Configured from console by console Current configuration : 1078 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname r1 ! boot-start-marker boot-end-marker ! ! no aaa new-model memory-size iomem 5 ! ! ip cef no ip domain lookup ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! username xiaoan password 0 aa ! ! ! ! ! ! ! interface Ethernet0/0 no ip address shutdown half-duplex ! interface Ethernet0/1 no ip address shutdown half-duplex ! interface Ethernet0/2 no ip address shutdown half-duplex ! interface Ethernet0/3 no ip address shutdown half-duplex ! interface Serial1/0 no ip address shutdown serial restart-delay 0 ! interface Serial1/1 no ip address shutdown serial restart-delay 0 ! interface Serial1/2 ip address 12.1.1.1 255.255.255.0 encapsulation ppp serial restart-delay 0 ppp authentication chap ! interface Serial1/3 no ip address shutdown serial restart-delay 0 ! ip http server no ip http secure-server ! ! ! ! ! ! control-plane ! ! ! ! ! ! ! ! ! ! line con 0 exec-timeout 0 0 logging synchronous line aux 0 line vty 0 4 ! !
【文件预览】:
ppp
----chap()
--------单向()
--------双向()
----pap()
--------R2.txt(3KB)
--------R1.txt(1KB)