FW 07.00.00/HAFM SW 08.06.00 McDATA E/OS SNMP Support Manual (620-000131-620, April 2005)
E
E-44
E/OS SNMP Support Manual
MIB II
Description The total number of segments retransmitted - that is, the number of
TCP segments transmitted containing one or more previously
transmitted octets.
Sequence
::= { tcp 12 }
TCP Connection table The TCP connection table contains information about this entity's
existing TCP connections.
tcpConnTable
Syntax SEQUENCE OF TcpConnEntry
Access not-accessible
Status mandatory
Description A table containing TCP connection-specific information.
Sequence
::= { tcp 13 }
tcpConnEntry
Syntax TcpConnEntry
Access not-accessible
Status mandatory
Description Information about a particular current TCP connection. An object of
this type is transient, in that it ceases to exist when (or soon after) the
connection makes the transition to the CLOSED state.
INDEX { tcpConnLocalAddress,
tcpConnLocalPort,
tcpConnRemAddress,
tcpConnRemPort }
Sequence
::= { tcpConnTable 1 }
TcpConnEntry ::=
SEQUENCE {
tcpConnState INTEGER,
tcpConnLocalAddress IpAddress,