CISCO-FC-MGMT-MIB

File: CISCO-FC-MGMT-MIB.mib (78910 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
IF-MIB CISCO-SMI SNMP-FRAMEWORK-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
Unsigned32 Counter32 Counter64
MODULE-COMPLIANCE OBJECT-GROUP TruthValue
TEXTUAL-CONVENTION ifIndex ciscoExperiment
SnmpAdminString

Defined Types

CfcmFcNameIdOrZero  
The World Wide Name (WWN) associated with a Fibre Channel (FC) entity. WWNs were initially defined as 64-bits in length. The latest definition (for future use) is 128-bits long. The zero-length string value is used in circumstances where the WWN is unassigned/unknown.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0|8|16)  

CfcmFcAddressId  
A Fibre Channel Address ID, a 24-bit value unique within the address space of a Fabric.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0|3)  

CfcmDomainIdOrZero  
The Domain Id (of a FC switch), or zero if no Domain Id has been assigned.
TEXTUAL-CONVENTION    
  INTEGER 0..239  

CfcmFcPortType  
The type of a Fibre Channel port, being one of the types described below. unknown - Fibre Channel port type is not known. other - the port type is something other than the ones described below. dynamic - the port could be one of the below port types and this varies dynamically. nPort - Any port on a node device, e.g., a disk, PC, etc. that is directly attached to a Fabric port. (Refer FC-PH, FC-FS). nlPort - An 'nPort' that also has arbitrated loop capabilities. (Refer FC-AL-2). fPort - A port on a fibre channel fabric. (Refer FC-PH, FC-FS). flPort - A 'fPort' that also has arbitrated loop capabilities. (Refer FC-AL-2). ePort - A fabric expansion port which attaches to another 'ePort' or 'bPort' to create an Inter-Switch Link. (Refer FC-SW-2). bPort - A bridge port on a device that implements FC-BBW and connects to an E_port on a switch. (Refer FC-BB).
TEXTUAL-CONVENTION    
  INTEGER unknown(1), other(2), dynamic(3), nPort(4), nlPort(5), fPort(6), flPort(7), ePort(8), bPort(9)  

CfcmFcClasses  
A set of Fibre Channel classes of service.
TEXTUAL-CONVENTION    
  BITS classF(0), class1(1), class2(2), class3(3), class4(4), class5(5), class6(6)  

CfcmFcBbCredit  
The buffer-to-buffer credit of an FC port. i.e., the number of frames a FC device can receive at a time without causing a buffer overrun condition.
TEXTUAL-CONVENTION    
  Integer32 0..32767  

CfcmFcBbCreditModel  
The buffer-to-buffer credit model of an Fx_Port.
TEXTUAL-CONVENTION    
  INTEGER regular(1), alternate(2)  

CfcmFcDataFieldSize  
The Receive Data Field Size associated with an FC port.
TEXTUAL-CONVENTION    
  Integer32 128..2112  

CfcmFcUnitFunctions  
A set of functions that a Fibre Channel Interconnect Element or Platform might perform. A value with no bits set, indicates the function(s) are unknown. The individual bits have the following meanings: other - none of the following. hub - a device that interconnects L_Ports, but does not operate as an FL_Port. switch - a fabric element conforming to the Fibre Channel switch fabric set of standards (e.g., FC-SW, FC-SW-2). bridge - a device that encapsulates Fibre Channel frames within another protocol (e.g., FC-BB, FC-BB-2). gateway - a device that converts an FC-4 to another protocol (e.g., FCP to iSCSI). host - a computer system that provides end users services such as computation and storage access. storageSubsys - an integrated collection of storage controllers, storage devices, and necessary software, that provides storage services to one or more hosts. storageAccessDev - a device that provides storage management and access for heterogeneous hosts and heterogeneous devices (e.g., medium changer). nas - a device that connects to a network and provides file access services. wdmux - a device that modulates/demodulates each of several data streams (e.g., Fibre Channel protocol data streams) onto/from a different part of the light spectrum in an optical fiber.
TEXTUAL-CONVENTION    
  BITS other(0), hub(1), switch(2), bridge(3), gateway(4), host(5), storageSubsys(6), storageAccessDev(7), nas(8), wdmux(9)  

CfcmPhysicalIndexOrZero  
The index value for a physical entity's row in the Entity MIB's entPhysicalTable. A zero value indicates that no row in the entPhysicalTable is applicable.
TEXTUAL-CONVENTION    
  INTEGER 0..2147483647  

CfcmHrSWInstalledIndexOrZero  
The index value for a software module's row in the Host Resources MIB's hrSWInstalledTable. A zero value indicates that no row in the hrSWInstalledTable is applicable.
TEXTUAL-CONVENTION    
  Integer32 0..2147483647  

CfcmMilliSeconds  
Time units in milliseconds.
TEXTUAL-CONVENTION    
  Unsigned32  

CfcmMicroSeconds  
Time units in microseconds.
TEXTUAL-CONVENTION    
  Unsigned32  

CfcmInstanceEntry  
SEQUENCE    
  cfcmInstanceIndex Unsigned32
  cfcmInstanceWwn CfcmFcNameIdOrZero
  cfcmInstanceFunctions CfcmFcUnitFunctions
  cfcmInstancePhysicalIndex CfcmPhysicalIndexOrZero
  cfcmInstanceSoftwareIndex CfcmHrSWInstalledIndexOrZero
  cfcmInstanceStatus INTEGER
  cfcmInstanceTextName SnmpAdminString
  cfcmInstanceDescr SnmpAdminString
  cfcmInstanceFabricId CfcmFcNameIdOrZero

CfcmSwitchEntry  
SEQUENCE    
  cfcmSwitchIndex Unsigned32
  cfcmSwitchDomainId CfcmDomainIdOrZero
  cfcmSwitchPrincipal TruthValue

