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

Cisco 877 slow internet speed

Status
Not open for further replies.

abidu

IS-IT--Management
Jul 31, 2008
37
US
Hello gang,

Having a bit of a trouble with the newly purchased router.
The internet speed provided by ISP is around 700KB/s but I am unable to reach that speed anymore with this router.

It seems that it's stuck around 500KB/s and won't go higher than this.
Also i know that the router supports up to 24 Mbps data down stream.

I would appreciate any assistance in trying to get this fixed.

Here is my running config:

Current configuration : 4402 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname <CUT>
!
boot-start-marker
boot system flash
boot-end-marker
!
!
no aaa new-model
!
crypto pki trustpoint TP-self-signed-3625298599
enrollment selfsigned
subject-name cn=IOS-Self-Signed-Certificate-3625298599
revocation-check none
rsakeypair TP-self-signed-3625298599
!
!
crypto pki certificate chain TP-self-signed-3625298599
certificate self-signed 01
3082024E 308201B7 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
69666963 6174652D 33363235 32393835 3939301E 170D3032 30333031 30323034
31375A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D33 36323532
39383539 3930819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
8100AAAB 051F9A7F 8AFE360E 0556D519 4EC984B6 E8F649D2 B90571B2 BF17813B
C88A1430 CE82E198 6CF44023 40A5E3BB B373DCAC 658B9811 36398E95 24C9CBAA
954690A4 F9408949 A9343D0F CA09DAFC 2AC404F1 6FDDE30E 417C4B9F 6F852B36
4C483D86 AA1CBD7D EDE88881 91A698AA 9A543857 0CCA05B4 F7B44A86 BEB94A00
789B0203 010001A3 76307430 0F060355 1D130101 FF040530 030101FF 30210603
551D1104 1A301882 16636973 636F2E70 726F6576 656E696D 656E7465 2E726F30
1F060355 1D230418 30168014 1970CA49 BDCD0D15 97F731BB BF35E820 0EBA39D4
301D0603 551D0E04 16041419 70CA49BD CD0D1597 F731BBBF 35E8200E BA39D430
0D06092A 864886F7 0D010104 05000381 8100997C 5A6C7C50 C97E6AB9 2A07B262
46805DD2 A12C67C1 C4CD75EE 71C4BE6B C9859D36 34AE084B F8C7151F 8D01BDB3
37CB49B7 6084BDFD 3258F1FB 53DF0630 56855F8D 95AF5D8C 89B5D0A6 52DD9805
07A123F1 0BD64AC0 7B6A9B08 02A411D7 D83B7049 34CA3F5B 4FB955C5 A0E56692
83681F30 096E556E AEDB1FB1 B81BCFC5 8926
quit
dot11 syslog
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 172.18.130.1 172.18.130.200
ip dhcp excluded-address 172.18.130.210 172.18.130.253
!
ip dhcp pool 172.18.130.0/24
network 172.18.130.0 255.255.255.0
default-router 172.18.130.254
dns-server <CUT>
!
!
ip domain name <CUT>
ip auth-proxy max-nodata-conns 3
ip admission max-nodata-conns 3
!
multilink bundle-name authenticated
!
!
username <CUT> privilege 15 secret 5 <CUT>
!
!
archive
log config
hidekeys
!
!
!
!
!
interface ATM0
mtu 1492
no ip address
ip virtual-reassembly drop-fragments
no ip route-cache cef
ip route-cache flow
no ip mroute-cache
no atm ilmi-keepalive
dsl operating-mode auto
bridge-group 1
bridge-group 1 spanning-disabled
hold-queue 224 in
!
interface ATM0.1 point-to-point
pvc 0/35
pppoe-client dial-pool-number 1
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
ip address 172.18.130.254 255.255.255.0
ip nat inside
ip virtual-reassembly
!
interface Dialer0
mtu 1492
ip address negotiated
ip accounting output-packets
ip nat outside
ip virtual-reassembly max-reassemblies 32
encapsulation ppp
dialer pool 1
dialer-group 1
no cdp enable
ppp authentication pap callin
ppp pap sent-username <CUT> password 7 <CUT>
!
interface Dialer1
no ip address
no ip mroute-cache
dialer pool 3
dialer-group 1
no keepalive
no cdp enable
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
!
!
no ip http server
ip http authentication local
no ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
ip nat inside source list NAT_ADDRESES interface Dialer0 overload
ip nat inside source static tcp 172.18.130.1 59000 interface Dialer0 59000
ip nat inside source static tcp 172.18.130.1 5200 interface Dialer0 5200
ip nat inside source static tcp 172.18.130.1 65535 interface Dialer0 65535
!
ip access-list standard NAT_ADDRESES
permit 172.18.130.0 0.0.0.255
!
access-list 101 permit tcp 172.18.130.0 0.0.0.255 any eq 22 log
access-list 101 permit tcp any any established
access-list 101 deny ip 127.0.0.0 0.255.255.255 any
dialer-list 1 protocol ip permit
!
!
!
!
control-plane
!
!
line con 0
privilege level 15
no modem enable
line aux 0
line vty 0 4
access-class 101 in
privilege level 15
logging synchronous
login local
!
scheduler max-task-time 5000
end



