Closed dnebeker closed 12 years ago
The MIB file contains this definition:
mysql ::= { enterprises 20267 200 }
This ends up defining the object:
iso.org.dod.internet.private.enterprises.(??).mySQL
Instead the line should be something like:
::= { enterprises mySQLRoot(20267) 200 }
to give a name to the intermediate node.
Fix proposed by @dnebeker also need to be done to create a pysnmp-mib file to use mysql-snmp with python.
The MIB file contains this definition:
mysql ::= { enterprises 20267 200 }
This ends up defining the object:
iso.org.dod.internet.private.enterprises.(??).mySQL
Instead the line should be something like:
::= { enterprises mySQLRoot(20267) 200 }
to give a name to the intermediate node.