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
| From | Symbols |
|---|---|
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso, mib-2 |
| SNMPv2-TC | DisplayString, 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
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| rlTcpSessionTable OBJECT-TYPE A table containing TCP sessions information. | 1.3.6.1.2.1.6.16 | not-accessible | current | |
| rlTcpSessionEntry OBJECT-TYPE | 1.3.6.1.2.1.6.16.1 | not-accessible | current | |
| rlTcpSessionLocalAddrType OBJECT-TYPE The type of the rlTcpSessionLocalAddress address | 1.3.6.1.2.1.6.16.1.1 | InetAddressType | not-accessible | current |
| 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.2 | InetAddress | not-accessible | current |
| rlTcpSessionLocalPort OBJECT-TYPE The local port number for this TCP connection. | 1.3.6.1.2.1.6.16.1.3 | INTEGER (0..65535) | not-accessible | current |
| rlTcpSessionRemAddrType OBJECT-TYPE The type of the rlTcpSessionRemAddress address | 1.3.6.1.2.1.6.16.1.4 | InetAddressType | not-accessible | current |
| rlTcpSessionRemAddress OBJECT-TYPE The remote IP address for this TCP connection. | 1.3.6.1.2.1.6.16.1.5 | InetAddress | not-accessible | current |
| rlTcpSessionRemPort OBJECT-TYPE The remote port number for this TCP connection. | 1.3.6.1.2.1.6.16.1.6 | INTEGER (0..65535) | not-accessible | current |
| 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.7 | INTEGER {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-write | current |
| rlTcpSessionAppName OBJECT-TYPE The name of the application for this TCP connection. | 1.3.6.1.2.1.6.16.1.8 | DisplayString (SIZE(0..12)) | read-only | current |