CISCO-FDMI-MIB

File: CISCO-FDMI-MIB.mib (23343 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
SNMP-FRAMEWORK-MIB CISCO-SMI CISCO-ST-TC
CISCO-VSAN-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
NOTIFICATION-TYPE MODULE-COMPLIANCE OBJECT-GROUP
NOTIFICATION-GROUP TEXTUAL-CONVENTION TruthValue
SnmpAdminString ciscoMgmt FcNameId
vsanIndex notifyVsanIndex

Defined Types

CFdmiRejectReasonCode  
The reason codes for FDMI rejects for HBA requests. invalidCommandCode (1) - invalid command code in the request unableToPerformCmdReq (2) - FDMI not able to perform the command requested invalidSize (3) - invalid size .
TEXTUAL-CONVENTION    
  INTEGER invalidCommandCode(1), unableToPerformCmdReq(2), invalidSize(3)  

CFdmiRejectReasonCodeExpl  
The explanations for reason codes for FDMI rejects for HBA requests. noAdditionalExpl (1) - No Additional Explanation hbaAlreadyRegistered (2) - HBA already registered attrForSpecifiedHbaNotReg (3) - Attributes for specified HBA not registered hbaAttrMultiAttribSameType (4) - HBA attributes block contains multiple attributes of same type invalidHbaAttrBlockLen (5) - Invalid HBA attribute block length reqdHbaAttrNotPresent (6) - Required HBA attributes not present origPortNotInRegPortList (7) - Originating port not in registered Port list hbaIdNotInRegPortList (8) - HBA Id is not registered port list portAttrNotRegistered (9) - Port attributes not registered portNotRegistered (10) - port not registered portAttrMultiAttrSameType (11) - port attribute block contains multiple attributes of same type invalidPortAttrBlockLen (12) - Invalid port attribute block length none (13) - not known or reserved .
TEXTUAL-CONVENTION    
  INTEGER noAdditionalExpl(1), hbaAlreadyRegistered(2), attrForSpecifiedHbaNotReg(3), hbaAttrMultiAttribSameType(4), invalidHbaAttrBlockLen(5), reqdHbaAttrNotPresent(6), origPortNotInRegPortList(7), hbaIdNotInRegPortList(8), portAttrNotRegistered(9), portNotRegistered(10), portAttrMultiAttrSameType(11), invalidPortAttrBlockLen(12), none(13)  

CfdmiHbaInfoEntry  
SEQUENCE    
  cfdmiHbaInfoId FcNameId
  cfdmiHbaInfoNodeName FcNameId
  cfdmiHbaInfoMfg SnmpAdminString
  cfdmiHbaInfoSn SnmpAdminString
  cfdmiHbaInfoModel SnmpAdminString
  cfdmiHbaInfoModelDescr SnmpAdminString
  cfdmiHbaInfoHwVer SnmpAdminString
  cfdmiHbaInfoDriverVer SnmpAdminString
  cfdmiHbaInfoOptROMVer SnmpAdminString
  cfdmiHbaInfoFwVer SnmpAdminString
  cfdmiHbaInfoOSInfo SnmpAdminString
  cfdmiHbaInfoMaxCTPayload Unsigned32

CfdmiHbaPortEntry  
SEQUENCE    
  cfdmiHbaPortId FcNameId
  cfdmiHbaPortSupportedFC4Type OCTET STRING
  cfdmiHbaPortSupportedSpeed Unsigned32
  cfdmiHbaPortCurrentSpeed Unsigned32
  cfdmiHbaPortMaxFrameSize Unsigned32
  cfdmiHbaPortOsDevName SnmpAdminString
  cfdmiHbaPortHostName SnmpAdminString

Defined Values

ciscoFdmiMIB 1.3.6.1.4.1.9.9.373
Fabric Device Management Interface (FDMI) MIB. This MIB module defines objects for managing the devices such as HBA (Host Bus Adapter). It provides device information which have registered with an FC fabric using FDMI. For more information on FDMI, refer to Fibre Channel Generic Services-4 Section 6.7 : Fabric Device Management Interface.
MODULE-IDENTITY    

ciscoFdmiMIBNotifications 1.3.6.1.4.1.9.9.373.0
OBJECT IDENTIFIER    

ciscoFdmiMIBObjects 1.3.6.1.4.1.9.9.373.1
OBJECT IDENTIFIER    

ciscoFdmiMIBConformance 1.3.6.1.4.1.9.9.373.2
OBJECT IDENTIFIER    

cfdmiConfig 1.3.6.1.4.1.9.9.373.1.1
OBJECT IDENTIFIER    

cfdmiInfo 1.3.6.1.4.1.9.9.373.1.2
OBJECT IDENTIFIER    

cfdmiStatistics 1.3.6.1.4.1.9.9.373.1.3
OBJECT IDENTIFIER    

cfdmiRejectRegNotifyEnable 1.3.6.1.4.1.9.9.373.1.1.1
This object specifies if the FDMI should generate 'cfdmiRejectRegNotify' notifications. If value of this object is 'true', then the notification is generated when a registration request is rejected. If it is 'false', the notification is not generated.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

cfdmiHbaInfoTable 1.3.6.1.4.1.9.9.373.1.2.1
This table lists all the HBAs registered with the Fabric Device Management Interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfdmiHbaInfoEntry

cfdmiHbaInfoEntry 1.3.6.1.4.1.9.9.373.1.2.1.1
An entry (conceptual row) in the cfdmiHbaInfoTable. It provides information that has been registered with FDMI by a HBA, identified by cfdmiHbaInfoId, where the registration was received on the VSAN identified by vsanIndex. If the HBA has registered some but not all of the information represented by the columnar objects in this table, then the value of the unregistered objects will be either: the zero-length string (for string-based objects) or the zero value (for interger-based objects).
Status: current Access: not-accessible
OBJECT-TYPE    
  CfdmiHbaInfoEntry  

cfdmiHbaInfoId 1.3.6.1.4.1.9.9.373.1.2.1.1.1
The WWN of this HBA.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcNameId  

cfdmiHbaInfoNodeName 1.3.6.1.4.1.9.9.373.1.2.1.1.2
The WWN of the node containing this HBA.
Status: current Access: read-only
OBJECT-TYPE    
  FcNameId  

cfdmiHbaInfoMfg 1.3.6.1.4.1.9.9.373.1.2.1.1.3
The name of the manufacturer of this HBA.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..63)  

