MIB Viewer

s3EnetThreshCondition

OBJECT-TYPE
1.3.6.1.4.1.45.1.3.2.8.1.1.7
Access
read-write
Status
mandatory
Sub-identifiers
0
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.
INTEGER { other(1), crossValue(2), overValue(3), overRate(4), linkOn(5), linkOff(6), overRatio(7) }