CISCO-FC-TUNNEL-MIB
- Last updated
- 2002-03-08 17:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2002-03-08 17:00
- Namespace
- cisco
- Source file
CISCO-FC-TUNNEL-MIB- Digest
sha256:ba577c55bd2bbe5157c363a5bd26505d52f1a68e65b0661b25f0eafde6445353
Description
The CISCO-FC-TUNNEL-MIB is used to configure Fiber Channel (FC) tunneled by other protocols, i.e. TCP (Transmision Control Protocol) or UDP (User Datagram Protocol), and monitor the status of the tunnels. And Fiber Channel Command and Data messages can be tunneled by those protocols through the internet to extend the Fiber Channel network.
Contact
Postal: Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA Tel: +1 408 526 4000 E-mail: cs-cat6000@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| IF-MIB | InterfaceIndex |
| INET-ADDRESS-MIB | InetAddress, InetAddressType |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter32, Counter64, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-FC-TUNNEL-MIB CISCO-SMI IANAifType-MIB IF-MIB INET-ADDRESS-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-MIB SNMPv2-SMI SNMPv2-TC
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoFCTunnelMIBNotifi OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.9999.0 | |||
| ciscoFCTunnelMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.9999.1 | |||
| cftTcpTunnelObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.9999.1.1 | |||
| cftMaxTcpTunnels OBJECT-TYPE Maximum number of Fiber Channel TCP tunnels that can be built per Fiber Channel interface. | 1.3.6.1.4.1.9.9.9999.1.1.1 | Unsigned32 | read-only | current |
| cftTcpTunnelTable OBJECT-TYPE This table contains TCP tunnels' information for FC interfaces. FC can use these TCP tunnels to communicate with each other through the internet. The TCP tunnels will help to build up reliable connections between FC interfaces to exchange FC Command and Data information. This table is for configuring the TCP tunnels and monitoring the status of tunnels. And the number of entries in this table is decided by the MIB object cftMaxTcpTunnels. | 1.3.6.1.4.1.9.9.9999.1.1.2 | not-accessible | current | |
| cftTcpTunnelEntry OBJECT-TYPE An entry contains the configuration and status objects of a TCP tunnel. The configuration includes the TCP connection 4-tuples, source IP, destination IP, source port , destination port, and some other TCP connection's options. The status includes the TCP connections and Tunnel's administration and operation. For each TCP tunnel, there are 2 TCP connections that will be built up in the tunneling. One is for FC Command communication and the other is for FC Data communication. | 1.3.6.1.4.1.9.9.9999.1.1.2.1 | not-accessible | current | |
| cftFiberChannelIf OBJECT-TYPE The interface index of the FC interface with TCP tunneling capable. | 1.3.6.1.4.1.9.9.9999.1.1.2.1.1 | InterfaceIndex | not-accessible | current |
| cftTcpTunnelName OBJECT-TYPE The name of the FC TCP tunnel. | 1.3.6.1.4.1.9.9.9999.1.1.2.1.2 | SnmpAdminString (SIZE(1..20)) | not-accessible | current |
| cftTcpTunnelSrcIpType OBJECT-TYPE The source IP address type of the FC TCP tunnel. | 1.3.6.1.4.1.9.9.9999.1.1.2.1.3 | InetAddressType | read-create | current |
| cftTcpTunnelSrcIp OBJECT-TYPE The source IP address of the FC TCP tunnel. The type of the IP address is determined by the object cftTcpTunnelSrcIpType in the same entry. | 1.3.6.1.4.1.9.9.9999.1.1.2.1.4 | InetAddress | read-create | current |
| cftTcpTunnelDestIpType OBJECT-TYPE The destination IP address type of the FC TCP tunnel. | 1.3.6.1.4.1.9.9.9999.1.1.2.1.5 | InetAddressType | read-create | current |
| cftTcpTunnelDestIp OBJECT-TYPE The destination IP address of the FC TCP tunnel. The type of the IP address is determined by the object cftTcpTunnelDestIpType in the same entry. | 1.3.6.1.4.1.9.9.9999.1.1.2.1.6 | InetAddress | read-create | current |
| cftTcpTunnelCmdSrcPort OBJECT-TYPE The source port of the TCP connection for FC Command communication. | 1.3.6.1.4.1.9.9.9999.1.1.2.1.7 | Unsigned32 (1025..65535) | read-create | current |
| cftTcpTunnelCmdDestPort OBJECT-TYPE The destination port of the TCP connection for FC Command communication. | 1.3.6.1.4.1.9.9.9999.1.1.2.1.8 | Unsigned32 (1025..65535) | read-create | current |
| cftTcpTunnelDataSrcPort OBJECT-TYPE The source port of the TCP connection for FC Data communication. | 1.3.6.1.4.1.9.9.9999.1.1.2.1.9 | Unsigned32 (1025..65535) | read-create | current |
| cftTcpTunnelDataDestPort OBJECT-TYPE The destination port of the TCP connection for FC Data communication. | 1.3.6.1.4.1.9.9.9999.1.1.2.1.10 | Unsigned32 (1025..65535) | read-create | current |
| cftTcpTunnelCmdMWS OBJECT-TYPE The maximum window size of the TCP connection for FC Command communication. ws32kbytes : means the window size is 32 kilo-bytes. ws128kbytes : means the window size is 128 kilo-bytes. ws256kbytes : means the window size is 256 kilo-bytes. ws512kbytes : means the window size is 512 kilo-bytes. | 1.3.6.1.4.1.9.9.9999.1.1.2.1.11 | INTEGER {ws32kbytes(1), ws128kbytes(2), ws256kbytes(3), ws512kbytes(4)} | read-create | current |
| cftTcpTunnelDataMWS OBJECT-TYPE The maximum window size of the TCP connection for FC Data communication. ws32kbytes : means the window size is 32 kilo-bytes. ws128kbytes : means the window size is 128 kilo-bytes. ws256kbytes : means the window size is 256 kilo-bytes. ws512kbytes : means the window size is 512 kilo-bytes. | 1.3.6.1.4.1.9.9.9999.1.1.2.1.12 | INTEGER {ws32kbytes(1), ws128kbytes(2), ws256kbytes(3), ws512kbytes(4)} | read-create | current |
| cftTcpTunnelCmdKeepAliveTime OBJECT-TYPE The keep alive time of the TCP connection for FC Command communication. | 1.3.6.1.4.1.9.9.9999.1.1.2.1.13 | Unsigned32 (3600..10800) | read-create | current |
| cftTcpTunnelDataKeepAliveTime OBJECT-TYPE The keep alive time of the TCP connection for FC Data communication. | 1.3.6.1.4.1.9.9.9999.1.1.2.1.14 | Unsigned32 (3600..10800) | read-create | current |
| cftTcpTunnelCmdSelectiveAck OBJECT-TYPE The selective acknowledge option of the TCP connection for FC Command communication. | 1.3.6.1.4.1.9.9.9999.1.1.2.1.15 | TruthValue | read-create | current |
| cftTcpTunnelDataSelectiveAck OBJECT-TYPE The selective acknowledge option of the TCP connection for FC Data communication. | 1.3.6.1.4.1.9.9.9999.1.1.2.1.16 | TruthValue | read-create | current |
| cftTcpTunnelCmdConnectStatus OBJECT-TYPE The status of the TCP connection for FC Command communication. connected(1) means the TCP connection for FC Command has been connected for communication. notConnected(2) means the TCP connection for FC Command is not successful. | 1.3.6.1.4.1.9.9.9999.1.1.2.1.17 | INTEGER {connected(1), notConnected(2)} | read-only | current |
| cftTcpTunnelDataConnectStatus OBJECT-TYPE The status of the TCP connection for FC Data communication. connected(1) means the TCP connection for FC Data has been connected for communication. notConnected(2) means the TCP connection for FC Data is not successful. | 1.3.6.1.4.1.9.9.9999.1.1.2.1.18 | INTEGER {connected(1), notConnected(2)} | read-only | current |
| cftTcpTunnelOperStatus OBJECT-TYPE The operational status of this TCP tunnel. up(1) means this TCP tunnel is up and active. down(2) means this TCP tunnel is not active. | 1.3.6.1.4.1.9.9.9999.1.1.2.1.19 | INTEGER {up(1), down(2)} | read-only | current |
| cftTcpTunnelStatus OBJECT-TYPE The status of this TCP tunnel entry. If this object is active, the other objects in the same row cannot be modified by the management station. | 1.3.6.1.4.1.9.9.9999.1.1.2.1.20 | RowStatus | read-create | current |
| cftTcpTunnelStatsTable OBJECT-TYPE The table of traffic statistics information for FC tunnels. The entries in this table are shown only if the cftTcpTunnelStatus object of the corresponding entries are active in the cftTcpTunnelTable. | 1.3.6.1.4.1.9.9.9999.1.1.3 | not-accessible | current | |
| cftTcpTunnelStatsEntry OBJECT-TYPE The entry is indexed by the same index in the cftTcpTunnelTable. And this entry contains statistics information of FC Command TCP connection and FC Data TCP connection. | 1.3.6.1.4.1.9.9.9999.1.1.3.1 | not-accessible | current | |
| cftTcpTunnelCmdRxSegmentOctets OBJECT-TYPE Number of TCP segment bytes received in the FC TCP Command connection. | 1.3.6.1.4.1.9.9.9999.1.1.3.1.1 | Counter64 | read-only | current |
| cftTcpTunnelDataRxSegmentOctets OBJECT-TYPE Number of TCP segment bytes received in the FC TCP Data connection. | 1.3.6.1.4.1.9.9.9999.1.1.3.1.2 | Counter64 | read-only | current |
| cftTcpTunnelCmdRxPrestufOctets OBJECT-TYPE Number of bytes received before stuffing the internal hardware bus header in the FC TCP Command connection. | 1.3.6.1.4.1.9.9.9999.1.1.3.1.3 | Counter64 | read-only | current |
| cftTcpTunnelDataRxPrestufOctets OBJECT-TYPE Number of bytes received before stuffing the internal hardware bus header in the FC TCP Data connection. | 1.3.6.1.4.1.9.9.9999.1.1.3.1.4 | Counter64 | read-only | current |
| cftTcpTunnelCmdRxPoststufOctets OBJECT-TYPE Number of bytes received after stuffing the internal hardward bus header in the FC TCP Command connection. | 1.3.6.1.4.1.9.9.9999.1.1.3.1.5 | Counter64 | read-only | current |
| cftTcpTunnelDataRxPoststufOctets OBJECT-TYPE Number of bytes received after stuffing the internal hardward bus header in the FC TCP Data connection. | 1.3.6.1.4.1.9.9.9999.1.1.3.1.6 | Counter64 | read-only | current |
| cftTcpTunnelCmdTxOctets OBJECT-TYPE Number of bytes sent in the FC TCP Command connection. | 1.3.6.1.4.1.9.9.9999.1.1.3.1.7 | Counter64 | read-only | current |
| cftTcpTunnelDataTxOctets OBJECT-TYPE Number of bytes sent in the FC TCP Data connection. | 1.3.6.1.4.1.9.9.9999.1.1.3.1.8 | Counter64 | read-only | current |
| cftTcpTunnelCmdTxPkts OBJECT-TYPE Number of packets sent in the FC TCP Command connection. | 1.3.6.1.4.1.9.9.9999.1.1.3.1.9 | Counter32 | read-only | current |
| cftTcpTunnelDataTxPkts OBJECT-TYPE Number of packets sent in the FC TCP Data connection. | 1.3.6.1.4.1.9.9.9999.1.1.3.1.10 | Counter32 | read-only | current |
| cftTcpTunnelCmdTxDrops OBJECT-TYPE Number of packets dropped in the FC TCP Command connection. | 1.3.6.1.4.1.9.9.9999.1.1.3.1.11 | Counter32 | read-only | current |
| cftTcpTunnelDataTxDrops OBJECT-TYPE Number of packets dropped in the FC TCP Data connection. | 1.3.6.1.4.1.9.9.9999.1.1.3.1.12 | Counter32 | read-only | current |
| cftIfTcpTable OBJECT-TYPE This table contains the statistics information of the Fiber Channel interface with the ability of TCP tunneling. | 1.3.6.1.4.1.9.9.9999.1.1.4 | not-accessible | current | |
| cftIfTcpEntry OBJECT-TYPE This entry contains TCP statistics information for a given FC interface with the ability of TCP tunneling. | 1.3.6.1.4.1.9.9.9999.1.1.4.1 | not-accessible | current | |
| cftIfTcpIndex OBJECT-TYPE The interface index of the FC interface capable of carrying TCP tunnels. | 1.3.6.1.4.1.9.9.9999.1.1.4.1.1 | InterfaceIndex | not-accessible | current |
| cftIfTcpConnInit OBJECT-TYPE Number of TCP connections initiated. | 1.3.6.1.4.1.9.9.9999.1.1.4.1.2 | Counter32 | read-only | current |
| cftIfTcpConnAccepted OBJECT-TYPE Number of TCP requested connections accepted. | 1.3.6.1.4.1.9.9.9999.1.1.4.1.3 | Counter32 | read-only | current |
| cftIfTcpConnEstablished OBJECT-TYPE Number of TCP connections established. | 1.3.6.1.4.1.9.9.9999.1.1.4.1.4 | Counter32 | read-only | current |
| cftIfTcpConnDrops OBJECT-TYPE Number of TCP connections dropped. | 1.3.6.1.4.1.9.9.9999.1.1.4.1.5 | Counter32 | read-only | current |
| cftIfTcpConnClosed OBJECT-TYPE Number of TCP connections closed. This includes those connections dropped. | 1.3.6.1.4.1.9.9.9999.1.1.4.1.6 | Counter32 | read-only | current |
| cftIfTcpTxPkts OBJECT-TYPE Number of TCP transmitting packets. This includes TCP control and data packets. | 1.3.6.1.4.1.9.9.9999.1.1.4.1.7 | Counter32 | read-only | current |
| cftIfTcpTxDataPkts OBJECT-TYPE Number of TCP transmitting data packets. This doesn't include those TCP control traffic. | 1.3.6.1.4.1.9.9.9999.1.1.4.1.8 | Counter32 | read-only | current |
| cftIfTcpTxDataOctets OBJECT-TYPE Number of TCP transmitting data octets. This doesn't include those TCP control traffic. | 1.3.6.1.4.1.9.9.9999.1.1.4.1.9 | Counter32 | read-only | current |
| cftIfTcpRetxDataPkts OBJECT-TYPE Number of TCP re-transmitting data packets. This doesn't include those TCP control traffic. | 1.3.6.1.4.1.9.9.9999.1.1.4.1.10 | Counter32 | read-only | current |
| cftIfTcpRetxDataOctets OBJECT-TYPE Number of TCP re-transmitting data octets. This doesn't include those TCP control traffic. | 1.3.6.1.4.1.9.9.9999.1.1.4.1.11 | Counter32 | read-only | current |
| cftIfTcpRxPkts OBJECT-TYPE Number of TCP packets received. | 1.3.6.1.4.1.9.9.9999.1.1.4.1.12 | Counter32 | read-only | current |
| cftIfTcpRxInSequencePkts OBJECT-TYPE Number of TCP packets received in sequence. | 1.3.6.1.4.1.9.9.9999.1.1.4.1.13 | Counter32 | read-only | current |
| cftIfTcpRxInSequenceOctets OBJECT-TYPE Number of TCP octets received in sequence. | 1.3.6.1.4.1.9.9.9999.1.1.4.1.14 | Counter32 | read-only | current |
| cftIfTcpRxCcksumErrPkts OBJECT-TYPE Number of TCP packets received with checksum error. | 1.3.6.1.4.1.9.9.9999.1.1.4.1.15 | Counter32 | read-only | current |
| cftIfTcpRxBadOffsetPkts OBJECT-TYPE Number of TCP packets received with bad offset. | 1.3.6.1.4.1.9.9.9999.1.1.4.1.16 | Counter32 | read-only | current |
| cftIfTcpRxOutOfOrderPkts OBJECT-TYPE Number of out-of-order TCP packets received. | 1.3.6.1.4.1.9.9.9999.1.1.4.1.17 | Counter32 | read-only | current |
| cftIfTcpRxOutOfOrderOctets OBJECT-TYPE Number of out-of-order TCP octets received. | 1.3.6.1.4.1.9.9.9999.1.1.4.1.18 | Counter32 | read-only | current |
| cftIfTcpExtTable OBJECT-TYPE This table contains the statistics information of the Fiber Channel interface with the ability of TCP tunneling. This table is an extension of cftIfTcpTable and this table provides more specific counters that not all TCP protocol stack will support. | 1.3.6.1.4.1.9.9.9999.1.1.5 | not-accessible | current | |
| cftIfTcpExtEntry OBJECT-TYPE This entry contains TCP statistics information for a given FC interface with the ability of TCP tunneling. | 1.3.6.1.4.1.9.9.9999.1.1.5.1 | not-accessible | current | |
| cftIfTcpEmbryonicConnDrops OBJECT-TYPE Number of TCP embryonic connections dropped. The embryonic drop counter tells the user how many times the connections did not go through because of not receiving a reply for the SYN packets - which gives a measure for the quality of the path between the two peers. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.1 | Counter32 | read-only | current |
| cftIfTcpSegsTryToGetRTT OBJECT-TYPE Number of TCP segments which try to get RTT (Round Trip Time). | 1.3.6.1.4.1.9.9.9999.1.1.5.1.2 | Counter32 | read-only | current |
| cftIfTcpSegsSucceedToGetRTT OBJECT-TYPE Number of TCP segments which get RTT (Round Trip Time) successfully. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.3 | Counter32 | read-only | current |
| cftIfTcpDelayedAcksSent OBJECT-TYPE number of TCP delayed ACKs sent. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.4 | Counter32 | read-only | current |
| cftIfTcpConnDroppedRxTimeout OBJECT-TYPE Number of TCP connections dropped because of receiving timeout. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.5 | Counter32 | read-only | current |
| cftIfTcpRetransmitTimeout OBJECT-TYPE Number of TCP retransmitting timeouts. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.6 | Counter32 | read-only | current |
| cftIfTcpPersistTimeout OBJECT-TYPE Number of TCP persisting timeouts. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.7 | Counter32 | read-only | current |
| cftIfTcpKeepaliveTimeout OBJECT-TYPE Number of TCP keepalive timeouts. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.8 | Counter32 | read-only | current |
| cftIfTcpKeepaliveProbesSent OBJECT-TYPE Number of TCP keep-alive probes sent. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.9 | Counter32 | read-only | current |
| cftIfTcpConnDroppedInKeepalive OBJECT-TYPE Number of TCP connections dropped in keepalive. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.10 | Counter32 | read-only | current |
| cftIfTcpConnDroppedInPersist OBJECT-TYPE Number of TCP connections dropped in persisting. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.11 | Counter32 | read-only | current |
| cftIfTcpConnDrainedByNoMemory OBJECT-TYPE Number of TCP connections drained dut to memory shortage. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.12 | Counter32 | read-only | current |
| cftIfTcpAckOnlyPkts OBJECT-TYPE Number of TCP packets sent with only ACK flag on. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.13 | Counter32 | read-only | current |
| cftIfTcpTxWindowProbes OBJECT-TYPE Number of TCP window probing packets sent. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.14 | Counter32 | read-only | current |
| cftIfTcpTxURGPkts OBJECT-TYPE Number of TCP packets sent with URG flag on. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.15 | Counter32 | read-only | current |
| cftIfTcpTxWindowUpdateOnlyPkts OBJECT-TYPE Number of TCP packets sent only for only updating the window size. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.16 | Counter32 | read-only | current |
| cftIfTcpTxControlPkts OBJECT-TYPE Number of TCP packets sent with SYN, FIN, or RST flags on. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.17 | Counter32 | read-only | current |
| cftIfTcpRxDroppedByNoMemory OBJECT-TYPE Number of receiving TCP packets dropped because of lacking of memory. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.18 | Counter32 | read-only | current |
| cftIfTcpRxTooShort OBJECT-TYPE Number of TCP packets received with too short length. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.19 | Counter32 | read-only | current |
| cftIfTcpRxDupOnlyPkts OBJECT-TYPE Number of duplicated TCP packets received. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.20 | Counter32 | read-only | current |
| cftIfTcpRxDupOnlyOctets OBJECT-TYPE Number of duplicated TCP octets received. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.21 | Counter32 | read-only | current |
| cftIfTcpRxDupDataPkts OBJECT-TYPE Number of TCP packets received with duplicated data. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.22 | Counter32 | read-only | current |
| cftIfTcpRxDupOctetsInPartDupPkts OBJECT-TYPE Number of duplicated TCP octets received in part of duplicated packets. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.23 | Counter32 | read-only | current |
| cftIfTcpRxDataAfterWindowPkts OBJECT-TYPE Number of TCP packets with data received after window. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.24 | Counter32 | read-only | current |
| cftIfTcpRxDataAfterWindowOctets OBJECT-TYPE Number of TCP octets with data received after window. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.25 | Counter32 | read-only | current |
| cftIfTcpRxPktsAfterConnClose OBJECT-TYPE Number of TCP packets received after the connection close. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.26 | Counter32 | read-only | current |
| cftIfTcpRxWindowProbesPkts OBJECT-TYPE Number of TCP window probing packets received. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.27 | Counter32 | read-only | current |
| cftIfTcpRxDupAcks OBJECT-TYPE Number of duplicated TCP acknowledge packets received. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.28 | Counter32 | read-only | current |
| cftIfTcpRxAcksForUnsentData OBJECT-TYPE Number of TCP acknowledge packets received for unsent data. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.29 | Counter32 | read-only | current |
| cftIfTcpRxAcksPkts OBJECT-TYPE Number of TCP packets received with ACK flag on. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.30 | Counter32 | read-only | current |
| cftIfTcpOctetAckedByRxAcks OBJECT-TYPE Number of TCP octets received with ACK flag on. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.31 | Counter32 | read-only | current |
| cftIfTcpRxWindowUpdatePkts OBJECT-TYPE Number of TCP packets received for updating window size. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.32 | Counter32 | read-only | current |
| cftIfTcpSegDropByPAWS OBJECT-TYPE Number of TCP segments dropped due to Protection Against Wrapped Sequence Number (PAWS) algorithm. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.33 | Counter32 | read-only | current |
| cftIfTcpTxSackFackDataPkts OBJECT-TYPE Number of TCP data packets sent with SACK option on. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.34 | Counter32 | read-only | current |
| cftIfTcpTxSackFackDataOctets OBJECT-TYPE Number of TCP data octets sent with SACK option on. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.35 | Counter32 | read-only | current |
| cftIfTcpRetxSackFackDataPkts OBJECT-TYPE Number of TCP data packets re-sent with SACK option on. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.36 | Counter32 | read-only | current |
| cftIfTcpRetxSackFackDataOctets OBJECT-TYPE Number of TCP data octets re-sent with SACK option on. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.37 | Counter32 | read-only | current |
| cftIfTcpSackFackConnClosed OBJECT-TYPE Number of TCP connections closed with SACK option on. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.38 | Counter32 | read-only | current |
| cftIfTcpRetxSackFackTimeouts OBJECT-TYPE Number of TCP timeouts re-sent with SACK option on. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.39 | Counter32 | read-only | current |
| cftIfTcpHdrPredictOkForAcks OBJECT-TYPE Number of times the header predication code is hit by TCP packets with ACK option on. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.40 | Counter32 | read-only | current |
| cftIfTcpHdrPredictOkForDataPkts OBJECT-TYPE Number of times the header predication code is hit by the packets of FC Data TCP connection. | 1.3.6.1.4.1.9.9.9999.1.1.5.1.41 | Counter32 | read-only | current |
| ciscoFCTunnelMIBConform OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.9999.2 | |||
| cftTunnelMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.9999.2.1 | |||
| cftTunnelMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.9999.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| cftTunnelMIBComplianceV01 MODULE-COMPLIANCE A Fiber Channel tunneling implementation that lists the groups supporting configuration tunnels and statistics information of the tunnels. | 1.3.6.1.4.1.9.9.9999.2.1.1 | current |
| cftTcpTunnelConfigGroup OBJECT-GROUP The collection of objects which are used to describe and configure Fiber Channal TCP tunneling. | 1.3.6.1.4.1.9.9.9999.2.2.1 | current |
| cftTcpTunnelStatGroup OBJECT-GROUP The collection of objects which are used to monitor the traffic of TCP tunnels. | 1.3.6.1.4.1.9.9.9999.2.2.2 | current |
| cftIfTcpGroup OBJECT-GROUP The collection of objects which are used to monitor the status and statistics information of the TCP stack for the tunneled Fiber Channel interface. | 1.3.6.1.4.1.9.9.9999.2.2.3 | current |
| cftIfTcpExtGroup OBJECT-GROUP The collection of objects which are used to monitor the status and statistics information of the TCP stack for the tunneled Fiber Channel interface. This extension group provides more detail and specific statistics information that not all the TCP stack will support. | 1.3.6.1.4.1.9.9.9999.2.2.4 | current |