How to get Performance Counters of my network managed routers

João Silva 21 Reputation points
2021-07-29T14:13:18.053+00:00

Hello,

I exported a management pack from SCOM and i wanted to check the rules and the scripts executing behind those rules. But it seems i can only check Raw XML code..

The reason for this is that i'm trying to get Performance Counters of my routers through Powershell SNMP ComObject.: "New-Object -ComObject olePrn.OleSNMP". But it seems that the OID that the management pack uses to monitor CPU performance for example, does not work when trying to execute a SNMP.get through powershell using that specific OID.

My question then, is how can i get the performance counters of my network managed routers?

Thanks in advance,
Joao

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,446 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. João Silva 21 Reputation points
    2021-07-30T09:08:14.1+00:00

    The Routers in question are 7206VXR from Cisco. Ran a SNMP Walk in scom on one of the devices and tried to find the following OID for the % cpu utilization inside the device.walk file:

    OID: .1.3.6.1.4.1.9.9.109.1.1.1.1.5 - cpmCPUTotal5min Processor CurrentUtilization - "Network Management - Core Monitoring" Management Pack

    It seems that i can't find that specific oid inside the .walk file, but in the network summary dashboard, one of the widgets contains the nodes with highest cpu usage. So i don't understand how i can't find the specific performance counter in the device, but exists in the dashboard?

    Can someone help me understand this?

    Thanks in advance.

    Joao

    0 comments No comments