• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Apr-2018-

READMEH A D30-Apr-20183.2 KiB8170

cisco1.diffH A D30-Apr-20183.4 KiB8377

cisco2.diffH A D30-Apr-20181.4 KiB4037

cisco_removeH A D30-Apr-20184.2 KiB182181

hp1.diffH A D30-Apr-20183.3 KiB8479

juniper1.diffH A D30-Apr-2018947 3328

nortel.diffH A D30-Apr-2018704 1412

rfc1.diffH A D30-Apr-20182.1 KiB5651

README

1Netdisco - MIB Repository
2Max Baker
3---------------------------------------------------------------------------
4Version 2.6
5---------------------------------------------------------------------------
6    I maintain a workable set of MIBS to use with Netdisco
7    and other network managment tools.
8
9    I would like to be able to do snmpwalks without having everything blow up.
10
11    These mibs should cover all the devices listed in
12        http://snmp-info.sourceforge.net/DeviceMatrix.html
13
14    All these have been painstakingly fixed up to
15    parse correctly under net-snmp 5.4.  All duplicates have been
16    removed favoring always the newest version.  Typos and logical
17    errors in the MIBs are fixed.
18
19---------------------------------------------------------------------------
20MIB Versions
21---------------------------------------------------------------------------
22    3Com:           MIBs for HP, H3C and 3Com products v4.0
23    Aerohive        6.1r6a
24    Aruba:          ArubaOS 6.4.2.3
25    APC:            4.0.5
26    CheckPoint:     R80 (all products), v8.0 (Edge/Safe@Office)
27    Cisco:          01/16/2016 (last v2.tar.gz is dated 01/14/2016)
28    CiscoSB:        1.4.1.2 for Sx200 / Sx300 products
29    Citrix:         Netscaler 10.5
30    Enterasys:      08/2011
31    Extreme:        v762b3 01/09/06
32    F5:             11.3.0
33    Fortinet:       2016-06-17 revision, but with old model mappings kept in
34    Foundry:        SPR08040 (01/2016) and foundry.mib (12/2015)
35    HP:             May 2012 update, select MIBs updated to more recent versions
36    Juniper:        15.1F4.15
37    Net-SNMP:       5.7.3
38    Nortel (Avaya): Various - Last update 01/2016
39    OpenGear:       updated 01/2017
40    Palo Alto:      PAN-OS 7.0
41    RFC:            ianalist updated 2015-10-26 and rfclist updated 2015-10-28
42    Ruckus:         9.4
43    Schleifenbauer: 2.40
44    Trapeze:        8.0
45    VMWare:         6.0.0
46    Xirrus:         8.1
47
48---------------------------------------------------------------------------
49
50USAGE OUTSIDE OF NETDISCO
51---------------------------------------------------------------------------
52    Copy the supplied snmp.conf to either
53        /usr/local/share/snmp/snmp.conf
54    OR
55        ~/.snmp/snmp.conf
56
57    Be sure to look in the file and change things to match your enviornment.
58
59---------------------------------------------------------------------------
60ADDING DEVICE SUPPORT
61---------------------------------------------------------------------------
62Mib setup:
631. Add all the mibs given by your vendor in a new directory
642. run mkindex
653. run chk_dups and then remove the dups in your new dir
664. add new directory to snmp.conf and netdisco.conf
67
68SNMP::Info setup:
691. run walk_all on the device save the output to a text file.
70   This will query the device for every mib on the system, to see what
71   data is available with the MIBs available.
722. check to see what data is missing in netdisco for your device after
73   running a discover on it
743. create a new subclass of L2 or L3 for your device family
754. use the text file from step 1 to find missing info
765. add data and mib dependencies to new subclass
776. ask on mailing list for help
78
79Send all changes back to mailing list so that everyone else can enjoy
80the fruits of your labor and improve upon them.
81