This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

UTM9 SNMP OID for Interfaces

I am using the UTM 9 virtual appliance and I am monitoring it via SCOM 2019.  I am unable to gather interface bits sent and received in SCOM via SNMP.  I have the ASTARO-MIB.txt file but it only contains OIDs for SNMP traps.  How or where can I find the OID for bits sent and received via the UTM9 interfaces?



This thread was automatically locked due to age.
Parents
  • Hi  

    OIDs for Sent and Received bits for Interface is not available in that file. However, some other users on the community were able to successfully Query that information from UTM 9. You may try the following:

    Incoming Traffic - The total number of octets received on the interface, including framing characters.
    eth0: 1.3.6.1.2.1.2.2.1.10.2
    eth1: 1.3.6.1.2.1.2.2.1.10.3

    Outgoing Traffic - The total number of octets transmitted out of the interface, including framing characters.
    eth0: 1.3.6.1.2.1.2.2.1.16.2
    eth1: 1.3.6.1.2.1.2.2.1.16.3

    I am going to test this in my lab environment as well but it might take some time before I can post actual results.

    Regards

    Jaydeep

  • Ok this worked.  How did you know where to find this OID?  Also, is there some other way to validate the accuracy of the data it is providing?  Its really hard to gauge how accurate it is because the numbers I am getting in SCOM seem to be generically assigned and they don't match the numbers I see in the dashboard of the UTM for in and out on eth0 and eth1.  Thanks for your help.

Reply
  • Ok this worked.  How did you know where to find this OID?  Also, is there some other way to validate the accuracy of the data it is providing?  Its really hard to gauge how accurate it is because the numbers I am getting in SCOM seem to be generically assigned and they don't match the numbers I see in the dashboard of the UTM for in and out on eth0 and eth1.  Thanks for your help.

Children