Skip to main content
davicode
New Member
June 15, 2017
Question

SNMP OID traffic in/out

  • June 15, 2017
  • 2 replies
  • 16862 views

Thanks for taking the time to read this post, my query is as follows. I'm working under SNMP to get incoming traffic and outbound traffic, but I only have the OID of the incoming traffic, I could help with the OID of the outbound traffic, what I want to get is similar to the following graph. .

out: "1.3.6.1.4.1.12356.101.13.2.1.1.5"

    2 replies

    ITgrunt
    New Member
    October 31, 2017

    davicode, did you ever track this down? I'm also trying to get the OIDs required for this.

    SMFTNT
    Staff
    Staff
    October 31, 2017

    Hello David, In response to your post "SNMP OID traffic in/out" the OID referenced "1.3.6.1.4.1.12356.101.13.2.1.1.5" is defined as the "Network bandwidth usage of specified cluster member (kbps)" which is part of the fgHaStatsIndex Table listed as ".1.3.6.1.4.1.12356.101.13.2.1" If one is looking for the In/Out traffic counts then please see the Standard RFC IF-MIB and or MIB-2 MIB. Once the Octet value is known one would have to convert Octets to bytes, as seen here. Please see the respective MIB files for more details. IF-MIB as Table View for the ifXTable, .1.3.6.1.2.1.31.1.1.1.10. ifHCInOctets  .1.3.6.1.2.1.31.1.1.1.6 ifHCOutOctets  .1.3.6.1.2.1.31.1.1.1.10 *** OR *** MIB-2 MIB as Table View for the ifTable,  .1.3.6.1.2.1.2.2. ifInOctets   .1.3.6.1.2.1.2.2.1.10 ifOutOctets  .1.3.6.1.2.1.2.2.1.16

    Thank you, SMFTNT