CfcmPortEntry  
SEQUENCE    
  cfcmPortInstanceIndex Unsigned32
  cfcmPortWwn CfcmFcNameIdOrZero
  cfcmPortNodeWwn CfcmFcNameIdOrZero
  cfcmPortAdminType CfcmFcPortType
  cfcmPortOperType CfcmFcPortType
  cfcmPortFcCapClass CfcmFcClasses
  cfcmPortFcOperClass CfcmFcClasses
  cfcmPortTransmitterType INTEGER
  cfcmPortConnectorType INTEGER
  cfcmPortSerialNumber SnmpAdminString
  cfcmPortPhysicalNumber Unsigned32
  cfcmPortAdminSpeed INTEGER
  cfcmPortCapProtocols BITS
  cfcmPortOperProtocols BITS

CfcmPortStatsEntry  
SEQUENCE    
  cfcmPortBBCreditZeros Counter64
  cfcmPortFullInputBuffers Counter64
  cfcmPortClass2RxFrames Counter64
  cfcmPortClass2RxOctets Counter64
  cfcmPortClass2TxFrames Counter64
  cfcmPortClass2TxOctets Counter64
  cfcmPortClass2Discards Counter64
  cfcmPortClass2RxFbsyFrames Counter64
  cfcmPortClass2RxPbsyFrames Counter64
  cfcmPortClass2RxFrjtFrames Counter64
  cfcmPortClass2RxPrjtFrames Counter64
  cfcmPortClass2TxFbsyFrames Counter64
  cfcmPortClass2TxPbsyFrames Counter64
  cfcmPortClass2TxFrjtFrames Counter64
  cfcmPortClass2TxPrjtFrames Counter64
  cfcmPortClass3RxFrames Counter64
  cfcmPortClass3RxOctets Counter64
  cfcmPortClass3TxFrames Counter64
  cfcmPortClass3TxOctets Counter64
  cfcmPortClass3Discards Counter64
  cfcmPortClassFRxFrames Counter32
  cfcmPortClassFRxOctets Counter32
  cfcmPortClassFTxFrames Counter32
  cfcmPortClassFTxOctets Counter32
  cfcmPortClassFDiscards Counter32

CfcmPortLcStatsEntry  
SEQUENCE    
  cfcmPortLcBBCreditZeros Counter32
  cfcmPortLcFullInputBuffers Counter32
  cfcmPortLcClass2RxFrames Counter32
  cfcmPortLcClass2RxOctets Counter32
  cfcmPortLcClass2TxFrames Counter32
  cfcmPortLcClass2TxOctets Counter32
  cfcmPortLcClass2Discards Counter32
  cfcmPortLcClass2RxFbsyFrames Counter32
  cfcmPortLcClass2RxPbsyFrames Counter32
  cfcmPortLcClass2RxFrjtFrames Counter32
  cfcmPortLcClass2RxPrjtFrames Counter32
  cfcmPortLcClass2TxFbsyFrames Counter32
  cfcmPortLcClass2TxPbsyFrames Counter32
  cfcmPortLcClass2TxFrjtFrames Counter32
  cfcmPortLcClass2TxPrjtFrames Counter32
  cfcmPortLcClass3RxFrames Counter32
  cfcmPortLcClass3RxOctets Counter32
  cfcmPortLcClass3TxFrames Counter32
  cfcmPortLcClass3TxOctets Counter32
  cfcmPortLcClass3Discards Counter32

CfcmPortErrorsEntry  
SEQUENCE    
  cfcmPortRxLinkResets Counter32
  cfcmPortTxLinkResets Counter32
  cfcmPortLinkResets Counter32
  cfcmPortRxOfflineSequences Counter32
  cfcmPortTxOfflineSequences Counter32
  cfcmPortLinkFailures Counter32
  cfcmPortLossofSynchs Counter32
  cfcmPortLossofSignals Counter32
  cfcmPortPrimSeqProtocolErrors Counter32
  cfcmPortInvalidTxWords Counter32
  cfcmPortInvalidCRCs Counter32
  cfcmPortInvalidOrderedSets Counter32
  cfcmPortFrameTooLongs Counter32
  cfcmPortTruncatedFrames Counter32
  cfcmPortAddressErrors Counter32
  cfcmPortDelimiterErrors Counter32
  cfcmPortEncodingDisparityErrors Counter32
  cfcmPortOtherErrors Counter32

CfcmFxPortEntry  
SEQUENCE    
  cfcmFxPortRatov CfcmMilliSeconds
  cfcmFxPortEdtov CfcmMilliSeconds
  cfcmFxPortRttov CfcmMilliSeconds
  cfcmFxPortHoldTime CfcmMicroSeconds
  cfcmFxPortCapBbCreditMax CfcmFcBbCredit
  cfcmFxPortCapBbCreditMin CfcmFcBbCredit
  cfcmFxPortCapDataFieldSizeMax CfcmFcDataFieldSize
  cfcmFxPortCapDataFieldSizeMin CfcmFcDataFieldSize
  cfcmFxPortCapClass2SeqDeliv TruthValue
  cfcmFxPortCapClass3SeqDeliv TruthValue
  cfcmFxPortCapHoldTimeMax CfcmMicroSeconds
  cfcmFxPortCapHoldTimeMin CfcmMicroSeconds

CfcmISPortEntry  
SEQUENCE    
  cfcmISPortClassFCredit CfcmFcBbCredit
  cfcmISPortClassFDataFieldSize CfcmFcDataFieldSize

CfcmFLoginEntry  
SEQUENCE    
  cfcmFLoginNxPortIndex Unsigned32
  cfcmFLoginPortWwn CfcmFcNameIdOrZero
  cfcmFLoginNodeWwn CfcmFcNameIdOrZero
  cfcmFLoginBbCreditModel CfcmFcBbCreditModel
  cfcmFLoginBbCredit CfcmFcBbCredit
  cfcmFLoginClassesAgreed CfcmFcClasses
  cfcmFLoginClass2SeqDelivAgreed TruthValue
  cfcmFLoginClass2DataFieldSize CfcmFcDataFieldSize
  cfcmFLoginClass3SeqDelivAgreed TruthValue
  cfcmFLoginClass3DataFieldSize CfcmFcDataFieldSize

