From: Dobrica Pavlinusic Date: Sat, 7 Jul 2018 08:26:35 +0000 (+0200) Subject: document SNMP MIB installation X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;ds=sidebyside;h=2cf785a1e70d0207a02b02a23534728f4ddcffd2;p=dell-switch document SNMP MIB installation --- diff --git a/doc/snmp.txt b/doc/snmp.txt index 5889285..debb81e 100644 --- a/doc/snmp.txt +++ b/doc/snmp.txt @@ -1,3 +1,29 @@ +# configure mibs on local machine + +apt-get install snmp-mibs-downloader + +## configure mib + +dpavlin@black:~$ cat /etc/snmp/snmp.conf +# As the snmp packages come without MIB files due to license reasons, loading +# of MIBs is disabled by default. If you added the MIBs you can reenable +# loading them by commenting out the following line. +#mibs : + + +root@black:/etc/snmp-mibs-downloader# download-mibs + +# Dell MIB + +dpavlin@black:~/dell-switch/snmp-mib$ wget http://ftp.us.dell.com/sysman/dcpemibs.exe +dpavlin@black:~/dell-switch/snmp-mib$ unzip dcpemibs.exe +dpavlin@black:~/dell-switch/snmp-mib$ sudo cp -rv DCPEMIBs /var/lib/snmp/mibs/ + +test + +dpavlin@black:~/dell-switch/snmp-mib$ snmpwalk -v2c -Cc -c $COMMUNITY sw-e300-2 + + # configure SNMP on switches