---------------------------------------------------------------------------
RFC
---------------------------------------------------------------------------
Do the RFC mibs first so you can then remove the older versions 
that come with cisco's mibs, making sure you have the newest versions.

(From instructions inside of net-snmp)

1. wget http://easynews.dl.sourceforge.net/sourceforge/net-snmp/net-snmp-5.4.1.tar.gz
    (change 5.4.1 with newest version) 
   tar xvfz net-snmp*
   cd net-snmp*/mibs

2. Edit Makefile.mib
    Change PREFIX to .
    Change ALLDIR to rfc.orig
    Change INSTDIR to rfc

2.5. Update rfclist / ianalist
    See http://www.mail-archive.com/net-snmp-coders@lists.sourceforge.net/msg11519.html
    for background.

     i. Check for updates
        https://sourceforge.net/p/net-snmp/code/ci/master/tree/mibs/rfclist
        https://sourceforge.net/p/net-snmp/code/ci/master/tree/mibs/ianalist
    ii. Copy rfclist/ianalist from this package over if newer or use the above
    
3.  Download all IANA and RFC mibs into rfc/ dir

    make -f Makefile.mib rfc

4.  IEEE

    i. Download newest versions from
       http://www.ieee802.org/1/files/public/MIBs/
    ii. Strip date portion from names
    iii. Copy new versions over old versions

5.  Check what's new.  sanity check, look at the output...
    
    diff_dir netdisco_mibs/rfc net-snmp*/mibs/rfc

6.  Copy new versions over old versions
    diff_dir netdisco_mibs/rfc net-snmp*/mibs/rfc 1

7.  Patch
    patch rfc < rfc1.diff

8.  Check
    ./chk_mibs rfc
    
    Fix and create new patches as necessary.


