ipsecGlobMaxSysLogLevel
FEC-IPSEC-MIB ·
.0.1.10
Object
scalar r/w
Enumeration
Maximum level for syslog messages issued by IPSec. All messages with a level higher than this value are suppressed, independently from other global syslog level settings. Possible settings: emerg(1), alert(2), crit(3), err(4), warning(5), notice(6), info(7), debug(8).
Context
- MIB
- FEC-IPSEC-MIB
- OID
.0.1.10- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- ipsecGlobals
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 'FEC-IPSEC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-IPSEC-MIB::ipsecGlobMaxSysLogLevel.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-IPSEC-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-IPSEC-MIB::ipsecGlobMaxSysLogLevel'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | emerg |
2 | alert |
3 | crit |
4 | err |
5 | warning |
6 | notice |
7 | info |
8 | debug |