[Contents] [Prev] [Next] [Index] [Report an Error]

Example: Configuring MD5 Authentication

Configure MD5 authentication for OSPF:

[edit protocols ospf]
area 0.0.0.0 {
interface fxp0.0 {
disable;
}
interface t1-0/2/1.0 {
authentication {
md5 3 key "$9$6gBqCtOW87YgJEcyKW8Vb" start-time 2002-11-19.10:00;
# SECRET-DATA
md5 2 key "$9$DJHkP5T3/A0Uj6A0Irl"; # SECRET-DATA
}
}
reference-bandwidth 4g;
traceoptions {
file ospf size 5m world-readable;
flag error;
}
}

[Contents] [Prev] [Next] [Index] [Report an Error]