issPauseFloodTraceSeverityLevel
ARICENT-ISS-MIB ·
.1.3.6.1.4.1.2076.81.1.125
Object
scalar r/w
Enumeration
This object specifies the value of severity level been configured for pause flood module's debug tracing. It uses the value 0 (emergency) to 7 (debug). The value 0 is given to higher priority trace messages and 7 given to lower priority traces messages. The trace messages defined at or numerically lower than the value configured in this MIB object are logged.
Context
- MIB
- ARICENT-ISS-MIB
- OID
.1.3.6.1.4.1.2076.81.1.125- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- issSystem
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 'ARICENT-ISS-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ARICENT-ISS-MIB::issPauseFloodTraceSeverityLevel.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ARICENT-ISS-MIB' -M '/opt/observium/mibs/aricent:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ARICENT-ISS-MIB::issPauseFloodTraceSeverityLevel'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | emergency |
1 | alert |
2 | critical |
3 | error |
4 | warning |
5 | notice |
6 | informational |
7 | debug |