s3EnetThreshCondition

SYNOPTICS-ETHERNET-MIB · .1.3.6.1.4.1.45.1.3.2.8.1.1.7

Object

column mandatory r/w Enumeration
Conditions that set off the threshold.  The
possible values are:
              
  other(1)........None of the following
  crossValue(2)...The value of
                    s3EnetThreshActualValue
                    crosses the value of
                    s3EnetThreshSetValue (i.e.,
                    either from lower to higher
                    or from higher to lower)
  overValue(3)....The value of
                    s3EnetThreshActualValue is
                    greater than
                    s3EnetThreshSetValue
  overRate(4).....The rate of
                    s3EnetThreshActualValue/sec
                    is greater than
                    s3EnetThreshSetValue/sec
  linkOn(5).......The link status of the port
                    has changed to ON
  linkOff(6)......The link status of the port
                    has changed to OFF
  overRatio(7)....The ratio in
                    s3EnetThreshActualValue is
                    greater than
                    s3EnetThreshSetValue.
                    Both values are in units of
                    0.01% (i.e., 100 equals 1.0%)
              
The values that the object s3EnetThreshCondition
can have is actually dependent on the value of the
object s3EnetThreshType.  The table below shows
the valid combinations between the two objects.
              
If s3EnetThreshType      Allowed Values For
    Is Equal To        s3EnetThreshCondition Are
===================    =========================
  goodBytes(2)                  2, 3, 4
  goodPkts(3)                   2, 3, 4
  badPkts(4)                    2, 3, 4
  crcPkts(5)                    2, 3, 4
  misaligned(6)                 2, 3, 4
  runtPkts(7)                   2, 3, 4
  fragPkts(8)                   2, 3, 4
  tooLong(9)                    2, 3, 4
  collision(10)                 2, 3, 4
  lateColls(11)                 2, 3, 4
  linkStatus(12)                5, 6
  multicast(13)                 2, 3, 4
  broadcast(14)                 2, 3, 4
  shortEvents(15)               2, 3, 4
  srcAddrChanges(16)            2, 3, 4
  dataRateMismatches(17)        2, 3, 4
  networkErrors(18)             2, 3, 4
  badToGoodPktRatio(19)         7
  netErrToGoodPktRatio(20)      7
  colltoGoodPktRatio(21)        7
  collBackOffErr(22)            2, 3, 4
              
When the condition specified is crossValue(2) or
overValue(3), the value of s3EnetThreshActualValue
is accumulated from the beginning of the duration
window and is checked every 5 seconds.
              
When the condition specified is overRate(4) or
overRatio(5), and the duration is less than or
equal to 5 seconds, the value of
s3EnetThreshActualValue is based on the data
accumulated during the 5 second sampling period.
              
When the condition specified is overRate(4) or
overRatio(5), and the duration is greater than
5 seconds, the value of s3EnetThreshActualValue
is based on the data accumulated during the
entire duration window.

Context

MIB
SYNOPTICS-ETHERNET-MIB
OID
.1.3.6.1.4.1.45.1.3.2.8.1.1.7
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::s3EnetThreshCondition'
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::s3EnetThreshCondition.<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::s3EnetThreshCondition'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1other
2crossValue
3overValue
4overRate
5linkOn
6linkOff
7overRatio