juniSnmpTrapSeverityFilter

Juniper-SNMP-MIB · .1.3.6.1.4.1.4874.2.2.16.1.3.17.1.2

Object

column r/w JuniTrapSeverity
Traps flow through two levels of filtering: severity of a particular
trap category and trap destination. If the severity of a particular
category is not defined, global trap severity is used for computation.
The value of this object defines trap-category based minimum severity
level, a trap must have in order to be forwarded for the destination
level trap filtering. A trap will be discarded and counted in 
juniSnmpTrapGlobalDiscards if its severity level is less than the value
of this object. For security reasons, ?Mirror? category will not be
allowed to be configured through SNMP.
Only those trap categories which are configured using per category
based trap severity filter are displayed as part of this table.
If the value of juniSnmpTrapGlobalSeverityFilter is modified, it will
overwrite all the values specified in this table.

Context

MIB
Juniper-SNMP-MIB
OID
.1.3.6.1.4.1.4874.2.2.16.1.3.17.1.2
Type
column
Access
readwrite
Status
current
Parent
juniSnmpTrapSeverityFilterEntry
Groups
1

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'Juniper-SNMP-MIB' -M '/opt/observium/mibs/junose:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'Juniper-SNMP-MIB::juniSnmpTrapSeverityFilter'
More examples
Read one indexed 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::juniSnmpTrapSeverityFilter.<juniSnmpTrapCategory>'
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::juniSnmpTrapSeverityFilter'

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

Conformance