read/write SNMP Community
Hello,
I'd like turn off/on my wifi interfaces with snmpset command from Ubuntu.
I added a line into /etc/snmpd.conf of rt-n66u running Tomato Shibby:
agentaddress udp:161
syslocation rt-66u
syscontact root@me.org <root@me.org>
rocommunity public
rwcommunity private
and I killed and restarted snmpd.
Question is: what OIDs I should use for turn off eth1 and eth2 interfaces (wifi 2.4Ghz and wifi 5.0Ghz)?
And a last question is, can you insert a read/write community as option, as web interface?
Thanks