CfcmLinkEntry  
SEQUENCE    
  cfcmLinkIndex Unsigned32
  cfcmLinkEnd1NodeWwn CfcmFcNameIdOrZero
  cfcmLinkEnd1PhysPortNumber Unsigned32
  cfcmLinkEnd1PortWwn CfcmFcNameIdOrZero
  cfcmLinkEnd2NodeWwn CfcmFcNameIdOrZero
  cfcmLinkEnd2PhysPortNumber Unsigned32
  cfcmLinkEnd2PortWwn CfcmFcNameIdOrZero
  cfcmLinkEnd2AgentAddress SnmpAdminString
  cfcmLinkEnd2PortType CfcmFcPortType
  cfcmLinkEnd2UnitType CfcmFcUnitFunctions
  cfcmLinkEnd2FcAddressId CfcmFcAddressId

Defined Values

ciscoFcMgmtMIB 1.3.6.1.4.1.9.10.999999
This module defines management information specific to Fibre Channel-attached devices. This module is an adaptation of IETF's IPS working group's draft, draft-ietf-ips-fcmgmt-mib-02
MODULE-IDENTITY    

cfcmgmtObjects 1.3.6.1.4.1.9.10.999999.1
OBJECT IDENTIFIER    

cfcmgmtNotifications 1.3.6.1.4.1.9.10.999999.2
OBJECT IDENTIFIER    

cfcmgmtNotifPrefix 1.3.6.1.4.1.9.10.999999.2.0
OBJECT IDENTIFIER    

cfcmgmtConformance 1.3.6.1.4.1.9.10.999999.3
OBJECT IDENTIFIER    

cfcmInstanceTable 1.3.6.1.4.1.9.10.999999.1.1
Information about the local Fibre Channel management instances.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfcmInstanceEntry

cfcmInstanceEntry 1.3.6.1.4.1.9.10.999999.1.1.1
A list of attributes for a particular local Fibre Channel management instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfcmInstanceEntry  

cfcmInstanceIndex 1.3.6.1.4.1.9.10.999999.1.1.1.1
An arbitrary integer value which uniquely identifies this instance amongst all local Fibre Channel management instances. It is mandatory that this value remain constant between restarts of the agent except, in case of certain re- configurations of the local system where it is natural for it to change. It is desirable that this value remain constant across restarts.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

cfcmInstanceWwn 1.3.6.1.4.1.9.10.999999.1.1.1.2
If the instance has one (or more) WWN(s), then this object contains that (or one of those) WWN(s). If the instance does not have a WWN associated with it, then this object contains the zero-length string.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcNameIdOrZero  

cfcmInstanceFunctions 1.3.6.1.4.1.9.10.999999.1.1.1.3
One (or more) Fibre Channel unit functions being performed by this instance.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcUnitFunctions  

cfcmInstancePhysicalIndex 1.3.6.1.4.1.9.10.999999.1.1.1.4
If this management instance corresponds to a physical component (or to a hierarchy of physical components), then this object's value is the value of the entPhysicalIndex of that component (or of the component at the root of that hierarchy). If there is no correspondence to a physical component (or no component which has an entPhysicalIndex value), then the value of this object is zero.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmPhysicalIndexOrZero  

cfcmInstanceSoftwareIndex 1.3.6.1.4.1.9.10.999999.1.1.1.5
If this management instance corresponds to an installed software module, then this object's value is the value of the hrSWInstalledIndex of that module. If there is no correspondence to an installed software module (or no module which has a hrSWInstalledIndex value), then the value of this object is zero.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmHrSWInstalledIndexOrZero  

cfcmInstanceStatus 1.3.6.1.4.1.9.10.999999.1.1.1.6
Overall status of the Fibre Channel entity/entities managed by this management instance. The value should reflect the most serious status of such entities.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), ok(2), warning(3), failed(4)  

cfcmInstanceTextName 1.3.6.1.4.1.9.10.999999.1.1.1.7
A textual name for this management instance and the Fibre Channel entity/entities that it is managing.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..79)  

cfcmInstanceDescr 1.3.6.1.4.1.9.10.999999.1.1.1.8
A textual description of this management instance and the Fibre Channel entity/entities that it is managing.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString  

cfcmInstanceFabricId 1.3.6.1.4.1.9.10.999999.1.1.1.9
The globally unique Fabric Identifier which identifies the fabric to which the Fibre Channel entity/entities managed by this management instance are connected, or, of which they are a part. This is typically the Node WWN of the principal switch of a Fibre Channel fabric. The zero-length string indicates that the fabric identifier is unknown (or not applicable).
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcNameIdOrZero  

cfcmSwitchTable 1.3.6.1.4.1.9.10.999999.1.2
A table of information about Fibre Channel switches which are managed by Fibre Channel management instances. Each Fibre Channel management instance can manage one or more Fibre Channel switches.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfcmSwitchEntry

cfcmSwitchEntry 1.3.6.1.4.1.9.10.999999.1.2.1
Information about a particular Fibre Channel switch which is managed by the management instance given by cfcmInstanceIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfcmSwitchEntry  

cfcmSwitchIndex 1.3.6.1.4.1.9.10.999999.1.2.1.1
An arbitrary integer which uniquely identifies a Fibre Channel switch amongst those managed by one Fibre Channel management instance.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

cfcmSwitchDomainId 1.3.6.1.4.1.9.10.999999.1.2.1.2
The Domain Id of this switch. A value of zero indicates that a switch has not (yet) been assigned a Domain Id.
Status: current Access: read-write
OBJECT-TYPE    
  CfcmDomainIdOrZero  

cfcmSwitchPrincipal 1.3.6.1.4.1.9.10.999999.1.2.1.3
An indication of whether this switch is the principal switch within its fabric.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cfcmPortTable 1.3.6.1.4.1.9.10.999999.1.3
Information about Fibre Channel ports. Each Fibre Channel port is represented by one entry in the IF-MIB's ifTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfcmPortEntry

cfcmPortEntry 1.3.6.1.4.1.9.10.999999.1.3.1
Each entry contains information about a specific port.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfcmPortEntry  

cfcmPortInstanceIndex 1.3.6.1.4.1.9.10.999999.1.3.1.1
The value of cfcmInstanceIndex by which the Fibre Channel management instance, which manages this port, is identified in the cfcmInstanceTable.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32 1..4294967295  

