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 High CPU

Status
Not open for further replies.

abidu

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

Whenever the clients behind the router and making traffic (downloading at max speed) the router's CPU goes to 99% all the time, note that behind the router is just one client. So far I ruled out the modem firmware and the IOS, also the IPS provides a bandwidth of 12mbps and due to the router's CPU issue more that 9mbps is not achieved.

IOS: c870-advipservicesk9-mz.150-1.M
Modem FW: 4.0


Any suggestions would be greatly appreciated.
Thanks


Here is a sample of the running config:

Current configuration : 5766 bytes
!

!
version 15.0
no service pad
service tcp-keepalives-in
service tcp-keepalives-out
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
service compress-config
!
hostname cisco
!
boot-start-marker
boot system flash
boot-end-marker
!
logging buffered 4096
logging console errors
!
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
quit
dot11 syslog
ip source-route
!
!
no ip dhcp use vrf connected
!
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 193.231.100.130 193.231.100.134
domain-name xxxxxxxxxx
lease 0 0 30
!
!
no ip cef
no ip domain lookup
ip domain name xxxxx
no ipv6 cef
!
multilink bundle-name authenticated
!
!
!
archive
log config
hidekeys
vtp version 2
username xxx privilege 15 xxxx
!
!
ip ssh maxstartups 2
ip ssh authentication-retries 1
ip ssh logging events
!
!
!
!
!
!
!
interface ATM0
mtu 1492
no ip address
ip flow ingress
no atm ilmi-keepalive
dsl sync mode itu
dsl operating-mode adsl2+
bridge-group 1
bridge-group 1 spanning-disabled
!
!
interface ATM0.1 point-to-point
ip flow ingress
snmp trap link-status
pvc 0/35
pppoe-client dial-pool-number 1
!
!
interface FastEthernet0
description Connection to miniSW
!
!
interface FastEthernet1
!
!
interface FastEthernet2
description Wireless AP
!
!
interface FastEthernet3
!
!
interface Vlan1
ip address 172.18.130.254 255.255.255.0
ip nat inside
ip virtual-reassembly
ip tcp adjust-mss 1452
!
!
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
ppp authentication pap callin
ppp pap sent-username xxxx password 7 xxx
ppp multilink
no cdp enable
!
!
ip forward-protocol nd
no ip http server
no ip http secure-server
!
!
ip nat inside source list NAT_ADDRESES interface Dialer0 overload
ip nat inside source static tcp 172.18.130.1 65535 interface Dialer0 65535
ip nat inside source static tcp 172.18.130.1 49000 interface Dialer0 49000
ip nat inside source static tcp 172.18.130.1 80 interface Dialer0 80
ip nat inside source static tcp 172.18.130.1 443 interface Dialer0 443
ip nat inside source static tcp 172.18.130.1 26 interface Dialer0 26
ip nat inside source static tcp 172.18.130.1 55555 interface Dialer0 55555
ip nat inside source static tcp 172.18.130.1 55556 interface Dialer0 55556
ip nat inside source static tcp 172.18.130.1 110 interface Dialer0 110
ip nat inside source static tcp 172.18.130.1 55553 interface Dialer0 55553
ip nat inside source static tcp 172.18.130.1 25 interface Dialer0 25
ip nat inside source static tcp 172.18.130.1 143 interface Dialer0 143
ip nat inside source static tcp 172.18.130.1 465 interface Dialer0 465
ip nat inside source static tcp 172.18.130.1 585 interface Dialer0 585
ip nat inside source static tcp 172.18.130.1 993 interface Dialer0 993
ip nat inside source static tcp 172.18.130.1 995 interface Dialer0 995
ip nat inside source static tcp 172.18.130.1 4040 interface Dialer0 4040
ip nat inside source static tcp 172.18.130.1 587 interface Dialer0 587
ip nat inside source static tcp 172.18.130.1 636 interface Dialer0 636
ip nat inside source static tcp 172.18.130.1 389 interface Dialer0 389
ip nat inside source static tcp 172.18.130.1 563 interface Dialer0 563
ip nat inside source static tcp 172.18.130.1 119 interface Dialer0 119
ip route 0.0.0.0 0.0.0.0 Dialer0
!
ip access-list standard NAT_ADDRESES
permit 172.18.130.0 0.0.0.255
ip access-list standard s
!
dialer-list 1 protocol ip permit
!
!
!
!
snmp-server group admin v3 noauth
snmp-server group admin v3 auth
snmp-server community msdp725 RO
!
control-plane
!
!
!
line con 0
privilege level 15
no modem enable
line aux 0
line vty 0 4
exec-timeout 5 0
privilege level 15
logging synchronous
login local
transport input ssh
!
scheduler max-task-time 5000
end


 
Hey Abidu,

