Hello,
@void Main:
does you mean the possibility to insert some own snmp definitions in the snmpd.conf?
this works fine with the snmp package from the openwrt package tracker
here my configuration:
root@OpenWrt:/etc/snmp# ls
snmp.wlnoise snmp.wlrate snmp.wlrssi snmpd.conf
root@OpenWrt:/etc/snmp# vi snmpd.conf
syslocation Unknown
syscontact root
sysname wrt54g
.
.
.
exec wlrate /etc/snmp/snmp.wlrate
exec wlrssi /etc/snmp/snmp.wlrssi
exec wlnoise /etc/snmp/snmp.wlnoise
....
root@OpenWrt:/etc/snmp# vi snmp.wlrate
#!/bin/sh
/usr/sbin/wl rate | sed -e 's/rate is \(.*\) Mbps/\1/'
here the output of my mib-browser: (noise is 0 because AP-mode)
.1.3.6.1.4.1.2021.4.101.0 Running out of swap space (0)
.1.3.6.1.4.1.2021.8.1.1.1 1
.1.3.6.1.4.1.2021.8.1.1.2 2
.1.3.6.1.4.1.2021.8.1.1.3 3
.1.3.6.1.4.1.2021.8.1.2.1 wlrate
.1.3.6.1.4.1.2021.8.1.2.2 wlrssi
.1.3.6.1.4.1.2021.8.1.2.3 wlnoise
.1.3.6.1.4.1.2021.8.1.3.1 /etc/snmp/snmp.wlrate
.1.3.6.1.4.1.2021.8.1.3.2 /etc/snmp/snmp.wlrssi
.1.3.6.1.4.1.2021.8.1.3.3 /etc/snmp/snmp.wlnoise
.1.3.6.1.4.1.2021.8.1.100.1 0
.1.3.6.1.4.1.2021.8.1.100.2 0
.1.3.6.1.4.1.2021.8.1.100.3 0
.1.3.6.1.4.1.2021.8.1.101.1 54
.1.3.6.1.4.1.2021.8.1.101.2 24 38
.1.3.6.1.4.1.2021.8.1.101.3 0 (off)
.1.3.6.1.4.1.2021.8.1.102.1 0
.1.3.6.1.4.1.2021.8.1.102.2 0