SNMP: Difference between revisions
From DWIKI
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
Line 4: | Line 5: | ||
*[http://www.net-snmp.org/wiki/index.php/Tutorials Tutorials] | *[http://www.net-snmp.org/wiki/index.php/Tutorials Tutorials] | ||
*[https://net-snmp.sourceforge.io/tutorial/tutorial-5/commands/snmptranslate.html Tutorial: snmptranslate] | |||
*[https://net-snmp.sourceforge.io/wiki/index.php/ https://net-snmp.sourceforge.io/wiki/index.php/] | *[https://net-snmp.sourceforge.io/wiki/index.php/ https://net-snmp.sourceforge.io/wiki/index.php/] | ||
*[https://www.zabbix.com/documentation/current/en/manual/config/items/itemtypes/snmp/mibs Zabbix and SNMP] | *[https://www.zabbix.com/documentation/current/en/manual/config/items/itemtypes/snmp/mibs Zabbix and SNMP] | ||
*[http://www.debianhelp.co.uk/snmp.htm http://www.debianhelp.co.uk/snmp.htm] | *[http://www.debianhelp.co.uk/snmp.htm http://www.debianhelp.co.uk/snmp.htm] | ||
*[http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a0080094aa4.shtml How to Configure SNMP Community Strings] | *[http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a0080094aa4.shtml How to Configure SNMP Community Strings] |
Revision as of 11:38, 23 December 2021
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
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/
snmpwalk
snmpwalk -v 2c -c public yourhost system(?)
or to show all OIDs
snmpwalk -v 2c -c public yourhost