- Open snmp requests to world
- snmpd.conf
- rocommunity public 0.0.0.0/0
- #agentAddress udp:127.0.0.1:161
- comment this line out if it exists so snmpd listens to the world
- Make sure snmpd is listening on all interfaces
- lsof -nP -i
- snmpd ......stuff in here........ UDP *:161
- Test from another server
- snmpwalk -cpublic -v1 <IP address serving snmp request>
No comments:
Post a Comment
Note: only a member of this blog may post a comment.