Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

bri interface problem

Status
Not open for further replies.

cormon

Technical User
Joined
Mar 4, 2005
Messages
73
Location
GB
Hi Lads,

we use dialer watch to monitor two networks across a primary serial link .this is done via dialer lists see config below.

in order to partially test this we have two static route that are pointed to the dialer interfaces. This does not fully test the dialer watch but at least test the physical interfaces.

unfourtunately one if the ping fails to bring up the 12.12.12.13 statis route

*********************************************************
points to note

1) manually using the isdn call interface bri0/0 ******* will bring up the call

2) the other 12.12.12.12 does work

3) software version 12.2

4) Access list 101 which defines the interesting traffic shows hits when I ping 12.12.12.13 it.



interface BRI0/0
description ISDN backup to ************
no ip address
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-net3
ppp authentication chap
!
interface Serial0/1
bandwidth 256
no ip address
encapsulation frame-relay
no ip mroute-cache
no fair-queue
frame-relay traffic-shaping
frame-relay lmi-type ansi
!
interface Serial0/1.101 point-to-point
ip unnumbered Loopback0
frame-relay class **************
frame-relay interface-dlci 101
!
interface Dialer1
description ISDN backup
ip unnumbered Loopback3
ip access-group 140 in
ip access-group 140 out
encapsulation ppp
dialer pool 1
dialer idle-timeout 60
dialer enable-timeout 30
dialer string 00*************
dialer string 003************
dialer max-call 1
dialer watch-group 1
dialer-group 1
ppp authentication chap
!
interface Dialer3
description Dialer Watch Interface for **********
ip unnumbered Loopback3
encapsulation ppp
dialer pool 1
dialer string 01*************
dialer max-call 1
dialer watch-group 3
dialer-group 3
ppp authentication chap
!
router eigrp 1
passive-interface Dialer1
network 1.0.0.0
network 10.0.0.0
network 172.16.0.0
no auto-summary
no eigrp log-neighbor-changes
!
router eigrp 500
redistribute connected route-map LOCAL-ROUTES
passive-interface Ethernet0/0
passive-interface Dialer3
network 10.0.0.0
network 172.30.0.0
no auto-summary
!
router bgp ******
no synchronization
bgp log-neighbor-changes
redistribute connected
neighbor 62.6.192.168 remote-as 2856
neighbor 62.6.192.168 ebgp-multihop 2
neighbor 62.6.192.168 update-source Loopback0
no auto-summary
!
no ip http server
ip classless
ip route 12.12.12.12 255.255.255.255 Dialer1
ip route 12.12.12.13 255.255.255.255 Dialer3
ip route *************** 255.255.255.255 Serial0/1.101
!
!
!
!
map-class frame-relay ***************
frame-relay cir 243000
frame-relay bc 2430
frame-relay mincir 128000
frame-relay adaptive-shaping becn
service-policy output *****************
access-list 50 permit 10.254.10.11
access-list 50 permit 10.197.13.0 0.0.0.255
access-list 101 deny eigrp any any
access-list 101 permit ip any any
access-list 102 permit tcp any any eq 3200
access-list 102 permit tcp any any eq 3600
access-list 140 remark Access-list for EIGRP and BGP updates
access-list 140 permit eigrp any any
access-list 140 permit tcp any any eq bgp
access-list 140 remark Allow for **************
access-list 140 permit ip 172.30.1.0 0.0.0.255 any
access-list 140 permit ip any 172.30.1.0 0.0.0.255
access-list 140 permit ip host 10.254.1.182 any
access-list 140 permit ip any host 10.254.1.182
access-list 140 remark Access-list for ************
access-list 140 permit ip 10.208.0.0 0.0.255.255 10.60.0.0 0.0.255.255
access-list 140 permit ip 10.208.0.0 0.0.255.255 10.64.0.0 0.0.255.255
access-list 140 permit ip 10.60.0.0 0.0.255.255 10.208.0.0 0.0.255.255
access-list 140 permit ip 10.64.0.0 0.0.255.255 10.208.0.0 0.0.255.255
access-list 140 remark Access-list for **********
access-list 140 permit ip 10.197.13.0 0.0.0.255 10.60.0.0 0.0.255.255
access-list 140 permit ip 10.60.0.0 0.0.255.255 10.197.13.0 0.0.0.255
access-list 140 remark Access-list for **********
access-list 140 permit ip 10.197.7.0 0.0.0.255 10.60.0.0 0.0.255.255
access-list 140 permit ip 10.60.0.0 0.0.255.255 10.197.7.0 0.0.0.255
access-list 140 remark Access-list for *********
access-list 140 permit ip 10.197.1.0 0.0.0.255 10.60.0.0 0.0.255.255
access-list 140 permit ip 10.60.0.0 0.0.255.255 10.197.1.0 0.0.0.255
access-list 140 remark Access-list for ***********
access-list 140 permit ip 10.197.6.0 0.0.0.255 10.60.0.0 0.0.255.255
access-list 140 permit ip 10.60.0.0 0.0.255.255 10.197.6.0 0.0.0.255
access-list 140 permit ip 10.197.2.0 0.0.0.255 10.60.0.0 0.0.255.255
access-list 140 permit ip 10.60.0.0 0.0.255.255 10.197.2.0 0.0.0.255
access-list 140 permit ip host 10.64.2.113 10.197.13.0 0.0.0.255
access-list 140 permit ip 10.197.13.0 0.0.0.255 host 10.64.2.133
access-list 160 permit ip 10.60.0.0 0.0.255.255 any
access-list 160 permit ip any 10.60.0.0 0.0.255.255
access-list 160 permit ip 10.196.0.0 0.0.255.255 any
access-list 160 permit ip any 10.196.0.0 0.0.255.255
dialer watch-list 1 ip 10.60.0.0 255.255.0.0
dialer watch-list 1 delay connect 60
dialer watch-list 1 delay disconnect 20
dialer watch-list 3 ip 10.208.0.0 255.255.0.0
dialer watch-list 3 delay connect 20
dialer watch-list 3 delay disconnect 20
dialer-list 1 protocol ip list 101
dialer-list 3 protocol ip list 101
queue-list 1 protocol ip 1 list 102
queue-list 1 default 2
queue-list 1 queue 1 byte-count 4500



thanks in advance.

 
Got it working yet???

Could you be a little more descriptive with the issue... Im presuming the watched routes are dynamic, i.e learnt via an IGP?

LEEroy
MCNE6,CCNA2,3/4 CCNP,CWNA,CCSA,Project+
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top