Skip to content

OSPF MD5 Authentication

L'OSPF prend en charge l'authentification MD5. elle peut être activée globalement pour toutes les interfaces ou pour chaque interface.

Activez l'authentification MD5 globale :

R1(config-router)# area <area-id> authentication message-digest

R1(config-if)# ip ospf message-digest-key <key> md5 <password>

Activez l'authentification MD5 par interface :

R1(config-if)# ip ospf message-digest-key <key> md5 <password>
R1(config-if)# ip ospf authentication message-digest

La configuration par interface prévaut sur la configuration globale.