All MIBs › TCP-MIB › tcpRtoMax
tcpRtoMax
Module: TCP-MIB
OID (symbolic): TCP-MIB::tcpRtoMax
OID (numeric): 1.3.6.1.2.1.6.3
Node type: OBJECT-TYPE
Type: Integer32
Access: read-only
Description:
The maximum value permitted by a TCP implementation for the retransmission timeout, measured in milliseconds. More refined semantics for objects of this type depend on the algorithm used to determine the retransmission timeout; in particular, the IETF standard algorithm rfc2988(5) provides an upper bound (as part of an adaptive backoff algorithm).
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.6.3 snmpwalk -v2c -c public <target> TCP-MIB::tcpRtoMax
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.6.3.1 snmpget -v2c -c public <target> TCP-MIB::tcpRtoMax.1