Netdisco - MIB Repository
Max Baker
---------------------------------------------------------------------------
Version 2.5
---------------------------------------------------------------------------
I maintain a workable set of MIBS to use with Netdisco
and other network managment tools.
I would like to be able to do snmpwalks without having everything blow up.
These mibs should cover all the devices listed in
http://snmp-info.sourceforge.net/DeviceMatrix.html
All these have been painstakingly fixed up to
parse correctly under net-snmp 5.4. All duplicates have been
removed favoring always the newest version. Typos and logical
errors in the MIBs are fixed.
---------------------------------------------------------------------------
MIB Versions
---------------------------------------------------------------------------
3Com: MIBs for HP, H3C and 3Com products v4.0
Aerohive 6.1r6a
Aruba: ArubaOS 6.4.2.3
APC: 4.0.5
CheckPoint: R80 (all products), v8.0 (Edge/Safe@Office)
Cisco: 01/16/2016 (last v2.tar.gz is dated 01/14/2016)
CiscoSB: 1.4.1.2 for Sx200 / Sx300 products
Citrix: Netscaler 10.5
Enterasys: 08/2011
Extreme: v762b3 01/09/06
F5: 11.3.0
Foundry: SPR08040 (01/2016) and foundry.mib (12/2015)
HP: May 2012 update, select MIBs updated to more recent versions
Juniper: 15.1F4.15
Net-SNMP: 5.7.3
Nortel (Avaya): Various - Last update 01/2016
Palo Alto: PAN-OS 7.0
RFC: ianalist updated 2015-10-26 and rfclist updated 2015-10-28
Ruckus: 9.4
Trapeze: 8.0
VMWare: 6.0.0
Xirrus: 8.1
---------------------------------------------------------------------------
USAGE OUTSIDE OF NETDISCO
---------------------------------------------------------------------------
Copy the supplied snmp.conf to either
/usr/local/share/snmp/snmp.conf
OR
~/.snmp/snmp.conf
Be sure to look in the file and change things to match your enviornment.
---------------------------------------------------------------------------
ADDING DEVICE SUPPORT
---------------------------------------------------------------------------
Mib setup:
1. Add all the mibs given by your vendor in a new directory
2. run mkindex
3. run chk_dups and then remove the dups in your new dir
4. add new directory to snmp.conf and netdisco.conf
SNMP::Info setup:
1. run walk_all on the device save the output to a text file.
This will query the device for every mib on the system, to see what
data is available with the MIBs available.
2. check to see what data is missing in netdisco for your device after
running a discover on it
3. create a new subclass of L2 or L3 for your device family
4. use the text file from step 1 to find missing info
5. add data and mib dependencies to new subclass
6. ask on mailing list for help
Send all changes back to mailing list so that everyone else can enjoy
the fruits of your labor and improve upon them.