Hi list,

I have some trouble integrating ospfd into our Cisco network.

Using a pretty vanilla ospfd.conf (due to ip.forwarding set to "0" during test 
period, this machine automatically is announced as a stub router -- I like the 
way developers think ahead! :) I can use 'auth-type none' as well as 'auth-type 
simple', but using this:

# areas

area 0.0.0.0 {
        interface vlan123 {
                auth-type crypt
                auth-md 1 "secret"
                auth-md-keyid 1
        }
}

doesn't work:

spf_calc: area 0.0.0.0 calculated
auth_validate: wrong auth type, interface vlan123
recv_packet: authentication error, interface vlan123
auth_validate: wrong auth type, interface vlan123
recv_packet: authentication error, interface vlan123

Also tried key-id 0 (special case following the man page), also no success. 
Ciscos are configured to use md5-based auth.

Any idea what might be wrong?

TIA,

Donald
-- 
Empfehlen Sie GMX DSL Ihren Freunden und Bekannten und wir
belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de

Reply via email to