#include <snmp_group.h>

Public Member Functions | |
| snmpEnableAuthenTraps () | |
| virtual | ~snmpEnableAuthenTraps () |
| long | get_state () |
| virtual boolean | value_ok (const Vbx &) |
| Check whether the receiver's value may be set to the given new value. | |
Static Public Attributes | |
| static snmpEnableAuthenTraps * | instance |
"Indicates whether the SNMP entity is permitted to generate authenticationFailure traps. The value of this object overrides any configuration information; as such, it provides a means whereby all authenticationFailure traps may be disabled.
Note that it is strongly recommended that this object be stored in non-volatile memory so that it remains constant across re-initializations of the network management system."
| snmpEnableAuthenTraps::snmpEnableAuthenTraps | ( | ) |
| virtual snmpEnableAuthenTraps::~snmpEnableAuthenTraps | ( | ) | [virtual] |
| long snmpEnableAuthenTraps::get_state | ( | ) |
| virtual boolean snmpEnableAuthenTraps::value_ok | ( | const Vbx & | ) | [virtual] |
Check whether the receiver's value may be set to the given new value.
| v | - A new value. |
Reimplemented from MibLeaf.
1.5.6