swPortEnhancedCongestionControl
STAND-ALONE-ETHERNET-SWITCH-MIB ·
.1.3.6.1.4.1.437.1.1.3.3.1.1.32
Object
column mandatory
r/w
Enumeration
Enhanced Congestion Control (ECC) reduces the transmit
back-off period to allow the port to transmit more quickly,
thereby reducing the transmit queue congestion
on the port. When set to disabled(2), ECC is disabled.
When set to adaptive(1), ECC is enabled when the port?s
transmit queue is full. Set to moderate-aggressive(3)
to enable ECC with a back-off period that is divided by
a factor of 32. Set to aggressive(4) to enable ECC with
a back-off period that is divided by a factor of 1024.
The object is only applicable to 100Mbps ports of the
switch.
The default value is disabled(1).
Context
- MIB
- STAND-ALONE-ETHERNET-SWITCH-MIB
- OID
.1.3.6.1.4.1.437.1.1.3.3.1.1.32- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- swPortEntry
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 'STAND-ALONE-ETHERNET-SWITCH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'STAND-ALONE-ETHERNET-SWITCH-MIB::swPortEnhancedCongestionControl'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'STAND-ALONE-ETHERNET-SWITCH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'STAND-ALONE-ETHERNET-SWITCH-MIB::swPortEnhancedCongestionControl.<swPortIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'STAND-ALONE-ETHERNET-SWITCH-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'STAND-ALONE-ETHERNET-SWITCH-MIB::swPortEnhancedCongestionControl'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | adaptive |
2 | disabled |
3 | moderate-aggressive |
4 | aggressive |