CPU Load on a 2600

Hi everyone,

I'm pretty new cisco gear so I'm not too sure about it. But anywho. I have a cisco 2651 running my 1.5mbit (256kbit up) adsl internet connection and I am interested in the cpu load.

The 72 hour graph seems to be pretty high, it seems to spike to 100% every few hours.

I hope this comes out (sorry not used google groups before either):

100 * * * * ** * 90 * *** * * ** * * * 80 ** **** * * * * *** * ** * ** ** ** 70 ** **** * * * ** **** * ** ** * ** *** ** 60 *** **** * *** ** ** ****** *** ***** * ** *** ***
  • * 50 ******* ****** *** ** ** ****** *** ***** * *** * *** * *** ***
  • *** 40 ************** ****** ** ****** ****************** *** **********
***** 30 ************************************************************************ 20 ************************************************************************ 10 ************************************************************************

0....5....1....1....2....2....3....3....4....4....5....5....6....6....7. 0 5 0 5 0 5 0 5 0 5 0 5 0 CPU% per hour (last 72 hours)

Now it shouldn't be doing too much. I has a PPPoE connection to an external modem, an IPv6 tunnel and a basic PPTP server which doesn't get used much. It nats traffic to the internal computers and does some basic port forwarding.

Does the CPU load look okay for such a connection? Let me know if I need to post config etc!

Reply to
michaeldale
Loading thread data ...

The first thing is; what does this graph actually tell you. I suggest that you use snmp (getif is free) to chart the CPU properly.

Alternatively use "sh proc cpu" when it is high and post that.

A 2651 is a pretty decent router for an ADSL, however there are a number of possible issues.

Tunneling is pretty costly for the router. If it is having to fragment packets to get them into the tunnel then that is costlier still.

As usual, have you got fast switching on? "ip route-cache".

formatting link
2600 Series Router Architecture

Platform Throughput (max, fast-switching)

2650/51 37K pps
Reply to
anybody43

Greetings,

You are right, the CPU load does seem to be high given the interfaces and speeds you are using. As there is no config to base this on a simple guess would say you are probably process switching all traffic and not using fast switching or cef switching. If the statement - ip cef is NOT present in your config, try adding it in global config mode and see if it has any affect. if no change then a post of your config would help heaps to understandng what your Router is doing. I am also not sure what IPV6 might do to things either, but adding CEF (if it is not present) is probably a good start.

Cheers.................pk.

Reply to
Peter

post

sh version sh run sh process cpu sh ip cef sh int stats sh int switching

Reply to
Merv

Thanks for the replies everyone:

sh version:

cisco 2651 (MPC860P) processor (revision 0x200) with 111616K/19456K bytes of memory. Processor board ID JAB05340FNW (3045023281) M860 processor: part number 5, mask 2 Bridging software. X.25 software, Version 3.0.0.

2 FastEthernet/IEEE 802.3 interface(s) 1 Serial network interface(s) 32K bytes of non-volatile configuration memory. 32768K bytes of processor board System flash (Read/Write)

Configuration register is 0x2102

sh run:

version 12.3 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname bdr1 ! boot-start-marker boot-end-marker ! enable secret 5 enable password ! memory-size iomem 15 clock timezone SYD 11 no network-clock-participate slot 1 no network-clock-participate wic 0 aaa new-model ! ! aaa authentication ppp default local aaa authorization network default if-authenticated aaa session-id common ip subnet-zero ip cef ! ! ip domain name ! ip audit po max-events 100 vpdn enable vpdn ip udp ignore checksum ! vpdn-group 1 request-dialin protocol pppoe ! vpdn-group 2 ! Default PPTP VPDN group accept-dialin protocol pptp virtual-template 1 ! ipv6 unicast-routing async-bootp dns-server 10.0.0.1 ! ! ! ! ! ! ! ! ! ! ! ! username password 0 ! ! ! ! ! ! interface Tunnel0 no ip address ipv6 address 2001:388:F000::247/128 ipv6 traffic-filter standard in tunnel source Dialer1 tunnel destination 202.158.196.131 tunnel mode ipv6ip ! interface FastEthernet0/0 ip address 10.0.0.250 255.0.0.0 no ip redirects no ip unreachables no ip proxy-arp ip nat inside ip route-cache flow ip tcp adjust-mss 1452 duplex auto speed auto ipv6 address 2001:388:C148:1::1/64 no cdp enable ! interface Serial0/0 ip address 192.168.0.1 255.255.255.252 shutdown clock rate 4000000 ! interface FastEthernet0/1 no ip address no ip mroute-cache duplex auto speed auto pppoe enable pppoe-client dial-pool-number 1 ! interface Virtual-Template1 ip unnumbered FastEthernet0/0 ip nat inside ip mroute-cache peer default ip address pool DIAL-IN ppp encrypt mppe auto required ppp authentication ms-chap-v2 ! interface Dialer1 ip address negotiated no ip redirects no ip unreachables no ip proxy-arp ip mtu 1492 ip nat outside encapsulation ppp ip route-cache flow dialer pool 1 dialer-group 1 ppp authentication pap callin ppp chap refuse ppp pap sent-username password 0 ! ip local pool DIAL-IN 192.168.3.2 192.168.3.254 ip nat inside source list 10 interface Dialer1 overload ip nat inside source static tcp 10.0.0.3 80 interface Dialer1 80 ip nat inside source static tcp 10.0.0.3 21 interface Dialer1 21 ip nat inside source static tcp 10.0.0.3 22 interface Dialer1 22 ip nat inside source static tcp 10.0.0.3 3306 interface Dialer1 3306 ip nat inside source static tcp 10.0.0.3 53 interface Dialer1 53 ip nat inside source static udp 10.0.0.3 53 interface Dialer1 53 ip nat inside source static tcp 10.0.0.1 25 interface Dialer1 25 ip nat inside source static tcp 10.0.0.1 143 interface Dialer1 143 ip nat inside source static tcp 10.0.0.1 443 interface Dialer1 443 ip nat inside source static tcp 10.0.0.1 110 interface Dialer1 110 ip nat inside source static tcp 10.0.0.1 993 interface Dialer1 993 ip nat inside source static tcp 10.0.0.1 1337 interface Dialer1 1337 no ip http server no ip http secure-server ip classless ip route 0.0.0.0 0.0.0.0 Dialer1 ! ! access-list 10 permit 10.0.0.0 0.255.255.255 access-list 10 permit 192.168.3.0 0.0.0.255 dialer-list 10 protocol ip permit ipv6 route ::/0 Tunnel0 ! ! ipv6 access-list standard permit ipv6 any host 2001:388:C148:1::2 permit ipv6 any host 2001:388:C148:1::3 permit tcp any any established ! ! dial-peer cor custom ! ! ! ! ! line con 0 password line aux 0 password line vty 0 4 password line vty 5 15 password ! ntp clock-period 17208345 ntp server 203.0.178.191 ! end

sh process cpu:

bdr1#sh process cpu CPU utilization for five seconds: 0%/0%; one minute: 0%; five minutes:

