Top "Mib" questions

A MIB is an acronym for Management Information Base in use with the SNMP Protocol.

How to get OIDs from a MIB file?

I want to read all the objects from the MIB file that a manager has. I developed one tool to …

snmp net-snmp mib
Definition of SNMP Gauge32 vs Counter32

Can someone point me to a good definition of Gauge32 vs Counter32? I understand that Counter32 can wrap, but Gauge32 …

snmp mib
C# SNMP programming

I try write some code to retrieve objectID and the result is 2B-06-01-04-01-82-31-01-03…

c# snmp mib
SNMP OID for network traffic

i'm working on a script that will monitor traffic on specific hosts from nagios. I have studied some scripts already …

snmp nagios net-snmp oid mib
How to use RowStatus?

I'm writing an SNMP manager and a simulated SNMP agent from a MIB (to test a manager). I have a …

snmp mib
Accessing routing table via SNMP

Which MIB do I need if I am trying to find the routing table of a Linksys WRT54G with …

snmp mib openwrt
Parse SNMP MIB Files to generate a list of Devices and OID

I am processing a large number of SNMP MIB Files and from them creating a dictionary of devices and their …

python parsing snmp oid mib
Sending SNMP Traps containing custom data

A client has requested that instead of email alerts that we send SNMP Traps to their Nagios server instead. The …

python snmp mib pysnmp
python net-snmp loading mibs

I'm using net-snmp's python libraries to do some long queries on various switches. I would like to be able to …

python net-snmp mib pysnmp
Define MIB and send SNMP trap under .net

I have developed a special application for a company under .net in C# and it is used for years. Now …

.net snmp mib sharp-snmp snmp-trap