cfcmPortWwn 1.3.6.1.4.1.9.10.999999.1.3.1.2
The World Wide Name of the port, or the zero-length string if the port does not have a WWN.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcNameIdOrZero  

cfcmPortNodeWwn 1.3.6.1.4.1.9.10.999999.1.3.1.3
The World Wide Name of the Node which contains this port, or the zero-length string if the port does not have a node WWN.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcNameIdOrZero  

cfcmPortAdminType 1.3.6.1.4.1.9.10.999999.1.3.1.4
The administratively desired type of this port. Each port will typically only be able to support a subset of these types.
Status: current Access: read-write
OBJECT-TYPE    
  CfcmFcPortType  

cfcmPortOperType 1.3.6.1.4.1.9.10.999999.1.3.1.5
The current operational type of this port.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcPortType  

cfcmPortFcCapClass 1.3.6.1.4.1.9.10.999999.1.3.1.6
The classes of service capability of this port.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcClasses  

cfcmPortFcOperClass 1.3.6.1.4.1.9.10.999999.1.3.1.7
The classes of service that are currently operational on this port. For an FL_Port, this is the union of the classes being supported across all attached NL_Ports.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcClasses  

cfcmPortTransmitterType 1.3.6.1.4.1.9.10.999999.1.3.1.8
The technology of the port transceiver.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), other(2), shortwave850nm(3), longwave1550nm(4), longwave1310nm(5), electrical(6)  

cfcmPortConnectorType 1.3.6.1.4.1.9.10.999999.1.3.1.9
The module type of the port connector. This object refers to the hardware implementation of the port. It will be 'embedded' if the hardware equivalent to Gigabit interface card (GBIC) is part of the line card and is unremovable. It will be 'glm' if it's a gigabit link module (GLM). It will be 'gbicSerialId' if the GBIC serial id can be read, else it will be 'gbicNoSerialId'. It will be 'sfpSerialId', if the small form factor (SFP) pluggable GBICs serial id can be read, else it will be 'sfpNoSerialId'.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), other(2), gbic(3), embedded(4), glm(5), gbicSerialId(6), gbicNoSerialId(7), sfpSerialId(8), sfpNoSerialId(9)  

cfcmPortSerialNumber 1.3.6.1.4.1.9.10.999999.1.3.1.10
The serial number associated with the port (e.g., for a GBIC). If not applicable, the object's value is a zero- length string.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cfcmPortPhysicalNumber 1.3.6.1.4.1.9.10.999999.1.3.1.11
This is the port's 'Physical Port Number' as defined by GS-3.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cfcmPortAdminSpeed 1.3.6.1.4.1.9.10.999999.1.3.1.12
The speed of the interface: 'auto' - auto-negotiation 'tenGbs' - 10Gbs 'fourGbs' - 4Gbs 'twoGbs' - 2Gbs 'oneGbs' - 1Gbs 'halfGbs' - 500Mbs 'quarterGbs' - 250Mbs 'eighthGbs' - 125Mbs
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER auto(1), eighthGbs(2), quarterGbs(3), halfGbs(4), oneGbs(5), twoGbs(6), fourGbs(7), tenGbs(8)  

cfcmPortCapProtocols 1.3.6.1.4.1.9.10.999999.1.3.1.13
A bit mask specifying the higher level protocols which are supported on this port. Note that for generic Fx_Ports, E_Ports and B_Ports, this object will indicate all protocols.
Status: current Access: read-only
OBJECT-TYPE    
  BITS unknown(0), loop(1), fabric(2), scsi(3), tcpIp(4), vi(5), ficon(6)  

cfcmPortOperProtocols 1.3.6.1.4.1.9.10.999999.1.3.1.14
A bit mask specifying the higher level protocols which are currently operational on this port. For Fx_Ports, E_Ports and B_Ports, this object will typically have the value 'unknown'.
Status: current Access: read-only
OBJECT-TYPE    
  BITS unknown(0), loop(1), fabric(2), scsi(3), tcpIp(4), vi(5), ficon(6)  

cfcmPortStatsTable 1.3.6.1.4.1.9.10.999999.1.4
A list of statistics for Fibre Channel ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfcmPortStatsEntry

cfcmPortStatsEntry 1.3.6.1.4.1.9.10.999999.1.4.1
An entry containing statistics for a Fibre Channel port.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfcmPortStatsEntry  

