Question { 5284 }
what is the difference b/w pap and chap,and give comand to
configure pap cahp on two router r1 and r2,
Answer
Pap is a two way hand shaking. the password is sent clear
text, where as the password is hide chap
configuration on r1
G#enable secrete passwordname
G#username r2 password passwordname
G#ints0
G#encap ppp
G#ppp anthentication CHAP
configuration on r2
G#enable secrete passwordname
G#username r1 password passwordname
G#int s0
G#encap ppp
G#ppp anthentication CHAP