cfdmiHbaInfoSn 1.3.6.1.4.1.9.9.373.1.2.1.1.4
The serial number of this HBA.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..63)  

cfdmiHbaInfoModel 1.3.6.1.4.1.9.9.373.1.2.1.1.5
The model of this HBA.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cfdmiHbaInfoModelDescr 1.3.6.1.4.1.9.9.373.1.2.1.1.6
The string that describes the model of this HBA.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cfdmiHbaInfoHwVer 1.3.6.1.4.1.9.9.373.1.2.1.1.7
The hardware version of this HBA.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cfdmiHbaInfoDriverVer 1.3.6.1.4.1.9.9.373.1.2.1.1.8
The version level of the driver software controlling this HBA.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cfdmiHbaInfoOptROMVer 1.3.6.1.4.1.9.9.373.1.2.1.1.9
The version of the Option ROM or the BIOS of this HBA.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cfdmiHbaInfoFwVer 1.3.6.1.4.1.9.9.373.1.2.1.1.10
The version of the firmware executed by this HBA.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cfdmiHbaInfoOSInfo 1.3.6.1.4.1.9.9.373.1.2.1.1.11
The type and version of the operating system controlling this HBA.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cfdmiHbaInfoMaxCTPayload 1.3.6.1.4.1.9.9.373.1.2.1.1.12
The maximum size of the Common Transport (CT) payload including all CT headers but no FC frame header(s), that may be send or received by application software resident in the host containing this HBA.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cfdmiHbaPortTable 1.3.6.1.4.1.9.9.373.1.2.2
List of ports registered with Fibre Channel Device Management Interface.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CfdmiHbaPortEntry

cfdmiHbaPortEntry 1.3.6.1.4.1.9.9.373.1.2.2.1
An entry (conceptual row) in the cfdmiHbaPortTable. It contains information about the Nx_port, on this HBA, identified by cfdmiHbaInfoId, where the registration of the HBA with FDMI was received on the VSAN identified by vsanIndex. If the HBA has registered some but not all of the information represented by the columnar objects in this table, then the value of the unregistered objects will be either: the zero-length string (for string-based objects) or the zero value (for interger-based objects).
Status: current Access: not-accessible
OBJECT-TYPE    
  CfdmiHbaPortEntry  