0% PID Runtime(ms) Invoked uSecs 5Sec 1Min 5Min TTY Process 1 4 32 125 0.00% 0.00% 0.00% 0 Chunk Manager 2 56 116427 0 0.00% 0.00% 0.00% 0 Load Meter 3 622 7750 80 0.00% 0.00% 0.00% 0 SSH Event handle 4 0 31 0 0.00% 0.00% 0.00% 0 VPDN failure man 5 0 1 0 0.00% 0.00% 0.00% 0 EDDRI_MAIN 6 315647 59122 5338 0.00% 0.03% 0.00% 0 Check heaps 7 28 11 2545 0.00% 0.00% 0.00% 0 Pool Manager 8 0 2 0 0.00% 0.00% 0.00% 0 Timers 9 0 2 0 0.00% 0.00% 0.00% 0 Serial Backgroun 10 0 39 0 0.00% 0.00% 0.00% 0 AAA high-capacit 11 4 19405 0 0.00% 0.00% 0.00% 0 Environmental mo 12 3432 17427 196 0.00% 0.00% 0.00% 0 ARP Input 13 68 145127 0 0.00% 0.00% 0.00% 0 HC Counter Timer 14 28 19417 1 0.00% 0.00% 0.00% 0 DDR Timers 15 4 2 2000 0.00% 0.00% 0.00% 0 Entity MIB API 16 0 2 0 0.00% 0.00% 0.00% 0 ATM Idle Timer 17 0 2 0 0.00% 0.00% 0.00% 0 SMART 18 0 1 0 0.00% 0.00% 0.00% 0 SERIAL A'detect 19 92 582055 0 0.00% 0.00% 0.00% 0 GraphIt 20 0 2 0 0.00% 0.00% 0.00% 0 Dialer event 21 0 1 0 0.00% 0.00% 0.00% 0 Critical Bkgnd 22 144 232416 0 0.00% 0.00% 0.00% 0 Net Background 23 781 952 820 0.00% 0.00% 0.00% 0 Logger 24 819 580920 1 0.00% 0.00% 0.00% 0 TTY Background 25 140 582069 0 0.00% 0.00% 0.00% 0 Per-Second Jobs 26 0 2 0 0.00% 0.00% 0.00% 0 SM Monitor 27 0 1 0 0.00% 0.00% 0.00% 0 dev_device_inser 28 0 1 0 0.00% 0.00% 0.00% 0 dev_device_remov 29 0 1 0 0.00% 0.00% 0.00% 0 HDV background 30 4 2 2000 0.00% 0.00% 0.00% 0 VNM DSPRM MAIN 31 0 1 0 0.00% 0.00% 0.00% 0 Multi-ISA Event 32 4 1 4000 0.00% 0.00% 0.00% 0 Multi-ISA Cleanu 33 280 3278 85 0.00% 0.00% 0.00% 0 Net Input 34 172 116428 1 0.00% 0.00% 0.00% 0 Compute load avg 35 297561 9717 30622 0.00% 0.04% 0.00% 0 Per-minute Jobs 36 0 1 0 0.00% 0.00% 0.00% 0 CES Line Conditi 37 4 1 4000 0.00% 0.00% 0.00% 0 AAL2CPS TIMER_CU 38 12 114 105 0.00% 0.00% 0.00% 0 AAA Server 39 0 1 0 0.00% 0.00% 0.00% 0 AAA ACCT Proc 40 0 1 0 0.00% 0.00% 0.00% 0 ACCT Periodic Pr 41 0 1 0 0.00% 0.00% 0.00% 0 AAA_SERVER_DEADT 42 0 2 0 0.00% 0.00% 0.00% 0 AAA Dictionary R 43 517351 345267 1498 0.00% 0.03% 0.09% 0 IP Input 44 0 1 0 0.00% 0.00% 0.00% 0 ICMP event handl PID Runtime(ms) Invoked uSecs 5Sec 1Min 5Min TTY Process 45 48 58221 0 0.00% 0.00% 0.00% 0 CDP Protocol 46 20 50 400 0.00% 0.00% 0.00% 0 PPP Hooks 47 0 1 0 0.00% 0.00% 0.00% 0 X.25 Encaps Mana 48 0 1 0 0.00% 0.00% 0.00% 0 VPDN call manage 49 48 80 600 0.00% 0.00% 0.00% 0 SSS Manager 50 8 77615 0 0.00% 0.00% 0.00% 0 SSS Test Client 51 0 1 0 0.00% 0.00% 0.00% 0 SSS Feature Mana 52 200 2272521 0 0.00% 0.00% 0.00% 0 SSS Feature Time 53 388 7493 51 0.00% 0.00% 0.00% 0 TCP Timer 54 52 56 928 0.00% 0.00% 0.00% 0 TCP Protocols 55 0 1 0 0.00% 0.00% 0.00% 0 Socket Timers 56 0 1942 0 0.00% 0.00% 0.00% 0 HTTP CORE 57 28 26 1076 0.00% 0.00% 0.00% 0 PPP IP Route 58 16 51 313 0.00% 0.00% 0.00% 0 PPP IPCP 59 101 13704 7 0.00% 0.00% 0.00% 0 IP Background 60 32 9729 3 0.00% 0.00% 0.00% 0 IP RIB Update 61 12 9703 1 0.00% 0.00% 0.00% 0 Adj Manager 62 0 1 0 0.00% 0.00% 0.00% 0 Asy FS Helper 63 0 1 0 0.00% 0.00% 0.00% 0 RARP Input 64 72 158 455 0.00% 0.00% 0.00% 0 DHCPD Receive 65 4 9702 0 0.00% 0.00% 0.00% 0 IP Cache Ager 66 0 1 0 0.00% 0.00% 0.00% 0 COPS 67 12 41 292 0.00% 0.00% 0.00% 0 PPP Bind 68 0 1 0 0.00% 0.00% 0.00% 0 PAD InCall 69 0 2 0 0.00% 0.00% 0.00% 0 X.25 Background 70 0 1 0 0.00% 0.00% 0.00% 0 Inspect Timer 71 1307 30 43566 0.00% 0.00% 0.00% 0 VTEMPLATE Backgr 72 0 2 0 0.00% 0.00% 0.00% 0 URL filter proc 73 0 1941 0 0.00% 0.00% 0.00% 0 Authentication P 74 0 1 0 0.00% 0.00% 0.00% 0 Auth-proxy AAA B 75 0 1 0 0.00% 0.00% 0.00% 0 IDS Timer 76 397 580931 0 0.00% 0.00% 0.00% 0 RUDPV1 Main Proc 77 0 1 0 0.00% 0.00% 0.00% 0 bsm_timers 78 276 580929 0 0.00% 0.00% 0.00% 0 bsm_xmt_proc 79 0 1 0 0.00% 0.00% 0.00% 0 SNMP Timers 80 0 2 0 0.00% 0.00% 0.00% 0 Dialer Forwarder 81 588 912597 0 0.00% 0.00% 0.00% 0 CEF process 82 0 3 0 0.00% 0.00% 0.00% 0 PPP SSS 83 0 1 0 0.00% 0.00% 0.00% 0 CES Client SVC R 84 0 1 0 0.00% 0.00% 0.00% 0 Crypto HW Proc 85 0 1 0 0.00% 0.00% 0.00% 0 XSM_EVENT_ENGINE 86 4 58193 0 0.00% 0.00% 0.00% 0 XSM_ENQUEUER 87 4 58193 0 0.00% 0.00% 0.00% 0 XSM Historian 88 8 23287 0 0.00% 0.00% 0.00% 0 CRM_CALL_UPDATE_ 89 536 591 906 0.00% 0.00% 0.00% 0 LOCAL AAA 90 0 2 0 0.00% 0.00% 0.00% 0 ENABLE AAA PID Runtime(ms) Invoked uSecs 5Sec 1Min 5Min TTY Process 91 0 2 0 0.00% 0.00% 0.00% 0 LINE AAA 92 0 2 0 0.00% 0.00% 0.00% 0 TPLUS 93 0 1 0 0.00% 0.00% 0.00% 0 Key chain liveke 95 0 2 0 0.00% 0.00% 0.00% 0 ASNL 96 104 2 52000 0.00% 0.00% 0.00% 0 CCVPM_HDSPRM 97 0 2 0 0.00% 0.00% 0.00% 0 VSP_MGR 98 0 1 0 0.00% 0.00% 0.00% 0 Crypto Support 99 0 1 0 0.00% 0.00% 0.00% 0 VoIP AAA 100 0 1 0 0.00% 0.00% 0.00% 0 QOS_MODULE_MAIN 101 0 1 0 0.00% 0.00% 0.00% 0 RPMS_PROC_MAIN 102 0 1 0 0.00% 0.00% 0.00% 0 CCVPM_HTSP 103 0 1 0 0.00% 0.00% 0.00% 0 CCVPM_R2 104 0 1 0 0.00% 0.00% 0.00% 0 CCSWVOICE 105 0 1 0 0.00% 0.00% 0.00% 0 sssapp 106 0 1 0 0.00% 0.00% 0.00% 0 http client proc 107 8291 22902 362 0.00% 0.00% 0.00% 0 CCP manager 108 0 1 0 0.00% 0.00% 0.00% 0 Encrypt Proc 109 687348 3434 200159 0.00% 0.00% 0.00% 0 Key Proc 110 16 4 4000 0.00% 0.00% 0.00% 0 Crypto CA 111 0 1 0 0.00% 0.00% 0.00% 0 Crypto SSL 112 4 4 1000 0.00% 0.00% 0.00% 0 Crypto ACL 113 0 2 0 0.00% 0.00% 0.00% 0 Crypto Delete Ma 114 0 3 0 0.00% 0.00% 0.00% 0 Crypto IKMP 115 753 29110 25 0.00% 0.00% 0.00% 0 IPSEC key engine 116 0 1 0 0.00% 0.00% 0.00% 0 IPSEC manual key 117 0 1 0 0.00% 0.00% 0.00% 0 CRYPTO QoS proce 118 36 99 363 0.00% 0.00% 0.00% 0 AAA SEND STOP EV 119 0 1 0 0.00% 0.00% 0.00% 0 Syslog Traps 120 0 2 0 0.00% 0.00% 0.00% 0 IpSecMibTopN 121 56 580472 0 0.00% 0.00% 0.00% 0 trunk conditioni 122 0 1 0 0.00% 0.00% 0.00% 0 trunk conditioni 123 0 1 0 0.00% 0.00% 0.00% 0 VPDN Scal 124 84 285 294 0.00% 0.00% 0.00% 0 VPDN SSS manager 125 0 1 0 0.00% 0.00% 0.00% 0 L2X Socket proce 126 9950 22347 445 0.00% 0.00% 0.00% 0 L2X Data Daemon 127 0 116411 0 0.00% 0.00% 0.00% 0 L2F management d 128 0 2 0 0.00% 0.00% 0.00% 0 L2TP mgmt daemon 129 953 385 2475 0.00% 0.00% 0.00% 0 PPTP Mgmt 130 11957 182 65697 0.00% 0.00% 0.00% 0 PPTP Data 131 36 324 111 0.00% 0.00% 0.00% 0 TCP Driver 132 36 81 444 0.00% 0.00% 0.00% 0 TCP Listener 133 108 9929 10 0.00% 0.00% 0.00% 0 IPv6 Input 134 4 19460 0 0.00% 0.00% 0.00% 0 IPv6 IDB 135 16 3404 4 0.00% 0.00% 0.00% 0 IPv6 ND 136 14346 164916 86 0.00% 0.00% 0.00% 0 IP NAT Ager 137 0 2 0 0.00% 0.00% 0.00% 0 IP Flow Backgrou PID Runtime(ms) Invoked uSecs 5Sec 1Min 5Min TTY Process 138 3675 36230516 0 0.00% 0.00% 0.00% 0 PPPoE Background 139 8 18 444 0.00% 0.00% 0.00% 0 PPPoE Discovery 140 2344 18156545 0 0.00% 0.00% 0.00% 0 PPP manager 141 5837 18156957 0 0.00% 0.00% 0.00% 0 PPP Events 142 64 580962 0 0.00% 0.00% 0.00% 0 Multilink PPP 143 0 1 0 0.00% 0.00% 0.00% 0 CCP reset pak 144 0 1 0 0.00% 0.00% 0.00% 0 IPv6 Access Cont 145 6677 20182 330 0.00% 0.00% 0.00% 0 CEF Scanner 146 966 583537 1 0.00% 0.00% 0.00% 0 NTP 147 0 4852 0 0.00% 0.00% 0.00% 0 DHCPD Timer 148 12 164907 0 0.00% 0.00% 0.00% 0 DHCPD Database 149 1018 183 5562 1.19% 0.10% 0.11% 66 Virtual Exec

