Tech C**P
15 subscribers
161 photos
9 videos
59 files
304 links
مدرس و برنامه نویس پایتون و لینوکس @alirezastack
Download Telegram
If you use Icinga2 you are difinitely familiar with snmp. There are times that you need to debug the system. For exampe to see if
you can connect to snmp on the other side (firewall issues), or to find a specific mib.

For this you can use snmpwalk as below:

snmpwalk -Os -c YOUR_COMMUNITY_STRING -v 1 YOUR_SNMP_IP_ADDRESS

NOTE: this command is ran from Icinga2 server.

NOTE: snmp should be installed on server you want to monitor: apt-get install snmpd

#snmp #snmpd #snmpwalk