Dynamips PPP lab

PPP?Point to Point ProtocolPPP?Point to Point Protocol?????????????????????

PPP??????????:
1.PAP?Password Authentication Protocol????????
2.CHAP?Challenge Handshake Authentication Protocol??????????

PAP???????????????????????????????
CHAP?????????????????????????????????PAP?

???????

????

11.jpg (2.85 KB)
2007-4-14 17:48

.net????:
autostart = false
[localhost]
[[3640]]
image = c:\Program Files\Dynamips\images\C3640-IS.BIN
confreg = 0×2102
idlepc = 0×604feb34
ram = 64

[[ROUTER R1]]
model = 3640
console = 2001
s1/0 = R2 s1/1

[[ROUTER R2]]
model = 3640
console = 2002

??????

1:R1??pap(R1?????,R2?????)

R1(config)#int s1/0
R1(config-if)#no shut
R1(config-if)#ip add 1.1.1.1 255.255.255.0
R1(config-if)#encapsulation ppp #???????PPP
R1(config-if)#ppp authentication pap #?????pap
R1(config-if)#exi
R1(config)#username test password test #??????????
R2(config)#int s1/1
R2(config-if)#no shut
R2(config-if)#ip add 1.1.1.2 255.255.255.0
R2(config-if)#encapsulation ppp
R2(config-if)#ppp pap sent-username test password test #??????????

2:R1??chap(R1?????,R2?????)

R1(config)#int s1/0
R1(config-if)#no shut
R1(config-if)#ip add 1.1.1.1 255.255.255.0
R1(config-if)#encapsulation ppp #???????PPP
R1(config-if)#ppp authentication chap #?????pap
R1(config-if)#exi
R1(config)#username R2 password test # ?????????????R2?????hostname

R2(config)#int s1/1
R2(config-if)#no shut
R2(config-if)#ip add 1.1.1.2 255.255.255.0
R2(config-if)#encapsulation ppp
R2(config-if)#ppp chap password test #???????????????hostname???????????????

??????

1?R1?R2????pap

R1(config)#int s1/0
R1(config-if)#no shut
R1(config-if)#ip add 1.1.1.1 255.255.255.0
R1(config-if)#encapsulation ppp
R1(config-if)#ppp authentication pap
R1(config-if)#ppp pap sent-username test password test
R1(config-if)#exi
R1(config)#username test password test
R2(config)#int s1/1
R2(config-if)#no shut
R2(config-if)#ip add 1.1.1.2 255.255.255.0
R2(config-if)#encapsulation ppp
R2(config-if)#ppp authentication pap
R2(config-if)#ppp pap sent-username test password test
R2(config-if)#exi
R2(config)#username test password test

passguide

2?R1?R2????chap

R1(config)#int s1/0
R1(config-if)#no shut
R1(config-if)#ip add 1.1.1.1 255.255.255.0
R1(config-if)#encapsulation ppp
R1(config-if)#ppp authentication chap
R1(config-if)#exi
R1(config)#username R2 password test # R2???hostname
R2(config)#int s1/1
R2(config-if)#no shut
R2(config-if)#ip add 1.1.1.2 255.255.255.0
R2(config-if)#encapsulation ppp
R2(config-if)#ppp authentication chap
R2(config-if)#exi
R2(config)#username R1 password test # R1???hostname

3?R1??pap,R2??chap

R1(config)#int s1/0
R1(config-if)#no shut
R1(config-if)#ip add 1.1.1.1 255.255.255.0
R1(config-if)#encapsulation ppp
R1(config-if)#ppp authentication pap
R1(config-if)#ppp chap password test
R1(config-if)#exi
R1(config)#username test password test
R2(config)#int s1/1
R2(config-if)#no shut
R2(config-if)#ip add 1.1.1.2 255.255.255.0
R2(config-if)#encapsulation ppp
R2(config-if)#ppp authentication chap
R2(config-if)#ppp pap sent-username test password test
R2(config-if)#exi
R2(config)#username R1 password test # R1???hostname

??:ping
debug ppp authentication

Bookmark and Share
passguide exams High quality Cisco, Microsoft, IBM, Oracle,Microsoft,Citrix,Vmware,HP,Juniper and other Certification exmas training materials are provided here at PassGuide Site

Download Free Cisco Dynagen Simulation Certification Braindumps

  1. Free Cisco ADSL PPPOA on dynamips
  2. Free Cisco ADSL PPPOE on dynamips
  3. Free Router PPPOE configure
  4. Free CCIE Practice LAB Dynamips
  5. Free Ospf Over Nbma Topology Mode Broadcast Lab(fully meshed)
  6. Free Cisco L2TP over IPSec With Windows Client
  7. Free CCNP EIGRP lab
  8. Free Trunking physical switch to CCIE R&S Dynamips lab
  9. Free Cisco IOS gre over ipsec vpn on dynamips
  10. Free CCIE Case Study:a basci eigrep config
Saturday, July 14th, 2007 Cisco

1 Comment to Dynamips PPP lab

  • Thanks for discussing. I have not really had time to be able to look over it yet nevertheless I’ve bookmarked it so that I will be able to read it in the future.

  • Leave a Reply