AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
#Power
 View Only
  • 1.  SNMP

    Posted Wed April 11, 2007 11:44 AM

    Originally posted by: capeme


    Help - I need to get the snmp manager running on my AIX box, os ver =
    5.3 and I have to be able to use the command snmpwalk to get the data
    from the devices I need to monitor. I cannot figure out what package
    to install to be able to use that specific command, though I will
    admit this is the first time I have ever tried to setup SNMP.
    Can someone shed some light on this?

    #AIX-Forum


  • 2.  Re: SNMP

    Posted Sun March 21, 2010 12:00 AM

    Originally posted by: SystemAdmin


    AIX SNMP Conifugration

    1. ls -l /usr/sbin/snmpd
    lrwxrwxrwx 1 root system 9 Feb 10 2009 /usr/sbin/snmpd -> snmpdv3ne

    rm /usr/sbin/snmpd
    ln -s /usr/sbin/snmpd /usr/sbin/snmpdv3ne

    Modify this file.

    vi /etc/snmpdv3.conf
    1. exclude aixmibd managed MIBs from the default view
    #VACM_VIEW defaultView 1.3.6.1.4.1.2.6.191 - excluded - (Default except #)
    VACM_VIEW defaultView 1.3.6.1.4.1.2.6.191 - included - --> Modify this line
    stopsrc -s snmpd
    startsrc -s snmpd
    #AIX-Forum


  • 3.  Re: SNMP

    Posted Tue September 21, 2010 12:21 PM

    Originally posted by: Gabriel.Menini


    > Sai7 wrote:
    > AIX SNMP Conifugration
    >
    > # ls -l /usr/sbin/snmpd
    > lrwxrwxrwx 1 root system 9 Feb 10 2009 /usr/sbin/snmpd -> snmpdv3ne
    >
    > rm /usr/sbin/snmpd
    > ln -s /usr/sbin/snmpd /usr/sbin/snmpdv3ne
    >

    See snmpv3_ssw(1) - Switch the symbolic links among the non-encrypted snmpdv3 agent, encrypted snmpdv3 agent and snmpdv1 agent.

    You won't need to remove the symlink, this tool would do it for ya.

    Regards,
    Gabriel
    #AIX-Forum