Your packets are likely being 'process switched' instead of switched through fast switching or CEF. You definitely need to enable CEF with the following command:
Code:
ip cef
If that doesn't work or help to alleviate, post output from the following:
Code:
show proc cpu sorted
show cef not
show int switching
You can read more about CEF here if you are unfamiliar:
Good luck.

Rich
Network Engineer - CCNA
 
Hi Rich,

Your suggestion helped with the CPU but the download speed remains the same.

here is the sh proc cpu s:

CPU utilization for five seconds: 52%/49%; one minute: 46%; five minutes: 33%
PID Runtime(uS) Invoked uSecs 5Sec 1Min 5Min TTY Process
4 293957000 15531 18927 1.43% 0.93% 1.09% 0 Check heaps
49 115344000 78177 1475 1.35% 1.53% 1.21% 0 COLLECT STAT COU
89 3853454408 459167 27100 0.15% 0.15% 0.97% 0 IP Input
132 32172000 634921 50 0.07% 0.03% 0.00% 0 PPP manager
143 15542000 685180 22 0.07% 0.01% 0.00% 0 HQF Shaper Backg
5 84000 165 509 0.00% 0.00% 0.00% 0 Pool Manager
6 0 1 0 0.00% 0.00% 0.00% 0 DiscardQ Backgro
7 0 2 0 0.00% 0.00% 0.00% 0 Timers
8 0 1 0 0.00% 0.00% 0.00% 0 Crash writer
10 1328000 25901 51 0.00% 0.00% 0.00% 0 ARP Background
3 20000 209 95 0.00% 0.00% 0.00% 0 DHCPD Timer
2 2036000 5017 405 0.00% 0.00% 0.00% 0 Load Meter
11 0 2 0 0.00% 0.00% 0.00% 0 ATM Idle Timer
14 112000 840 133 0.00% 0.00% 0.00% 0 DDR Timers
15 0 2 0 0.00% 0.00% 0.00% 0 Entity MIB API
1 156000 808 193 0.00% 0.00% 0.00% 0 Chunk Manager
9 56000 75 746 0.00% 0.00% 0.00% 0 ARP Input
12 0 1 0 0.00% 0.00% 0.00% 0 AAA_SERVER_DEADT
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
22 688000 25077 27 0.00% 0.00% 0.00% 0 GraphIt
13 0 1 0 0.00% 0.00% 0.00% 0 Policy Manager
24 0 1 0 0.00% 0.00% 0.00% 0 SERIAL A'detect
16 16000 112 142 0.00% 0.00% 0.00% 0 EEM ED Syslog
26 0 1 0 0.00% 0.00% 0.00% 0 Critical Bkgnd
27 3440000 25432 135 0.00% 0.00% 0.00% 0 Net Background
28 0 3 0 0.00% 0.00% 0.00% 0 IDB Work
29 4000 100 40 0.00% 0.00% 0.00% 0 Logger
30 949000 24739 38 0.00% 0.00% 0.00% 0 TTY Background
17 552000 13 42461 0.00% 0.00% 0.00% 0 PrstVbl
32 16000 14 1142 0.00% 0.00% 0.00% 0 IF-MGR control p
18 0 2 0 0.00% 0.00% 0.00% 0 Serial Backgroun
34 3934000 1024 3841 0.00% 0.00% 0.14% 2 SSH Process
35 0 1 0 0.00% 0.00% 0.00% 0 Inode Table Dest
23 0 2 0 0.00% 0.00% 0.00% 0 Dialer event
37 0 1 0 0.00% 0.00% 0.00% 0 Token Daemon
38 2004000 17865 112 0.00% 0.00% 0.00% 0 Transport Port A
39 1012000 7506 134 0.00% 0.00% 0.00% 0 HC Counter Timer
40 21668000 376593 57 0.00% 0.02% 0.00% 0 LED Timers
41 3385000 167410 20 0.00% 0.00% 0.00% 0 WLAN LED Timers
42 0 2 0 0.00% 0.00% 0.00% 0 AUX
43 48000 3 16000 0.00% 0.00% 0.00% 0 ESWPPM
44 0 2 0 0.00% 0.00% 0.00% 0 Eswilp Storm Con
25 0 2 0 0.00% 0.00% 0.00% 0 XML Proxy Client
46 1484000 5017 295 0.00% 0.00% 0.00% 0 Compute load avg
47 11017000 424 25983 0.00% 0.02% 0.00% 0 Per-minute Jobs
48 12000 3 4000 0.00% 0.00% 0.00% 0 Switch Link Moni
31 4621000 25137 183 0.00% 0.01% 0.00% 0 Per-Second Jobs
50 0 1 0 0.00% 0.00% 0.00% 0 IGMP Snooping Pr
51 0 1 0 0.00% 0.00% 0.00% 0 IGMP Snooping Re
52 464000 25124 18 0.00% 0.00% 0.00% 0 Crypto Device Up
53 0 1 0 0.00% 0.00% 0.00% 0 Multi-ISA Event
54 0 1 0 0.00% 0.00% 0.00% 0 Multi-ISA Cleanu
55 284000 26 10923 0.00% 0.00% 0.00% 0 crypto engine pr
56 0 2 0 0.00% 0.00% 0.00% 0 SEC BATCH
57 168000 2562 65 0.00% 0.00% 0.00% 0 ATM Periodic
58 0 1 0 0.00% 0.00% 0.00% 0 ATM ARP INPUT
59 0 2 0 0.00% 0.00% 0.00% 0 ATM OAM Input
60 0 2 0 0.00% 0.00% 0.00% 0 ATM OAM TIMER
33 0 20 0 0.00% 0.00% 0.00% 0 IF-MGR event pro
62 0 475 0 0.00% 0.00% 0.00% 0 LED Timers
63 4387000 18297 239 0.00% 0.00% 0.00% 0 DSL State Machin
64 488000 24744 19 0.00% 0.00% 0.00% 0 PI MATM Aging Pr
65 0 2 0 0.00% 0.00% 0.00% 0 DTP Protocol
36 0 2 0 0.00% 0.00% 0.00% 0 AggMgr Process
67 0 1 0 0.00% 0.00% 0.00% 0 MAB Framework
68 0 1 0 0.00% 0.00% 0.00% 0 EAP Framework
69 485000 24789 19 0.00% 0.00% 0.00% 0 linktest
70 0 2 0 0.00% 0.00% 0.00% 0 Dot11 Mgmt & Ass
71 0 2 0 0.00% 0.00% 0.00% 0 Dot11 aaa proces
45 48000 436 110 0.00% 0.00% 0.00% 0 Net Input
73 0 2 0 0.00% 0.00% 0.00% 0 Dot11 auth Dot1x
74 0 1 0 0.00% 0.00% 0.00% 0 Dot11 Mac Auth
PID Runtime(uS) Invoked uSecs 5Sec 1Min 5Min TTY Process
75 4000 14 285 0.00% 0.00% 0.00% 0 AAA Server
76 0 1 0 0.00% 0.00% 0.00% 0 AAA ACCT Proc
77 0 1 0 0.00% 0.00% 0.00% 0 ACCT Periodic Pr
78 0 1 0 0.00% 0.00% 0.00% 0 AAA System Acct
79 704000 3583 196 0.00% 0.00% 0.00% 0 CDP Protocol
80 0 2 0 0.00% 0.00% 0.00% 0 AAA Dictionary R
81 0 2 0 0.00% 0.00% 0.00% 0 CEF switching ba
82 0 1 0 0.00% 0.00% 0.00% 0 ADJ NSF process
83 0 2 0 0.00% 0.00% 0.00% 0 ADJ resolve proc
84 0 2 0 0.00% 0.00% 0.00% 0 IPAM/ODAP Events
85 15725000 628022 25 0.00% 0.00% 0.00% 0 IPAM Manager
86 0 2 0 0.00% 0.00% 0.00% 0 IPAM Events
87 0 2 0 0.00% 0.00% 0.00% 0 IP ARP Adjacency
88 0 1 0 0.00% 0.00% 0.00% 0 IP ARP Retry Age
61 208000 2557 81 0.00% 0.00% 0.00% 0 ATM Steelers Per
90 0 1 0 0.00% 0.00% 0.00% 0 ICMP event handl
91 0 3 0 0.00% 0.00% 0.00% 0 PIM register asy
92 0 1 0 0.00% 0.00% 0.00% 0 IPv6 ping proces
93 48000 28 1714 0.00% 0.00% 0.00% 0 PPP SIP
94 0 2 0 0.00% 0.00% 0.00% 0 PPP Bind
95 28000 13 2153 0.00% 0.00% 0.00% 0 PPP IP Route
96 56000 864 64 0.00% 0.00% 0.00% 0 CEF: IPv4 proces
97 112000 27 4148 0.00% 0.00% 0.00% 0 SSS Manager
98 0 1 0 0.00% 0.00% 0.00% 0 SSS Policy Manag
99 0 15 0 0.00% 0.00% 0.00% 0 SSS Feature Mana
100 2948000 98122 30 0.00% 0.00% 0.00% 0 SSS Feature Time
101 3836000 24921 153 0.00% 0.00% 0.00% 0 Spanning Tree
102 32000 82 390 0.00% 0.00% 0.00% 0 SSM connection m
103 0 1 0 0.00% 0.00% 0.00% 0 AC Switch
104 0 84 0 0.00% 0.00% 0.00% 0 Authentication P
105 0 1 0 0.00% 0.00% 0.00% 0 Auth-proxy AAA B
106 0 2 0 0.00% 0.00% 0.00% 0 EAPoUDP Process
107 0 2 0 0.00% 0.00% 0.00% 0 IP Host Track Pr
108 44000 551 79 0.00% 0.00% 0.00% 0 CEF background p
109 0 2 0 0.00% 0.00% 0.00% 0 Dot1x Supplicant
110 0 2 0 0.00% 0.00% 0.00% 0 Dot1x Supplicant
111 0 2 0 0.00% 0.00% 0.00% 0 Dot1x Supplicant
112 4000 5 800 0.00% 0.00% 0.00% 0 L2MM
113 0 1 0 0.00% 0.00% 0.00% 0 MRD
114 0 1 0 0.00% 0.00% 0.00% 0 IGMPSN
115 56000 444 126 0.00% 0.00% 0.00% 0 TCP Timer
116 2440000 11592 210 0.00% 0.00% 0.00% 0 TCP Protocols
117 0 1 0 0.00% 0.00% 0.00% 0 Socket Timers
118 8000 84 95 0.00% 0.00% 0.00% 0 HTTP CORE
119 0 3 0 0.00% 0.00% 0.00% 0 SNMP Timers
120 0 2 0 0.00% 0.00% 0.00% 0 ILMI Input
66 0 2 0 0.00% 0.00% 0.00% 0 Dot1x Mgr Proces
122 0 2 0 0.00% 0.00% 0.00% 0 ILMI Response
123 2400000 12442 192 0.00% 0.00% 0.00% 0 ILMI Timer Proce
124 0 3 0 0.00% 0.00% 0.00% 0 ATM PVC Discover
125 32000 457 70 0.00% 0.00% 0.00% 0 IP Background
126 16000 49 326 0.00% 0.00% 0.00% 0 IP Connected Rou
127 4000 27 148 0.00% 0.00% 0.00% 0 IP RIB Update
128 4000 2 2000 0.00% 0.00% 0.00% 0 PPP Compress Inp
129 0 2 0 0.00% 0.00% 0.00% 0 PPP Compress Res
130 0 1 0 0.00% 0.00% 0.00% 0 COPS
131 0 2 0 0.00% 0.00% 0.00% 0 Dialer Forwarder
72 20000 419 47 0.00% 0.00% 0.00% 0 pmkid
133 0 9 0 0.00% 0.00% 0.00% 0 ADJ background
134 0 3 0 0.00% 0.00% 0.00% 0 Flow Exporter Ti
135 0 1 0 0.00% 0.00% 0.00% 0 IP Traceroute
136 0 4 0 0.00% 0.00% 0.00% 0 Collection proce
137 0 3 0 0.00% 0.00% 0.00% 0 MFIB Master back
138 0 1 0 0.00% 0.00% 0.00% 0 RARP Input
139 8000 27 296 0.00% 0.00% 0.00% 0 static
140 0 1 0 0.00% 0.00% 0.00% 0 IP IRDP
141 0 1 0 0.00% 0.00% 0.00% 0 IPv6 Inspect Tim
142 0 1 0 0.00% 0.00% 0.00% 0 MQC Flow Event B
121 0 2 0 0.00% 0.00% 0.00% 0 ILMI Request
144 7780000 232008 33 0.00% 0.00% 0.00% 0 RBSCP Background
145 4000 9 444 0.00% 0.00% 0.00% 0 SCTP Main Proces
146 0 1 0 0.00% 0.00% 0.00% 0 VPDN call manage
147 0 2 0 0.00% 0.00% 0.00% 0 MRIB Process
148 0 1 0 0.00% 0.00% 0.00% 0 IPS Process
149 0 2 0 0.00% 0.00% 0.00% 0 IPS Auto Update
150 0 2 0 0.00% 0.00% 0.00% 0 SDEE Management
PID Runtime(uS) Invoked uSecs 5Sec 1Min 5Min TTY Process
151 1173000 47949 24 0.00% 0.00% 0.00% 0 Inspect process
152 12000 418 28 0.00% 0.00% 0.00% 0 DHCPD Database
153 60000 1617 37 0.00% 0.00% 0.00% 0 FW DP Inspect pr
154 1032000 47949 21 0.00% 0.00% 0.00% 0 CCE DP URLF cach
155 0 3 0 0.00% 0.00% 0.00% 0 Crypto WUI
156 4000 2 2000 0.00% 0.00% 0.00% 0 URL filter proc
157 0 1 0 0.00% 0.00% 0.00% 0 Select Timers
158 28000 2 14000 0.00% 0.00% 0.00% 0 HTTP Process
159 0 2 0 0.00% 0.00% 0.00% 0 CIFS API Process
160 0 2 0 0.00% 0.00% 0.00% 0 CIFS Proxy Proce
161 4000 1 4000 0.00% 0.00% 0.00% 0 Crypto HW Proc
162 4000 4 1000 0.00% 0.00% 0.00% 0 VTEMPLATE Backgr
163 0 2 0 0.00% 0.00% 0.00% 0 AAA Cached Serve
164 0 2 0 0.00% 0.00% 0.00% 0 ENABLE AAA
165 0 1 0 0.00% 0.00% 0.00% 0 EM Background Pr
166 0 1 0 0.00% 0.00% 0.00% 0 IDMGR CORE
167 0 1 0 0.00% 0.00% 0.00% 0 Key chain liveke
168 0 2 0 0.00% 0.00% 0.00% 0 LINE AAA
169 56000 392 142 0.00% 0.00% 0.00% 0 LOCAL AAA
170 4000 2 2000 0.00% 0.00% 0.00% 0 TPLUS
171 0 1 0 0.00% 0.00% 0.00% 0 FW_TEST_TRP
172 0 1 0 0.00% 0.00% 0.00% 0 EPM MAIN PROCESS
173 0 1 0 0.00% 0.00% 0.00% 0 Key Proc
174 8000 2 4000 0.00% 0.00% 0.00% 0 Crypto Support
175 0 1 0 0.00% 0.00% 0.00% 0 IPSECv6 PS Proc
176 0 4 0 0.00% 0.00% 0.00% 0 Crypto CA
177 0 1 0 0.00% 0.00% 0.00% 0 Crypto PKI-CRL
178 0 1 0 0.00% 0.00% 0.00% 0 encrypt proc
179 13204000 951 13884 0.00% 0.00% 0.00% 0 crypto sw pk pro
180 0 1 0 0.00% 0.00% 0.00% 0 Crypto INT
181 0 3 0 0.00% 0.00% 0.00% 0 Crypto IKE Dispa
182 0 3 0 0.00% 0.00% 0.00% 0 Crypto IKMP
183 0 1 0 0.00% 0.00% 0.00% 0 IPSEC manual key
184 132000 1256 105 0.00% 0.00% 0.00% 0 IPSEC key engine
185 0 1 0 0.00% 0.00% 0.00% 0 CRYPTO QoS proce
186 4000 4 1000 0.00% 0.00% 0.00% 0 Crypto ACL
187 0 1 0 0.00% 0.00% 0.00% 0 Crypto PAS Proc
188 0 1 0 0.00% 0.00% 0.00% 0 GDOI GM Process
189 0 1 0 0.00% 0.00% 0.00% 0 UNICAST REKEY
190 0 1 0 0.00% 0.00% 0.00% 0 UNICAST REKEY AC
191 644000 12564 51 0.00% 0.00% 0.00% 0 PM Callback
192 0 2 0 0.00% 0.00% 0.00% 0 Control-plane ho
193 0 11 0 0.00% 0.00% 0.00% 0 AAA SEND STOP EV
194 0 2 0 0.00% 0.00% 0.00% 0 EEM ED Track
195 0 3 0 0.00% 0.00% 0.00% 0 EEM ED Resource
196 0 2 0 0.00% 0.00% 0.00% 0 EEM ED Routing
197 48000 2505 19 0.00% 0.00% 0.00% 0 RMON Recycle Pro
198 0 2 0 0.00% 0.00% 0.00% 0 RMON Deferred Se
199 0 1 0 0.00% 0.00% 0.00% 0 Syslog Traps
200 140000 784 178 0.00% 0.00% 0.00% 0 Crypto cTCP proc
201 24000 3 8000 0.00% 0.00% 0.00% 0 VLAN Manager
202 0 1 0 0.00% 0.00% 0.00% 0 ATM Tbridge
203 16000 62 258 0.00% 0.00% 0.00% 0 EEM Server
204 0 2 0 0.00% 0.00% 0.00% 0 EEM Policy Direc
205 4000 3 1333 0.00% 0.00% 0.00% 0 EEM ED CLI
206 0 3 0 0.00% 0.00% 0.00% 0 EEM ED Counter
207 0 3 0 0.00% 0.00% 0.00% 0 EEM ED Interface
208 4000 3 1333 0.00% 0.00% 0.00% 0 EEM ED IOSWD
209 0 3 0 0.00% 0.00% 0.00% 0 EEM ED None
210 0 3 0 0.00% 0.00% 0.00% 0 EEM ED OIR
211 0 2 0 0.00% 0.00% 0.00% 0 EEM ED RPC
212 0 3 0 0.00% 0.00% 0.00% 0 EEM ED SNMP
213 0 2 0 0.00% 0.00% 0.00% 0 EEM ED SNMP Noti
214 16000 634 25 0.00% 0.00% 0.00% 0 EEM ED Timer
215 0 3 0 0.00% 0.00% 0.00% 0 EEM ED Ipsla
216 0 3 0 0.00% 0.00% 0.00% 0 EEM ED SNMP Obje
217 0 3 0 0.00% 0.00% 0.00% 0 EEM ED Test
218 0 3 0 0.00% 0.00% 0.00% 0 EEM ED Config
219 0 3 0 0.00% 0.00% 0.00% 0 EEM ED Env
220 0 3 0 0.00% 0.00% 0.00% 0 EM ED GOLD
221 4000 2 2000 0.00% 0.00% 0.00% 0 EEM ED Nf
222 4000 54 74 0.00% 0.00% 0.00% 0 Syslog
223 1696000 869 1951 0.00% 0.08% 0.11% 3 SSH Process
224 0 15 0 0.00% 0.00% 0.00% 0 SSH Event handle
225 8000 2 4000 0.00% 0.00% 0.00% 0 DHCPD Receive
226 0 2 0 0.00% 0.00% 0.00% 0 HyBridge Input P
PID Runtime(uS) Invoked uSecs 5Sec 1Min 5Min TTY Process
227 1608000 27214 59 0.00% 0.00% 0.00% 0 Tbridge Monitor
228 5974000 188060 31 0.00% 0.00% 0.00% 0 PPPoE Background
229 36000 24 1500 0.00% 0.00% 0.00% 0 PPPoE Discovery
230 4596000 48312 95 0.00% 0.00% 0.00% 0 IP NAT Ager
231 0 1 0 0.00% 0.00% 0.00% 0 IP NAT WLAN
232 0 1 0 0.00% 0.00% 0.00% 0 IP VFR proc
233 21287000 634951 33 0.00% 0.00% 0.00% 0 PPP Events
234 868000 24770 35 0.00% 0.00% 0.00% 0 Multilink PPP
235 0 2 0 0.00% 0.00% 0.00% 0 Multilink event
236 992000 1850 536 0.00% 0.00% 0.00% 0 IP SNMP
237 388000 925 419 0.00% 0.00% 0.00% 0 PDU DISPATCHER
238 1152000 927 1242 0.00% 0.00% 0.00% 0 SNMP ENGINE
239 0 2 0 0.00% 0.00% 0.00% 0 IP SNMPV6
240 0 1 0 0.00% 0.00% 0.00% 0 SNMP ConfCopyPro
241 0 2 0 0.00% 0.00% 0.00% 0 SNMP Traps

cisco#sh ip cef switching statistics

Reason Drop Punt Punt2Host
RP LES Packet destined for us 0 2122 0
RP LES Features 0 1504 137
RP LES Total 0 3626 137

All Total 0 3626 137

show int switching
ATM0

Protocol PPPoE
Switching path Pkts In Chars In Pkts Out Chars Out
Process 9452336 3784095678 7346254 1097676544
Cache misses 0 - - -
Fast 343070 459532029 191443 61069874
Auton/SSE 0 0 0 0

Protocol Other
Switching path Pkts In Chars In Pkts Out Chars Out
Process 0 0 11 870
Cache misses 0 - - -
Fast 0 0 0 0
Auton/SSE 0 0 0 0

NOTE: all counts are cumulative and reset only after a reload.
Dialer0
Throttle count 0
Drops RP 943272 SP 0
SPD Flushes Fast 0 SSE 0
SPD Aggress Fast 0
SPD Priority Inputs 0 Drops 0

Protocol IP
Switching path Pkts In Chars In Pkts Out Chars Out
Process 8509007 2440961676 7423949 1109283163
Cache misses 0 - - -
Fast 340762 448094637 201153 56236312
Auton/SSE 0 0 0 0

Protocol Other
Switching path Pkts In Chars In Pkts Out Chars Out
Process 20 840 2511 35230
Cache misses 0 - - -
Fast 0 0 0 0
Auton/SSE 0 0 0 0

