aptitude install snmpd
cp /etc/snmp/snmpd.conf{,.df}
vi /etc/snmp/snmpd.conf
AGENT BEHAVIOUR
agentAddress udp:161,udp6:[::1]:161
ACCESS CONTROL
rocommunity undernetworks 172.20.20.20
service snmpd restart
netstat -ntul |grep 161
udp 0 0 0.0.0.0:161 0.0.0.0:*
udp6 0 0 ::1:161 :::*
Posted by L3UNIX to L3UNIX's deck (2016-01-20 21:43)