corgan2222
Occasional Visitor
as discused in this thread f the normal snmpd crashed on the RT-AX88U.
So i tryed the mini-snmp package from entware, wich runs totally fine. Just want to share, if someone need this.
install mini_snmpd, snmp-utils
create /opt/etc/init.d/S50mini_snmpd
add/replace your Interfaces in the script after -i and replace YOUR-LOCATION and YOUR-EMAIL with your values.
test from different linux pc with installed snmp
grafana:
So i tryed the mini-snmp package from entware, wich runs totally fine. Just want to share, if someone need this.
install mini_snmpd, snmp-utils
Code:
opkg install mini_snmpd
opkg install snmp-utils
create /opt/etc/init.d/S50mini_snmpd
Code:
#!/bin/sh
ENABLED=yes
PROCS=mini_snmpd
ARGS="-i br0,eth0 -D RT-AX88U -L YOUR-LOCATION -c public -C YOUR-EMAIL"
PREARGS=""
DESC=$PROCS
PATH=/opt/sbin:/opt/bin:/opt/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
. /opt/etc/init.d/rc.func
add/replace your Interfaces in the script after -i and replace YOUR-LOCATION and YOUR-EMAIL with your values.
test from different linux pc with installed snmp
Code:
snmpwalk -v2c -c public 192.168.X.X
grafana:
Last edited: