s3EnetThreshType
SYNOPTICS-ETHERNET-MIB ·
.1.3.6.1.4.1.45.1.3.2.8.1.1.6
Object
column mandatory
r/w
Enumeration
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.
Context
- MIB
- SYNOPTICS-ETHERNET-MIB
- OID
.1.3.6.1.4.1.45.1.3.2.8.1.1.6- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- s3EnetThreshEntry
Net-SNMP examples
How SNMP and these commands workWalk 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::s3EnetThreshType'
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::s3EnetThreshType.<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::s3EnetThreshType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | goodBytes |
3 | goodPkts |
4 | badPkts |
5 | crcPkts |
6 | misaligned |
7 | runtPkts |
8 | fragPkts |
9 | tooLong |
10 | collision |
11 | lateColls |
12 | linkStatus |
13 | multicast |
14 | broadcast |
15 | shortEvents |
16 | srcAddrChanges |
17 | dataRateMismatches |
18 | networkErrors |
19 | badToGoodPktRatio |
20 | netErrToGoodPktRatio |
21 | colltoGoodPktRatio |
22 | collBackOffErr |