OSPF Demand Circuit/PPP Multilink/Dialer Profile

From: lrlab (lrlab@xxxxxxxxxx)
Date: Mon Jul 01 2002 - 13:38:28 GMT-3


   
Group:

Any idea why a OSPF deman circuit would work fine until I added ppp multi and
dialer load 1 at the dialer on both ends. Once I do that the link flaps.
Removed the lines from both and it returns to a normal (working) state. When
I do the debug IP OSPF mon I see the lsa. I have added the no peer nei at
both ends. here are the affested part of the configs from both without the ppp
multi and dialer load 1.

r3#sh run
hostname r3

username r6 password 0 cisco

interface BRI0
 no ip address
 encapsulation ppp
 dialer pool-member 1
 isdn switch-type basic-ni
 isdn spid1 0555100001
 isdn spid2 0555300001
 ppp authentication chap
!
interface Dialer1
 ip address 15.15.15.2 255.255.255.0
 encapsulation ppp
 ip ospf authentication message-digest
 ip ospf message-digest-key 1 md5 cisco
 dialer pool 1
 dialer remote-name r6
 dialer idle-timeout 45
 dialer string 5552000
 dialer-group 1
 no peer neighbor-route
 ppp authentication chap
!
router ospf 10
 router-id 3.3.3.3
 log-adjacency-changes
 area 1 stub no-summary
 network 15.15.15.2 0.0.0.0 area 1
 network 150.100.4.3 0.0.0.0 area 1

!
access-list 100 permit ip any any
dialer-list 1 protocol ip list 100

r6#sh run
hostname r6

username r3 password 0 cisco
isdn switch-type basic-ni
!
interface BRI0
 no ip address
 encapsulation ppp
 dialer pool-member 1
 isdn switch-type basic-ni
 isdn spid1 0555200001
 isdn spid2 0555400001
 ppp authentication chap
!
interface Dialer1
 ip address 15.15.15.1 255.255.255.0
 encapsulation ppp
 ip ospf authentication message-digest
 ip ospf message-digest-key 1 md5 cisco
 ip ospf demand-circuit
 dialer pool 1
 dialer remote-name r3
 dialer idle-timeout 45
 dialer string 5551000
 dialer-group 1
 no peer neighbor-route
 ppp authentication chap
!
router ospf 10
 router-id 6.6.6.6
 log-adjacency-changes
 area 0 authentication message-digest
 area 1 stub no-summary
 passive-interface Serial0
 network 15.15.15.1 0.0.0.0 area 1
 network 150.100.2.1 0.0.0.0 area 0
 network 150.100.4.1 0.0.0.0 area 1
 network 150.100.50.41 0.0.0.0 area 2
!
ip classless
ip http server
!
access-list 100 permit ip any any
dialer-list 1 protocol ip list 100



This archive was generated by hypermail 2.1.4 : Sat Sep 07 2002 - 19:36:16 GMT-3