I am trying to create a MYSQL database to store SNMP MIB information (only a small subset of OID). Is there a DB schema that I can access?
Thanks Nile
I have been thinking about this recently. I would venture to suggest that you simply map your MIB types to what suits your database, for example. Unsigned32in MIB will be UNSIGNED INTin SQL. Then use the OID as the primary key.
Unsigned32
UNSIGNED INT