Many thanks in advance
Alex
 
Here is the IOS version: Version 12.4(15)T5

cisco#sh atm interface atM 0
Interface ATM0:
AAL enabled: AAL5 AAL2, Maximum VCs: 10, Current VCCs: 1

VCIs per VPI: 1024,
Max. Datagram Size: 4528
PLIM Type: ADSL - 508Kbps Upstream, DMT, TX clocking: LINE
12322 input, 2 output, 1891484 IN fast, 700847 OUT fast
Avail bw = 508
Config. is ACTIVE
 
Hello /

I was able to enable the adsl2 feature but still, if there is to much traffic going threw...download and upload the download speed will dramatically be affected.

cisco#sh dsl int
ATM0
Alcatel 20190 chipset information
ATU-R (DS) ATU-C (US)
Modem Status: Showtime (DMTDSL_SHOWTIME)
DSL Mode: ITU G.992.5 (ADSL2+) Annex A
ITU STD NUM: 0x03 0x2
Chip Vendor ID: 'STMI' 'BDCM'
Chip Vendor Specific: 0x0000 0x6197
Chip Vendor Country: 0x0F 0xB5
Modem Vendor ID: 'CSCO' ' '
Modem Vendor Specific: 0x0000 0x0000
Modem Vendor Country: 0xB5 0x00
Serial Number Near: FCZ104141L4
Serial Number Far:
Modem VerChip ID: C196 (0)
DFE BOM: DFE3.0 Annex A (1)
Capacity Used: 25% 100%
Noise Margin: 8.0 dB 13.5 dB
Output Power: 10.0 dBm -22.0 dBm
Attenuation: 15.0 dB 6.0 dB
Defect Status: None None
Last Fail Code: None
Watchdog Counter: 0x0C
Watchdog Resets: 0
Selftest Result: 0x00
Subfunction: 0x00
Interrupts: 12412 (0 spurious)
PHY Access Err: 0
Activations: 2
LED Status: ON
LED On Time: 100
LED Off Time: 100
Init FW: init_AMR-3.0.014_no_bist.bin
Operation FW: AMR-3.0.014.bin
FW Source: embedded
FW Version: 3.0.14

DS Channel1 DS Channel0 US Channel1 US Channel0
Speed (kbps): 0 6143 0 508
Cells: 0 469045379 0 89192330
Reed-Solomon EC: 0 0 0 0
CRC Errors: 0 68 0 0
Header Errors: 0 62 0 0
Total BER: 0E-0 2961E-11
Leakage Average BER: 0E-0 1176E-10
Interleave Delay: 0 1 0 32
ATU-R (DS) ATU-C (US)
Bitswap: enabled enabled
Bitswap success: 0 0
Bitswap failure: 0 0

LOM Monitoring : Disabled


DMT Bits Per Bin
000: 0 0 0 0 0 0 0 2 4 5 5 6 6 6 6 6
010: 7 7 7 7 7 7 7 7 7 6 6 6 6 5 4 5
020: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
030: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
040: 0 0 D D E E E E E E E E E E E E
050: E E E E E E E E E E E E E F E E
060: E E F E E E F F F E E E F E F E
070: E E E E E E E E E E E E E E E E
080: E E E 0 0 E E E E E E E E E E E
090: E E E E E E E E E E E E E E E E
0A0: E E E E E E E E E E E E E E E E
0B0: E D E E E E 0 0 0 0 0 0 2 0 0 0
0C0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0D0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0E0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0F0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
100: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
110: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
120: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
130: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
140: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
150: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
160: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
170: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
180: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
190: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1A0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1B0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1C0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1D0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1E0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1F0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

DSL: Training log buffer capability is not enabled

cisco#sh run int atm0
Building configuration...

Current configuration : 246 bytes
!
interface ATM0
mtu 1492
no ip address
ip virtual-reassembly drop-fragments
ip route-cache flow
no ip mroute-cache
no atm ilmi-keepalive
dsl operating-mode adsl2+
bridge-group 1
bridge-group 1 spanning-disabled
hold-queue 224 in
end

 
One more thing that i notice:

The readability is on the tx load is to high. With the previous alcatel modem even if the tx load was maxt out the rx load would not be affected, it seems that this is the problem here.

