Debian 7 AMD64 install SNMPD

Posted . Visible to the public.

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 :::*

Profile picture of L3UNIX
L3UNIX
Last edit
L3UNIX
Posted by L3UNIX to L3UNIX's deck (2016-01-20 21:43)