01-27-2016 02:19 AM - edited 03-08-2019 03:32 AM
Hi ,
I had CPU utilization issue on my 4500 series cisco switch, so for monitoring I have configured the Event manager in that switch as per the cisco technical support team guidance.
My problem is after configured this commands i am not able to see the text file in Boofflash.What could be the issue?
Herewith I have mentioned the commands which i was configured in that switch.
Note : Instead of the "USERNAME" , i have used my username which i am using for login, that also not working
event manager session cli username "USERNAME"
event manager applet HIGH_CPU
event snmp oid 1.3.6.1.4.1.9.9.109.1.1.1.1.3.1 get-type exact entry-op ge entry-val "80" poll-interval 30
action 0.0 syslog msg "High CPU Detected"
action 0.1 cli command "enable"
action 0.2 cli command "show clock | append bootflash:HIGH_CPU.txt"
action 0.3 cli command "debug platform packet all buffer | append bootflash:HIGH_CPU.txt "
action 0.4 cli command "show logging | append bootflash:HIGH_CPU.txt "
action 0.5 cli command "show process cpu sorted | append bootflash:HIGH_CPU.txt "
action 0.6 cli command "show process cpu history | append bootflash:HIGH_CPU.txt"
action 0.7 cli command "show buffers| append bootflash:HIGH_CPU.txt"
action 0.8 cli command "show platform health | append bootflash:HIGH_CPU.txt "
action 0.9 cli command "show platform cpu packet statistics all | append bootflash:HIGH_CPU.txt "
action 1.0 cli command "show platform cpu packet buffered | append bootflash:HIGH_CPU.txt "
action 1.1 cli command "debug platform packet all count | append bootflash:HIGH_CPU.txt "
action 1.2 cli command "show spanning-tree detail | append bootflash:HIGH_CPU.txt "
action 1.3 cli command "u all"
!
Regards,
Bala
01-27-2016 03:34 AM
Hey So first cpu needs to hit 80% for it to be generated and sent to boot take it this already has happened since being configured ?
Have you also tried to send it to standard flash instead , incase its bootflash issue as your config looks good
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