NOTE: all counts are cumulative and reset only after a reload.
FastEthernet0 Connection to miniSW

Protocol Spanning Tree
Switching path Pkts In Chars In Pkts Out Chars Out
Process 0 0 12518 751080
Cache misses 0 - - -
Fast 0 0 0 0
Auton/SSE 0 0 0 0

Protocol CDP
Switching path Pkts In Chars In Pkts Out Chars Out
Process 0 0 424 163165
Cache misses 0 - - -
Fast 0 0 0 0
Auton/SSE 0 0 0 0

NOTE: all counts are cumulative and reset only after a reload.
FastEthernet1

All statistics for this interface are zero.
FastEthernet2 Wireless AP

Protocol Spanning Tree
Switching path Pkts In Chars In Pkts Out Chars Out
Process 0 0 0 0
Cache misses 0 - - -
Fast 0 0 12518 751080
Auton/SSE 0 0 0 0

Protocol CDP
Switching path Pkts In Chars In Pkts Out Chars Out
Process 421 163759 424 163165
Cache misses 0 - - -
Fast 0 0 0 0
Auton/SSE 0 0 0 0

NOTE: all counts are cumulative and reset only after a reload.
FastEthernet3

All statistics for this interface are zero.

Interface NVI0 is disabled

Virtual-Access1

