juniSnmpTrapTrapSeverity
Juniper-SNMP-MIB ·
.1.3.6.1.4.1.4874.2.2.16.1.3.5
Object
scalar JuniTrapSeverity
The severity level of the trap.
Context
- MIB
- Juniper-SNMP-MIB
- OID
.1.3.6.1.4.1.4874.2.2.16.1.3.5- Type
- scalar
- Access
- notifyonly
- Status
- current
- Parent
- juniSnmpTrap
- Groups
- 3
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 'Juniper-SNMP-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-SNMP-MIB::juniSnmpTrapTrapSeverity.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'Juniper-SNMP-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'Juniper-SNMP-MIB::juniSnmpTrapTrapSeverity'
Syntax
- Source
- JuniTrapSeverity
- Base type
Enumeration
Type Description
The set of trap severity values: trapEmergency(0) - system is unusable trapAlert(1) - action must be taken immediately trapCritical(2) - critical conditions trapError(3) - error conditions trapWarning(4) - warning conditions trapNotice(5) - normal but significant condition trapInformational(6) - informational messages trapDebug(7) - debug-level messages
Values & Constraints
Type Values
0 | trapEmergency |
1 | trapAlert |
2 | trapCritical |
3 | trapError |
4 | trapWarning |
5 | trapNotice |
6 | trapInformational |
7 | trapDebug |