Want to allow SNMP in FreeBSD Server

I have same problem.

Code:
nmap localhost -p 161 -sU

PORT    STATE SERVICE
161/udp open  snmp

snmpwalk -c public -v2c localhost
Timeout: No Response from localhost
 
Yes, that's what I thought. My mistake was that I edited the configuration file /etc/snmpd.conf but the correct one is /etc/snmpd.config
Now it's ok.
Thank you!
 
Back
Top