authenticationLoggingTimeout
CME-MIB ·
.1.3.6.1.4.1.2.3.51.2.4.1.1.10
Object
scalar mandatory
r/w
Enumeration
Use this option to set how long, in seconds, MM will not log the authentication events for the same user. The default setting is 5 minutes. 0 indicates log all authentication events, 255 indicates don't log any new authentication events.
Context
- MIB
- CME-MIB
- OID
.1.3.6.1.4.1.2.3.51.2.4.1.1.10- Type
- scalar
- Access
- readwrite
- Status
- mandatory
- Parent
- generalRemoteCfg
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CME-MIB::authenticationLoggingTimeout.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CME-MIB' -M '/opt/observium/mibs/ibm:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CME-MIB::authenticationLoggingTimeout'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | logAll |
1 | fiveSeconds |
2 | thirtySeconds |
3 | oneMinute |
4 | fiveMinutes |
5 | tenMinutes |
6 | thirtyMinutes |
7 | oneHour |
8 | twelveHours |
9 | oneDay |
255 | logNone |