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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 804 ISDN router dialing to Ci

Status
Not open for further replies.

steveave

Technical User
Jun 4, 2001
60
0
0
US
Cisco 804 ISDN router dialing to Cisco AS5300 drops and redials hundreds of time a day.

Config is for 804:

version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname cisco800
!
no logging console
enable password ywiygi2
!
username cisco800 password 0
username dialup password 0
!
!
!
!
!
dial-peer voice 1 pots
forward-to-unused-port
call-waiting
ring 1
port 1
destination-pattern *********
!
dial-peer voice 2 pots
forward-to-unused-port
call-waiting
ring 1
port 2
destination-pattern **********
!
pots country US
ip subnet-zero
!
ip dhcp pool wh3-800-1
network 10.4.0.0 255.255.0.0
dns-server 10.1.4.0
netbios-name-server 10.1.4.0
default-router 10.4.0.1
!
no ip domain-lookup
ip name-server 10.1.4.0
isdn switch-type basic-dms100
isdn voice-call-failure 0
!
!
!
interface Ethernet0
ip address 10.4.0.1 255.255.0.0
ip helper-address 10.1.4.0
no ip directed-broadcast
!
interface BRI0
no ip address
no ip directed-broadcast
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-dms100
isdn spid1 **********0101
isdn spid2 **********0101
no fair-queue
no cdp enable
ppp multilink
!
interface Dialer0
ip address 10.130.0.2 255.255.0.0
no ip directed-broadcast
encapsulation ppp
no ip split-horizon
dialer remote-name dialup
dialer pool 1
dialer idle-timeout 43200
dialer fast-idle 5
dialer string 5541911
dialer hold-queue 10
dialer load-threshold 1 either
dialer-group 1
fair-queue 64 16 0
ppp authentication chap
ppp chap hostname cisco800
ppp chap password 7 005D475505594A3C
ppp multilink
!
no ip http server
ip classless
ip route 0.0.0.0 0.0.0.0 10.130.0.1
ip route 10.130.0.1 255.255.255.255 BRI0
!
dialer-list 1 protocol ip permit
no cdp advertise-v2
!
line con 0
exec-timeout 0 0
transport input none
stopbits 1
line vty 0 4
password telnet
login
!
end
 
I have removed the dialer 'fast-idle 5' and I am still having the same problem.
 
Maybe you should restrict the interesting traffic that is allowed to bring up the line, at the moment you are letting any IP traffic bring it up. It might be more sensible to use an access-list to define a tighter set of traffic patterns that you want to bring the line up. To see what traffic is bringing the line up you can use the following debug:

debug dialer

Also it might be an idea to lower the increase the threhold to limit when the second B channel is bought up.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top