Ho un cisco 2620xm con una wic adsl e quando scarico da internet (per esempio una distro linux) non supera mai i 300 KB/s, come mai? mentre scarico si vede proprio che quando sale sopra quella soglia (picchi di 320-350KB/s) sembra che la banda venga limitata perchè scende subito a 300-305 KB/s..

ho provato a togliere la wic e montarla su un 1720 con un IOS 12.2 e scarica a 800-850 KB/s.
Penso che ci sia qualcosa nella configurazione che non vada bene però non riesco davvero a capire cosa... vi posto uno sh run del 2620xm:
e uno sh ver:Current configuration : 1180 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Router
!
boot-start-marker
boot-end-marker
!
enable secret 5 XXXXXX
!
no aaa new-model
no network-clock-participate slot 1
no network-clock-participate wic 0
ip cef
!
!
!
!
!
!
!
!
password encryption aes
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface ATM0/0
no ip address
no atm ilmi-keepalive
dsl operating-mode auto
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
!
interface FastEthernet0/0
ip address 10.0.0.1 255.255.255.0
ip nat inside
ip virtual-reassembly
no ip mroute-cache
duplex auto
speed auto
!
interface Dialer1
ip address negotiated
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 1
dialer-group 1
ppp pap sent-username aliceadsl password 7 XXXXXXXXXXXX
!
ip route 0.0.0.0 0.0.0.0 Dialer1
!
!
ip http server
no ip http secure-server
ip nat inside source list 1 interface Dialer1 overload
!
access-list 1 permit 10.0.0.0 0.0.0.255
no cdp run
!
!
!
control-plane
!
!
!
!
!
!
!
!
!
!
line con 0
line aux 0
line vty 0 4
login
!
!
end
Vi prego aiutatemi perchè sono disperato!Cisco IOS Software, C2600 Software (C2600-ADVENTERPRISEK9-M), Version 12.4(16), RELEASE SOFTWARE (fc1)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2007 by Cisco Systems, Inc.
Compiled Wed 20-Jun-07 05:48 by prod_rel_team
ROM: System Bootstrap, Version 12.2(8r) [cmong 8r], RELEASE SOFTWARE (fc1)
Router uptime is 1 hour, 18 minutes
System returned to ROM by reload
System image file is "flash:c2600-adventerprisek9-mz.124-16.bin"
This product contains cryptographic features and is subject to United
States and local country laws governing import, export, transfer and
use. Delivery of Cisco cryptographic products does not imply
third-party authority to import, export, distribute or use encryption.
Importers, exporters, distributors and users are responsible for
compliance with U.S. and local country laws. By using this product you
agree to comply with applicable laws and regulations. If you are unable
to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at:
http://www.cisco.com/wwl/export/crypto/tool/stqrg.html
If you require further assistance please contact us by sending email to
[email protected].
Cisco 2620XM (MPC860P) processor (revision 1.0) with 253952K/8192K bytes of memory.
Processor board ID JAD06270LCG
M860 processor: part number 5, mask 2
1 FastEthernet interface
1 ATM interface
32K bytes of NVRAM.
32768K bytes of processor board System flash (Read/Write)
Configuration register is 0x2102

Grazie a tutti in anticipo!
P.S.= questa è una configurazione minimale solo per cercare di individuare il problema