From: elpingu (elping@xxxxxxxxxx)
Date: Sat May 04 2002 - 12:41:12 GMT-3
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:50 GMT-3