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
Uses the radlan variant from /opt/observium/mibs/radlan.
Command help
Walk rlTcpSessionTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'RADLAN-TCPSESSIONS' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-TCPSESSIONS::rlTcpSessionTable'
A table containing TCP sessions information.
rlTcpSessionEntry row .1.3.6.1.2.1.6.16.1
Column Syntax OID
The type of the rlTcpSessionLocalAddress address
INET-ADDRESS-MIBInetAddressType
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.2.1.6.16.1.1
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
Type Constraints:
range: 0..255
.1.3.6.1.2.1.6.16.1.2
The local port number for this TCP connection.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.2.1.6.16.1.3
The type of the rlTcpSessionRemAddress address
INET-ADDRESS-MIBInetAddressType
Type Values:
0unknown
1ipv4
2ipv6
3ipv4z
4ipv6z
16dns
25l2vpn
.1.3.6.1.2.1.6.16.1.4
The remote IP address for this TCP connection.
INET-ADDRESS-MIBInetAddress
Type Constraints:
range: 0..255
.1.3.6.1.2.1.6.16.1.5
The remote port number for this TCP connection.
Integer32
Constraints:
range: 0-65535
.1.3.6.1.2.1.6.16.1.6
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
The name of the application for this TCP connection.
OctetString
Constraints:
range: 0-12
.1.3.6.1.2.1.6.16.1.8