#SNMP Calculate Bandwidth Utilization
-
Hello everyone. I'm beginner with open source SNMP class library(#SNMP Library). I want to calculate Bandwidth Utilization based on ifInObtets and ifOutOctets. How can I do? How can I get values fInObtets and ifOutOctets. I need help. Hope someone can help me.
-
Hello everyone. I'm beginner with open source SNMP class library(#SNMP Library). I want to calculate Bandwidth Utilization based on ifInObtets and ifOutOctets. How can I do? How can I get values fInObtets and ifOutOctets. I need help. Hope someone can help me.
Did you try doing a GET operation on the appropriate object identifiers? https://sharpsnmplib.codeplex.com/wikipage?title=An%20introduction[^] Search for the object IDs here http://tools.cisco.com/Support/SNMP/do/SearchOID.do?local=en&step=1
-
Did you try doing a GET operation on the appropriate object identifiers? https://sharpsnmplib.codeplex.com/wikipage?title=An%20introduction[^] Search for the object IDs here http://tools.cisco.com/Support/SNMP/do/SearchOID.do?local=en&step=1
Thank for your reply. the formula to calculate bandwidth utilization like that: http://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/8141-calculate-bandwidth-snmp.html[^] Can you tell me how can I get "the number of seconds in ..." in this formula.