sh ip cef:

bdr1#sh ip cef Prefix Next Hop Interface

0.0.0.0/0 attached Dialer1 0.0.0.0/32 receive 10.0.0.0/8 attached FastEthernet0/0 10.0.0.0/32 receive 10.0.0.1/32 10.0.0.1 FastEthernet0/0 10.0.0.3/32 10.0.0.3 FastEthernet0/0 10.0.0.250/32 receive 10.0.1.16/32 10.0.1.16 FastEthernet0/0 10.255.255.255/32 receive 203.55.231.88/32 attached Virtual-Access2 203.217.92.131/32 receive 224.0.0.0/4 drop 224.0.0.0/24 receive 255.255.255.255/32 receive

sh int stats:

bdr1#sh int stats FastEthernet0/0 Switching path Pkts In Chars In Pkts Out Chars Out Processor 200249 23608346 234886 22737304 Route cache 2076696 1767946632 1887796 853278239 Total 2276945 1791554978 2122682 876015543 Interface Serial0/0 is disabled

FastEthernet0/1 Switching path Pkts In Chars In Pkts Out Chars Out Processor 170448 23130644 299043 33176479 Route cache 1959938 874850215 2077570 1784619032 Total 2130386 897980859 2376613 1817795511 Virtual-Access1 Switching path Pkts In Chars In Pkts Out Chars Out Processor 0 0 0 0 Route cache 0 0 0 0 Total 0 0 0 0 Virtual-Template1 Switching path Pkts In Chars In Pkts Out Chars Out Processor 0 0 0 0 Route cache 0 0 0 0 Total 0 0 0 0 Virtual-Access2 Switching path Pkts In Chars In Pkts Out Chars Out Processor 183494 20992187 231124 23913429 Route cache 1946890 834366676 2077570 1743038854 Total 2130384 855358863 2308694 1766952283 Virtual-Access3 Switching path Pkts In Chars In Pkts Out Chars Out Processor 0 0 0 0 Route cache 0 0 0 0 Total 0 0 0 0 Virtual-Access4 Switching path Pkts In Chars In Pkts Out Chars Out Processor 0 0 0 0 Route cache 0 0 0 0 Total 0 0 0 0 Virtual-Access5 Switching path Pkts In Chars In Pkts Out Chars Out Processor 0 0 0 0 Route cache 0 0 0 0 Total 0 0 0 0 Dialer1 Switching path Pkts In Chars In Pkts Out Chars Out Processor 183479 20991955 231108 23913160 Route cache 1946880 834355142 2077543 1743017518 Total 2130359 855347097 2308651 1766930678 Tunnel0 Switching path Pkts In Chars In Pkts Out Chars Out Processor 54 11864 66 14424 Route cache 0 0 0 0 Total 54 11864 66 14424