cfcmPortBBCreditZeros 1.3.6.1.4.1.9.10.999999.1.4.1.1
The number of transitions in/out of the buffer-to-buffer credit zero state. The other side is not providing any credit.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfcmPortFullInputBuffers 1.3.6.1.4.1.9.10.999999.1.4.1.2
The number of occurrences when all input buffers of a port were full and outbound buffer-to-buffer credit transitioned to zero, i.e., there became no credit to provide to other side.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfcmPortClass2RxFrames 1.3.6.1.4.1.9.10.999999.1.4.1.3
The number of Class 2 frames received at this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfcmPortClass2RxOctets 1.3.6.1.4.1.9.10.999999.1.4.1.4
The number of octets contained in Class 2 frames received at this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfcmPortClass2TxFrames 1.3.6.1.4.1.9.10.999999.1.4.1.5
The number of Class 2 frames transmitted out of this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfcmPortClass2TxOctets 1.3.6.1.4.1.9.10.999999.1.4.1.6
The number of octets contained in Class 2 frames transmitted out of this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfcmPortClass2Discards 1.3.6.1.4.1.9.10.999999.1.4.1.7
The number of Class 2 frames that were discarded upon reception at this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfcmPortClass2RxFbsyFrames 1.3.6.1.4.1.9.10.999999.1.4.1.8
The number of times that F_BSY was returned to this port as a result of a Class 2 frame that could not be delivered to the other end of the link. This can occur when either the fabric or the destination port is temporarily busy. Note that this counter will never increment for an F_Port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfcmPortClass2RxPbsyFrames 1.3.6.1.4.1.9.10.999999.1.4.1.9
The number of times that P_BSY was returned to this port as a result of a Class 2 frame that could not be delivered to the other end of the link. This can occur when the destination port is temporarily busy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfcmPortClass2RxFrjtFrames 1.3.6.1.4.1.9.10.999999.1.4.1.10
The number of times that F_RJT was returned to this port as a result of a Class 2 frame that was rejected by the fabric. Note that this counter will never increment for an F_Port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfcmPortClass2RxPrjtFrames 1.3.6.1.4.1.9.10.999999.1.4.1.11
The number of times that P_RJT was returned to this port as a result of a Class 2 frame that was rejected at the destination N_Port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfcmPortClass2TxFbsyFrames 1.3.6.1.4.1.9.10.999999.1.4.1.12
The number of times that F_BSY was generated by this port as a result of a Class 2 frame that could not be delivered because either the Fabric or the destination port was temporarily busy. Note that this counter will never increment for an N_Port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfcmPortClass2TxPbsyFrames 1.3.6.1.4.1.9.10.999999.1.4.1.13
The number of times that P_BSY was generated by this port as a result of a Class 2 frame that could not be delivered because the destination port was temporarily busy. Note that this counter will never increment for an F_Port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfcmPortClass2TxFrjtFrames 1.3.6.1.4.1.9.10.999999.1.4.1.14
The number of times that F_RJT was generated by this port as a result of a Class 2 frame being rejected by the fabric. Note that this counter will never increment for an N_Port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfcmPortClass2TxPrjtFrames 1.3.6.1.4.1.9.10.999999.1.4.1.15
The number of times that P_RJT was generated by this port as a result of a Class 2 frame being rejected at the destination N_Port. Note that this counter will never increment for an F_Port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfcmPortClass3RxFrames 1.3.6.1.4.1.9.10.999999.1.4.1.16
The number of Class 3 frames received at this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfcmPortClass3RxOctets 1.3.6.1.4.1.9.10.999999.1.4.1.17
The number of octets contained in Class 3 frames received at this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfcmPortClass3TxFrames 1.3.6.1.4.1.9.10.999999.1.4.1.18
The number of Class 3 frames transmitted out of this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfcmPortClass3TxOctets 1.3.6.1.4.1.9.10.999999.1.4.1.19
The number of octets contained in Class 3 frames transmitted out of this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfcmPortClass3Discards 1.3.6.1.4.1.9.10.999999.1.4.1.20
The number of Class 3 frames that were discarded upon reception at this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

cfcmPortClassFRxFrames 1.3.6.1.4.1.9.10.999999.1.4.1.21
The number of Class F frames received at this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortClassFRxOctets 1.3.6.1.4.1.9.10.999999.1.4.1.22
The number of octets contained in Class F frames received at this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortClassFTxFrames 1.3.6.1.4.1.9.10.999999.1.4.1.23
The number of Class F frames transmitted out of this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortClassFTxOctets 1.3.6.1.4.1.9.10.999999.1.4.1.24
The number of octets contained in Class F frames transmitted out of this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortClassFDiscards 1.3.6.1.4.1.9.10.999999.1.4.1.25
The number of Class F frames that were discarded upon reception at this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLcStatsTable 1.3.6.1.4.1.9.10.999999.1.5
A list of Counter32-based statistics which are a shadow of the Counter64 statistics in the cfcmPortStatsTable, for systems which do not support Counter64.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfcmPortLcStatsEntry

cfcmPortLcStatsEntry 1.3.6.1.4.1.9.10.999999.1.5.1
An entry containing low-capacity (i.e., based on Counter32) statistics for a Fibre Channel port.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfcmPortLcStatsEntry  

cfcmPortLcBBCreditZeros 1.3.6.1.4.1.9.10.999999.1.5.1.1
The number of transitions in/out of the buffer-to-buffer credit zero state. The other side is not providing any credit.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLcFullInputBuffers 1.3.6.1.4.1.9.10.999999.1.5.1.2
The number of occurrences when all input buffers of a port were full and outbound buffer-to-buffer credit transitioned to zero, i.e., there became no credit to provide to other side.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLcClass2RxFrames 1.3.6.1.4.1.9.10.999999.1.5.1.3
The number of Class 2 frames received at this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLcClass2RxOctets 1.3.6.1.4.1.9.10.999999.1.5.1.4
The number of octets contained in Class 2 frames received at this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLcClass2TxFrames 1.3.6.1.4.1.9.10.999999.1.5.1.5
The number of Class 2 frames transmitted out of this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLcClass2TxOctets 1.3.6.1.4.1.9.10.999999.1.5.1.6
The number of octets contained in Class 2 frames transmitted out of this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLcClass2Discards 1.3.6.1.4.1.9.10.999999.1.5.1.7
The number of Class 2 frames that were discarded upon reception at this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLcClass2RxFbsyFrames 1.3.6.1.4.1.9.10.999999.1.5.1.8
The number of times that F_BSY was returned to this port as a result of a Class 2 frame that could not be delivered to the other end of the link. This can occur when either the fabric or the destination port is temporarily busy. Note that this counter will never increment for an F_Port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLcClass2RxPbsyFrames 1.3.6.1.4.1.9.10.999999.1.5.1.9
The number of times that P_BSY was returned to this port as a result of a Class 2 frame that could not be delivered to the other end of the link. This can occur when the destination port is temporarily busy.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLcClass2RxFrjtFrames 1.3.6.1.4.1.9.10.999999.1.5.1.10
The number of times that F_RJT was returned to this port as a result of a Class 2 frame that was rejected by the fabric. Note that this counter will never increment for an F_Port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLcClass2RxPrjtFrames 1.3.6.1.4.1.9.10.999999.1.5.1.11
The number of times that P_RJT was returned to this port as a result of a Class 2 frame that was rejected at the destination N_Port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLcClass2TxFbsyFrames 1.3.6.1.4.1.9.10.999999.1.5.1.12
The number of times that F_BSY was generated by this port as a result of a Class 2 frame that could not be delivered because either the Fabric or the destination port was temporarily busy. Note that this counter will never increment for an N_Port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLcClass2TxPbsyFrames 1.3.6.1.4.1.9.10.999999.1.5.1.13
The number of times that P_BSY was generated by this port as a result of a Class 2 frame that could not be delivered because the destination port was temporarily busy. Note that this counter will never increment for an F_Port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLcClass2TxFrjtFrames 1.3.6.1.4.1.9.10.999999.1.5.1.14
The number of times that F_RJT was generated by this port as a result of a Class 2 frame being rejected by the fabric. Note that this counter will never increment for an N_Port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLcClass2TxPrjtFrames 1.3.6.1.4.1.9.10.999999.1.5.1.15
The number of times that P_RJT was generated by this port as a result of a Class 2 frame being rejected at the destination N_Port. Note that this counter will never increment for an F_Port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLcClass3RxFrames 1.3.6.1.4.1.9.10.999999.1.5.1.16
The number of Class 3 frames received at this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLcClass3RxOctets 1.3.6.1.4.1.9.10.999999.1.5.1.17
The number of octets contained in Class 3 frames received at this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLcClass3TxFrames 1.3.6.1.4.1.9.10.999999.1.5.1.18
The number of Class 3 frames transmitted out of this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLcClass3TxOctets 1.3.6.1.4.1.9.10.999999.1.5.1.19
The number of octets contained in Class 3 frames transmitted out of this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLcClass3Discards 1.3.6.1.4.1.9.10.999999.1.5.1.20
The number of Class 3 frames that were discarded upon reception at this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortErrorsTable 1.3.6.1.4.1.9.10.999999.1.6
Error counters for Fibre Channel ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfcmPortErrorsEntry

