الأحد، 22 يناير 2017

PAP

pap

pour la configuration d'un routeur avec l'authentication pap on siuvi les etapes









sur R1
Router(config)# hostname R1
R1(config)# username R2 password 123456
R1(config)# interface Se1/0
R1(config-if)# encapsulation ppp
R1(config-if)# ppp authentication pap
R1(config-if)# ppp pap sent-username R1 password 123456
R1(config-if)# exit
sur R2
Router(config)# hostname R2
R2(config)# username R1 password 123456
R2(config)# interface Se1/0
R2(config-if)# encapsulation ppp
R2(config-if)# ppp authentication pap
R2(config-if)# ppp pap sent-username R2 password 123456
R2(config-if)# exit


0 التعليقات:

إرسال تعليق