MIB Viewer

BRCD-FCIP-EXT-MIB

29 objects
The module defines management information specific to FCIP devices.
OIDNameAccessStatusDescription
1.3.6.1.4.1.1588.4IdentityfcipExtMIBThe module defines management information specific to FCIP devices.
1.3.6.1.4.1.1588.4.1TablefcipExtendedLinkTablenot-accessiblecurrentThe stats of fcip tunnel compression, retransmission, packet loss, and latency details
1.3.6.1.4.1.1588.4.1.1RowfcipExtendedLinkEntrynot-accessiblecurrentA conceptual row of the FCIP Extended Link Table containing additional stats.
1.3.6.1.4.1.1588.4.1.1.1ColumnfcipExtendedLinkIfIndexread-onlycurrentThe ifIndex value of the virtual interface corresponding to the FCIP Tunnels running over TCP/IP.
1.3.6.1.4.1.1588.4.1.1.2ColumnfcipExtendedLinkTcpRetransmitsread-onlycurrentNumber of segments retransmitted for the tunnel.
1.3.6.1.4.1.1588.4.1.1.3ColumnfcipExtendedLinkTcpDroppedPacketsread-onlycurrentNumber of TCP packets dropped in the tunnel. It is taken from TCPtransmits value.
1.3.6.1.4.1.1588.4.1.1.4ColumnfcipExtendedLinkCompressionRatioread-onlycurrentCompression ratio of the tunnel in thousands.
1.3.6.1.4.1.1588.4.1.1.5ColumnfcipExtendedLinkTcpSmoothedRTTread-onlycurrentRound trip time (latency) in milliseconds for tunnel
1.3.6.1.4.1.1588.4.1.1.6ColumnfcipExtendedLinkRawBytesread-onlycurrentTotal number of raw bytes sent or received for the tunnel.
1.3.6.1.4.1.1588.4.1.1.7ColumnfcipExtendedLinkCompressedBytesread-onlycurrentThe total number of compressed bytes sent or received for the tunnel.
1.3.6.1.4.1.1588.4.1.1.8ColumnfcipExtendedLinkConnectedCountread-onlycurrentTCP session connection count for the tunnel.
1.3.6.1.4.1.1588.4.1.1.9ColumnfcipExtendedLinkRtxRtxTOread-onlycurrentCounter of retransmit packets due to timeout for the tunnel as Slow ReTx.
1.3.6.1.4.1.1588.4.1.1.10ColumnfcipExtendedLinkRtxDupAckread-onlycurrentCounter of retransmit packets due to duplicate acknowledgement for the tunnel as Fast ReTx.
1.3.6.1.4.1.1588.4.1.1.11ColumnfcipExtendedLinkDupAckread-onlycurrentCounter of duplicate acknowledgement packets for the tunnel.
1.3.6.1.4.1.1588.4.1.1.12ColumnfcipExtendedLinkRttread-onlycurrentRound trip time in milliseconds for the tunnel.
1.3.6.1.4.1.1588.4.1.1.13ColumnfcipExtendedLinkOooread-onlycurrentCounter of TCP out-of-order frames for the tunnel.
1.3.6.1.4.1.1588.4.1.1.14ColumnfcipExtendedLinkSlowStartsread-onlycurrentCounter of slow starts for the tunnel.
1.3.6.1.4.1.1588.4.2TablefcipConnStatsTablenot-accessiblecurrentThe stats of fcip tunnel compression, retransmission, packet loss, and latency details
1.3.6.1.4.1.1588.4.2.1RowfcipConnStatsEntrynot-accessiblecurrentA conceptual row of the FCIP Extended Link Table containing additional stats.
1.3.6.1.4.1.1588.4.2.1.1ColumnxfcipEntityIdnot-accessiblecurrentThe FCIP entity identifier.
1.3.6.1.4.1.1588.4.2.1.2ColumnxfcipLinkIfIndexread-onlycurrentThe ifIndex value of the virtual interface corresponding to the FCIP TCP sessions.
1.3.6.1.4.1.1588.4.2.1.3ColumnxfcipLinkIndexnot-accessiblecurrentAn arbitrary integer that uniquely identifies one FCIP link within an FCIP entity.
1.3.6.1.4.1.1588.4.2.1.4ColumnxfcipExtendedLinkTcpRetransmitsread-onlycurrentNumber of segments retransmitted.
1.3.6.1.4.1.1588.4.2.1.5ColumnxfcipExtendedLinkTcpDroppedPacketsread-onlycurrentNumber of TCP packets dropped
1.3.6.1.4.1.1588.4.2.1.6ColumnxfcipExtendedLinkCompressionRatioread-onlycurrentCompression ratio in thousands.
1.3.6.1.4.1.1588.4.2.1.7ColumnxfcipExtendedLinkTcpSmoothedRTTread-onlycurrentRound trip time (latency) in milliseconds
1.3.6.1.4.1.1588.4.2.1.8ColumnxfcipExtendedLinkRawBytesread-onlycurrentTotal number of raw bytes sent or received.
1.3.6.1.4.1.1588.4.2.1.9ColumnxfcipExtendedLinkCompressedBytesread-onlycurrentThe total number of compressed bytes sent or received
Type Definitions
NameSyntaxStatusDescription
BrcdCompressionRatioUnsigned32currentA number indicating a compression ratio over a set of bytes. The value is defined as a set of bytes. The value is defined as 1000 * bytes(compressed) / bytes(original) rounded to the next integer value. Note that compre…