Re: Keeping the ISDN Line Quiet - Solution

From: Rich West (westrk102002@yahoo.com)
Date: Tue Oct 08 2002 - 13:18:14 GMT-3


Thanks for all of the insights on my ISDN problem. I changed my OSPF network type on the BRI to non-broadcast and everything works perfect now. The line doesn't come up unless I shut down the serial interface and try to reach the other side. Thanks for all of your help.
Rich
 ying c wrote:I think ip ospf netw point-to-multipoint will generate
/32 route which can cause the problem for the isdn.
I'd try something like non-broadcast to see if that's
the problem. Other than that, I can't see anything
wrong from your config and debug.

Chang

--- Rich West wrote:
> function SetDomain(d) { document.domain = d; }I am
> having problems keeping my BRI circuit quiet. I am
> only calling one way and everything is working with
> my ISDN. I think the problem comes from
> redistributing IGRP and OSPF on my dialing router.
> Please look at by 'debug dialer' and my
> configurations below and see if I have forgot
> something.
>
> Thanks,
>
> Rich
>
> DEBUG:
>
> 1d04h: IP: s=172.168.65.2 (local), d=224.0.0.5
> (BRI0/0), len 144, sending broad/multicast
> 1d04h: BRI0/0: Dialing cause ip (s=172.168.65.2,
> d=224.0.0.5)
> 1d04h: BRI0/0: Attempting to dial 5555555
>
> CONFIG:
>
> hostname Donut
> !
> username Donut password 0 test
> username Burns password 0 test
> isdn switch-type basic-ni
> !
> interface Ethernet0/0
> ip address 137.20.20.10 255.255.255.0
> !
> interface Serial0/0.1 multipoint
> ip address 172.168.100.5 255.255.255.0
> ip ospf network point-to-multipoint
> ip ospf priority 200
> frame-relay map ip 172.168.100.6 506 broadcast
> !
> interface Serial0/0.2 point-to-point
> ip address 172.168.200.1 255.255.255.0
> frame-relay interface-dlci 504
> !
> interface BRI0/0
> ip address 172.168.65.2 255.255.255.0
> no ip directed-broadcast
> encapsulation ppp
> ip ospf cost 9999
> ip ospf demand-circuit
> dialer idle-timeout 30
> dialer map ip 172.168.65.1 name Burns broadcast
> 5555555
> dialer-group 1
> isdn switch-type basic-ni
> isdn spid1 80155566660101 5556666
> isdn spid2 80155566670101 5556667
> no cdp enable
> ppp authentication chap
> hold-queue 75 in
> no peer neighbor-route
> !
> router ospf 1
> redistribute static metric 2000 subnets
> redistribute igrp 30 metric 10 metric-type 1
> subnets route-map igrp-ospf
> network 137.20.20.0 0.0.0.255 area 0
> network 172.168.65.0 0.0.0.255 area 10
> network 172.168.100.0 0.0.0.255 area 10
> !
> router igrp 30
> redistribute ospf 1 metric 10000 1 255 1 1500
> route-map ospf-to-igrp
> passive-interface Serial0/0.1
> passive-interface BRI0/0
> network 172.168.0.0
> distribute-list 25 out ospf 1
> !
> access-list 19 permit 172.168.200.0 0.0.0.255
> access-list 19 permit 172.168.40.0 0.0.0.255
> access-list 19 permit 5.0.0.0 0.255.255.255
> access-list 20 permit any
> !
> dialer-list 1 protocol ip permit
> !
> route-map ospf-to-igrp deny 10
> match ip address 19
> !
> route-map ospf-to-igrp permit 20
> match ip address 20
> !
> route-map igrp-ospf permit 10
> match ip address 19
> !
> route-map igrp-ospf deny 20
> match ip address 20
>
>
>
> ---------------------------------
> Do you Yahoo!?
> Faith Hill - Exclusive Performances, Videos, & more
> faith.yahoo.com



This archive was generated by hypermail 2.1.4 : Tue Nov 05 2002 - 08:35:42 GMT-3