CISCO-FCIP-MGMT-MIB

File: CISCO-FCIP-MGMT-MIB.mib (30143 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC INET-ADDRESS-MIB
CISCO-ST-TC SNMPv2-CONF CISCO-SMI

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Unsigned32
Counter64 Integer32 TEXTUAL-CONVENTION
TruthValue RowStatus InetAddressType
InetAddress DomainId FcNameIdOrZero
FcNameId MODULE-COMPLIANCE OBJECT-GROUP
ciscoExperiment

Defined Types

CfmFcEntityMode  
The type of port mode provided by an FCIP Entity for a FCIP Link. An FCIP Entity can be an E-Port mode for one of its FCIP Link Endpoints, an B-Port mode for another of its FCIP Link Endpoints. ePortMode(1) - entity mode is e_port. bPortMode(2) - entity mode is b_port. other(3) - entity mode is some other port.
TEXTUAL-CONVENTION    
  INTEGER ePortMode(1), bPortMode(2), other(3)  

CfmFcipEntityInstanceEntry  
SEQUENCE    
  cfmFcipEntityId Unsigned32
  cfmFcipEntityAddressType InetAddressType
  cfmFcipEntityAddress InetAddress
  cfmFcipEntityTcpConnPort Unsigned32
  cfmFcipEntitySACKOption INTEGER
  cfmFcipEntitySeqNumWrap TruthValue
  cfmFcipEntityPHBSupport TruthValue
  cfmFcipEntityStatus RowStatus

CfmFcipLinkEntry  
SEQUENCE    
  cfmFcipLinkIndex Unsigned32
  cfmFcipLinkIfIndex Integer32
  cfmFcipLinkCost Unsigned32
  cfmFcipLinkLocalFcipEntityMode CfmFcEntityMode
  cfmFcipLinkRemFcipEntityWWN FcNameIdOrZero
  cfmFcipLinkRemFcipEntityId Unsigned32
  cfmFcipLinkRemFcipEntityAddrType InetAddressType
  cfmFcipLinkRemFcipEntityAddress InetAddress
  cfmFcipLinkRemFcipEntityMode CfmFcEntityMode
  cfmFcipLinkStatus RowStatus

CfmFcipTcpConnEntry  
SEQUENCE    
  cfmFcipTcpConnLocalPort Integer32
  cfmFcipTcpConnRemPort Integer32
  cfmFcipTcpConnPurpose INTEGER
  cfmFcipTcpConnRWSize Unsigned32
  cfmFcipTcpConnMSS Unsigned32
  cfmFcipTcpConnTimeOut Unsigned32

CfmFcipDynamicRouteEntry  
SEQUENCE    
  cfmFcipDynamicRouteIndex Unsigned32
  cfmFcipDynamicRouteDID DomainId
  cfmFcipDynamicRouteLinkIndex Unsigned32

CfmFcipStaticRouteEntry  
SEQUENCE    
  cfmFcipStaRtIndex Unsigned32
  cfmFcipStaRtDID DomainId
  cfmFcipStaRtRemFcipEntWWN FcNameId
  cfmFcipStaRtRemFcipEntId Unsigned32
  cfmFcipStaRtRemFcipEntAddrType InetAddressType
  cfmFcipStaRtRemFcipEntAddr InetAddress
  cfmFcipStaRtStatus RowStatus

CfmFcipLinkErrorsEntry  
SEQUENCE    
  cfmFcipLinkFcipLossofFcSynchs Counter64
  cfmFcipLinkFcipSfNotRcv Counter64
  cfmFcipLinkFcipSfRespNotRcv Counter64
  cfmFcipLinkFcipSfRespMismatch Counter64
  cfmFcipLinkFcipSfInvalidNonce Counter64
  cfmFcipLinkFcipDuplicateSfRcv Counter64
  cfmFcipLinkFcipSfInvalidWWN Counter64
  cfmFcipLinkFcipBB2LkaTimeOut Counter64
  cfmFcipLinkFcipSntpTimeStampExp Counter64
  cfmFcipLinkTcpTooManyErrors Counter64
  cfmFcipLinkTcpKeepAliveTimeOut Counter64
  cfmFcipLinkTcpExDatagramsDropped Counter64
  cfmFcipLinkTcpSaParamMismatch Counter64

Defined Values

ciscoFcipMgmtMIB 1.3.6.1.4.1.9.10.96
The Fibre Channel Over TCP/IP management MIB module. This mib module is the Cisco version of the FCIP MIB draft , draft-ietf-ips-fcip-mib-02.txt, from the IETF.
MODULE-IDENTITY    

ciscoFcipObjects 1.3.6.1.4.1.9.10.96.1
OBJECT IDENTIFIER    

cfmFcipConformance 1.3.6.1.4.1.9.10.96.2
OBJECT IDENTIFIER    

cfmFcipConfig 1.3.6.1.4.1.9.10.96.1.1
OBJECT IDENTIFIER    

cfmFcipNotification 1.3.6.1.4.1.9.10.96.1.2
OBJECT IDENTIFIER    

cfmFcipNotifications 1.3.6.1.4.1.9.10.96.1.2.0
OBJECT IDENTIFIER    

cfmFcipDynIpConfType 1.3.6.1.4.1.9.10.96.1.1.1
The type of discovery protocol used to discover remote FCIP entities. slpv2(1) - Service Location Protocol. none(2) - nothing is used.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER slpv2(1), none(2)  

cfmFcipFabricWWN 1.3.6.1.4.1.9.10.96.1.1.2
The World Wide Name of this FCIP device. The zero-length string value is used in circumstances where the WWN is unassigned/unknown.
Status: current Access: read-only
OBJECT-TYPE    
  FcNameIdOrZero  

cfmFcipEntityInstanceTable 1.3.6.1.4.1.9.10.96.1.1.3
A table containing FCIP entity specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfmFcipEntityInstanceEntry

cfmFcipEntityInstanceEntry 1.3.6.1.4.1.9.10.96.1.1.3.1
A conceptual row of the FCIP entity table containing information about a particular FCIP entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfmFcipEntityInstanceEntry  

cfmFcipEntityId 1.3.6.1.4.1.9.10.96.1.1.3.1.1
The FCIP entity identifier.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cfmFcipEntityAddressType 1.3.6.1.4.1.9.10.96.1.1.3.1.2
The type of Internet address by which the entity is reachable.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cfmFcipEntityAddress 1.3.6.1.4.1.9.10.96.1.1.3.1.3
The Internet address for this entity.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

cfmFcipEntityTcpConnPort 1.3.6.1.4.1.9.10.96.1.1.3.1.4
A TCP port other than the FCIP Well-Known port on which the FCIP entity listens for new TCP connection requests. It contains the value zero (0) if the FCIP Entity only listens on the Well-Known port.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

cfmFcipEntitySACKOption 1.3.6.1.4.1.9.10.96.1.1.3.1.5
An indication of whether the TCP Selective Acknowledgement Option is enabled to allow the receiver end to acknowledge multiple lost packets in a singel ACK, enabling faster recovery. enabled(1) - acknowledge option is enabled. disabled(2) - acknowledge option is disabled.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

cfmFcipEntitySeqNumWrap 1.3.6.1.4.1.9.10.96.1.1.3.1.6
An indication of whether the FCIP Entity supports the protection against sequence number wrap. If true(1), the FCIP Entity supports protection against sequence number wrap. If false(2), the FCIP Entity does not support protection against sequence number wrap.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cfmFcipEntityPHBSupport 1.3.6.1.4.1.9.10.96.1.1.3.1.7
An indication of whether the FCIP Entity supports PHB IP QoS.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cfmFcipEntityStatus 1.3.6.1.4.1.9.10.96.1.1.3.1.8
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cfmFcipLinkTable 1.3.6.1.4.1.9.10.96.1.1.4
A table containing FCIP link specific information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfmFcipLinkEntry

cfmFcipLinkEntry 1.3.6.1.4.1.9.10.96.1.1.4.1
A conceptual row of the FCIP link table containing information about a particular FCIP link.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfmFcipLinkEntry  

cfmFcipLinkIndex 1.3.6.1.4.1.9.10.96.1.1.4.1.1
An arbitrary integer which uniquely identifies one FCIP link within a FCIP entity.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cfmFcipLinkIfIndex 1.3.6.1.4.1.9.10.96.1.1.4.1.2
A unique value that identifies the interface on this FCIP device to which this link pertains. The interface identified by a particular value of this object is the same interface as identified by the same value of the ifIndex object, defined in IF-MIB.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..2147483647  

cfmFcipLinkCost 1.3.6.1.4.1.9.10.96.1.1.4.1.3
The cost associated with this FCIP Link. The link cost is used to select lowest cost route.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

cfmFcipLinkLocalFcipEntityMode 1.3.6.1.4.1.9.10.96.1.1.4.1.4
The mode of the local FCIP Entity to which this FCIP Link pertains.
Status: current Access: read-only
OBJECT-TYPE    
  CfmFcEntityMode  

cfmFcipLinkRemFcipEntityWWN 1.3.6.1.4.1.9.10.96.1.1.4.1.5
The World Wide Name of the remote FC Fabric Entity. If this is a zero length string then this link would accept connections from any remote entity. If a WWN is specified then this link would accept connections from a remote entity with this WWN.
Status: current Access: read-create
OBJECT-TYPE    
  FcNameIdOrZero  

cfmFcipLinkRemFcipEntityId 1.3.6.1.4.1.9.10.96.1.1.4.1.6
The remote FCIP entity's identifier.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..4294967295  

cfmFcipLinkRemFcipEntityAddrType 1.3.6.1.4.1.9.10.96.1.1.4.1.7
The type of Internet address by which the remote FCIP entity is reachable.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cfmFcipLinkRemFcipEntityAddress 1.3.6.1.4.1.9.10.96.1.1.4.1.8
The Internet address for the remote FCIP entity.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

cfmFcipLinkRemFcipEntityMode 1.3.6.1.4.1.9.10.96.1.1.4.1.9
The mode of the remote FCIP Entity to which this FCIP Link pertains.
Status: current Access: read-only
OBJECT-TYPE    
  CfmFcEntityMode  

cfmFcipLinkStatus 1.3.6.1.4.1.9.10.96.1.1.4.1.10
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cfmFcipTcpConnTable 1.3.6.1.4.1.9.10.96.1.1.5
A table containing FCIP specific information about this FCIP device's existing TCP connections. The FCIP TCP Connection table contains information about existing TCP connections. Each FCIP link within a FCIP entity manages one or more TCP connections. The FCIP entity employs a Data Engine for each TCP connection for handling FC frame encapsulation, de-encapsulation and transmission of FCIP frames on the connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfmFcipTcpConnEntry

cfmFcipTcpConnEntry 1.3.6.1.4.1.9.10.96.1.1.5.1
A conceptual row of the FCIP TCP Connection table containing information about a particular TCP connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfmFcipTcpConnEntry  

cfmFcipTcpConnLocalPort 1.3.6.1.4.1.9.10.96.1.1.5.1.1
The local port number for this TCP connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

cfmFcipTcpConnRemPort 1.3.6.1.4.1.9.10.96.1.1.5.1.2
The remote port number for this TCP connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..65535  

cfmFcipTcpConnPurpose 1.3.6.1.4.1.9.10.96.1.1.5.1.3
The nature of messages that get transmitted on this TCP connection. control(1) - TCP connection is for control purpose. data(2) - TCP connection is for data purpose. both(3) - TCP connection is for control and data purpose.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER control(1), data(2), both(3)  

cfmFcipTcpConnRWSize 1.3.6.1.4.1.9.10.96.1.1.5.1.4
The default maximum TCP Receiver Window size for this TCP connection.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cfmFcipTcpConnMSS 1.3.6.1.4.1.9.10.96.1.1.5.1.5
The TCP Maximum Segment Size (MSS) for this TCP connection.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cfmFcipTcpConnTimeOut 1.3.6.1.4.1.9.10.96.1.1.5.1.6
The timeout value for this TCP connection.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cfmFcipDynamicRouteTable 1.3.6.1.4.1.9.10.96.1.1.6
A table containing FCIP Route specific information. The FCIP dynamic route table contains information about this FCIP device's routing information that is dynamically discovered. The FCIP device may use SLPv2 protocol in conjunction with other protocols, say FSPF, for dynamically discovering other FCIP entities, and populate this table for Destination Address Identifier to connecting FCIP link information.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfmFcipDynamicRouteEntry

cfmFcipDynamicRouteEntry 1.3.6.1.4.1.9.10.96.1.1.6.1
A conceptual row of the FCIP Dynamic Route Table containing information about a particular FCIP route.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfmFcipDynamicRouteEntry  

cfmFcipDynamicRouteIndex 1.3.6.1.4.1.9.10.96.1.1.6.1.1
An index that uniquely identifies an entry in the FCIP dynamic Route table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cfmFcipDynamicRouteDID 1.3.6.1.4.1.9.10.96.1.1.6.1.2
The 8 bit ID of a Fibre Channel Domain that is reachable from this FCIP device.
Status: current Access: not-accessible
OBJECT-TYPE    
  DomainId  

cfmFcipDynamicRouteLinkIndex 1.3.6.1.4.1.9.10.96.1.1.6.1.3
The FCIP Link that is represented by this value in the FCIP Link table used to reach this domain (specified by the previous object 'cfmFcipDynamicRouteDID') on the remote FCIP device.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cfmFcipStaticRouteTable 1.3.6.1.4.1.9.10.96.1.1.7
A table containing FCIP Route specific information. The FCIP static route table contains information about this FCIP device's routing information that is created by the Network Admin. In the absence of dynamic discovery of remote FCIP entities, the Network Manager will figure out all the remote FCIP devices that are reachable from this device, and populate this table with FCIP link information for each Domain Id.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfmFcipStaticRouteEntry

cfmFcipStaticRouteEntry 1.3.6.1.4.1.9.10.96.1.1.7.1
A conceptual row of the FCIP Static Route Table containing information about a particular FCIP route.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfmFcipStaticRouteEntry  

cfmFcipStaRtIndex 1.3.6.1.4.1.9.10.96.1.1.7.1.1
An index that uniquely identifies an entry in the FCIP static Route table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cfmFcipStaRtDID 1.3.6.1.4.1.9.10.96.1.1.7.1.2
The 8 bit ID of a Fibre Channel Domain that is reachable from this FCIP device.
Status: current Access: not-accessible
OBJECT-TYPE    
  DomainId  

cfmFcipStaRtRemFcipEntWWN 1.3.6.1.4.1.9.10.96.1.1.7.1.3
The World Wide Name of the remote FC Entity to which this route applies.
Status: current Access: read-create
OBJECT-TYPE    
  FcNameId  

cfmFcipStaRtRemFcipEntId 1.3.6.1.4.1.9.10.96.1.1.7.1.4
The identifier of the remote FCIP entity to which this route pertains.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

cfmFcipStaRtRemFcipEntAddrType 1.3.6.1.4.1.9.10.96.1.1.7.1.5
The type of Internet address used by the remote FCIP entity to which this route pertains.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

cfmFcipStaRtRemFcipEntAddr 1.3.6.1.4.1.9.10.96.1.1.7.1.6
The Internet address for the remote FCIP entity.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

cfmFcipStaRtStatus 1.3.6.1.4.1.9.10.96.1.1.7.1.7
The status of this conceptual row.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

cfmFcipLinkErrorsTable 1.3.6.1.4.1.9.10.96.1.1.8
A table containing error counters for FCIP Links. The FCIP Link Errors Table contains counters that indicate the number of times each error case happened that caused closing down a TCP connection.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfmFcipLinkErrorsEntry

cfmFcipLinkErrorsEntry 1.3.6.1.4.1.9.10.96.1.1.8.1
A conceptual row of the FCIP Link Errors Table containing error counters for a FCIP Link.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfmFcipLinkErrorsEntry  

cfmFcipLinkFcipLossofFcSynchs 1.3.6.1.4.1.9.10.96.1.1.8.1.1
The number of times FC synchronization lost on this FCIP Link.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfmFcipLinkFcipSfNotRcv 1.3.6.1.4.1.9.10.96.1.1.8.1.2
The number of times FCIP Special Frame not received on this FCIP Link.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfmFcipLinkFcipSfRespNotRcv 1.3.6.1.4.1.9.10.96.1.1.8.1.3
The number of times FCIP Special Frame Response not received on this FCIP Link.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfmFcipLinkFcipSfRespMismatch 1.3.6.1.4.1.9.10.96.1.1.8.1.4
The number of times FCIP Special Frame Bytes mismatch happened on this FCIP Link.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfmFcipLinkFcipSfInvalidNonce 1.3.6.1.4.1.9.10.96.1.1.8.1.5
The number of times FCIP Special Frame Invalid connections once happened on this FCIP Link.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfmFcipLinkFcipDuplicateSfRcv 1.3.6.1.4.1.9.10.96.1.1.8.1.6
The number of times duplicate FCIP Special Frames received on this FCIP Link.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfmFcipLinkFcipSfInvalidWWN 1.3.6.1.4.1.9.10.96.1.1.8.1.7
The number of times FCIP Special Frames with invalid destination FC Fabric Entity WWN received on this FCIP Link.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfmFcipLinkFcipBB2LkaTimeOut 1.3.6.1.4.1.9.10.96.1.1.8.1.8
The number of times B_Access Link Keep Alive Time out happened on this FCIP Link.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfmFcipLinkFcipSntpTimeStampExp 1.3.6.1.4.1.9.10.96.1.1.8.1.9
The number of times SNTP Time Stamp expired on this FCIP Link.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfmFcipLinkTcpTooManyErrors 1.3.6.1.4.1.9.10.96.1.1.8.1.10
The number of times TCP connections with too many errors closed down on this FCIP Link.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfmFcipLinkTcpKeepAliveTimeOut 1.3.6.1.4.1.9.10.96.1.1.8.1.11
The number of times TCP connections that experienced TCP Keep Alive Time outs closed down on this FCIP Link.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfmFcipLinkTcpExDatagramsDropped 1.3.6.1.4.1.9.10.96.1.1.8.1.12
The number of times TCP connections that dropped excessive number of datagrams closed down on this FCIP Link.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfmFcipLinkTcpSaParamMismatch 1.3.6.1.4.1.9.10.96.1.1.8.1.13
The number of times TCP connections with SA parameter mismatches closed down on this FCIP Link.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfmFcipCompliances 1.3.6.1.4.1.9.10.96.2.1
OBJECT IDENTIFIER    

cfmFcipGroups 1.3.6.1.4.1.9.10.96.2.2
OBJECT IDENTIFIER    

cfmFcipCompliance 1.3.6.1.4.1.9.10.96.2.1.1
Compliance statement for FCIP MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

cfmFcipEntityScalarGroup 1.3.6.1.4.1.9.10.96.2.2.1
A collection of scalar objects applicable to all FCIP instances.
Status: current Access: read-only
OBJECT-GROUP    

cfmFcipEntityInstanceGroup 1.3.6.1.4.1.9.10.96.2.2.2
A collection of objects providing information about FCIP instances.
Status: current Access: read-only
OBJECT-GROUP    

cfmFcipLinkGroup 1.3.6.1.4.1.9.10.96.2.2.3
A collection of objects providing information about FCIP Links.
Status: current Access: read-only
OBJECT-GROUP    

cfmFcipTcpConnGroup 1.3.6.1.4.1.9.10.96.2.2.4
A collection of objects providing information about FCIP TCP conections.
Status: current Access: read-only
OBJECT-GROUP    

cfmFcipDynamicRouteGroup 1.3.6.1.4.1.9.10.96.2.2.5
A collection of objects providing information about FCIP dynamic routes.
Status: current Access: read-only
OBJECT-GROUP    

cfmFcipStaticRouteGroup 1.3.6.1.4.1.9.10.96.2.2.6
A collection of objects providing information about FCIP static routes.
Status: current Access: read-only
OBJECT-GROUP    

cfmFcipLinkErrorsGroup 1.3.6.1.4.1.9.10.96.2.2.7
A collection of objects providing information about FCIP link errors.
Status: current Access: read-only
OBJECT-GROUP