juniSnmpTrapGlobalSeverityFilter

Juniper-SNMP-MIB · .1.3.6.1.4.1.4874.2.2.16.1.3.7

Object

scalar r/w JuniTrapSeverity
Traps flow through two levels of filtering: global and then host.  The
value of this object defines the global minimum severity level a trap
must have in order to be forwarded to the host level trap processing.  A
trap will be discarded and counted in juniSnmpTrapGlobalDiscards if its
severity level is less then the value of this object.

Context

MIB
Juniper-SNMP-MIB
OID
.1.3.6.1.4.1.4874.2.2.16.1.3.7
Type
scalar
Access
readwrite
Status
current
Parent
juniSnmpTrap
Groups
3

Scalars 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::juniSnmpTrapGlobalSeverityFilter.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::juniSnmpTrapGlobalSeverityFilter'

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
0trapEmergency
1trapAlert
2trapCritical
3trapError
4trapWarning
5trapNotice
6trapInformational
7trapDebug