04-07-2004 11:11 AM - edited 03-02-2019 02:52 PM
Hi
I have a 2600 hundred with a leased line connected via serial and a ISDN dialer backup. Everything has been working well until I got the telephone bill and noticed that the router seems to be dialing the backup almost every minute for a very short call.
Can anyone give me advice as to what to look for to track down what could be causing this and what debug commands I could use?
Many thanks
Rob
04-08-2004 01:34 AM
Can you post the config for the 2600 router?
04-08-2004 02:11 AM
Hi
Yes, glad to post it as follows. Thank you for helping!
Regards
Rob
================================================
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname *****
!
enable password *********************
!
username ***** password ******
ip subnet-zero
!
!
no ip domain-lookup
!
isdn switch-type basic-net3
!
!
!
interface FastEthernet0/0
description connected to EthernetLAN
ip address 151.x.x.x.255.0.0
duplex auto
speed auto
!
interface Serial0/0
description connected to B
backup delay 15 60
backup interface Dialer1
ip address 10.152.x.x.x.255.252
encapsulation ppp
!
interface BRI0/0
description connected to B
no ip address
encapsulation ppp
dialer rotary-group 1
isdn switch-type basic-net3
no cdp enable
!
interface Dialer1
description connected to B
ip address 10.152.2.1 255.255.255.252
encapsulation ppp
no ip split-horizon
dialer in-band
dialer map snapshot 1 name B broadcast
dialer map ip 10.152.2.2 name B broadcast 0******
dialer hold-queue 10
dialer load-threshold 10 outbound
dialer-group 1
snapshot server 15 dialer
no cdp enable
ppp authentication chap
ppp multilink
!
router rip
version 2
network 10.0.0.0
network 151.151.0.0
no auto-summary
!
ip classless
no ip http server
ip pim bidir-enable
!
dialer-list 1 protocol ip permit
snmp-server community public RO
!
line con 0
exec-timeout 0 0
password *************
login
line aux 0
line vty 0 4
password *************
login
!
no scheduler allocate
end
04-17-2004 01:10 AM
If your DDR is dialing up every minute, you should run debug dialer. That will show the dialing cause.
04-19-2004 10:51 AM
Also to me it looks like your have dialer load threshold set awfully low , you might want to consider making this a higher number , this might be triggering it also , but to determine which ip is causing the dial you the debug dialer command as indicated in the previous post .
04-19-2004 07:32 PM
Looks like you've got snapshot routing configured here.... Any need for it? Check out CCO documentation regarding snapshot routing.
Hope this helps.
Daniel
04-20-2004 10:47 PM
1) Check the need for snapshot routing.
2) Add "passive-int b0/0" at your router rip.
3) Relate your dialer-list to the kind of traffic that you want to be considered as interesting, via an acl.
07-15-2004 04:54 AM
Do you have an access list set up so that only significant traffic will cause an isdn call to initiate. We use the following format:
access-list 100 deny eigrp any any
access-list 100 deny ip host 255.255.255.255 any
access-list 100 permit ip any
dialer-list 1 protocl ip list 100
You might want to substitute the eigrp with rip.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide