I wanted to monitor CPU and Memory utilization for Switches and routers. snmpwalk is working fine and when I am running the below command for cpu utilization, I am facing the below issue. Also please let me know how can I monitor memory utilization for the same.
What is the make and model type of the device that you are trying to monitor?
Can you re-run the snmpwalk to the device and add -On to the command and post the output here so we can review the OID's from the device?
Be sure to check out our Knowledgebase for helpful articles and solutions!
tgriep wrote:What is the make and model type of the device that you are trying to monitor?
Can you re-run the snmpwalk to the device and add -On to the command and post the output here so we can review the OID's from the device?
It is CISOC router. Model number: WS-C3750X-24P
attaching the snmpwalk command with -On
You do not have the required permissions to view the files attached to this post.
-T, --type=stand|netsl|netsc|as400|cisco|cata|c5500|bc|nokia|hp|lp
CPU check :
stand : standard MIBII (works with Windows),
can handle multiple CPU.
netsl : linux load provided by Net SNMP (1,5 & 15 minutes values)
netsc : cpu usage given by net-snmp (100-idle)
as400 : as400 CPU usage
cisco : Cisco CPU usage
cata : Cisco catalyst CPU usage
c5500 : Cisco ASA 5500 CPU usage
nsc : NetScreen CPU usage
fg : Fortigate CPU usage
bc : Bluecoat CPU usage
nokia : Nokia CPU usage
hp : HP procurve switch CPU usage
lp : Linkproof CPU usage
hpux : HP-UX load (1,5 & 15 minutes values)
-T, --type=stand|netsl|netsc|as400|cisco|cata|c5500|bc|nokia|hp|lp
CPU check :
stand : standard MIBII (works with Windows),
can handle multiple CPU.
netsl : linux load provided by Net SNMP (1,5 & 15 minutes values)
netsc : cpu usage given by net-snmp (100-idle)
as400 : as400 CPU usage
cisco : Cisco CPU usage
cata : Cisco catalyst CPU usage
c5500 : Cisco ASA 5500 CPU usage
nsc : NetScreen CPU usage
fg : Fortigate CPU usage
bc : Bluecoat CPU usage
nokia : Nokia CPU usage
hp : HP procurve switch CPU usage
lp : Linkproof CPU usage
hpux : HP-UX load (1,5 & 15 minutes values)
The Cisco devices have 3 separate CPU loads, 5 second, 1 minute and 5 minute so the warning and critical options have to be set for all 3 loads. Try running the command like so.
tgriep wrote:The Cisco devices have 3 separate CPU loads, 5 second, 1 minute and 5 minute so the warning and critical options have to be set for all 3 loads. Try running the command like so.