cisco#sh int atm 0
ATM0 is up, line protocol is up
Hardware is MPC ATMSAR (with Alcatel ADSL Module)
MTU 4470 bytes, sub MTU 1492, BW 508 Kbit, DLY 720 usec,
reliability 255/255, txload 197/255, rxload 9/255
Encapsulation ATM, loopback not set
Encapsulation(s): AAL5 AAL2, PVC mode
10 maximum active VCs, 1024 VCs per VP, 1 current VCCs
VC Auto Creation Disabled.
VC idle disconnect time: 300 seconds
Last input 1d01h, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 0/224/0/0 (size/max/drops/flushes); Total output drops: 343943
Queueing strategy: Per VC Queueing
5 minute input rate 2884000 bits/sec, 446 packets/sec
5 minute output rate 393000 bits/sec, 183 packets/sec
29757998 packets input, 101774810 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 141 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
11544729 packets output, 2125552012 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 output buffer failures, 0 output buffers swapped out
 
141 CRC---bad
Total output drops: 343943---bad

However, this will not affect the speed coming in.
Also, do this...

int di0
no ip virtual-reassembly max-reassemblies 32
ip virtual-reass
no mtu 1492
ip tcp adjust-mss 1452
!
int ATM0
no mtu 1492
no ip virtual-reassembly drop-fragments
ip route-cache cef
clock rate aal5 ?
***put the max number in***
clock rate aal2 ?
***again, put in the max***

Then...

router#clear counters

Download something, wait 15 minutes, then post sh int di0, sh int atm0, sh dsl int, sh int vlan1 and sh proc cpu

/
 
I was not able to run the clock rate aal5 and clock rate aal.

Also when I installed the new cisco router and there is high traffic going thou I see lots of dropped packets and timeouts with ping.

Still not reaching the maximum speed provided by the ISP when both rx and tx are utilized at the same time, but if only rx is running then the maximum speed is reached with lots of dropped packets.

cisco#sh int di0
Dialer0 is up, line protocol is up (spoofing)
Hardware is Unknown
Internet address is 89.122.143.85/32
MTU 1500 bytes, BW 56 Kbit, DLY 20000 usec,
reliability 255/255, txload 93/255, rxload 83/255
Encapsulation PPP, loopback not set
Keepalive set (10 sec)
DTR is pulsed for 1 seconds on reset
Interface is bound to Vi1
Last input never, output never, output hang never
Last clearing of "show interface" counters 00:27:08
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/0/16 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
Available Bandwidth 42 kilobits/sec
5 minute input rate 4291000 bits/sec, 377 packets/sec
5 minute output rate 414000 bits/sec, 237 packets/sec
602846 packets input, 822930103 bytes
378743 packets output, 81679730 bytes
Bound to:
Virtual-Access1 is up, line protocol is up
Hardware is Virtual Access interface
MTU 1500 bytes, BW 508 Kbit, DLY 20000 usec,
reliability 255/255, txload 211/255, rxload 250/255
Encapsulation PPP, LCP Open, multilink Closed
Open: IPCP
PPPoE vaccess, cloned from Dialer0
Vaccess status 0x44, loopback not set
Keepalive set (10 sec)
Interface is bound to Di0 (Encapsulation PPP)
Last input 00:00:45, output never, output hang never
Last clearing of "show interface" counters 00:27:09
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 4237000 bits/sec, 398 packets/sec
5 minute output rate 422000 bits/sec, 254 packets/sec
603209 packets input, 823401487 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
379020 packets output, 81739312 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions

cisco#sh int atm0
ATM0 is up, line protocol is up
Hardware is MPC ATMSAR (with Alcatel ADSL Module)
MTU 4470 bytes, sub MTU 4470, BW 508 Kbit, DLY 720 usec,
reliability 255/255, txload 211/255, rxload 37/255
Encapsulation ATM, loopback not set
Encapsulation(s): AAL5 AAL2, PVC mode
10 maximum active VCs, 1024 VCs per VP, 1 current VCCs
VC Auto Creation Disabled.
VC idle disconnect time: 300 seconds
Last input 22:59:46, output 00:00:00, output hang never
Last clearing of "show interface" counters 00:28:43
Input queue: 0/224/0/0 (size/max/drops/flushes); Total output drops: 42395
Queueing strategy: Per VC Queueing
5 minute input rate 4380000 bits/sec, 408 packets/sec
5 minute output rate 421000 bits/sec, 229 packets/sec
642556 packets input, 896662703 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 2 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
361164 packets output, 86271042 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out

cisco#sh dsl int
ATM0
Alcatel 20190 chipset information
ATU-R (DS) ATU-C (US)
Modem Status: Showtime (DMTDSL_SHOWTIME)
DSL Mode: ITU G.992.5 (ADSL2+) Annex A
ITU STD NUM: 0x03 0x2
Chip Vendor ID: 'STMI' 'BDCM'
Chip Vendor Specific: 0x0000 0x6197
Chip Vendor Country: 0x0F 0xB5
Modem Vendor ID: 'CSCO' ' '
Modem Vendor Specific: 0x0000 0x0000
Modem Vendor Country: 0xB5 0x00
Serial Number Near: FCZ104141L4
Serial Number Far:
Modem VerChip ID: C196 (0)
DFE BOM: DFE3.0 Annex A (1)
Capacity Used: 25% 100%
Noise Margin: 8.0 dB 14.0 dB
Output Power: 10.0 dBm -22.0 dBm
Attenuation: 15.0 dB 7.0 dB
Defect Status: None None
Last Fail Code: None
Watchdog Counter: 0x9E
Watchdog Resets: 0
Selftest Result: 0x00
Subfunction: 0x00
Interrupts: 8261 (0 spurious)
PHY Access Err: 0
Activations: 1
LED Status: ON
LED On Time: 100
LED Off Time: 100
Init FW: init_AMR-3.0.014_no_bist.bin
Operation FW: AMR-3.0.014.bin
FW Source: embedded
FW Version: 3.0.14

DS Channel1 DS Channel0 US Channel1 US Channel0
Speed (kbps): 0 6143 0 508
Cells: 0 125288143 0 100130307
Reed-Solomon EC: 0 0 0 0
CRC Errors: 0 122 0 0
Header Errors: 0 90 0 0
Total BER: 0E-0 3926E-11
Leakage Average BER: 0E-0 3156E-11
Interleave Delay: 0 1 0 32
ATU-R (DS) ATU-C (US)
Bitswap: enabled enabled
Bitswap success: 0 0
Bitswap failure: 0 0

LOM Monitoring : Disabled


DMT Bits Per Bin
000: 0 0 0 0 0 0 0 2 5 5 6 6 6 6 7 6
010: 7 7 7 7 7 7 7 6 6 6 6 6 6 5 4 4
020: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
030: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
040: 0 0 0 D E E E E E E E E E E E E
050: E E E E E E E E F E E E E F F E
060: F F F E E E E F F E E E E E E E
070: E E E E E E E E E E E E E E E E
080: E E E D D E E E E E E E E E E E
090: E E E E E E E E E E E E E E E E
0A0: E E E E E E E E E E E E E E E E
0B0: E D E E E 0 0 0 0 0 0 0 0 0 0 0
0C0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0D0: 0 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0
0E0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0F0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
100: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
110: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
120: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
130: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
140: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
150: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
160: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
170: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
180: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
190: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1A0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1B0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1C0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1D0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1E0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1F0: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

DSL: Training log buffer capability is not enabled

cisco#sh int vlan1
Vlan1 is up, line protocol is up
Hardware is EtherSVI, address is 0019.569b.0a78 (bia 0019.569b.0a78)
Internet address is 172.18.130.254/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 11/255, rxload 1/255
Encapsulation ARPA, loopback not set
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:00, output never, output hang never
Last clearing of "show interface" counters 00:29:36
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 458000 bits/sec, 256 packets/sec
5 minute output rate 4314000 bits/sec, 404 packets/sec
416911 packets input, 94976964 bytes, 0 no buffer
Received 193 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
663791 packets output, 911378982 bytes, 0 underruns
0 output errors, 0 interface resets
0 output buffer failures, 0 output buffers swapped out