Protocol IP
Switching path Pkts In Chars In Pkts Out Chars Out
Process 8390633 2325317002 7342838 1094412424
Cache misses 0 - - -
Fast 0 0 210078 57867515
Auton/SSE 0 0 0 0

Protocol Other
Switching path Pkts In Chars In Pkts Out Chars Out
Process 0 0 2211 30991
Cache misses 0 - - -
Fast 346685 453144214 0 0
Auton/SSE 0 0 0 0

NOTE: all counts are cumulative and reset only after a reload.
Vlan1
Throttle count 10930
Drops RP 0 SP 0
SPD Flushes Fast 0 SSE 0
SPD Aggress Fast 0
SPD Priority Inputs 74 Drops 0

Protocol IP
Switching path Pkts In Chars In Pkts Out Chars Out
Process 7361395 940886027 8454541 2539994791
Cache misses 0 - - -
Fast 210079 60432161 344482 457248636
Auton/SSE 0 0 0 0

Protocol ARP
Switching path Pkts In Chars In Pkts Out Chars Out
Process 74 4440 79 4740
Cache misses 0 - - -
Fast 0 0 0 0
Auton/SSE 0 0 0 0

Protocol Other
Switching path Pkts In Chars In Pkts Out Chars Out
Process 417 25020 0 0
Cache misses 0 - - -
Fast 0 0 0 0
Auton/SSE 0 0 0 0

