Could somebody point me in the right direction on getting SNMP working on my FreeBSD v9.0 box? Here is the error I'm getting in my /var/log/snmpd.log file when I attempt to start SNMP:
When I check the ports the box is listening to, SNMP or 161 isn't listed:
Anybody have some tips I should be checking?
Code:
godzilla#
godzilla# service snmpd start
Starting snmpd.
/usr/local/etc/rc.d/snmpd: WARNING: failed to start snmpd
godzilla#
godzilla#
godzilla# cat /var/log/snmpd.log
Turning on AgentX master support.
Error opening specified endpoint "127.0.0.1"
Server Exiting with code 1
godzilla#
godzilla#
When I check the ports the box is listening to, SNMP or 161 isn't listed:
Code:
godzilla#
godzilla# sockstat | grep 161
godzilla#
godzilla# sockstat | grep snmp
godzilla#
Anybody have some tips I should be checking?