AIX

 View Only
Expand all | Collapse all

snmp Issue

  • 1.  snmp Issue

    Posted Wed August 07, 2024 05:23 PM

    SNMP is not working.

    7100-05-09-2148

     # lssrc -s snmpd
    Subsystem         Group            PID          Status
     snmpd            tcpip            26673358     active

    #netstat -an |grep 161
    udp        0      0  *.1610                 *.*

    #snmpinfo -md -v -c Sa5ukM0n system
    No response

    # ls -l /usr/sbin/snmpd
    lrwxrwxrwx    1 root     system           19 Aug 07 20:54 /usr/sbin/snmpd -> /usr/sbin/snmpdv3ne



    ------------------------------
    Abhimanyu Gupta
    ------------------------------


  • 2.  RE: snmp Issue

    Posted Wed October 09, 2024 07:32 AM

    Hi Abhimanyu Gupta,

    Steps to Diagnose SNMP Issue:

    1. Verify Subsystems: Please ensure the following subsystems are running and active:

    startsrc -s snmpd
    startsrc -s snmpmibd
    startsrc -s hostmibd
    startsrc -s aixmibd

    2. Check SNMP Configuration: Verify the configuration in the /etc/snmpdv3.conf file:

    Are the community strings, access control settings, and agent address settings correctly defined?

    Is the SNMP daemon listening on the expected port (typically UDP 161)?

    3. Unusual Port Binding:

    The SNMP daemon is currently bound to port 1610, which is unexpected. Please verify why it is not using the default SNMP UDP port 161:

    Is there another application or process currently occupying port 161?

    -Thanks
    Madhu Krishna



    ------------------------------
    MADHU KRISHNA GUNDELLI
    ------------------------------