cisco#sh proc cpu
CPU utilization for five seconds: 26%/24%; one minute: 27%; five minutes: 26%
PID Runtime(ms) Invoked uSecs 5Sec 1Min 5Min TTY Process
1 2932 12288 238 0.00% 0.00% 0.00% 0 Chunk Manager
2 240 16695 14 0.00% 0.00% 0.00% 0 Load Meter
3 0 16 0 0.00% 0.00% 0.00% 0 VTEMPLATE Backgr
4 797164 42999 18539 0.00% 0.87% 0.86% 0 Check heaps
5 108 163 662 0.00% 0.00% 0.00% 0 Pool Manager
6 0 2 0 0.00% 0.00% 0.00% 0 Timers
7 0 1 0 0.00% 0.00% 0.00% 0 Crash writer
8 276 664 415 0.00% 0.00% 0.00% 0 ARP Input
9 40 87074 0 0.00% 0.00% 0.00% 0 ARP Background
10 0 2 0 0.00% 0.00% 0.00% 0 ATM Idle Timer
11 0 2 0 0.00% 0.00% 0.00% 0 AAA high-capacit
12 0 1 0 0.00% 0.00% 0.00% 0 AAA_SERVER_DEADT
13 0 1 0 0.00% 0.00% 0.00% 0 Policy Manager
14 0 2769 0 0.00% 0.00% 0.00% 0 DDR Timers
15 4 2 2000 0.00% 0.00% 0.00% 0 Entity MIB API
16 16 105 152 0.00% 0.00% 0.00% 0 EEM ED Syslog
17 16 8349 1 0.00% 0.00% 0.00% 0 HC Counter Timer
18 0 2 0 0.00% 0.00% 0.00% 0 Serial Backgroun
19 0 1 0 0.00% 0.00% 0.00% 0 RO Notify Timers
20 0 1 0 0.00% 0.00% 0.00% 0 RMI RM Notify Wa
21 0 2 0 0.00% 0.00% 0.00% 0 SMART
PID Runtime(ms) Invoked uSecs 5Sec 1Min 5Min TTY Process
22 44 83469 0 0.00% 0.00% 0.00% 0 GraphIt
23 0 2 0 0.00% 0.00% 0.00% 0 Dialer event
24 0 1 0 0.00% 0.00% 0.00% 0 SERIAL A'detect
25 0 1 0 0.00% 0.00% 0.00% 0 Inode Table Dest
26 0 1 0 0.00% 0.00% 0.00% 0 Critical Bkgnd
27 96 58980 1 0.00% 0.00% 0.00% 0 Net Background
28 4 5 800 0.00% 0.00% 0.00% 0 IDB Work
29 4 136 29 0.00% 0.00% 0.00% 0 Logger
30 64 83516 0 0.00% 0.00% 0.00% 0 TTY Background
31 140 83496 1 0.00% 0.00% 0.00% 0 Per-Second Jobs
32 0 696 0 0.00% 0.00% 0.00% 0 DHCPD Timer
33 0 2 0 0.00% 0.00% 0.00% 0 AggMgr Process
34 0 1 0 0.00% 0.00% 0.00% 0 Token Daemon
35 1820 1615481 1 0.00% 0.00% 0.00% 0 LED Timers
36 164 556511 0 0.00% 0.00% 0.00% 0 WLAN LED Timers
37 0 2 0 0.00% 0.00% 0.00% 0 AUX
38 40 3 13333 0.00% 0.00% 0.00% 0 ESWPPM
39 0 2 0 0.00% 0.00% 0.00% 0 Eswilp Storm Con
40 16 3 5333 0.00% 0.00% 0.00% 0 Switch Link Moni
41 396064 417489 948 1.39% 1.36% 1.33% 0 COLLECT STAT COU
42 132 1654 79 0.00% 0.00% 0.00% 0 Net Input
43 52 16697 3 0.00% 0.00% 0.00% 0 Compute load avg
PID Runtime(ms) Invoked uSecs 5Sec 1Min 5Min TTY Process
44 24640 1413 17438 0.00% 0.02% 0.00% 0 Per-minute Jobs
45 0 8 0 0.00% 0.00% 0.00% 0 IGMP Snooping Pr
46 8 10 800 0.00% 0.00% 0.00% 0 IGMP Snooping Re
47 16 83491 0 0.00% 0.00% 0.00% 0 Crypto Device Up
48 0 2 0 0.00% 0.00% 0.00% 0 Multi-ISA Event
49 0 1 0 0.00% 0.00% 0.00% 0 Multi-ISA Cleanu
50 88 12 7333 0.00% 0.00% 0.00% 0 crypto engine pr
51 0 2 0 0.00% 0.00% 0.00% 0 SEC BATCH
52 12 8441 1 0.00% 0.00% 0.00% 0 ATM Periodic
53 0 1 0 0.00% 0.00% 0.00% 0 ATM ARP INPUT
54 0 2 0 0.00% 0.00% 0.00% 0 ATM OAM Input
55 0 2 0 0.00% 0.00% 0.00% 0 ATM OAM TIMER
56 0 307 0 0.00% 0.00% 0.00% 0 LED Timers
57 1344 41650 32 0.00% 0.00% 0.00% 0 DSL State Machin
58 12 83461 0 0.00% 0.00% 0.00% 0 PI MATM Aging Pr
59 0 2 0 0.00% 0.00% 0.00% 0 DTP Protocol
60 4 2 2000 0.00% 0.00% 0.00% 0 Dot1x Mgr Proces
61 0 1 0 0.00% 0.00% 0.00% 0 MAB Framework
62 0 1 0 0.00% 0.00% 0.00% 0 EAP Framework
63 40 83476 0 0.00% 0.00% 0.00% 0 linktest
64 0 2 0 0.00% 0.00% 0.00% 0 Dot11 Mgmt & Ass
65 0 2 0 0.00% 0.00% 0.00% 0 Dot11 aaa proces
PID Runtime(ms) Invoked uSecs 5Sec 1Min 5Min TTY Process
66 0 1392 0 0.00% 0.00% 0.00% 0 pmkid
67 0 2 0 0.00% 0.00% 0.00% 0 Dot11 auth Dot1x
68 0 1 0 0.00% 0.00% 0.00% 0 Dot11 Mac Auth
69 0 2 0 0.00% 0.00% 0.00% 0 AAA Dictionary R
70 0 8 0 0.00% 0.00% 0.00% 0 AAA Server
71 0 1 0 0.00% 0.00% 0.00% 0 AAA ACCT Proc
72 696 2588517 0 0.00% 0.00% 0.00% 0 ACCT Periodic Pr
73 60 9931 6 0.00% 0.00% 0.00% 0 CDP Protocol
74 0 15 0 0.00% 0.00% 0.00% 0 IP ARP Adjacency
75 748 2588515 0 0.00% 0.00% 0.00% 0 IP ARP Retry Age
76 68344 76224 896 0.16% 0.04% 0.02% 0 IP Input
77 0 1 0 0.00% 0.00% 0.00% 0 ICMP event handl
78 4 5 800 0.00% 0.00% 0.00% 0 PPP Hooks
79 772 532 1451 0.65% 0.15% 0.11% 2 SSH Process
80 0 1 0 0.00% 0.00% 0.00% 0 SSS Manager
81 4 11131 0 0.00% 0.00% 0.00% 0 SSS Test Client
82 0 1 0 0.00% 0.00% 0.00% 0 SSS Feature Mana
83 144 326121 0 0.00% 0.00% 0.00% 0 SSS Feature Time
84 0 4 0 0.00% 0.00% 0.00% 0 SSM connection m
85 0 1 0 0.00% 0.00% 0.00% 0 AC Switch
86 28 4 7000 0.00% 0.00% 0.00% 0 EAPoUDP Process
87 0 2 0 0.00% 0.00% 0.00% 0 IP Host Track Pr
PID Runtime(ms) Invoked uSecs 5Sec 1Min 5Min TTY Process
88 0 1 0 0.00% 0.00% 0.00% 0 IPv6 RIB Redistr
89 16 1707 9 0.00% 0.00% 0.00% 0 IP Background
90 8 1398 5 0.00% 0.00% 0.00% 0 IP RIB Update
91 0 1 0 0.00% 0.00% 0.00% 0 L2X Data Daemon
92 20 7 2857 0.00% 0.00% 0.00% 0 PPP IP Route
93 0 8 0 0.00% 0.00% 0.00% 0 PPP IPCP
94 2000 2606957 0 0.00% 0.00% 0.00% 0 PPP manager
95 4 2 2000 0.00% 0.00% 0.00% 0 Dot1x Supplicant
96 0 2 0 0.00% 0.00% 0.00% 0 Dot1x Supplicant
97 0 2 0 0.00% 0.00% 0.00% 0 Dot1x Supplicant
98 0 5 0 0.00% 0.00% 0.00% 0 L2MM
99 0 1 0 0.00% 0.00% 0.00% 0 MRD
100 0 10 0 0.00% 0.00% 0.00% 0 IGMPSN
101 1500 2607033 0 0.00% 0.00% 0.00% 0 PPP Events
102 900 167312 5 0.00% 0.00% 0.00% 0 DHCPD Receive
103 0 1 0 0.00% 0.00% 0.00% 0 SNMP Timers
104 0 2 0 0.00% 0.00% 0.00% 0 ILMI Input
105 0 2 0 0.00% 0.00% 0.00% 0 ILMI Request
106 0 2 0 0.00% 0.00% 0.00% 0 ILMI Response
107 108 41717 2 0.00% 0.00% 0.00% 0 ILMI Timer Proce
108 0 2 0 0.00% 0.00% 0.00% 0 ATM PVC Discover
109 80 83642 0 0.00% 0.00% 0.00% 0 Socket Timers
PID Runtime(ms) Invoked uSecs 5Sec 1Min 5Min TTY Process
110 60 1286 46 0.00% 0.00% 0.00% 0 TCP Timer
111 4 5 800 0.00% 0.00% 0.00% 0 TCP Protocols
112 0 1 0 0.00% 0.00% 0.00% 0 COPS
113 4 2 2000 0.00% 0.00% 0.00% 0 Dialer Forwarder
114 8 1394 5 0.00% 0.00% 0.00% 0 Adj Manager
115 0 3 0 0.00% 0.00% 0.00% 0 Flow Exporter Ti
116 4 284 14 0.00% 0.00% 0.00% 0 HTTP CORE
117 0 1 0 0.00% 0.00% 0.00% 0 IP Traceroute
118 32 1392 22 0.00% 0.00% 0.00% 0 IP Cache Ager
119 0 1 0 0.00% 0.00% 0.00% 0 RARP Input
120 0 5 0 0.00% 0.00% 0.00% 0 Transport Port A
121 0 2 0 0.00% 0.00% 0.00% 0 PPP Bind
122 0 2 0 0.00% 0.00% 0.00% 0 PPP SSS
123 0 1 0 0.00% 0.00% 0.00% 0 MQC Flow Event B
124 464 833938 0 0.00% 0.00% 0.00% 0 RBSCP Background
125 0 2 0 0.00% 0.00% 0.00% 0 SCTP Main Proces
126 0 1 0 0.00% 0.00% 0.00% 0 VPDN call manage
127 16 162974 0 0.00% 0.00% 0.00% 0 Inspect process
128 0 1397 0 0.00% 0.00% 0.00% 0 DHCPD Database
129 0 279 0 0.00% 0.00% 0.00% 0 Authentication P
130 0 1 0 0.00% 0.00% 0.00% 0 Auth-proxy AAA B
131 44 162996 0 0.00% 0.00% 0.00% 0 IPS Process
PID Runtime(ms) Invoked uSecs 5Sec 1Min 5Min TTY Process
132 0 2 0 0.00% 0.00% 0.00% 0 IPS Auto Update
133 4 2 2000 0.00% 0.00% 0.00% 0 SDEE Management
134 0 1 0 0.00% 0.00% 0.00% 0 IPv6 Inspect Tim
135 0 1 0 0.00% 0.00% 0.00% 0 Select Timers
136 36 2 18000 0.00% 0.00% 0.00% 0 HTTP Process
137 0 2 0 0.00% 0.00% 0.00% 0 CIFS API Process
138 0 2 0 0.00% 0.00% 0.00% 0 CIFS Proxy Proce
139 0 2 0 0.00% 0.00% 0.00% 0 URL filter proc
140 0 3 0 0.00% 0.00% 0.00% 0 Crypto HW Proc
142 0 2 0 0.00% 0.00% 0.00% 0 AAA Cached Serve
143 0 2 0 0.00% 0.00% 0.00% 0 ENABLE AAA
144 0 1 0 0.00% 0.00% 0.00% 0 EM Background Pr
145 0 1 0 0.00% 0.00% 0.00% 0 Key chain liveke
146 4 2 2000 0.00% 0.00% 0.00% 0 LINE AAA
147 32 197 162 0.00% 0.00% 0.00% 0 LOCAL AAA
148 0 2 0 0.00% 0.00% 0.00% 0 TPLUS
149 0 3 0 0.00% 0.00% 0.00% 0 Crypto WUI
150 0 2 0 0.00% 0.00% 0.00% 0 Crypto Support
151 0 1 0 0.00% 0.00% 0.00% 0 IPSECv6 PS Proc
152 0 1 0 0.00% 0.00% 0.00% 0 EPM MAIN PROCESS
153 0 4 0 0.00% 0.00% 0.00% 0 Crypto CA
154 0 1 0 0.00% 0.00% 0.00% 0 Crypto PKI-CRL
PID Runtime(ms) Invoked uSecs 5Sec 1Min 5Min TTY Process
155 0 1 0 0.00% 0.00% 0.00% 0 Crypto SSL
156 0 1 0 0.00% 0.00% 0.00% 0 encrypt proc
157 0 1 0 0.00% 0.00% 0.00% 0 Crypto INT
158 0 3 0 0.00% 0.00% 0.00% 0 Crypto IKE Dispa
159 0 3 0 0.00% 0.00% 0.00% 0 Crypto IKMP
160 20 1 20000 0.00% 0.00% 0.00% 0 Crypto IKEv2
161 0 1 0 0.00% 0.00% 0.00% 0 IPSEC manual key
162 92 4177 22 0.00% 0.00% 0.00% 0 IPSEC key engine
163 0 1 0 0.00% 0.00% 0.00% 0 CRYPTO QoS proce
164 4 5 800 0.00% 0.00% 0.00% 0 Crypto ACL
165 0 1 0 0.00% 0.00% 0.00% 0 Crypto PAS Proc
166 0 2 0 0.00% 0.00% 0.00% 0 Key Proc
167 0 1 0 0.00% 0.00% 0.00% 0 GDOI GM Process
168 0 1 0 0.00% 0.00% 0.00% 0 UNICAST REKEY
169 0 1 0 0.00% 0.00% 0.00% 0 UNICAST REKEY AC
170 16 42068 0 0.00% 0.00% 0.00% 0 PM Callback
171 0 2 0 0.00% 0.00% 0.00% 0 Control-plane ho
172 0 2 0 0.00% 0.00% 0.00% 0 AAA SEND STOP EV
173 0 2 0 0.00% 0.00% 0.00% 0 EEM ED Resource
174 4 2 2000 0.00% 0.00% 0.00% 0 EEM ED Track
175 4 8349 0 0.00% 0.00% 0.00% 0 RMON Recycle Pro
176 4 2 2000 0.00% 0.00% 0.00% 0 RMON Deferred Se
PID Runtime(ms) Invoked uSecs 5Sec 1Min 5Min TTY Process
177 0 1 0 0.00% 0.00% 0.00% 0 Syslog Traps
178 0 1 0 0.00% 0.00% 0.00% 0 Crypto cTCP proc
179 4 2 2000 0.00% 0.00% 0.00% 0 VLAN Manager
180 0 1 0 0.00% 0.00% 0.00% 0 ATM Tbridge
181 4 17 235 0.00% 0.00% 0.00% 0 EEM Server
182 0 2 0 0.00% 0.00% 0.00% 0 EEM ED CLI
183 0 2 0 0.00% 0.00% 0.00% 0 EEM ED Counter
184 4 2 2000 0.00% 0.00% 0.00% 0 EEM ED Interface
185 0 2 0 0.00% 0.00% 0.00% 0 EEM ED IOSWD
186 0 2 0 0.00% 0.00% 0.00% 0 EEM ED None
187 0 2 0 0.00% 0.00% 0.00% 0 EEM ED OIR
188 0 2 0 0.00% 0.00% 0.00% 0 EEM ED SNMP
189 0 1403 0 0.00% 0.00% 0.00% 0 EEM ED Timer
190 0 2 0 0.00% 0.00% 0.00% 0 EEM Policy Direc
191 8 82 97 0.00% 0.00% 0.00% 0 Syslog
192 0 1 0 0.00% 0.00% 0.00% 0 VPDN Test
195 49916 3608 13834 0.00% 0.00% 0.05% 0 crypto sw pk pro
196 16 49 326 0.00% 0.00% 0.00% 0 SSH Event handle
197 232 16549 14 0.00% 0.00% 0.00% 0 IP VFR proc
198 0 2 0 0.00% 0.00% 0.00% 0 HyBridge Input P
199 60 91864 0 0.00% 0.00% 0.00% 0 Tbridge Monitor
200 200 83475 2 0.00% 0.00% 0.00% 0 Spanning Tree
PID Runtime(ms) Invoked uSecs 5Sec 1Min 5Min TTY Process
201 224 651720 0 0.00% 0.00% 0.00% 0 PPPoE Background
202 1404 445899 3 0.00% 0.00% 0.00% 0 PPPoE Discovery
203 644196 2419452 266 0.00% 0.00% 0.00% 0 IP NAT Ager
204 0 1 0 0.00% 0.00% 0.00% 0 IP NAT WLAN
205 36 83463 0 0.00% 0.00% 0.00% 0 Multilink PPP
 
