Re: ISDN 224.0.0.5 problem

From: elpingu (elping@xxxxxxxxxx)
Date: Wed May 08 2002 - 03:02:28 GMT-3


   
I take that back ....you do need the broadcast piece ...
ospf on isdn does not behave as a point to point frame relay

Larry got a point

this is my config just in case

router 3
interface BRI0
 ip address 135.13.99.3 255.255.255.0
 encapsulation ppp
 ip ospf demand-circuit
 dialer idle-timeout 30
 dialer map ip 135.13.99.4 name pedro broadcast xxxxxxxxxxxxx
 dialer-group 1
 isdn switch-type basic-ni
 isdn spid1 xxxxxxxxxx10101
 isdn spid2 xxxxxxxxxxx0101
 ppp authentication chap
end

router 4

interface BRI0
 ip address 135.13.99.4 255.255.255.0
 encapsulation ppp
 ip ospf network point-to-point
 ip ospf demand-circuit
 dialer idle-timeout 30
 dialer map ip 135.13.99.3 name r3 broadcast xxxxxxxxx
 dialer-group 1
 isdn switch-type basic-ni
 isdn spid1 xxxxxxx0101
 isdn spid2 xxxxxxx80101
 ppp authentication chap
 ppp chap hostname pedro
end

elpingu wrote:

> 224.0.0.5 is a multicast reserved for ospf ....so your routers are trying to
> stablish adjecencies..because the link is broadcast ....
>
> try removing the broadcast from the dialer map so that it can be a point-to
> point interface
>
> ping
>
> zapeta zape wrote:
>
> > Hello,
> > I am having a problem with my isdn.For one the multicast address 224.0.0.5
> > is bringing the link up. By the way I am not doing any redistribution.
> > When I do sh ip osp neigh on R1, I don't see no neighbor id toward R2.
> > When I apply the same command on R2, I see that R2 is try to establish a
> > neighbor with R1. I already tried the no peer neighbor-route on both
> > command. I tried to command deb ip ospf monitor I can't apply on my routers
> > even I am running the 12.2 code.
> > Any help will be appreciated.
> > Thanks
> > Zape
> >
> > R1
> > username r2 password 0 cisco
> > !
> > interface BRI0/0
> > ip address 150.10.35.1 255.255.255.252
> > encapsulation ppp
> > ip ospf priority 0
> > ip ospf demand-circuit
> > dialer map ip 150.10.35.2 name r2 broadcast 7704324217
> > dialer-group 1
> > isdn switch-type basic-ni
> > isdn spid1 77043242400101 4324240
> > cdapi buffers regular 0
> > cdapi buffers raw 0
> > cdapi buffers large 0
> > ppp callback request
> > ppp chap hostname cisco5
> > !
> > router ospf 100
> > router-id 150.10.1.1
> > log-adjacency-changes
> >
> > network 150.10.1.0 0.0.0.255 area 0
> >
> > network 150.10.35.0 0.0.0.3 area 0
> > !
> > dialer-list 1 protocol ip permit
> >
> > r2
> >
> > interface BRI0/0
> > ip address 150.10.35.2 255.255.255.252
> > no ip directed-broadcast
> > encapsulation ppp
> > ip ospf interface-retry 0
> > ip ospf demand-circuit
> > dialer idle-timeout 20
> > dialer map ip 150.10.35.1 name r1 class ccie broadcast 7704324240
> > dialer-group 1
> > isdn switch-type basic-ni
> > isdn spid1 77043242170101 4324217
> > ppp callback accept
> > ppp authentication chap
> > !
> > router ospf 100
> > router-id 150.10.2.2
> > log-adjacency-changes
> >
> > network 150.10.2.0 0.0.0.255 area 0
> > network 150.10.35.0 0.0.0.3 area 0
> >
> > !
> >
> > map-class dialer ccie
> > dialer callback-server username
> > !
> > dialer-list 1 protocol ip permit
> >



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