no host route for ppp

From: Peng Zheng (zpnist@yahoo.com)
Date: Sun Jan 05 2003 - 19:16:41 GMT-3


Hi,

I config ospf demand-circuit as reason 4 of link:

http://www.cisco.com/en/US/tech/tk648/tk365/technologies_tech_note09186a008009481b.shtml

I have loopback interface on both routers, and configs
on r5 are like:
int bri 0
 ip address 128.1.1.1 255.255.255.0
 encapsulation ppp
 ip ospf demand-circuit
 dialer map ip 128.1.1.2 name r6 broadcast 4082222222
 dialer-group 1
 isdn switch-type basic-ni
 isdn spid1 40811111111 4081111111
 isdn spid2 40811111112 4081111111

router ospf 20
 log-adjacency-changes
 redistribute rip subnets
 network 128.1.1.0 0.0.0.255 area 0
!
router rip
 passive-interface BRI0
 network 128.1.0.0

and configs on r6:

interface BRI0
 ip address 128.1.1.2 255.255.255.0
 encapsulation ppp
 dialer map ip 128.1.1.1 name r5 broadcast 4081111111
 dialer-group 1
 isdn switch-type basic-ni
 isdn spid1 40822222221 4082222222
 isdn spid2 40822222222 4082222222
!
router ospf 20
 network 128.1.1.0 0.0.0.255 area 0

----------------------------------------------

When I tried show ip ospf database external:

There is no host route on both routers, what's the
possible reason?

Thanks for help.

Best Wishes,
Peng Zheng



This archive was generated by hypermail 2.1.4 : Sat Feb 01 2003 - 07:33:42 GMT-3