NOTE: all counts are cumulative and reset only after a reload.

sh int atm0
ATM0 is up, line protocol is up
Hardware is MPC ATMSAR (with Alcatel ADSL Module), address is 0019.569b.0a78 (bia 0019.569b.0a78)
MTU 4470 bytes, sub MTU 1492, BW 1020 Kbit/sec, DLY 360 usec,
reliability 255/255, txload 189/255, rxload 255/255
Encapsulation ATM, loopback not set
Keepalive not supported
Encapsulation(s): AAL5
10 maximum active VCs, 1024 VCs per VP, 1 current VCCs
VC Auto Creation Disabled.
VC idle disconnect time: 300 seconds
Last input 06:08:24, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 99499
Queueing strategy: Per VC Queueing
5 minute input rate 6791000 bits/sec, 641 packets/sec
5 minute output rate 756000 bits/sec, 358 packets/sec
9823756 packets input, 4282894552 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 11 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
7553882 packets output, 1161905472 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 unknown protocol drops
0 output buffer failures, 0 output buffers swapped out
 
Dont worry, The dsl guys will be here soon, (burts, unclerico)


CCNP
 
what does the output of sh dsl int atm0 show??

I hate all Uppercase... I don't want my groups to seem angry at me all the time! =)
- ColdFlame (vbscript forum)
 
