BRCD-FCIP-EXT-MIB

File: BRCD-FCIP-EXT-MIB.mib (9735 bytes)

Imported modules

SNMPv2-SMI Brocade-REG-MIB SNMPv2-TC
INET-ADDRESS-MIB IF-MIB SNMPv2-CONF

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Unsigned32
Counter32 Counter64 Integer32
mib-2 bcsi TEXTUAL-CONVENTION
TruthValue RowStatus TimeStamp
InetAddressType InetAddress InetPortNumber
InterfaceIndex MODULE-COMPLIANCE OBJECT-GROUP

Defined Types

BrcdCompressionRatio  
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 compressed sets of bytes can be larger than the corresponding uncompressed ones. Therefore, the number can be greater than 1000.
TEXTUAL-CONVENTION    
  Unsigned32  

FcipExtendedLinkEntry  
SEQUENCE    
  fcipExtendedLinkIfIndex InterfaceIndex
  fcipExtendedLinkTcpRetransmits Counter64
  fcipExtendedLinkTcpDroppedPackets Counter64
  fcipExtendedLinkTcpSmoothedRTT Integer32
  fcipExtendedLinkCompressionRatio BrcdCompressionRatio
  fcipExtendedLinkRawBytes Counter64
  fcipExtendedLinkCompressedBytes Counter64
  fcipExtendedLinkConnectedCount Counter64
  fcipExtendedLinkRtxRtxTO Counter64
  fcipExtendedLinkRtxDupAck Counter64
  fcipExtendedLinkDupAck Counter64
  fcipExtendedLinkRtt Integer32
  fcipExtendedLinkOoo Counter64
  fcipExtendedLinkSlowStarts Counter64

FcipConnStatsEntry  
SEQUENCE    
  xfcipEntityId OCTET STRING
  xfcipLinkIfIndex InterfaceIndex
  xfcipLinkIndex Unsigned32
  xfcipExtendedLinkTcpRetransmits Counter64
  xfcipExtendedLinkTcpDroppedPackets Counter64
  xfcipExtendedLinkTcpSmoothedRTT Integer32
  xfcipExtendedLinkCompressionRatio BrcdCompressionRatio
  xfcipExtendedLinkRawBytes Counter64
  xfcipExtendedLinkCompressedBytes Counter64

Defined Values

fcipExtMIB 1.3.6.1.4.1.1588.4
The module defines management information specific to FCIP devices.
MODULE-IDENTITY    

fcipExtendedLinkTable 1.3.6.1.4.1.1588.4.1
The stats of fcip tunnel compression, retransmission, packet loss, and latency details
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FcipExtendedLinkEntry

fcipExtendedLinkEntry 1.3.6.1.4.1.1588.4.1.1
A conceptual row of the FCIP Extended Link Table containing additional stats.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcipExtendedLinkEntry  

fcipExtendedLinkIfIndex 1.3.6.1.4.1.1588.4.1.1.1
The ifIndex value of the virtual interface corresponding to the FCIP Tunnels running over TCP/IP.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

fcipExtendedLinkTcpRetransmits 1.3.6.1.4.1.1588.4.1.1.2
Number of segments retransmitted for the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

fcipExtendedLinkTcpDroppedPackets 1.3.6.1.4.1.1588.4.1.1.3
Number of TCP packets dropped in the tunnel. It is taken from TCPtransmits value.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

fcipExtendedLinkCompressionRatio 1.3.6.1.4.1.1588.4.1.1.4
Compression ratio of the tunnel in thousands.
Status: current Access: read-only
OBJECT-TYPE    
  BrcdCompressionRatio  

fcipExtendedLinkTcpSmoothedRTT 1.3.6.1.4.1.1588.4.1.1.5
Round trip time (latency) in milliseconds for tunnel
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

fcipExtendedLinkRawBytes 1.3.6.1.4.1.1588.4.1.1.6
Total number of raw bytes sent or received for the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

fcipExtendedLinkCompressedBytes 1.3.6.1.4.1.1588.4.1.1.7
The total number of compressed bytes sent or received for the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

fcipExtendedLinkConnectedCount 1.3.6.1.4.1.1588.4.1.1.8
TCP session connection count for the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

fcipExtendedLinkRtxRtxTO 1.3.6.1.4.1.1588.4.1.1.9
Counter of retransmit packets due to timeout for the tunnel as Slow ReTx.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

fcipExtendedLinkRtxDupAck 1.3.6.1.4.1.1588.4.1.1.10
Counter of retransmit packets due to duplicate acknowledgement for the tunnel as Fast ReTx.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

fcipExtendedLinkDupAck 1.3.6.1.4.1.1588.4.1.1.11
Counter of duplicate acknowledgement packets for the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

fcipExtendedLinkRtt 1.3.6.1.4.1.1588.4.1.1.12
Round trip time in milliseconds for the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

fcipExtendedLinkOoo 1.3.6.1.4.1.1588.4.1.1.13
Counter of TCP out-of-order frames for the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

fcipExtendedLinkSlowStarts 1.3.6.1.4.1.1588.4.1.1.14
Counter of slow starts for the tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

fcipConnStatsTable 1.3.6.1.4.1.1588.4.2
The stats of fcip tunnel compression, retransmission, packet loss, and latency details
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FcipConnStatsEntry

fcipConnStatsEntry 1.3.6.1.4.1.1588.4.2.1
A conceptual row of the FCIP Extended Link Table containing additional stats.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcipConnStatsEntry  

xfcipEntityId 1.3.6.1.4.1.1588.4.2.1.1
The FCIP entity identifier.
Status: current Access: not-accessible
OBJECT-TYPE    
  OCTET STRING Size(8)  

xfcipLinkIfIndex 1.3.6.1.4.1.1588.4.2.1.2
The ifIndex value of the virtual interface corresponding to the FCIP TCP sessions.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

xfcipLinkIndex 1.3.6.1.4.1.1588.4.2.1.3
An arbitrary integer that uniquely identifies one FCIP link within an FCIP entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

xfcipExtendedLinkTcpRetransmits 1.3.6.1.4.1.1588.4.2.1.4
Number of segments retransmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

xfcipExtendedLinkTcpDroppedPackets 1.3.6.1.4.1.1588.4.2.1.5
Number of TCP packets dropped
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

xfcipExtendedLinkCompressionRatio 1.3.6.1.4.1.1588.4.2.1.6
Compression ratio in thousands.
Status: current Access: read-only
OBJECT-TYPE    
  BrcdCompressionRatio  

xfcipExtendedLinkTcpSmoothedRTT 1.3.6.1.4.1.1588.4.2.1.7
Round trip time (latency) in milliseconds
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

xfcipExtendedLinkRawBytes 1.3.6.1.4.1.1588.4.2.1.8
Total number of raw bytes sent or received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

xfcipExtendedLinkCompressedBytes 1.3.6.1.4.1.1588.4.2.1.9
The total number of compressed bytes sent or received
Status: current Access: read-only
OBJECT-TYPE    
  Counter64