MIBs Depot

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

FromSymbols
CISCO-SMIciscoMgmt
IF-MIBInterfaceIndex
INET-ADDRESS-MIBInetAddress, InetAddressType
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Counter64, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso
SNMPv2-TCDisplayString, 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

NameOIDSyntaxAccessStatus
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.1Unsigned32read-onlycurrent
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.2not-accessiblecurrent
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.1not-accessiblecurrent
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.1InterfaceIndexnot-accessiblecurrent
cftTcpTunnelName
OBJECT-TYPE
The name of the FC TCP tunnel.
1.3.6.1.4.1.9.9.9999.1.1.2.1.2SnmpAdminString (SIZE(1..20))not-accessiblecurrent
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.3InetAddressTyperead-createcurrent
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.4InetAddressread-createcurrent
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.5InetAddressTyperead-createcurrent
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.6InetAddressread-createcurrent
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.7Unsigned32 (1025..65535)read-createcurrent
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.8Unsigned32 (1025..65535)read-createcurrent
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.9Unsigned32 (1025..65535)read-createcurrent
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.10Unsigned32 (1025..65535)read-createcurrent
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.11INTEGER {ws32kbytes(1), ws128kbytes(2), ws256kbytes(3), ws512kbytes(4)}read-createcurrent
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.12INTEGER {ws32kbytes(1), ws128kbytes(2), ws256kbytes(3), ws512kbytes(4)}read-createcurrent
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.13Unsigned32 (3600..10800)read-createcurrent
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.14Unsigned32 (3600..10800)read-createcurrent
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.15TruthValueread-createcurrent
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.16TruthValueread-createcurrent
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.17INTEGER {connected(1), notConnected(2)}read-onlycurrent
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.18INTEGER {connected(1), notConnected(2)}read-onlycurrent
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.19INTEGER {up(1), down(2)}read-onlycurrent
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.20RowStatusread-createcurrent
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.3not-accessiblecurrent
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.1not-accessiblecurrent
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.1Counter64read-onlycurrent
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.2Counter64read-onlycurrent
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.3Counter64read-onlycurrent
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.4Counter64read-onlycurrent
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.5Counter64read-onlycurrent
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.6Counter64read-onlycurrent
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.7Counter64read-onlycurrent
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.8Counter64read-onlycurrent
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.9Counter32read-onlycurrent
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.10Counter32read-onlycurrent
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.11Counter32read-onlycurrent
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.12Counter32read-onlycurrent
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.4not-accessiblecurrent
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.1not-accessiblecurrent
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.1InterfaceIndexnot-accessiblecurrent
cftIfTcpConnInit
OBJECT-TYPE
Number of TCP connections initiated.
1.3.6.1.4.1.9.9.9999.1.1.4.1.2Counter32read-onlycurrent
cftIfTcpConnAccepted
OBJECT-TYPE
Number of TCP requested connections accepted.
1.3.6.1.4.1.9.9.9999.1.1.4.1.3Counter32read-onlycurrent
cftIfTcpConnEstablished
OBJECT-TYPE
Number of TCP connections established.
1.3.6.1.4.1.9.9.9999.1.1.4.1.4Counter32read-onlycurrent
cftIfTcpConnDrops
OBJECT-TYPE
Number of TCP connections dropped.
1.3.6.1.4.1.9.9.9999.1.1.4.1.5Counter32read-onlycurrent
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.6Counter32read-onlycurrent
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.7Counter32read-onlycurrent
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.8Counter32read-onlycurrent
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.9Counter32read-onlycurrent
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.10Counter32read-onlycurrent
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.11Counter32read-onlycurrent
cftIfTcpRxPkts
OBJECT-TYPE
Number of TCP packets received.
1.3.6.1.4.1.9.9.9999.1.1.4.1.12Counter32read-onlycurrent
cftIfTcpRxInSequencePkts
OBJECT-TYPE
Number of TCP packets received in sequence.
1.3.6.1.4.1.9.9.9999.1.1.4.1.13Counter32read-onlycurrent
cftIfTcpRxInSequenceOctets
OBJECT-TYPE
Number of TCP octets received in sequence.
1.3.6.1.4.1.9.9.9999.1.1.4.1.14Counter32read-onlycurrent
cftIfTcpRxCcksumErrPkts
OBJECT-TYPE
Number of TCP packets received with checksum error.
1.3.6.1.4.1.9.9.9999.1.1.4.1.15Counter32read-onlycurrent
cftIfTcpRxBadOffsetPkts
OBJECT-TYPE
Number of TCP packets received with bad offset.
1.3.6.1.4.1.9.9.9999.1.1.4.1.16Counter32read-onlycurrent
cftIfTcpRxOutOfOrderPkts
OBJECT-TYPE
Number of out-of-order TCP packets received.
1.3.6.1.4.1.9.9.9999.1.1.4.1.17Counter32read-onlycurrent
cftIfTcpRxOutOfOrderOctets
OBJECT-TYPE
Number of out-of-order TCP octets received.
1.3.6.1.4.1.9.9.9999.1.1.4.1.18Counter32read-onlycurrent
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.5not-accessiblecurrent
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.1not-accessiblecurrent
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.1Counter32read-onlycurrent
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.2Counter32read-onlycurrent
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.3Counter32read-onlycurrent
cftIfTcpDelayedAcksSent
OBJECT-TYPE
number of TCP delayed ACKs sent.
1.3.6.1.4.1.9.9.9999.1.1.5.1.4Counter32read-onlycurrent
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.5Counter32read-onlycurrent
cftIfTcpRetransmitTimeout
OBJECT-TYPE
Number of TCP retransmitting timeouts.
1.3.6.1.4.1.9.9.9999.1.1.5.1.6Counter32read-onlycurrent
cftIfTcpPersistTimeout
OBJECT-TYPE
Number of TCP persisting timeouts.
1.3.6.1.4.1.9.9.9999.1.1.5.1.7Counter32read-onlycurrent
cftIfTcpKeepaliveTimeout
OBJECT-TYPE
Number of TCP keepalive timeouts.
1.3.6.1.4.1.9.9.9999.1.1.5.1.8Counter32read-onlycurrent
cftIfTcpKeepaliveProbesSent
OBJECT-TYPE
Number of TCP keep-alive probes sent.
1.3.6.1.4.1.9.9.9999.1.1.5.1.9Counter32read-onlycurrent
cftIfTcpConnDroppedInKeepalive
OBJECT-TYPE
Number of TCP connections dropped in keepalive.
1.3.6.1.4.1.9.9.9999.1.1.5.1.10Counter32read-onlycurrent
cftIfTcpConnDroppedInPersist
OBJECT-TYPE
Number of TCP connections dropped in persisting.
1.3.6.1.4.1.9.9.9999.1.1.5.1.11Counter32read-onlycurrent
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.12Counter32read-onlycurrent
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.13Counter32read-onlycurrent
cftIfTcpTxWindowProbes
OBJECT-TYPE
Number of TCP window probing packets sent.
1.3.6.1.4.1.9.9.9999.1.1.5.1.14Counter32read-onlycurrent
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.15Counter32read-onlycurrent
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.16Counter32read-onlycurrent
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.17Counter32read-onlycurrent
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.18Counter32read-onlycurrent
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.19Counter32read-onlycurrent
cftIfTcpRxDupOnlyPkts
OBJECT-TYPE
Number of duplicated TCP packets received.
1.3.6.1.4.1.9.9.9999.1.1.5.1.20Counter32read-onlycurrent
cftIfTcpRxDupOnlyOctets
OBJECT-TYPE
Number of duplicated TCP octets received.
1.3.6.1.4.1.9.9.9999.1.1.5.1.21Counter32read-onlycurrent
cftIfTcpRxDupDataPkts
OBJECT-TYPE
Number of TCP packets received with duplicated data.
1.3.6.1.4.1.9.9.9999.1.1.5.1.22Counter32read-onlycurrent
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.23Counter32read-onlycurrent
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.24Counter32read-onlycurrent
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.25Counter32read-onlycurrent
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.26Counter32read-onlycurrent
cftIfTcpRxWindowProbesPkts
OBJECT-TYPE
Number of TCP window probing packets received.
1.3.6.1.4.1.9.9.9999.1.1.5.1.27Counter32read-onlycurrent
cftIfTcpRxDupAcks
OBJECT-TYPE
Number of duplicated TCP acknowledge packets received.
1.3.6.1.4.1.9.9.9999.1.1.5.1.28Counter32read-onlycurrent
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.29Counter32read-onlycurrent
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.30Counter32read-onlycurrent
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.31Counter32read-onlycurrent
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.32Counter32read-onlycurrent
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.33Counter32read-onlycurrent
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.34Counter32read-onlycurrent
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.35Counter32read-onlycurrent
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.36Counter32read-onlycurrent
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.37Counter32read-onlycurrent
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.38Counter32read-onlycurrent
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.39Counter32read-onlycurrent
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.40Counter32read-onlycurrent
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.41Counter32read-onlycurrent
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

NameOIDStatus
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.1current
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.1current
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.2current
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.3current
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.4current