zebra/ospf issue

Paul Froutan pfroutan at rackspace.com
Fri Feb 8 19:35:31 UTC 2002


On Friday 08 February 2002 12:37 am, Josh Gentry wrote:

> !
> interface lo
> !
> interface eth1
>  ip ospf authentication-key <password>
> !
> interface eth0
>  ip ospf message-digest-key <keyid> md5 <password>
>  ip ospf priority 5
>  ip ospf hello-interval 10
>  ip ospf dead-interval 40
>
> !
> router ospf
>  ospf router-id 216.184.8.55
>  ospf abr-type cisco
>  ospf rfc1583compatibility
>  network 198.59.115.0/24 area 0
>  network 216.184.8.0/24 area 51
>  area 0 authentication message-digest
>  area 51 authentication
>  redistribute static
>
>
> Any insight would be appreciated.  Thanks.
>
> Josh
> jgentry at systemstability.org

Have you tried it without the message-digest?  I messed with this back in the 
day and I had problems with the keys and the way they're hashed.



More information about the NANOG mailing list