PM3 ospf & gated

Tom Samplonius (tom@sdf.com)
Sat, 7 Dec 1996 17:11:54 -0800 (PST)

I'm trying to get gated 3.5b3 to talk ospf to a PM3 on the same physical
ethernet.

OSPF is active on the PM3, and enabled on ether0, and I've added a
backbone area (0.0.0.0).

But tcpdump running on the gated system shows that is is sending ospf
helos, but it is not seeing any helos from the PM3. I ran ptrace on the
PM3, but I don't see the incoming helos from the gated system.

Here is the very simply gated.conf I'm using:

ospf on {

backbone {

authtype md5 ;

interface all {
authkey "12345678" ;
} ;
} ;

} ;

Also, gated does not have an authentication "ID" setting when using md5
authentication. Does it default to "1"?

Tom