sh int switching:

bdr1#sh int switching FastEthernet0/0 Throttle count 0 Drops RP 0 SP 0 SPD Flushes Fast 0 SSE 0 SPD Aggress Fast 0 SPD Priority Inputs 7989 Drops 0

Protocol IP Switching path Pkts In Chars In Pkts Out Chars Out Process 188622 22745918 171024 18710871 Cache misses 0 - - - Fast 2076745 1767955123 1887857 853307437 Auton/SSE 0 0 0 0

Protocol ARP Switching path Pkts In Chars In Pkts Out Chars Out Process 7987 479220 2229 133740 Cache misses 0 - - - Fast 0 0 0 0 Auton/SSE 0 0 0 0

Protocol IPv6 Switching path Pkts In Chars In Pkts Out Chars Out Process 172 17342 3471 409504 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 3529 370442 58216 3492960 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.

Interface Serial0/0 is disabled

FastEthernet0/1

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

Protocol PPPoE Switching path Pkts In Chars In Pkts Out Chars Out Process 170478 23136207 231165 26421962 Cache misses 0 - - - Fast 1960002 874880067 2077619 1784627915 Auton/SSE 0 0 0 0

Protocol Other Switching path Pkts In Chars In Pkts Out Chars Out Process 0 0 58219 3493145 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. Virtual-Access1