Here are some link details from my previous router/modem:

Link Information

Uptime: 0 days, 0:03:47
Modulation: G.DMT Annex A [POTS Overlay Mode]
Bandwidth (Up/Down) [kbps/kbps]: 512 / 6.144
Data Transferred (Sent/Received) [MB/MB]: 5,80 / 109,24
Output Power (Up/Down) [dBm]: 0,0 / 7,0
Line Attenuation (Up/Down) [dB]: 7,5 / 11,0
SN Margin (Up/Down) [dB]: 14,0 / 20,0
Vendor ID (Local/Remote): ALCB / BDCM
Loss of Framing (Local/Remote): 0 / 0
Loss of Signal (Local/Remote): 0 / 0
Loss of Power (Local/Remote): 0 / 0
Loss of Link (Remote): 0
Error Seconds (Local/Remote): 0 / 0
FEC Errors (Up/Down): 0 / 0
CRC Errors (Up/Down): 0 / 0
HEC Errors (Up/Down): 0 / 0
 
Hi Guys,

I am still not able to figure out what is wrong with the configuration.

Thanks in advance,
Alex
 
I have the same problem and still cannot find a fix

Recently moved to o2 20mb adsl2+ connection and with the rebadged netgear box they supply I am able to get 18.5mb connection (1.8mbps d/l speed). However, with my Cisco 857W i cant get any more than 14199 (1.3mbps d/l speed). Initially I was peaking at approx 8mb until I uploaded new IOS on with ADSL2+ support.

