This is an old revision of the document!
SNMP protocol uses port 161/udp (read, device) and port 162/udp (trap, server).
service snmpd stop mv /etc/snmp/snmpd.conf /etc/snmp/snmpd.conf.bak echo "rocommunity public" > /etc/snmp/snmpd.conf service snmpd start
Get info:
/snmp print /snmp community print
Enable SNMP:
/snmp set enabled=yes
Limit access:
/snmp community set public addresses=10.10.1.0/24