cfdmiHbaPortId 1.3.6.1.4.1.9.9.373.1.2.2.1.1
The WWN of this port.
Status: current Access: not-accessible
OBJECT-TYPE    
  FcNameId  

cfdmiHbaPortSupportedFC4Type 1.3.6.1.4.1.9.9.373.1.2.2.1.2
The supported FC-4 types attribute registered for this port on this VSAN.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING  

cfdmiHbaPortSupportedSpeed 1.3.6.1.4.1.9.9.373.1.2.2.1.3
The supported speed registered for this port on this VSAN.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cfdmiHbaPortCurrentSpeed 1.3.6.1.4.1.9.9.373.1.2.2.1.4
The current speed registered for this port on this VSAN.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cfdmiHbaPortMaxFrameSize 1.3.6.1.4.1.9.9.373.1.2.2.1.5
The maximum frame size attribute registered for this port on this VSAN.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

cfdmiHbaPortOsDevName 1.3.6.1.4.1.9.9.373.1.2.2.1.6
The OS Device Name attribute registered for this port on this VSAN.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cfdmiHbaPortHostName 1.3.6.1.4.1.9.9.373.1.2.2.1.7
The name of the host associated with this port.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..255)  

cfdmiRejectReasonCode 1.3.6.1.4.1.9.9.373.1.2.3
The registration reject reason code. This object contains the reason code corresponding to the most recent FDMI Registration request failure.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  CFdmiRejectReasonCode  

cfdmiRejectReasonCodeExpl 1.3.6.1.4.1.9.9.373.1.2.4
The registration reject reason code explanation. This object contains the reason code explanation if the above object has a reason code corresponding to 'Unable to perform command request'. This object like the one above, corresponds to the most recent FDMI Registration request rejection.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  CFdmiRejectReasonCodeExpl  

cfdmiNotifyRegOperType 1.3.6.1.4.1.9.9.373.1.2.5
The type of registration operation. 'regHBA' - register HBA. 'regHAT' - register HBA attributes. 'regPRT' - register port. 'regPA' - register port attributes.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  INTEGER regHBA(1), regHAT(2), regPRT(3), regPA(4)  

cfdmiNotifyHBAPortId 1.3.6.1.4.1.9.9.373.1.2.6
The identifier to be sent in cfdmiRejectRegNotify. The value of this object would be HBA identifier if the value of 'notifyRegOperType' is either 'regHBA' or 'regHAT'. The value of this object would be port identifier if the value of 'notifyRegOperType' is either 'regPRT' or 'regPA'.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  FcNameId  

cfdmiRejectRegNotify 1.3.6.1.4.1.9.9.373.0.1
This notification is generated by the FDMI whenever it rejects a registration request. The FDMI should update the 'cfdmiRejectReasonCode' and 'cfdmiRejectReasonCodeExpl' objects with the corresponding reason code and reason code explanation before sending the notification. These two objects are also included along with the notification to provide the reason for the reject.
Status: current Access: accessible-for-notify
NOTIFICATION-TYPE    

ciscoFdmiMIBCompliances 1.3.6.1.4.1.9.9.373.2.1
OBJECT IDENTIFIER    

ciscoFdmiMIBGroups 1.3.6.1.4.1.9.9.373.2.2
OBJECT IDENTIFIER    

ciscoFdmiMIBCompliance 1.3.6.1.4.1.9.9.373.2.1.1
The compliance statement for entities which implement the CISCO-FDMI-MIB.
Status: current Access: accessible-for-notify
MODULE-COMPLIANCE    

cfdmiConfigGroup 1.3.6.1.4.1.9.9.373.2.2.1
A collection of objects for configuring FDMI.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cfdmiHbaInformationGroup 1.3.6.1.4.1.9.9.373.2.2.2
A collection of objects for HBA Information.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cfdmiHbaPortInformationGroup 1.3.6.1.4.1.9.9.373.2.2.3
A collection of objects for HBA port information.
Status: current Access: accessible-for-notify
OBJECT-GROUP    

cfdmiNotificationGroup 1.3.6.1.4.1.9.9.373.2.2.4
A collection of notifications for managing FDMI.
Status: current Access: accessible-for-notify
NOTIFICATION-GROUP