OSPF Auth + PPP Auth

From: Jamie Sanbower (JSanbower@icscorp.com)
Date: Sun Apr 25 2004 - 02:32:12 GMT-3


I was wondering if someone could help out with a configuration i an
authentication problem I am having

The following is the configs:

R3------R4

hostname r3
!
username r4 password 0 cisco
!
interface Serial0/0
 ip address 192.168.2.142 255.255.255.252
!
interface Serial0/1
 ip address 192.168.2.145 255.255.255.252
 encapsulation ppp
 ip ospf message-digest-key 199 md5 cisco
 clockrate 64000
 ppp authentication chap
!
router ospf 1
 area 4 authentication message-digest
 network 192.168.2.140 0.0.0.3 area 0
 network 192.168.2.144 0.0.0.3 area 4
!

hostname r4
!
username r3 password 0 cisco
!
interface Serial1
 ip address 192.168.2.146 255.255.255.252
 encapsulation ppp
 ip ospf message-digest-key 199 md5 cisco
 ppp authentication chap
!
router ospf 1
 area 4 authentication message-digest
 network 192.168.2.144 0.0.0.3 area 4

r3#debug ip ospf ad
OSPF adjacency events debugging is on
r3#
10:28:56: OSPF: Send with youngest Key 199
10:29:02: OSPF: Rcv pkt from 192.168.2.146, Serial0/1 : Mismatch
Authentication
Key - Message Digest Key 199

r4#debug ip ospf ad
OSPF adjacency events debugging is on
r4#
03:45:44: OSPF: Send with youngest Key 0
03:45:44: OSPF: Send with youngest Key 199
03:45:48: OSPF: Rcv pkt from 192.168.2.145, Serial1 : Mismatch
Authentication Ke
y - Message Digest Key 199

Thanks in advance



This archive was generated by hypermail 2.1.4 : Mon May 03 2004 - 19:48:55 GMT-3