ctEtherSupportedPauseModes
CTRON-ETHERNET-PARAMETERS-MIB ·
.1.3.6.1.4.1.52.4.1.2.4.2.2.1.1.3
Object
This indicates the frame based modes of full duplex flow control for this
port.
The value is a sum. This sum initially takes the value zero. Then, for
each mode, M, that the port supports, 2 raised to (M - 1) is added to
the sum. For example, a port that supports Symmetric (M= 2),
AsymmetricRX (M = 3) and AsymmetricTx (M = 4) would return a value
of 14 ((2 ^ (2 - 1)) + (2 ^ (3 - 1)) + (2 ^ (4 - 1))).
Speed values should be calculated as follows:
M Mode Description
-- ------------ ------------------------------------------------
1 Other None of the following
2 Symmetric Receive and Transmit Pause Frames
3 AsymmetricRx Receive Pause Frames
4 AsymmetricTx Transmit Pause Frames
Context
- MIB
- CTRON-ETHERNET-PARAMETERS-MIB
- OID
.1.3.6.1.4.1.52.4.1.2.4.2.2.1.1.3- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- ctFlowCtlEntry
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 'CTRON-ETHERNET-PARAMETERS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-ETHERNET-PARAMETERS-MIB::ctEtherSupportedPauseModes'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CTRON-ETHERNET-PARAMETERS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CTRON-ETHERNET-PARAMETERS-MIB::ctEtherSupportedPauseModes.<ctIfPortIfNumber>.<ctIfPortPortNumber>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CTRON-ETHERNET-PARAMETERS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CTRON-ETHERNET-PARAMETERS-MIB::ctEtherSupportedPauseModes'
Syntax
- Source
- SNMPv2-SMIInteger32
- Base type
Integer32
Values & Constraints
Type Constraints
range: -2147483648..2147483647