mib

Java Getting Name/Description for OIDs in MIB

Hello, I am programming a network management system, and need to be able to print out meaningful names behind the OIDs that are received from SNMP traps. Due to the nature/size of this system, it would not be a good idea to manually map every OID to a meaningful name for every MIB on every device that is being used. With that said, is ...

How to move an entire subtree under a table?

I have an existing MIB which has multiple OBJECT IDENTIFIERs, many scalaras under these OBJECT IDENTIFIERs and multple tables. Now I have a requirement to move this entire subtree under a main table as we need to support a single MIB for multiple physical systems with each system implementing its own part of subtree. How will my MIB loo...

Accessing routing table via SNMP

Which MIB do I need if I am trying to find the routing table of a Linksys WRT54G with openWRT installed on it? ...

Fetching entire branch of MIB

Hi all, I'm still quite new to SNMP and I was wondering how I would go about getting an entire branch of a MIB with as few queries as possible. My approach: Use GETBULK messages to get pow(2,tries) entries at a time and then stop when I get an object that don't match as a child of the object specified by my OID Why do I need it: I'm tr...

Java DMK - mibgen - how to generate MBean classes and preserving implementation changes in the old classes that have been made?

This seems like a common problem, so I hope someone can tell me how to best solve or work around it. I am using the mibgen tool that comes with OpenDMK to generate MBean classes from an SNMP MIB file. The tool works perfectly fine. However, the problem I am having is when I need to regenerate the MBean classes because the MIB definiti...

SNMP: Trying to understand what Alarm and Alarm Reporting Control Management Information base are used for

I am new to SNMP and have troubles understanding the SNMP requirements of a Java application I am required to implement. I am using openDMK to provide the SNMP support. Please excuse any brutal ignorance in my questions. I have read the RFC specs, but most of the text appear to be gibberish to me. One requirement is that "SNMP suppor...