MIBs Depot

CISCOSB-TCPSESSIONS

Last updated
2011-05-30 00:00
Organization
Cisco Small Business
Revisions
2011-05-30 00:00
Namespace
cisco
Source file
CISCOSB-TCPSESSIONS
Digest
sha256:c150f61f4b2feb6d363912153a2470dd5d2f896628924ea7dabace0bea1fec86

Description

The private MIB module definition for TCP Private Extension.

Contact

Postal: 170 West Tasman Drive San Jose , CA 95134-1706 USA Website: Cisco Small Business Home http://www.cisco.com/smb>;, Cisco Small Business Support Community <http://www.cisco.com/go/smallbizsupport>

Imports

FromSymbols
INET-ADDRESS-MIBInetAddress, InetAddressType
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP
SNMPv2-SMIInteger32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso, mib-2
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CISCOSB-TCPSESSIONS
INET-ADDRESS-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Objects

NameOIDSyntaxAccessStatus
rlTcpSessionTable
OBJECT-TYPE
A table containing TCP sessions information.
1.3.6.1.2.1.6.16not-accessiblecurrent
rlTcpSessionEntry
OBJECT-TYPE
1.3.6.1.2.1.6.16.1not-accessiblecurrent
rlTcpSessionLocalAddrType
OBJECT-TYPE
The type of the rlTcpSessionLocalAddress address
1.3.6.1.2.1.6.16.1.1InetAddressTypenot-accessiblecurrent
rlTcpSessionLocalAddress
OBJECT-TYPE
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.
1.3.6.1.2.1.6.16.1.2InetAddressnot-accessiblecurrent
rlTcpSessionLocalPort
OBJECT-TYPE
The local port number for this TCP connection.
1.3.6.1.2.1.6.16.1.3INTEGER (0..65535)not-accessiblecurrent
rlTcpSessionRemAddrType
OBJECT-TYPE
The type of the rlTcpSessionRemAddress address
1.3.6.1.2.1.6.16.1.4InetAddressTypenot-accessiblecurrent
rlTcpSessionRemAddress
OBJECT-TYPE
The remote IP address for this TCP connection.
1.3.6.1.2.1.6.16.1.5InetAddressnot-accessiblecurrent
rlTcpSessionRemPort
OBJECT-TYPE
The remote port number for this TCP connection.
1.3.6.1.2.1.6.16.1.6INTEGER (0..65535)not-accessiblecurrent
rlTcpSessionState
OBJECT-TYPE
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 station attempts to set this object to any other value. If a management station sets this object to the value deleteTCB(12), then this has the effect of deleting the TCB (as defined in RFC 793) of the corresponding connection on the managed node, resulting in immediate termination of the connection. As an implementation-specific option, a RST segment may be sent from the managed node to the other TCP endpoint (note however that RST segments are not sent reliably).
1.3.6.1.2.1.6.16.1.7INTEGER {closed(1), listen(2), synSent(3), synReceived(4), established(5), finWait1(6), finWait2(7), closeWait(8), lastAck(9), closing(10), timeWait(11), deleteTCB(12)}read-writecurrent
rlTcpSessionAppName
OBJECT-TYPE
The name of the application for this TCP connection.
1.3.6.1.2.1.6.16.1.8DisplayString (SIZE(0..12))read-onlycurrent