01-08-2018 01:24 AM - edited 03-05-2019 09:43 AM
Hi,
I am having the Cisco 2900 series Router, continuosly peaking the CPU utilisation. The Router running GRE Site to Site tunnel(not passing traffic at the moment, as its a backup connectivity) and is passing the office Internet traffic. The Router is continuosly peaking the CPU utilisation. I am attaching the show tech. Please check and comment.
Thanks & Regards
Sreeraj
01-08-2018 01:35 AM
You should capture the cpu as its spiking so you can see exactly what process is causing the issue
Your show tech came back clean , no issues in the cli analyzer , cpu is low at the time it was taken
all it gave back was informational no critical issues
This script should capture the high cpu when it reaches over 70% and put it in flash
event manager applet High_CPU
event snmp oid 1.3.6.1.4.1.9.9.109.1.1.1.1.4.1 get-type exact entry-op ge entry-val "70" exit-time 10 poll-interval 5
action 0.1 syslog msg "CPU Utilization is high"
action 0.2 cli command "enable"
action 0.4 cli command "show log | append flash:CPU_Profile.txt"
action 0.5 cli command "show process cpu sorted | append flash:CPU_Profile.txt"
action 0.6 cli command "show interfaces | append flash:CPU_Profile.txt"
action 0.7 cli command " show ip cef switching stat | append flash:CPU_Profile.txt"
action 0.8 cli command " show ip traffic | append flash:CPU_Profile.txt"
action 0.9 cli command " show int switching | append flash:CPU_Profile.txt"
action 1.0 cli command "no event manager applet High_CPU"
action 1.1 cli command "end"
01-09-2018 12:19 PM
01-10-2018 03:01 AM
01-10-2018 03:47 AM
01-10-2018 06:00 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide