Friday 1 February 2013

Open snmp requests to world


  1. Open snmp requests to world
    1. snmpd.conf
      1. rocommunity public 0.0.0.0/0
      2. #agentAddress  udp:127.0.0.1:161
        1. comment this line out if it exists so snmpd listens to the world
  2. Make sure snmpd is listening on all interfaces
    1. lsof -nP -i
      1. snmpd  ......stuff in here........  UDP *:161
  3. Test from another server
    1. snmpwalk -cpublic -v1 <IP address serving snmp request>

No comments:

Post a Comment

Note: only a member of this blog may post a comment.

Interview questions: 2020-12

Terraform provider vs provisioner Load balancing Network Load Balancer vs Application Load Balancer  Networking Layer 1 vs Layer 4 haproxy u...