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

Interesting traffic on Cisco 803 routers

Status
Not open for further replies.

gb2299

IS-IT--Management
Apr 4, 2001
16
GB
Hi All,

I have 2 identical Cisco 803 routers connected to an ISP via 128k. A vpn using Sonicwall connects both LANs and the users at the remote site use Citrix to run applications from a W2K Terminal server at the main site.
Here are my problems.
1. The 'line' keeps dropping and the routers have to be reset. Is it because port 1494(Citrix) and port 3389 (Terminal Server)are not considered as 'interesting traffic' and the idle timeout has disconnected the line?
2. The connection to the internet is not 'nailed' at 128k. Most of the time it is at 64k. Again are ports 3389 and 1494 not considered interesting to open up the B channel?
3. How can I 'nail' the routers at 128k. I have no problem nailing other routers.

I have included a copy of the main office config.

Please could you let me know what else I should add to this config.
PS This config was created by config maker.

Thanks in anticpation
Graham

!
service timestamps debug uptime
service timestamps log uptime
service password-encryption
no service tcp-small-servers
no service udp-small-servers
!
hostname Alresford
!
enable password xxxxxxx
!
no ip name-server
!
isdn switch-type basic-net3
!
ip subnet-zero
no ip domain-lookup
ip routing
!
interface Dialer 1
description connected to Internet
ip unnumbered Ethernet 0
no ip split-horizon
encapsulation ppp
dialer in-band
dialer idle-timeout 90
dialer string 0123456789
dialer hold-queue 10
dialer load-threshold 10
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname xxxxxxx
ppp chap password xxxxxxx
ppp pap sent-username xxxxxx password xxxxxx
ppp multilink
no cdp enable
!
interface Ethernet 0
no shutdown
description connected to EthernetLAN
ip address xxx.xxx.xxx.xxx yyy.yyy.yyy.yyy
no keepalive
!
interface BRI 0
no shutdown
description connected to Internet
no ip address
dialer rotary-group 1
!
! Dialer Control List 1
!
no dialer-list 1
dialer-list 1 protocol ip permit
!
router rip
version 2
network xxx.xxx.xxx.xxx
passive-interface Dialer 1
no auto-summary
!
!
ip classless
!
! IP Static Routes
ip route 0.0.0.0 0.0.0.0 Dialer 1
ip http server
!
!
line console 0
exec-timeout 0 0
password xxxxxxxxxxxxxx
login
transport input none
!
line vty 0 4
password xxxxxxxxxxxxxx
login
!
! The following commands are not recognized by Cisco ConfigMaker
! and are therefore appended here.
!
no service single-slot-reload-enable
no service pad
logging rate-limit console 10 except errors
no ip finger
no ip dhcp-client network-discovery
!
end
 
i'm not sure why you'd want to "nail" an iSDN connection at 128k b/c w the "dialer-load threshold" command you should get bw as you need it, but if you have a flat rate w/ your provider then you can just set the threshold load value to "1 either" and that should bring up both channels after primary channel is established.

"No hacker is worth missing a Dead concert for" - c.s.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top