the router works fine when only using one channel (64k)is open.but when the second channel opens then the router stops sending any data until one channel closes andthen it works fine again.
!
service timestamps debug uptime
service timestamps log uptime
service password-encryption
no service tcp-small-servers
no service udp-small-servers
!
hostname Demon
!
enable password 7 xxxxxxxxxxxxxxxxxxxxxxx
username greenback password 7 xxxxxxxxxxxxxxxxxxxxxxxxx
!
ip name-server 1.1.1.1
!
isdn switch-type basic-net3
!
ip subnet-zero
ip domain-lookup
ip routing
!
interface Dialer 1
description connected to Internet
ip address 10.0.0.1 255.255.255.0
no ip directed-broadcast
ip nat outside
no ip split-horizon
encapsulation ppp
dialer in-band
dialer idle-timeout 120
dialer string 9999999999 class 56K
dialer hold-queue 10
dialer load-threshold 10
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname dangermouse
ppp chap password 7 xxxxxxxxxxxx
ppp pap sent-username penfold password 7 xxxxxxxxxxxxx
ppp multilink
no cdp enable
!
interface Ethernet 0
no shutdown
description connected to EthernetLAN
ip address 20.20.20.20 255.255.255.0
no ip directed-broadcast
ip nat inside
keepalive 10
!
interface BRI 0
no shutdown
description connected to Internet
no ip address
no ip directed-broadcast
dialer rotary-group 1
!
map-class dialer 56K
dialer isdn speed 56
!
! Access Control List 1
!
no access-list 1
access-list 1 permit 20.20.20.1 0.0.0.7
!
! Dialer Control List 1
!
no dialer-list 1
dialer-list 1 protocol ip permit
!
! Dynamic NAT
!
ip nat translation timeout 86400
ip nat translation tcp-timeout 86400
ip nat translation udp-timeout 300
ip nat translation dns-timeout 60
ip nat translation finrst-timeout 60
ip nat inside source list 1 interface Dialer 1 overload
!
router rip
version 2
network 20.20.20.0
passive-interface Dialer 1
no auto-summary
!
!
ip classless
!
! IP Static Routes
ip route 0.0.0.0 0.0.0.0 Dialer 1
no ip http server
snmp-server community public RO
no snmp-server location
no snmp-server contact
!
line console 0
exec-timeout 0 0
password 7 xxxxxxxxxxxxxxxxxx
login
transport input none
!
line vty 0 4
password 7 xxxxxxxxxxxxxxxxxxxxxxxxxx
login
!
end
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.