ltmTcpProfileCongestionCtrl

F5-BIGIP-LOCAL-MIB · .1.3.6.1.4.1.3375.2.2.6.10.1.2.1.34

Object

column Enumeration
The TCP congestion control mode, guiding cwnd growth.
reno - RENO congestion control mode;
newreno - new RENO congestion control mode;
scalable - scalable congestion control mode. It will do MIMD
           on cwnd besides NewReno retransmission;
highspeed - high-speed congestion control mode, per RFC3649;
none - no congestion control;
vegas - vegas congestion control, delay-based;
illinois - illinois congestion control, hybrid loss and delay;
woodside - woodside congestion control, hybrid loss and delay;
chd - chd congestion control, queue-delay based;
cdg - cdg congestion control, RTT based;
cubic - cubic congestion control, optimized for high latency,
        high bandwidth connections;
westwood - westwood+ congestion control, bandwidth estimation;
bbr - bbr congestion control, bandwidth and RTT based.

Context

MIB
F5-BIGIP-LOCAL-MIB
OID
.1.3.6.1.4.1.3375.2.2.6.10.1.2.1.34
Type
column
Access
readonly
Status
current
Parent
ltmTcpProfileEntry
Groups
1

Walk 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 'F5-BIGIP-LOCAL-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'F5-BIGIP-LOCAL-MIB::ltmTcpProfileCongestionCtrl'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'F5-BIGIP-LOCAL-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'F5-BIGIP-LOCAL-MIB::ltmTcpProfileCongestionCtrl.<ltmTcpProfileName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'F5-BIGIP-LOCAL-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'F5-BIGIP-LOCAL-MIB::ltmTcpProfileCongestionCtrl'

Syntax

Enumeration

Values & Constraints

Enumerated Values
0reno
1newreno
2scalable
3highspeed
4none
5vegas
6illinois
7woodside
8chd
9cdg
10cubic
11westwood
12bbr

Conformance