cfcmPortErrorsEntry 1.3.6.1.4.1.9.10.999999.1.6.1
Error counters for a Fibre Channel port.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfcmPortErrorsEntry  

cfcmPortRxLinkResets 1.3.6.1.4.1.9.10.999999.1.6.1.1
The number of Link resets (LR primitives) received.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortTxLinkResets 1.3.6.1.4.1.9.10.999999.1.6.1.2
The number of Link resets (LRs primitive) transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLinkResets 1.3.6.1.4.1.9.10.999999.1.6.1.3
The number of times the reset link protocol was initiated on this port. This includes the number of Loop Initialization Primitive (LIP) events on an arbitrated loop port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortRxOfflineSequences 1.3.6.1.4.1.9.10.999999.1.6.1.4
The number of Offline Primitive OLS received at this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortTxOfflineSequences 1.3.6.1.4.1.9.10.999999.1.6.1.5
The number of Offline Primitive OLS transmitted by this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLinkFailures 1.3.6.1.4.1.9.10.999999.1.6.1.6
The number of link failures. This count is part of FC-PH's Link Error Status Block (LESB).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLossofSynchs 1.3.6.1.4.1.9.10.999999.1.6.1.7
The number of instances of synchronization loss detected at this port. This count is part of FC-PH's Link Error Status Block (LESB).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortLossofSignals 1.3.6.1.4.1.9.10.999999.1.6.1.8
The number of instances of signal loss detected at this port. This count is part of FC-PH's Link Error Status Block (LESB).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortPrimSeqProtocolErrors 1.3.6.1.4.1.9.10.999999.1.6.1.9
The number of primitive sequence protocol errors detected at this port. This count is part of CFC-PH's Link Error Status Block (LESB).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortInvalidTxWords 1.3.6.1.4.1.9.10.999999.1.6.1.10
The number of invalid transmission words received at this port. This count is part of FC-PH's Link Error Status Block (LESB).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortInvalidCRCs 1.3.6.1.4.1.9.10.999999.1.6.1.11
The number of frames received with invalid CRC. This count is part of FC-PH's Link Error Status Block (LESB).
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortInvalidOrderedSets 1.3.6.1.4.1.9.10.999999.1.6.1.12
The number of invalid ordered sets received at this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortFrameTooLongs 1.3.6.1.4.1.9.10.999999.1.6.1.13
The number of frames received at this port where the frame length was greater than what was agreed to in FLOGI/PLOGI. This could be caused by losing the end of frame delimiter.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortTruncatedFrames 1.3.6.1.4.1.9.10.999999.1.6.1.14
The number of frames received at this port where the frame length was less than the minimum indicated by the frame header - normally 24 bytes, but it could be more if the DFCTL field indicates an optional header should have been present.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortAddressErrors 1.3.6.1.4.1.9.10.999999.1.6.1.15
The number of frames received with unknown addressing. e.x. unknown SID or DID. the SID or DID is not known to the routing algorithm.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortDelimiterErrors 1.3.6.1.4.1.9.10.999999.1.6.1.16
The number of invalid frame delimiters received at this port. An example is a frame with a class 2 start and a class 3 at the end.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortEncodingDisparityErrors 1.3.6.1.4.1.9.10.999999.1.6.1.17
The number of encoding disparity errors received at this port.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmPortOtherErrors 1.3.6.1.4.1.9.10.999999.1.6.1.18
The number of errors which were detected on this port but which were not counted by any other error counter in this row.
Status: current Access: read-only
OBJECT-TYPE    
  Counter32  

cfcmFxPortTable 1.3.6.1.4.1.9.10.999999.1.7
Additional information about Fibre Channel ports which is specific to Fx_Ports. This table will contain one entry for each cfcmPortTable entry which represents an Fx_Port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfcmFxPortEntry

cfcmFxPortEntry 1.3.6.1.4.1.9.10.999999.1.7.1
Each entry contains information about FC protocol related timer values of a specific Fx_Port and information about buffer capacity, maximum data field size of frames handled by this port and other capability information.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfcmFxPortEntry  

cfcmFxPortRatov 1.3.6.1.4.1.9.10.999999.1.7.1.1
The Resource_Allocation_Timeout Value configured for this Fx_Port. This is used as the timeout value for determining when to reuse an Nx_Port resource such as a Recovery_Qualifier. It represents the Error_Detect_Timeout value (see cfcmFxPortEdtov) plus twice the maximum time that a frame may be delayed within the Fabric and still be delivered.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmMilliSeconds  

cfcmFxPortEdtov 1.3.6.1.4.1.9.10.999999.1.7.1.2
The Error_Detect_Timeout value configured for this Fx_Port. This is used as the timeout value for detecting an error condition.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmMilliSeconds  

