Re: OSPF DDR (continued)

From: Giveortake@xxxxxxx
Date: Tue Apr 02 2002 - 20:26:55 GMT-3


   
Based on tips from a couple folks I have got it working "kind of". R2 has
a BRI connected to R5. It has s0.1 connected via frame to R4 and s1
connected to R1 via Point-to-point. If I put the "ip ospf demand
circuit" on R5 everything works exactly correctly.

If I try it the other way around and put "ip ospf demand circuit" on R2, R2
DOES NOT propagate any routes to any routers. The routing table on R2 is
correct but R5 does not get the routes that R2 knows and either does R1 or R4
which are connected to R2. As soon as I take the "ip ospf demand circuit"
off of the BRI on R2 all routes propagate correclty. All routers running
same code 12.0(24).

If I take this a step further and shut down BRI0 on R2, the ospf routes will
still not propagate correctly to R1 or R4. When I take the "ip ospf deman
circuit" command off of the BRI the routes propagate correctly.

This is driving me insane. I have tested it about two dozen times. The
outcome is very consistant. Below is the complete config for R2. If
anything jumps out at anyone I would appreciate if you would share the
answer!!!

R2#show run
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R2
!
enable secret 5 $1$qlE3$MWZ/p0uPBMKbyzV/PzwXZ1
!
username R5 password 0 cisco
ip subnet-zero
no ip domain-lookup
isdn switch-type basic-ni
!
!
!
!
!
interface Loopback0
 ip address 200.0.0.2 255.255.255.255
 no ip directed-broadcast
!
interface Serial0
 no ip address
 no ip directed-broadcast
 encapsulation frame-relay
 no ip mroute-cache
 logging event subif-link-status
 logging event dlci-status-change
 no fair-queue
 no frame-relay inverse-arp
!
interface Serial0.1 point-to-point
 ip address 150.50.24.2 255.255.255.0
 no ip directed-broadcast
 frame-relay interface-dlci 104
!
interface Serial0.2 multipoint
 ip address 150.50.100.2 255.255.255.224
 no ip directed-broadcast
 no ip split-horizon
 ip ospf message-digest-key 1 md5 cisco
 ip ospf priority 5
 shutdown
 frame-relay map ip 150.50.100.5 105 broadcast
 frame-relay map ip 150.50.100.6 106 broadcast
 no frame-relay inverse-arp
!
interface Serial1
 ip address 150.50.17.2 255.255.255.0
 no ip directed-broadcast
!
interface TokenRing0
 no ip address
 no ip directed-broadcast
 shutdown
!
interface BRI0
 ip address 150.50.9.2 255.255.255.192
 no ip directed-broadcast
 encapsulation ppp
 ip ospf message-digest-key 1 md5 cisco
 ip ospf network point-to-point
 dialer idle-timeout 60
 dialer map ip 150.50.9.5 name R5 broadcast 5418545
 dialer-group 1
 isdn switch-type basic-ni
 isdn spid1 61678903240101
 isdn spid2 61678903250101
 no peer neighbor-route
 ppp authentication chap
!
router ospf 1
 area 0 authentication message-digest
 area 1 range 10.1.0.0 255.255.0.0
 network 150.50.9.0 0.0.0.63 area 0
 network 150.50.17.0 0.0.0.255 area 3
 network 150.50.24.0 0.0.0.255 area 1
 network 150.50.100.0 0.0.0.31 area 0
 network 200.0.0.2 0.0.0.0 area 1
 neighbor 150.50.100.6
 neighbor 150.50.100.5
!
ip classless
!
dialer-list 1 protocol ip permit
!
!
line con 0
 transport input none
line aux 0
line vty 0 4
 password alpha4
 login
!
end



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:57:52 GMT-3