RADLAN-TCPSESSIONS Table View

Table-centric layout grouping table, row, and column objects.

Tables
1
Rows
1
Columns
8
.1.3.6.1.2.1.6.16 · 1 row entry · 8 columns
A table containing TCP sessions information.
rlTcpSessionEntry entry .1.3.6.1.2.1.6.16.1
Indexes
rlTcpSessionLocalAddrType rlTcpSessionLocalAddress rlTcpSessionLocalPort rlTcpSessionRemAddrType rlTcpSessionRemAddress rlTcpSessionRemPort
Column Syntax OID
rlTcpSessionLocalAddrType
The type of the rlTcpSessionLocalAddress address
INET-ADDRESS-MIBInetAddressType
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.2.1.6.16.1.1
rlTcpSessionLocalAddress
The local IP address for this TCP connection. In the case
of a connection in the listen state which is willing to
accept connections for any IP interface associated with the
node, the value 0.0.0.0 is used.
INET-ADDRESS-MIBInetAddress
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.2.1.6.16.1.2
rlTcpSessionLocalPort
The local port number for this TCP connection.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.2.1.6.16.1.3
rlTcpSessionRemAddrType
The type of the rlTcpSessionRemAddress address
INET-ADDRESS-MIBInetAddressType
Textual Convention: INET-ADDRESS-MIBInetAddressType Enumeration
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.2.1.6.16.1.4
rlTcpSessionRemAddress
The remote IP address for this TCP connection.
INET-ADDRESS-MIBInetAddress
Textual Convention: INET-ADDRESS-MIBInetAddress OctetString
Type Constraints:
range: 0..255
.1.3.6.1.2.1.6.16.1.5
rlTcpSessionRemPort
The remote port number for this TCP connection.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.2.1.6.16.1.6
rlTcpSessionState
The state of this TCP connection.

The only value which may be set by a management station is
deleteTCB(12). Accordingly, it is appropriate for an agent
to return a `badValue' response if a management sta…
Enumerationr/w
Enumerated Values:
1closed
2listen
3synSent
4synReceived
5established
6finWait1
7finWait2
8closeWait
9lastAck
10closing
11timeWait
12deleteTCB
.1.3.6.1.2.1.6.16.1.7
rlTcpSessionAppName
The name of the application for this TCP connection.
OctetString
Constraints:
range: 0-12
.1.3.6.1.2.1.6.16.1.8