iso/org/dod/internet/private/enterprises/.45/.1/.3/s3000Ethernet/.8/s3EnetThreshTable/s3EnetThreshEntry/s3EnetThreshType
s3EnetThreshType
OBJECT-TYPE
1.3.6.1.4.1.45.1.3.2.8.1.1.6
Description
Determines which type of threshold applies to this entry. The possible values that can be read and written are listed below. Applicable to ALL Thresholds ============================================== goodBytes(2).........Count of good bytes goodPkts(3)..........Count of good packets badPkts(4)...........Count of bad packets crcPkts(5)...........Count of packets with CRC errors misaligned(6)........Count of misaligned packets runtPkts(7)..........Count of runt packets fragPkts(8)..........Count of fragmented packets tooLong(9)...........Count of too long packets collision(10)........Count of collisions lateColls(11)........Count of late collisions multicast(13)........Count of multicast packets broadcast(14)........Count of broadcast packets shortEvents(15)......Count of short events dataRateMismatches(17).... Count of data rate mismatches networkErrors(18)......... Count of short events, late collisions, and data rate mismatches badToGoodPktRatio(19)..... Ratio of bad packets to good packets, where bad packets is the sum of packets with alignment errors, packets with FCS errors, runt packets, and packets that are too long netErrToGoodPktRatio(20)... Ratio of network error packets to good packets, where network error packets is the sum of short event packets, packets with late collisions, and data rate mismatch packets colltoGoodPktRatio(21)..... Ratio of collision packets to good packets Applicable ONLY to Port Thresholds ============================================== linkStatus(12).......Status of the link srcAddrChanges(16)...Count of source address changes Applicable ONLY to Concentrator Thresholds ============================================== collBackOffErr(22)...Count of collision backoff errors Note: 1.) The value other(1) can only be read and it indicates the entry has an invalid or unknown threshold type.
Syntax
INTEGER { other(1), goodBytes(2), goodPkts(3), badPkts(4), crcPkts(5), misaligned(6), runtPkts(7), fragPkts(8), tooLong(9), collision(10), lateColls(11), linkStatus(12), multicast(13), broadcast(14), shortEvents(15), srcAddrChanges(16), dataRateMismatches(17), networkErrors(18), badToGoodPktRatio(19), netErrToGoodPktRatio(20), colltoGoodPktRatio(21), collBackOffErr(22) }