02-05-2018 02:03 AM - edited 03-08-2019 01:42 PM
Hi There,
I just wanted to monitor high cpu logs of nexus 9k with snmp server . Can you help me to get correct OID to get high cpu logs.
Thanks in adv.
Solved! Go to Solution.
02-05-2018 07:14 AM
Hello Vinay,
There is no OID for a high CPU alarm, as there is no universal rule that would define what CPU load value is "high". What you can do, of course, is poll the CPU load value (5sec, 1min, 5min average) through SNMP and raise an alarm on your NMS if the CPU load gets over a threshold you define yourself.
The CPU load OIDs are:
Each of these OIDs is a table - essentially a tree that you need to walk, and you will get multiple rows for individual CPUs in the system. To understand what CPUs these individual lines correspond to, you will need to cross-correlate their index (the last value in the OID) with the index of individual components listed in the 1.3.6.1.2.1.47.1.1.1.1.7 table (entPhysicalName).
Please feel welcome to ask further!
Best regards,
Peter
02-05-2018 07:14 AM
Hello Vinay,
There is no OID for a high CPU alarm, as there is no universal rule that would define what CPU load value is "high". What you can do, of course, is poll the CPU load value (5sec, 1min, 5min average) through SNMP and raise an alarm on your NMS if the CPU load gets over a threshold you define yourself.
The CPU load OIDs are:
Each of these OIDs is a table - essentially a tree that you need to walk, and you will get multiple rows for individual CPUs in the system. To understand what CPUs these individual lines correspond to, you will need to cross-correlate their index (the last value in the OID) with the index of individual components listed in the 1.3.6.1.2.1.47.1.1.1.1.7 table (entPhysicalName).
Please feel welcome to ask further!
Best regards,
Peter
02-05-2018 09:28 PM
Hi Peter,
Appreciate for your reply.
Thanks.
Regards,
Vijay
02-27-2024 07:21 AM
This OID code works to monitor CPU on Nexus Cisco ACI?
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