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!

ISDN disconnects too soon

Status
Not open for further replies.

1100466

Technical User
Feb 25, 2003
8
0
0
NL
hi all,

i've got a problem,

i have two cisco routers (one Cisco 1720 & one Cisco 801) connected to eachother through ISDN.
The dialer idle-timeout is set at 60 sec., but mine ISDN-connection doesn't last so long. it's disconnected after 20 sec.

i've already upgraded the IOS from the 801....do i have to upgrade also the IOS from the 1720?

because i don't know what the do know...:(

greetz, morgana

-----------------------------------------------------------

this is my config from the 1720:

version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname CentralA
!
enable secret 5 $1$0YVA$XhBl5rzAV5u.Yf73bpbyY1
!
username BramchA password 0 cisco
memory-size iomem 25
ip subnet-zero
no ip domain-lookup
!
isdn switch-type basic-net3
isdn voice-call-failure 0
!
!
!
interface BRI0
ip address 10.130.0.2 255.255.255.0
dialer idle-timeout 60
dialer map ip 10.130.0.1 name BranchA 801
dialer-group 1
isdn switch-type basic-net3
!
interface FastEthernet0
ip address 10.115.0.110 255.255.255.0
speed auto
!
router rip
passive-interface BRI0
network 10.0.0.0
!
ip classless
ip route 10.218.0.0 255.255.255.0 10.130.0.1
no ip http server
!
dialer-list 1 protocol ip permit
!
line con 0
exec-timeout 0 0
line aux 0
line vty 0 4
password cisco
login
!
no scheduler allocate
end


----------------------------------------------------------


And this is my config of the 801:

version 12.2
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname BranchA
!
enable secret 5 $1$Kih9$kofLHEZrl/q8v0NkPNecR.
enable password riser
!
username CentralA password 0 cisco
ip subnet-zero
!
no ip domain-lookup
isdn switch-type basic-net3
!
!
!
interface Ethernet0
ip address 10.218.0.1 255.255.255.0
!
interface BRI0
ip address 10.130.0.1 255.255.255.0
dialer idle-timeout 60
dialer map ip 10.130.0.2 name CentralA 800
dialer-group 1
isdn switch-type basic-net3
!
router rip
passive-interface BRI0
network 10.0.0.0
!
ip http server
ip classless
ip route 10.115.0.0 255.255.255.0 10.130.0.2
!
dialer-list 1 protocol ip permit
!
line con 0
exec-timeout 0 0
stopbits 1
line vty 0 4
password cisco
login
!
no rcapi server
!
!
end
 
What side does the drop seem to be comming from? Are you using the same ISDN provider at both end? Does your provider have a timer set on idel activity?

“Reserve your right to think, for even to think wrongly is better than not to think at all”

Fisher CCNA, Network+
[americanflag]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top