In SNMPv2-MIB.txt, I find:

  snmpEnableAuthenTraps OBJECT-TYPE
    SYNTAX  INTEGER { enabled(1), disabled(2) }
    ACCESS  read-write
    STATUS  mandatory
    DESCRIPTION
            "Indicates whether the SNMP agent process is
            permitted to generate authentication-failure
            traps.  The value of this object overrides any
            configuration information; as such, it provides a
            means whereby all authentication-failure traps may
            be disabled.

and I can retrieve that value:

  $ snmpget -v 2c -c public thehost SNMPv2-MIB::snmpEnableAuthenTraps.0
  RFC1213-MIB::snmpEnableAuthenTraps.0 = INTEGER: disabled(2)

but I don't seem to be able to set it:

  $ snmpset -v 2c -c public thehost SNMPv2-MIB::snmpEnableAuthenTraps.0 i 1
  Error in packet.
  Reason: notWritable (that object does not support modification)

Does net-snmp5.1.1's snmpd not support writing this value or am I missing something?

TIA.

                               Chris



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to