AIX

AIX

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


#Power
 View Only

SNMPV3 configuration on AIX

  • 1.  SNMPV3 configuration on AIX

    Posted Tue November 18, 2008 07:48 AM

    Originally posted by: SystemAdmin


    Dear All,

    I am trying to configure SNMPV3 on AIX 5.3

    I am not able to see any CPU, Network or Memory related information. Can someone help me. What am I doing wrong? Please find the snmpdv3.conf file below.
    ***********************************************************

    VACM_GROUP group1 SNMPv1 public -

    VACM_VIEW defaultView internet - included -

    1. exclude snmpv3 related MIBs from the default view

    VACM_VIEW defaultView snmpModules - included -
    VACM_VIEW defaultView 1.3.6.1.6.3.1.1.4 - included -
    VACM_VIEW defaultView 1.3.6.1.6.3.1.1.5 - included -

    1. exclude aixmibd managed MIBs from the default view

    #VACM_VIEW defaultView 1.3.6.1.4.1.2.6.191 - included -

    VACM_ACCESS group1 - - noAuthNoPriv SNMPv1 defaultView - defaultView -

    NOTIFY notify1 traptag trap -

    TARGET_ADDRESS Target1 UDP 127.0.0.1 traptag trapparms1 - - -

    TARGET_PARAMETERS trapparms1 SNMPv1 SNMPv1 public noAuthNoPriv -

    COMMUNITY public public noAuthNoPriv 192.168.100.141 255.255.255.0 -

    COMMUNITY public public noAuthNoPriv 127.0.0.1 255.255.255.255 -
    DEFAULT_SECURITY no-access - -

    logging file=/usr/tmp/snmpdv3.log enabled
    logging size=100000 level=0

    smux 1.3.6.1.4.1.2.3.1.2.1.2 gated_password # gated

    smux 1.3.6.1.4.1.2.3.1.2.3.1.1 muxatmd_password #muxatmd
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

    Complete file has been attached for reference.
    #AIX-Forum