<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>SNMP on Documentation</title><link>https://docs.daper.io/networking/snmp/index.html</link><description>Recent content in SNMP on Documentation</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://docs.daper.io/networking/snmp/index.xml" rel="self" type="application/rss+xml"/><item><title>Mikrotik</title><link>https://docs.daper.io/networking/snmp/mikrotik/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.daper.io/networking/snmp/mikrotik/index.html</guid><description> https://wiki.mikrotik.com/wiki/Manual:SNMP
Configure a private community snmp community add \ name=private \ addresses=192.168.3.0/24 \ security=private \ read-access=yes \ write-access=no \ authentication-protocol=SHA1 \ encryption-protocol=AES \ authentication-password=&amp;lt;password&amp;gt; \ encryption-password=&amp;lt;password&amp;gt; Set-up SNMP instance snmp set \ contact=david@daper.email \ location=home \ trap-community=private \ trap-version=3 \ trap-generators=temp-exception \ src-address=192.168.3.1 Enable it snmp set enabled=yes Management information base (MIB) Put it on ~/.snmp/mibs
https://box.mikrotik.com/f/a41daf63d0c14347a088/?dl=1</description></item><item><title>OpenWRT</title><link>https://docs.daper.io/networking/snmp/openwrt/index.html</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://docs.daper.io/networking/snmp/openwrt/index.html</guid><description>https://openwrt.org/docs/guide-user/services/snmp/mini_snmpd
# you may add more than the &amp;#39;default&amp;#39; mini_snmpd instances provided they all bind to different ports/interfaces # to get around max 4 interface or mountpoint limit constrained by mini_snmpd&amp;#39;s mib config mini_snmpd default option enabled 1 option ipv6 0 # Verbose flag given to mini_snmpd, extra verbose is only possible with compile time config flags option debug 0 # Turn on community authentication (snmp agent must use community name) option auth 0 option community private option contact david@daper.</description></item></channel></rss>