cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
680
Views
5
Helpful
2
Replies

2600 router ras speed problem

PistuPAPP
Level 1
Level 1

Hi,

I use a 2610 router as ras router and I met with the following problem:

When I ping this router with bigger packets, the speed seems OK.

The speed of modem connection is 33600.

When I use the telnet or any tcp, the speed dramatically decreases.

Here is the configuration of the router.

Can anybody help me?

router#sh run

Building configuration...

Current configuration:

!

version 12.0

service exec-callback

service timestamps debug uptime

service timestamps log uptime

service password-encryption

service udp-small-servers

service tcp-small-servers

!

hostname router

!

aaa new-model

aaa authentication login default local

aaa authentication ppp default local

aaa authorization exec default local if-authenticated

aaa authorization network default local

enable secret 5 **************.

!

username test1 callback-dialstring "" password 7 *****************

username test1 autocommand exit

ip subnet-zero

isdn switch-type basic-net3

chat-script reset "" "ATZ" OK "AT&FS0=1&C1&D3&B1&H1&R2&M4&K1&W" OK

chat-script cb ABORT ERROR ABORT BUSY "" "ATZ" OK "ATDT\T" TIMEOUT 60 CONNECT \c

!

!

!

interface Ethernet0/0

ip address 10.254.1.2 255.255.255.0

no ip directed-broadcast

!

interface BRI0/0

ip unnumbered Ethernet0/0

no ip directed-broadcast

encapsulation ppp

dialer idle-timeout 1800 either

dialer enable-timeout 20

dialer-group 1

isdn switch-type basic-net3

peer default ip address pool isdn

ppp callback accept

ppp authentication chap

ppp multilink

ppp timeout retry 20

!

interface Group-Async1

ip unnumbered Ethernet0/0

no ip directed-broadcast

encapsulation ppp

no ip route-cache

ip tcp header-compression passive

no ip mroute-cache

dialer in-band

dialer idle-timeout 1800 either

dialer enable-timeout 20

dialer hold-queue 5

dialer-group 1

async mode interactive

peer default ip address pool modem

no fair-queue

ppp callback accept

ppp authentication chap

group-range 33 48

!

interface Dialer37

no ip address

no ip directed-broadcast

no cdp enable

!

ip local pool modem 10.254.2.1 10.254.2.16

ip local pool isdn 10.254.2.20 10.254.2.30

ip classless

ip route 0.0.0.0 0.0.0.0 10.254.1.1

!

access-list 99 permit 10.254.1.1

access-list 110 permit ip host 10.254.1.1 host 10.254.1.2

access-list 110 permit tcp host 10.254.1.1 any eq telnet

dialer-list 1 protocol ip permit

snmp-server community public RO 99

!

line con 0

transport input none

line 33 48

session-timeout 600

exec-timeout 0 30

timeout login response 60

autoselect during-login

autoselect ppp

script startup reset

script reset atz

script callback cb

modem InOut

no history

transport input all

autohangup

callback forced-wait 20

stopbits 1

speed 38400

flowcontrol hardware

line aux 0

line vty 0 4

access-class 110 in

password 7 *************

!

end

2 Replies 2

dbellaze
Level 4
Level 4

When you connect are you actually negotiating tcp header compression? If yes, I recall a bug that did exactly what you are experiencing.

Remove TCP compression on the Group-Async interface or turn it off on your dialup client settings and try again.

If this resolves the problem than your most likely hitting that bug. Unfortunately I do not remember the ID :(.

Daniel

Hi Daniel,

Thank you for your advice and help.

Last hours we tried different settings on our router,

and we set the following thing:

tcp header-compresson passive

compress MPPC

On the other side - Windows XP Sp2 - we set

the IP header compresson.

It works! The speed OK!!

Istvan