cfcmFxPortRttov 1.3.6.1.4.1.9.10.999999.1.7.1.3
The Receiver_Transmitter_Timeout value of this Fx_Port. This is used by the receiver logic to detect Loss of Synchronization.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmMilliSeconds  

cfcmFxPortHoldTime 1.3.6.1.4.1.9.10.999999.1.7.1.4
The maximum time that this Fx_Port shall hold a frame before discarding the frame if it is unable to deliver the frame. The value 0 means that this Fx_Port does not support this parameter.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmMicroSeconds  

cfcmFxPortCapBbCreditMax 1.3.6.1.4.1.9.10.999999.1.7.1.5
The maximum number of receive buffers which this port is capable of making available for holding frames from attached Nx_Port(s).
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcBbCredit  

cfcmFxPortCapBbCreditMin 1.3.6.1.4.1.9.10.999999.1.7.1.6
The minimum number of receive buffers which this port is capable of making available for holding frames from attached Nx_Port(s).
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcBbCredit  

cfcmFxPortCapDataFieldSizeMax 1.3.6.1.4.1.9.10.999999.1.7.1.7
The maximum size in bytes of the Data Field in a frame that this Fx_Port is capable of receiving from an attached Nx_Port.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcDataFieldSize  

cfcmFxPortCapDataFieldSizeMin 1.3.6.1.4.1.9.10.999999.1.7.1.8
The minimum size in bytes of the Data Field in a frame that this Fx_Port is capable of receiving from an attached Nx_Port.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcDataFieldSize  

cfcmFxPortCapClass2SeqDeliv 1.3.6.1.4.1.9.10.999999.1.7.1.9
An indication of whether this Fx_Port is capable of supporting Class 2 Sequential Delivery.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cfcmFxPortCapClass3SeqDeliv 1.3.6.1.4.1.9.10.999999.1.7.1.10
An indication of whether this Fx_Port is capable of supporting Class 3 Sequential Delivery.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cfcmFxPortCapHoldTimeMax 1.3.6.1.4.1.9.10.999999.1.7.1.11
The maximum holding time that this Fx_Port is capable of supporting.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmMicroSeconds  

cfcmFxPortCapHoldTimeMin 1.3.6.1.4.1.9.10.999999.1.7.1.12
The minimum holding time that this Fx_Port is capable of supporting.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmMicroSeconds  

cfcmISPortTable 1.3.6.1.4.1.9.10.999999.1.8
Additional information about E_Ports, B_Ports, and any other type of Fibre Channel port to which inter-switch links can be connected. This table will contain one entry for each cfcmPortTable entry which represents such a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfcmISPortEntry

cfcmISPortEntry 1.3.6.1.4.1.9.10.999999.1.8.1
Each entry contains information about a specific port connected to an inter-switch link.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfcmISPortEntry  

cfcmISPortClassFCredit 1.3.6.1.4.1.9.10.999999.1.8.1.1
The maximum number of Class F data frames which can be transmitted by the inter-switch port without receipt of ACK or Link_Response frames.
Status: current Access: read-write
OBJECT-TYPE    
  CfcmFcBbCredit  

cfcmISPortClassFDataFieldSize 1.3.6.1.4.1.9.10.999999.1.8.1.2
The Receive Data Field Size which the inter-switch port has agreed to support for Class F frames to/from this port. The size specifies the largest Data Field Size for an FT_1 frame.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcDataFieldSize  

cfcmFLoginTable 1.3.6.1.4.1.9.10.999999.1.9
A table that contains one entry for each Nx_Port logged- in/attached to a particular Fx_Port in the switch. Each entry contains the services parameters established during the most recent Fabric Login, explicit or implicit. Note that an Fx_Port may have one or more Nx_Ports attached to it.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfcmFLoginEntry

cfcmFLoginEntry 1.3.6.1.4.1.9.10.999999.1.9.1
An entry containing service parameters established from a successful Fabric Login.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfcmFLoginEntry  

cfcmFLoginNxPortIndex 1.3.6.1.4.1.9.10.999999.1.9.1.1
An arbitrary integer which uniquely identifies an Nx_Port amongst all those attached to the Fx_Port indicated by ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

cfcmFLoginPortWwn 1.3.6.1.4.1.9.10.999999.1.9.1.2
The port name of the attached Nx_Port, or the zero-length string if unknown.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcNameIdOrZero  

cfcmFLoginNodeWwn 1.3.6.1.4.1.9.10.999999.1.9.1.3
The node name of the attached Nx_Port, or the zero-length string if unknown.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcNameIdOrZero  

cfcmFLoginBbCreditModel 1.3.6.1.4.1.9.10.999999.1.9.1.4
The buffer-to-buffer credit model in use by the Fx_Port.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcBbCreditModel  

cfcmFLoginBbCredit 1.3.6.1.4.1.9.10.999999.1.9.1.5
The number of buffers available for holding frames to be transmitted to the attached Nx_Port. These buffers are for buffer-to-buffer flow control in the direction from Fx_Port to Nx_Port.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcBbCredit  

cfcmFLoginClassesAgreed 1.3.6.1.4.1.9.10.999999.1.9.1.6
The Classes of Service which the Fx_Port has agreed to support for this Nx_Port.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcClasses  

cfcmFLoginClass2SeqDelivAgreed 1.3.6.1.4.1.9.10.999999.1.9.1.7
An indication of whether the Fx_Port has agreed to support Class 2 sequential delivery for this Nx_Port. This is only meaningful if Class 2 service has been agreed.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cfcmFLoginClass2DataFieldSize 1.3.6.1.4.1.9.10.999999.1.9.1.8
The Receive Data Field Size which the Fx_Port has agreed to support for Class 2 frames to/from this Nx_Port. The size specifies the largest Data Field Size for an FT_1 frame. This is only meaningful if Class 2 service has been agreed.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcDataFieldSize  

cfcmFLoginClass3SeqDelivAgreed 1.3.6.1.4.1.9.10.999999.1.9.1.9
An indication of whether the Fx_Port has agreed to support Class 3 sequential delivery for this Nx_Port. This is only meaningful if Class 3 service has been agreed.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

