[Xorp-users] (no subject)

Eric S. Johnson esj at cs.fiu.edu
Mon May 14 13:08:00 PDT 2012


Hi Adrian,

You should include the version of xorp you are using
when posing questions. 

There were some problems with md5 auth in some older versions
of xorp, but these were fixed and in the current version of
xorp (1.8.5) md5 auth on OSPF works fine and inter-operates 
with cisco IOS/quagga. 

I have not tried  "simple" ospf auth. 

Below is a example config with md5 auth.

ospf4 {
        router-id: 10.1.1.1
        rfc1583-compatibility: true
        ip-router-alert: false
        area 0.0.0.0 {
            area-type: "normal"
            interface "eth0" {
                link-type: "broadcast"
                vif "eth0" {
                    address 10.1.1.1 {
                        priority: 1
                        hello-interval: 10
                        router-dead-interval: 40
                        interface-cost: 70
                        retransmit-interval: 5
                        transit-delay: 1
                        authentication {
                            md5 1 {
                                password: "supersecret"
                            }
                        }
                        disable: false
                    }
                }
            }
        }
}






More information about the Xorp-users mailing list