Difference between revisions of "snmptranslate guide"

From thelinuxwiki
Jump to: navigation, search
(Created page with "==install== ===debian [https://wiki.debian.org/SNMP]=== install snmp client utils $ '''apt-get install snmp''' loading mib files 1) enable non-free sources per there [https:...")
 
 
(One intermediate revision by one user not shown)
Line 1: Line 1:
 
==install==
 
==install==
 +
==tuturial==
 +
[http://net-snmp.sourceforge.net/tutorial/tutorial-5/commands/snmptranslate.html NET-SNMP Tutorial -- Using local MIBs]
 
===debian [https://wiki.debian.org/SNMP]===
 
===debian [https://wiki.debian.org/SNMP]===
 
install snmp client utils  
 
install snmp client utils  
Line 10: Line 12:
 
4) as root or with sudo run download-mibs
 
4) as root or with sudo run download-mibs
 
  $ download-mibs
 
  $ download-mibs
default mib location
+
default mib location(s)
 
  /var/lib/snmp/mibs/
 
  /var/lib/snmp/mibs/
 +
/var/lib/mibs/

Latest revision as of 19:17, 19 October 2023

install

tuturial

NET-SNMP Tutorial -- Using local MIBs

debian [1]

install snmp client utils

$ apt-get install snmp

loading mib files 1) enable non-free sources per there instructions 2) install snmp-mibs-downloader

$ apt-get install snmp-mibs-downloader

3) configure net-snmp command-line to use the MIBS, edit /etc/snmp/snmp.conf and comment out the following line: 4) as root or with sudo run download-mibs

$ download-mibs

default mib location(s)

/var/lib/snmp/mibs/
/var/lib/mibs/