SNMP: Difference between revisions
From DWIKI
m (→Install MIB) |
m (→HOWTO) |
||
Line 22: | Line 22: | ||
In '''/etc/snmp/snmpd.conf''': | In '''/etc/snmp/snmpd.conf''': | ||
view systemonly included .1 | view systemonly included .1 | ||
== Using snmpd as snmp proxy == | |||
*[https://www.linkedin.com/pulse/using-snmp-proxy-debian-ronald-bartels Using SNMP proxy on Debian] | |||
*[https://docs.librenms.org/Extensions/SNMP-Proxy/ SNMP Proxy] | |||
= FAQ = | = FAQ = |
Revision as of 14:03, 8 January 2024
Links
- Tutorials
- Tutorial: snmptranslate
- https://net-snmp.sourceforge.io/wiki/index.php/
- Zabbix and SNMP
- http://www.debianhelp.co.uk/snmp.htm
- How to Configure SNMP Community Strings
- Linux SNMP OIDs for CPU,Memory and Disk Statistics
- The MIBs list
Documentation
OID
https://www.dpstele.com/snmp/what-does-oid-network-elements.php
HOWTO
snmpd on Ubuntu
In /etc/snmp/snmpd.conf:
view systemonly included .1
Using snmpd as snmp proxy
FAQ
Install MIB
- Installing and loading MIBs
- https://l3net.wordpress.com/2013/05/12/installing-net-snmp-mibs-on-ubuntu-and-debian/
Locations
- /usr/share/snmp/mib
- /var/lib/snmp/mibs/
- /usr/share/snmp/mibs/
snmpwalk
snmpwalk -v 2c -c public yourhost system(?)
or to show all OIDs
snmpwalk -v 2c -c public yourhost