We have a device which has a custom MIB.
But it also includes some data from standard MIBs (notably UCD)
Now I could just tell my customers to load those OID seperatly or I could (this is possible if I'm not mistaken) include the MIB Tree (the parts I need) from UCD into my custom MIB.
Something like that
MyMIB
- MyOID1
- SubOID
- UCD-OID1
I couldn't find anything about this case.
Although I saw that UCD does for example include other MIBS (created by them).
So the question is.
When I have a custom MIB and standard MIBS is it best practice to include the standard MIBS into my custom OID Tree or should they remain completly separate?
From a convience standpoint I would argue it's better to include, but I'm an SNMP beginner.