I am programming a network management system and should be able to print meaningful names behind the OIDs that are obtained from SNMP traps. Due to the nature / size of this system, it would be impractical to manually match each OID with a meaningful name for each MIB on each device used.
With that said, is there a free (commercial use) way to automatically pair the name / description with their corresponding OID for all OIDs in the MIB; and then these pairs will be used in a Java program?
In other words, is there a tool or method that converts the MIB tree to Java objects that can be moved in the program to get OID names / descriptions?
thank
source
share