All statistics for this interface are zero. Virtual-Template1

All statistics for this interface are zero. Virtual-Access2 Throttle count 0 Drops RP 0 SP 0 SPD Flushes Fast 0 SSE 0 SPD Aggress Fast 0 SPD Priority Inputs 37992 Drops 0

Protocol IP Switching path Pkts In Chars In Pkts Out Chars Out Process 182820 20925462 174291 23006810 Cache misses 0 - - - Fast 1889135 833584542 2077616 1743046715 Auton/SSE 0 0 0 0

Protocol PPPoE Switching path Pkts In Chars In Pkts Out Chars Out Process 102 9379 0 0 Cache misses 0 - - - Fast 9 486 2 28 Auton/SSE 0 0 0 0

Protocol IPv6 Switching path Pkts In Chars In Pkts Out Chars Out Process 54 10784 0 0 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 589 62167 56874 909997 Cache misses 0 - - - Fast 57810 810220 1 14 Auton/SSE 0 0 0 0

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

All statistics for this interface are zero. Virtual-Access4 Throttle count 0 Drops RP 0 SP 0 SPD Flushes Fast 0 SSE 0 SPD Aggress Fast 0 SPD Priority Inputs 717 Drops 0

Protocol IP Switching path Pkts In Chars In Pkts Out Chars Out Process 11910 671767 11649 2205239 Cache misses 0 - - - Fast 4294966647 0 0 0 Auton/SSE 0 0 0 0

