severity
EXTREME-SYSTEM-MIB ·
.1.3.6.1.4.1.1916.1.1.7.1
Object
scalar Enumeration
The severity of the message being sent.
Context
- MIB
- EXTREME-SYSTEM-MIB
- OID
.1.3.6.1.4.1.1916.1.1.7.1- Type
- scalar
- Access
- notifyonly
- Status
- current
- Parent
- extremeGenericTrapParams
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 'EXTREME-SYSTEM-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EXTREME-SYSTEM-MIB::severity.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EXTREME-SYSTEM-MIB' -M '/opt/observium/mibs/extreme:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EXTREME-SYSTEM-MIB::severity'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | critical |
2 | error |
3 | warning |
4 | notice |
5 | info |
6 | debug-summary |
7 | debug-verbose |
8 | debug-data |