BRCD-FCIP-EXT-MIB
29 objects
The module defines management information specific to FCIP devices.
Imported Objects
| Brocade-REG-MIB | bcsi |
| IF-MIB | InterfaceIndex |
| INET-ADDRESS-MIB | InetAddress InetAddressType InetPortNumber |
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | Counter32 mib-2 MODULE-IDENTITY OBJECT-TYPE Unsigned32 |
| SNMPv2-TC | RowStatus TEXTUAL-CONVENTION TimeStamp TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.1588.4 | IdentityfcipExtMIB | The module defines management information specific to FCIP devices. | ||
| 1.3.6.1.4.1.1588.4.1 | TablefcipExtendedLinkTable | not-accessible | current | The stats of fcip tunnel compression, retransmission, packet loss, and latency details |
| 1.3.6.1.4.1.1588.4.1.1 | RowfcipExtendedLinkEntry | not-accessible | current | A conceptual row of the FCIP Extended Link Table containing additional stats. |
| 1.3.6.1.4.1.1588.4.1.1.1 | ColumnfcipExtendedLinkIfIndex | read-only | current | The 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.2 | ColumnfcipExtendedLinkTcpRetransmits | read-only | current | Number of segments retransmitted for the tunnel. |
| 1.3.6.1.4.1.1588.4.1.1.3 | ColumnfcipExtendedLinkTcpDroppedPackets | read-only | current | Number of TCP packets dropped in the tunnel. It is taken from TCPtransmits value. |
| 1.3.6.1.4.1.1588.4.1.1.4 | ColumnfcipExtendedLinkCompressionRatio | read-only | current | Compression ratio of the tunnel in thousands. |
| 1.3.6.1.4.1.1588.4.1.1.5 | ColumnfcipExtendedLinkTcpSmoothedRTT | read-only | current | Round trip time (latency) in milliseconds for tunnel |
| 1.3.6.1.4.1.1588.4.1.1.6 | ColumnfcipExtendedLinkRawBytes | read-only | current | Total number of raw bytes sent or received for the tunnel. |
| 1.3.6.1.4.1.1588.4.1.1.7 | ColumnfcipExtendedLinkCompressedBytes | read-only | current | The total number of compressed bytes sent or received for the tunnel. |
| 1.3.6.1.4.1.1588.4.1.1.8 | ColumnfcipExtendedLinkConnectedCount | read-only | current | TCP session connection count for the tunnel. |
| 1.3.6.1.4.1.1588.4.1.1.9 | ColumnfcipExtendedLinkRtxRtxTO | read-only | current | Counter of retransmit packets due to timeout for the tunnel as Slow ReTx. |
| 1.3.6.1.4.1.1588.4.1.1.10 | ColumnfcipExtendedLinkRtxDupAck | read-only | current | Counter of retransmit packets due to duplicate acknowledgement for the tunnel as Fast ReTx. |
| 1.3.6.1.4.1.1588.4.1.1.11 | ColumnfcipExtendedLinkDupAck | read-only | current | Counter of duplicate acknowledgement packets for the tunnel. |
| 1.3.6.1.4.1.1588.4.1.1.12 | ColumnfcipExtendedLinkRtt | read-only | current | Round trip time in milliseconds for the tunnel. |
| 1.3.6.1.4.1.1588.4.1.1.13 | ColumnfcipExtendedLinkOoo | read-only | current | Counter of TCP out-of-order frames for the tunnel. |
| 1.3.6.1.4.1.1588.4.1.1.14 | ColumnfcipExtendedLinkSlowStarts | read-only | current | Counter of slow starts for the tunnel. |
| 1.3.6.1.4.1.1588.4.2 | TablefcipConnStatsTable | not-accessible | current | The stats of fcip tunnel compression, retransmission, packet loss, and latency details |
| 1.3.6.1.4.1.1588.4.2.1 | RowfcipConnStatsEntry | not-accessible | current | A conceptual row of the FCIP Extended Link Table containing additional stats. |
| 1.3.6.1.4.1.1588.4.2.1.1 | ColumnxfcipEntityId | not-accessible | current | The FCIP entity identifier. |
| 1.3.6.1.4.1.1588.4.2.1.2 | ColumnxfcipLinkIfIndex | read-only | current | The ifIndex value of the virtual interface corresponding to the FCIP TCP sessions. |
| 1.3.6.1.4.1.1588.4.2.1.3 | ColumnxfcipLinkIndex | not-accessible | current | An arbitrary integer that uniquely identifies one FCIP link within an FCIP entity. |
| 1.3.6.1.4.1.1588.4.2.1.4 | ColumnxfcipExtendedLinkTcpRetransmits | read-only | current | Number of segments retransmitted. |
| 1.3.6.1.4.1.1588.4.2.1.5 | ColumnxfcipExtendedLinkTcpDroppedPackets | read-only | current | Number of TCP packets dropped |
| 1.3.6.1.4.1.1588.4.2.1.6 | ColumnxfcipExtendedLinkCompressionRatio | read-only | current | Compression ratio in thousands. |
| 1.3.6.1.4.1.1588.4.2.1.7 | ColumnxfcipExtendedLinkTcpSmoothedRTT | read-only | current | Round trip time (latency) in milliseconds |
| 1.3.6.1.4.1.1588.4.2.1.8 | ColumnxfcipExtendedLinkRawBytes | read-only | current | Total number of raw bytes sent or received. |
| 1.3.6.1.4.1.1588.4.2.1.9 | ColumnxfcipExtendedLinkCompressedBytes | read-only | current | The total number of compressed bytes sent or received |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| BrcdCompressionRatio | Unsigned32 | current | A 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… |