Protocol Other Switching path Pkts In Chars In Pkts Out Chars Out Process 0 0 734 11946 Cache misses 0 - - - Fast 1298 10372 0 0 Auton/SSE 0 0 0 0

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

Protocol IP Switching path Pkts In Chars In Pkts Out Chars Out Process 1015 90578 442 156647 Cache misses 0 - - - Fast 4294967252 0 0 0 Auton/SSE 0 0 0 0

Protocol Other Switching path Pkts In Chars In Pkts Out Chars Out Process 0 0 78 1348 Cache misses 0 - - - Fast 88 704 0 0 Auton/SSE 0 0 0 0

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

Protocol IP Switching path Pkts In Chars In Pkts Out Chars Out Process 182820 20925462 174291 23006810 Cache misses 0 - - - Fast 1889125 833573008 2077589 1743025379 Auton/SSE 0 0 0 0

Protocol PPPoE Switching path Pkts In Chars In Pkts Out Chars Out Process 102 9379 0 0 Cache misses 0 - - - Fast 9 486 2 28 Auton/SSE 0 0 0 0

Protocol IPv6 Switching path Pkts In Chars In Pkts Out Chars Out Process 54 10784 0 0 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 589 62167 56857 909712 Cache misses 0 - - - Fast 57809 810206 1 14 Auton/SSE 0 0 0 0

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

Protocol IPv6 Switching path Pkts In Chars In Pkts Out Chars Out Process 0 0 66 13104 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.

Thanks everyone.

Reply to
michaeldale

Sorry and IOS version:

Cisco Internetwork Operating System Software IOS (tm) C2600 Software (C2600-IK9O3S3-M), Version 12.3(15b), RELEASE SOFTWARE (fc1) Copyright (c) 1986-2005 by cisco Systems, Inc. Compiled Thu 25-Aug-05 13:39 by ssearch Image text-base: 0x80008098, data-base: 0x81A13C28

ROM: System Bootstrap, Version 12.1(3r)T2, RELEASE SOFTWARE (fc1)

bdr1 uptime is 6 days, 17 hours, 45 minutes System returned to ROM by power-on System restarted at 16:10:12 SYD Sun Nov 27 2005 System image file is "flash:c2600-ik9o3s3-mz.123-15b.bin"

Reply to
michaeldale

CEF is enabled which is good, howeve,r quite a few packets are still being process-switched as seen in the output of sh int stats

Most of the CPU time is being consumed by process "Key Proc" (I assume this is encyption procesing) and "process "IP input" which is the process-switching of IP packet (i.e non-CEF switched):

PID Runtime(ms) % CPU Invoked Process

109 687348 36.3% 3434 Key Proc 43 517351 27.3% 345267 IP Input 6 315647 16.6% 59122 Check heaps 35 297561 15.7% 9717 Per-minute Jobs

I would suggest you try a different IOS image to see if you get a better result.

also see Cisco doc

formatting link

Reply to
Merv

All of the encryption is done in software and a can be very CPU intensive. If you are able to get some SNMP monitoring I would bet that CPU utilization mirrors bandwidth utilization. If this is the case, and encryption AIM would bring down the CPU utilization (it would offload the encryption from the CPU). 1.5 Mbs, 256 kbs is a lot of encrypted data to push without an encryption AIM anyway.

Scott

formatting link

Reply to
thrill5

Thanks for the reply.

The only time encryption should happen is when I'm connected to the PPTP VPN, which would only be a few hours during the day.

The load seems to happen throughout the day and night.

Reply to
michaeldale

This is a very neat analysis which is a new method to me.

It is however in this case I believe not of much assistance.

Total runtime above it 700 + 500 + 300 + 300 secs

1800 secs or half an hour.

Router has been up for:

6 days, 17 hours, 45 minutes , say 200 hours.

so stats represent only 1/400 of the routers uptime.

As mentioned already, the crude histograms from sh proc cup hist tell you basically nothing at all. If that is all you have to go on, I wouldn't worry.

If you are still concerned get some decent numbers with say snmp and getif and post them here. Sample the CPU every second or two and post the results.

I will however take a stab myself:- It looks as if the peaks may be due to some periodic crypto operation such and perhaps key exchanges.

Good luck.

Reply to
anybody43

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.