Help with SNMP

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:

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?
 
Here is a little bit extra:


Code:
godzilla# 
godzilla# 
godzilla# snmpwalk -v1 -c public 127.0.0.1
Timeout: No Response from 127.0.0.1
godzilla# 
godzilla#
 
Back
Top