Guest User!

You are not Sophos Staff.

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

OID sent and received bits per second

I am looking for the SNMP OID that can deliver the sent and received bits per second for the UTM9 appliance like in the screen shot below  

I have the OIDs for octets sent and received but its the TOTAL number of octets sent and received while I am looking for sent and received bits per second.

Thanks in advance.



This thread was automatically locked due to age.
Parents
  • These counters are from standard MIB.

    If there is a counter for bits/sec you should find it here.

    But as i know is the "total octets" the only one and you have to calculate (tolalnow-totalold) / time.since.last.call

  • Thanks for the reply.  "If there is a counter for bits/sec you should find it here."  Where is here?  Also, forgive me for my ignorance but can you explain this part "calculate (tolalnow-totalold) / time.since.last.call" I am not quite sure how I would go about doing that or what it would look like.  I appreciate your help.

Reply
  • Thanks for the reply.  "If there is a counter for bits/sec you should find it here."  Where is here?  Also, forgive me for my ignorance but can you explain this part "calculate (tolalnow-totalold) / time.since.last.call" I am not quite sure how I would go about doing that or what it would look like.  I appreciate your help.

Children