ostTrapCfgSeverity

OMNITRON-TRAP-MIB · .1.3.6.1.4.1.7342.12.1.1.1.4

Object

column r/w Enumeration
This object indicates the severity configuration of a SNMP trap. Each
trap is able to have a separate severity configuration.
              
trapSeverityInformation(1)   Trap is of informational severity only and
                             is non-service affecting
trapSeverityWarning(2),      Trap is of warning severity and indicates
                             a potential service affecting event
trapSeverityMinor(3),        Trap is of minor severity and indicates a
                             non-service affecting event
trapSeverityMajor(4),        Trap is of major severity and indicates a
                             service-affecting event and urgent
                             corrective action is required
trapSeverityCritical(5)      Trap is of critical severity and indicates
                             a service-affecting event and immediate
                             corrective action is required
              
This object can read or written at any time.

Context

MIB
OMNITRON-TRAP-MIB
OID
.1.3.6.1.4.1.7342.12.1.1.1.4
Type
column
Access
readwrite
Status
current
Parent
ostTrapCfgEntry
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 'OMNITRON-TRAP-MIB' -M '/opt/observium/mibs/omnitron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'OMNITRON-TRAP-MIB::ostTrapCfgSeverity'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'OMNITRON-TRAP-MIB' -M '/opt/observium/mibs/omnitron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'OMNITRON-TRAP-MIB::ostTrapCfgSeverity.<ostTrapCfgTrapCode>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'OMNITRON-TRAP-MIB' -M '/opt/observium/mibs/omnitron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'OMNITRON-TRAP-MIB::ostTrapCfgSeverity'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1trapSeverityInformation
2trapSeverityWarning
3trapSeverityMinor
4trapSeverityMajor
5trapSeverityCritical

Conformance