I have been trying to get SNMP functional. I created snmpd.conf files from scratch and using snmpconf.
The basic configuration is:
running
/var/log shows:
(Information in quotes is always whatever I put in as value of agentaddress; when blank result is "".)
I have been thrown to the fire with FreeBSD and have learned all I know in just the past three days. Please help.
The basic configuration is:
Code:
rwcommunity public
agentaddress 127.0.0.1 (I've tried it without this line; and UDP:127.0.0.1:161 and variations)
Code:
/usr/local/etc/rc.d/snmpd start
Starting snmpd.
/usr/local/etc/rc.d/snmpd: WARNING: failed to start snmp
/var/log shows:
Code:
Error opening specified endpoint "127.0.0.1"
I have been thrown to the fire with FreeBSD and have learned all I know in just the past three days. Please help.