cfcmFLoginClass3DataFieldSize 1.3.6.1.4.1.9.10.999999.1.9.1.10
The Receive Data Field Size which the Fx_Port has agreed to support for Class 3 frames to/from this Nx_Port. The size specifies the largest Data Field Size for an FT_1 frame. This is only meaningful if Class 3 service has been agreed.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcDataFieldSize  

cfcmLinkTable 1.3.6.1.4.1.9.10.999999.1.10
A table containing any Fibre Channel link information which is known to local Fibre Channel managed instances. One end of such a link is typically at a local port, but the table can also contain information on links for which neither end is a local port. If one end of a link terminates locally, then that end is termed 'end1'; the other end is termed 'end2'.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfcmLinkEntry

cfcmLinkEntry 1.3.6.1.4.1.9.10.999999.1.10.1
An entry containing information which a particular Fibre Channel managed instance has about a Fibre Channel link. The two ends of the link are called 'end1' and 'end2'.
Status: current Access: not-accessible
OBJECT-TYPE    
  CfcmLinkEntry  

cfcmLinkIndex 1.3.6.1.4.1.9.10.999999.1.10.1.1
An arbitrary integer which uniquely identifies one link within the set of links about which a particular managed instance has information.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

cfcmLinkEnd1NodeWwn 1.3.6.1.4.1.9.10.999999.1.10.1.2
The node name of end1, or the zero-length string if unknown.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcNameIdOrZero  

cfcmLinkEnd1PhysPortNumber 1.3.6.1.4.1.9.10.999999.1.10.1.3
The physical port number of end1, or zero if unknown.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cfcmLinkEnd1PortWwn 1.3.6.1.4.1.9.10.999999.1.10.1.4
The port WWN of end1, or the zero-length string if unknown. ('end1' is local if this value is equal to the value of cfcmPortWwn in one of the rows of the cfcmPortTable.)
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcNameIdOrZero  

cfcmLinkEnd2NodeWwn 1.3.6.1.4.1.9.10.999999.1.10.1.5
The node name of end2, or the zero-length string if unknown.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcNameIdOrZero  

cfcmLinkEnd2PhysPortNumber 1.3.6.1.4.1.9.10.999999.1.10.1.6
The physical port number of end2, or zero if unknown.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cfcmLinkEnd2PortWwn 1.3.6.1.4.1.9.10.999999.1.10.1.7
The port WWN of end2, or the zero-length string if unknown.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcNameIdOrZero  

cfcmLinkEnd2AgentAddress 1.3.6.1.4.1.9.10.999999.1.10.1.8
The address of the SNMP agent for the Fibre Channel Interconnect Element or Platform of which end2 is a part. If the address is unknown, the value of this object is the zero-length string.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString  

cfcmLinkEnd2PortType 1.3.6.1.4.1.9.10.999999.1.10.1.9
The port type of end2.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcPortType  

cfcmLinkEnd2UnitType 1.3.6.1.4.1.9.10.999999.1.10.1.10
The type of/function(s) performed by the Fibre Channel Interconnect Element or Platform of which end2 is a part.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcUnitFunctions  

cfcmLinkEnd2FcAddressId 1.3.6.1.4.1.9.10.999999.1.10.1.11
The Fibre Channel Address ID of end2, or the zero-length string if unknown.
Status: current Access: read-only
OBJECT-TYPE    
  CfcmFcAddressId  

cfcmgmtCompliances 1.3.6.1.4.1.9.10.999999.3.1
OBJECT IDENTIFIER    

cfcmgmtGroups 1.3.6.1.4.1.9.10.999999.3.2
OBJECT IDENTIFIER    

cfcmgmtCompliance 1.3.6.1.4.1.9.10.999999.3.1.1
Describes the requirements for compliance to this Fibre Channel Management MIB.
Status: current Access: read-only
MODULE-COMPLIANCE    

cfcmInstanceBasicGroup 1.3.6.1.4.1.9.10.999999.3.2.1
Basic information about Fibre Channel managed instances.
Status: current Access: read-only
OBJECT-GROUP    

cfcmSwitchBasicGroup 1.3.6.1.4.1.9.10.999999.3.2.2
Basic information about Fibre Channel switches.
Status: current Access: read-only
OBJECT-GROUP    

cfcmPortBasicGroup 1.3.6.1.4.1.9.10.999999.3.2.3
Basic information about Fibre Channel ports.
Status: current Access: read-only
OBJECT-GROUP    

cfcmPortStatsGroup 1.3.6.1.4.1.9.10.999999.3.2.4
Traffic statistics, which are not specific to any one class of service, for Fibre Channel ports.
Status: current Access: read-only
OBJECT-GROUP    

cfcmPortClass23StatsGroup 1.3.6.1.4.1.9.10.999999.3.2.5
Traffic statistics for Class 2 and Class 3 traffic on Fibre Channel ports.
Status: current Access: read-only
OBJECT-GROUP    

cfcmPortClassFStatsGroup 1.3.6.1.4.1.9.10.999999.3.2.6
Traffic statistics for Class F traffic on Fibre Channel ports.
Status: current Access: read-only
OBJECT-GROUP    

cfcmPortLcStatsGroup 1.3.6.1.4.1.9.10.999999.3.2.7
Low-capacity (32-bit) statistics for Fibre Channel ports.
Status: current Access: read-only
OBJECT-GROUP    

cfcmPortErrorsGroup 1.3.6.1.4.1.9.10.999999.3.2.8
Error statistics for Fibre Channel ports.
Status: current Access: read-only
OBJECT-GROUP    

cfcmSwitchPortGroup 1.3.6.1.4.1.9.10.999999.3.2.9
Information about ports on a Fibre Channel switch.
Status: current Access: read-only
OBJECT-GROUP    

cfcmSwitchLoginGroup 1.3.6.1.4.1.9.10.999999.3.2.10
Information known to a Fibre Channel switch about attached/logged-in Nx_Ports.
Status: current Access: read-only
OBJECT-GROUP    

cfcmLinkBasicGroup 1.3.6.1.4.1.9.10.999999.3.2.11
Information about Fibre Channel links.
Status: current Access: read-only
OBJECT-GROUP