I thought ip virtual-reassembly caused performance issues?

cisco's site says it does:

Restrictions for Virtual Fragmentation Reassembly

Performance Impact

VFR will cause a performance impact on the basis of functions such as packet copying, fragment validation, and fragment reorder. This performance impact will vary depending on the number of concurrent IP datagram that are being reassembled.


We must go always forward, not backward
always up, not down and always twirling twirling towards infinity.
 
cisco#sh dsl int atm0
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: 51% 98%
Noise Margin: 12.5 dB 8.0 dB
Output Power: 14.0 dBm 11.5 dBm
Attenuation: 15.0 dB 6.0 dB
FEC ES Errors: 0 3
ES Errors: 1 2391
SES Errors: 1 66
LOSES Errors: 1 0
UES Errors: 0 9884
Defect Status: None None
Last Fail Code: None
Watchdog Counter: 0xFE
Watchdog Resets: 0
Selftest Result: 0x00
Subfunction: 0x00
Interrupts: 8292 (0 spurious)
PHY Access Err: 0
Activations: 1
LED Status: ON
LED On Time: 100
LED Off Time: 100
Init FW: init_AMR_4.0.018.bin
Operation FW: AMR-E-4.0.018.bin
FW Source: external
FW Version: 4.0.18

DS Channel1 DS Channel0 US Channel1 US Channel0
Speed (kbps): 0 12288 0 745
Cells: 0 13902 0 412067
Reed-Solomon EC: 0 0 0 8
CRC Errors: 0 0 0 2955
Header Errors: 0 0 0 4036
Total BER: 0E-0 0E-0
Leakage Average BER: 0E-0 0E-0
Interleave Delay: 0 60 0 14
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 9 B B C D D E E E
010: E F F F F F F F E E E D D C B B
020: 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
030: 0 0 0 0 A A A B B B B B B B B C
040: C C C C C C C C C C D C C C D C
050: C C C D D C C C C D D D C D D D
060: D C D D D D D D D C D C D C D C
070: D C C C D C C C D C C C C C C D
080: C C C B B C C C C C C C C C C C
090: C C C C C C C C C C C C C C C C
0A0: C C C C C C C C C C C C C C C C
0B0: C C C C C C C C C C 2 C C C C C
0C0: C C C C C C B C C C C B B C C B
0D0: B B B C C C C C B B C B B B B B
0E0: B C B B B C C B B B B B B C C C
0F0: C C B B B B C C C C B B B B C B
100: C B B B B B C B B B C B B B B B
110: B B B B C C 0 C C B B B B B B B
120: B B B B B B B B B B B B B B B B
130: B B B B B B B B B B B B B B B B
140: B B B B B B B B B B B B B A A A
150: A A A A A A A A A A A A A A A A
160: A A 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
 
Things are much better now with ip cef enabled and Virtual Fragmentation Reassembly disables on all interfaces.

CPU is around ~50% when the traffic is at maximum.
The download speed has improver close to 12mbps.


Thank you for all the help and ideas.

Regards,
Abidu
 
Good to hear. I would also recommend removing the 'ip flow ingress' on the ATM interfaces if you do not use NetFlow. That will eat up process cycles, too.

Rich
Network Engineer - CCNA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top