North American Network Operators Group

Date Prev | Date Next | Date Index | Thread Index | Author Index | Historical

Re: zebra/ospf issue

  • From: Paul Froutan
  • Date: Fri Feb 08 14:38:01 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
> [email protected]

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.