Running IOS c850-advsecurityk9-mz.124-15.T9.bin

Show atm int atm 0
Interface ATM0:
AAL enabled: AAL5 AAL2, Maximum VCs: 10, Current VCCs: 1

VCIs per VPI: 1024,
Max. Datagram Size: 4528
PLIM Type: ADSL - 1232Kbps Upstream, DMT, TX clocking: LINE
4383 input, 3936 output, 937778 IN fast, 782349 OUT fast
Avail bw = 1232
Config. is ACTIVE

Show DSL int atm 0
Modem Status: Showtime (DMTDSL_SHOWTIME)
DSL Mode: ITU G.992.5 (ADSL2+) Annex A
DS Channel1 DS Channel0 US Channel1 US Channel0
Speed (kbps): 0 14199 0 1232
Cells: 0 15979410 0 12551976
Reed-Solomon EC: 0 219 0 0
CRC Errors: 0 0 0 0
Header Errors: 0 0 0 0
Total BER: 0E-0 0E-0
Leakage Average BER: 0E-0 0E-0
Interleave Delay: 0 56 0 13
ATU-R (DS) ATU-C (US)
Bitswap: enabled enabled
Bitswap success: 0 0
Bitswap failure: 0 0



Using the embedded DSL Firmware from new IOS

Init FW: init_AMR-3.0.014_no_bist.bin
Operation FW: AMR-3.0.014.bin
FW Source: embedded
FW Version: 3.0.14

Show run int atm 0
interface ATM0
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip route-cache flow
no atm ilmi-keepalive
dsl operating-mode auto

Show run int atm 0.1
interface ATM0.1 point-to-point
ip address dhcp
ip nat outside
no ip virtual-reassembly
atm route-bridged ip
pvc 0/101
oam-pvc manage
encapsulation aal5snap


Any ideas anybody?
 
I was not able to run the clock rate aal5 and clock rate aal."

What about now, with the newer IOS?

/
 
Try replacing the cables and make sure all your DSL filters are in place. Try to keep the cable run from the DSL filter to to the router to a minimum.

[the other] Bill
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top