snmpd through Entware on RT-AC66U? [SOLVED]
Hi guys,
I have looked everywhere for this answer. My goal is to install snmp so that I can monitor the router with Cacti. I have installed Entware, I have also installed snmpd and snmp-utils with "opkg install" (opkg is available after reboot). The only trace I got of snmpd on the router is in "/tmp/mnt/sda1/entware/etc/snmp" and its config "snmpd.conf -> /opt/var/run/snmpd.conf" (as far as I can tell). I'm not able find any snmp in the process tree. The only thing I got in "/tmp/mnt/sda1/entware/etc/init.d" is "rc.func" and "rc.unslung".
This doesn't work (probably because it is meant for Optware?): http://vip.asus.com/forum/view.aspx...model=RT-N66U+(VER.B1)&page=1&SLanguage=en-us
Would anyone be willing to point me in the direction on how to set this up?
Update: Turns out I was doing it wrong. It still works with Optware and the correct way of getting this to work is:
ipkg update
ipkg install net-snmp
app_set_enabled.sh net-snmp yes
Then edit /opt/etc/snmpd.conf. I'll see if this works with Entware as well.
Hi guys,
I have looked everywhere for this answer. My goal is to install snmp so that I can monitor the router with Cacti. I have installed Entware, I have also installed snmpd and snmp-utils with "opkg install" (opkg is available after reboot). The only trace I got of snmpd on the router is in "/tmp/mnt/sda1/entware/etc/snmp" and its config "snmpd.conf -> /opt/var/run/snmpd.conf" (as far as I can tell). I'm not able find any snmp in the process tree. The only thing I got in "/tmp/mnt/sda1/entware/etc/init.d" is "rc.func" and "rc.unslung".
This doesn't work (probably because it is meant for Optware?): http://vip.asus.com/forum/view.aspx...model=RT-N66U+(VER.B1)&page=1&SLanguage=en-us
Would anyone be willing to point me in the direction on how to set this up?
Update: Turns out I was doing it wrong. It still works with Optware and the correct way of getting this to work is:
ipkg update
ipkg install net-snmp
app_set_enabled.sh net-snmp yes
Then edit /opt/etc/snmpd.conf. I'll see if this works with Entware as well.
Last edited: