Monday, May 9, 2011

GNS3 PPP authentication CHAP

Handshake Authentication Protocol:

router 1 configuration

R1(config)#username R2 password cisco
R1(config)#interface Serial1/0
R1(config-if)#ip address 192.168.6.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#encapsulation ppp
R1(config-if)#ppp authentication chap


router 1 configuration

R2(config)#username R1 password cisco
R2(config)#interface Serial1/0
R2(config-if)#ip address 192.168.6.2 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#encapsulation ppp
R2(config-if)#ppp authentication chap
this is the topology if you want to download it

No comments:

Post a Comment