4/26/2014

Configuration et commandes du protocole PAP et CHAP


Configuration et commandes du protocole PAP et CHAP CCNA


Procédure de configuration du protocole PAP 


Nous allons d’abord étudier la configuration qu’il faut utiliser pour une authentification unidirectionnelle.

Lab_A (config-if)# encapsulation ppp
Lab_A (config-if)# ppp authentication pap callin
Lab_A (config-if)# ppp pap sent-username Lab_A password password_pap 

Lab_B (config)# username Lab_A password password_pap 
Lab_B (config-if)# encapsulation ppp
Lab_B (config-if)# ppp authentication pap 

Pour une authentification bidirectionnelle, il suffit de procéder comme suit :

Lab_A (config)# username Lab_B password password_pap 
Lab_A (config-if)# encapsulation ppp
Lab_A (config-if)# ppp authentication pap
Lab_A (config-if)# ppp pap sent-username Lab_A password password_pap 

Lab_B (config)# username Lab_A password password_pap 


Lab_B (config-if)# encapsulation ppp
Lab_B (config-if)# ppp authentication pap
Lab_B (config-if)# ppp pap sent-username Lab_B password password_pap

---------------------------------------------------------------------------------------------------------------------



Procédure de configuration du protocole CHAP


Le schéma d’authentification ci-dessus représente l’authentification dans un seul sens, il va donc falloir répéter ce
schéma dans les deux sens de l’authentification CHAP.

Pour cela, nous allons effectuer les tâches de configuration suivantes sur le routeur Lab_A :

Lab_A (config)# username Lab_B password password_chap
Lab_A (config-if)# encapsulation ppp 
Lab_A (config-if)# ppp authentication chap 

Les commandes à utiliser sur le routeur Lab_B sont :


Lab_B (config)# username Lab_A password password_chap
Lab_B (config-if)# encapsulation ppp
Lab_B (config-if)# ppp authentication chap 


Aucun commentaire:

Enregistrer un commentaire