s3EnetThreshAction

SYNOPTICS-ETHERNET-MIB · .1.3.6.1.4.1.45.1.3.2.8.1.1.10

Object

column mandatory r/w Enumeration
Determines what action is to take place if the
threshold condition occurs.  The possible values
that can be read and written are listed below.
              
Applicable to ALL Thresholds
==============================================
  noAction(2)............Take no action
  sendTrap(3)............Send a trap
              
              
Applicable ONLY to Port Thresholds
==============================================
  partSlot(6)............Partition the slot
                          identified by
                          s3EnetThreshSlot
  partSlotPort(7)........Partition the port
                          identified by
                          s3EnetThreshSlot and
                          s3EnetThreshPort
              
Applicable ONLY to Slot Thresholds
==============================================
  trapPartSlot(10).......Send a trap and
                           partition the slot
                           identified by
                           s3EnetThreshSlot
  trapPartSlotPort(11)...Send a trap and
                           partition the port
                           identified by
                           s3EnetThreshSlot and
                           s3EnetThreshPort
              
Notes:  1.) The value other(1) can only be
            read and it indicates the entry
            has an invalid or unknown threshold
            action.
              
        2.) The values res4(4), res5(5), res8(8),
            and res9(9) are no longer used and
            should never be read or written.
              
The timing and frequency of the action taken when
the threshold condition is met is dependent upon
the type of condition (i.e., s3EnetThreshCondition)
and the length of the duration window (i.e.,
s3EnetThreshDuration).
              
If the threshold condition?is crossValue(2), the
action will be taken only ONCE during the duration
window at the sampling period the condition is
first met.
              
If the threshold condition is overValue(3),
linkOn(5), or linkOff(6), the action will be
taken at each sampling period the condition
is met until the end of the duration window.
              
If the threshold condition is overRate(4) or
overRatio(5) the action will be taken only ONCE
at the end of the duration window if the
condition is met.

Context

MIB
SYNOPTICS-ETHERNET-MIB
OID
.1.3.6.1.4.1.45.1.3.2.8.1.1.10
Type
column
Access
readwrite
Status
mandatory
Parent
s3EnetThreshEntry

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 'SYNOPTICS-ETHERNET-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYNOPTICS-ETHERNET-MIB::s3EnetThreshAction'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SYNOPTICS-ETHERNET-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SYNOPTICS-ETHERNET-MIB::s3EnetThreshAction.<s3EnetThreshIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SYNOPTICS-ETHERNET-MIB' -M '/opt/observium/mibs/nortel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SYNOPTICS-ETHERNET-MIB::s3EnetThreshAction'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1other
2noAction
3sendTrap
4res4
5res5
6partSlot
7partSlotPort
8res8
9res9
10trapPartSlot
11trapPartSlotPort