[45571] in North American Network Operators' Group
Re: zebra/ospf issue
daemon@ATHENA.MIT.EDU (Paul Froutan)
Fri Feb 8 14:35:47 2002
Message-Id: <200202081934.g18JYt230591@pop3.sat.corp.rackspace.com>
Content-Type: text/plain;
charset="iso-8859-1"
From: Paul Froutan <pfroutan@rackspace.com>
To: Josh Gentry <jgentry@swcp.com>, nanog@merit.edu
Date: Fri, 8 Feb 2002 13:35:31 -0600
In-Reply-To: <20020207233735.D3364@swcp.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Errors-To: owner-nanog-outgoing@merit.edu
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@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.