ipslaEthernetGrpReactThresholdType

CISCO-IPSLA-ETHERNET-MIB · .1.3.6.1.4.1.9.9.585.1.1.2.1.5

Object

column r/w Enumeration
This object specifies the type of threshold violation that
will trigger an notification.
              
The notification will be sent accordingly only when the object 
rttMonReactOccurred which is defined in CISCO-RTTMON-MIB for IP 
SLA operation is set to 'true' or 'false'.
              
              
'never'     - rttMonReactOccurred is never set
              
'immediate' - rttMonReactOccurred is set to 'true' when the
             value of parameter for which reaction is
             configured ( e.g.  rtt, jitterAvg) violates the 
             threshold.
              
             Conversely, rttMonReactOccurred is set to 'false'
             when the parameter ( e.g.  rtt, jitterAvg) is below 
             the threshold limits.
              
'consecutive'- rttMonReactOccurred is set to true when the value
             of parameter for which reaction is configured
             ( e.g.  rtt, jitterAvg) violates the threshold for 
             configured consecutive times.
              
             Conversely, rttMonReactOccurred is set to false
             when the value of parameter ( e.g.  rtt, jitterAvg)
             is below the threshold limits for the same number 
             of consecutive operations.
              
'xOfy'     - rttMonReactOccurred is set to true when x
             ( as specified by 
             ipslaEthernetGrpReactThresholdCountX )
             out of the last y ( as specified by
             ipslaEthernetGrpReactThresholdCountY ) times the 
             value of parameter for which the reaction is 
             configured ( e.g.  rtt, jitterAvg) violates the 
             threshold.
              
             Conversely, it is set to false when x, out of the
             last y times the value of parameter ( e.g.  rtt, 
             jitterAvg) is below the threshold limits.
              
'average'  - rttMonReactOccurred is set to true when the
             average (ipslaEthernetGrpReactThresholdCountX 
             times ) value of parameter for which reaction is
             configured ( e.g.  rtt, jitterAvg) violates the 
             threshold condition.
              
             Conversely, it is set to false when the average 
             value of parameter ( e.g.  rtt, jitterAvg).

Context

MIB
CISCO-IPSLA-ETHERNET-MIB
OID
.1.3.6.1.4.1.9.9.585.1.1.2.1.5
Type
column
Access
readwrite
Status
current
Parent
ipslaEthernetGrpReactEntry
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 'CISCO-IPSLA-ETHERNET-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IPSLA-ETHERNET-MIB::ipslaEthernetGrpReactThresholdType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-IPSLA-ETHERNET-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-IPSLA-ETHERNET-MIB::ipslaEthernetGrpReactThresholdType.<ipslaEthernetGrpCtrlIndex>.<ipslaEthernetGrpReactConfigIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-IPSLA-ETHERNET-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-IPSLA-ETHERNET-MIB::ipslaEthernetGrpReactThresholdType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1never
2immediate
3consecutive
4xOfy
5average

Conformance