HPN-ICF-FC-TC-MIB

File: HPN-ICF-FC-TC-MIB.mib (7706 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC

Imported symbols

Integer32 Unsigned32 TEXTUAL-CONVENTION

Defined Types

HpnicfFcAddressType  
Identifies Fibre Channel address type, World Wide Name or Fibre Channel ID.
TEXTUAL-CONVENTION    
  INTEGER wwn(1), fcid(2)  

HpnicfFcAddress  
Represents either the Fibre Channel ID or the World Wide Name associated with a Fibre Channel entity.
TEXTUAL-CONVENTION    
  OCTET STRING Size(3|8)  

HpnicfFcAddressId  
Represents Fibre Channel ID, a 24-bit value unique within the address space of a fabric.
TEXTUAL-CONVENTION    
  OCTET STRING Size(3)  

HpnicfFcAddressIdOrZero  
A Fibre Channel ID, a 24-bit value unique within the address space of a fabric. The zero-length string value is used in circumstances in which the Fibre Channel ID is unassigned/unknown.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0|3)  

HpnicfFcNameId  
Represents the World Wide Name (WWN) associated with a Fibre Channel entity. A WWN is a 64-bit address to uniquely identify each entity within a Fibre Channel fabric.
TEXTUAL-CONVENTION    
  OCTET STRING Size(8)  

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

HpnicfFcClassOfServices  
Represents the class of service capability of an Nx_Port or Fx_Port.
TEXTUAL-CONVENTION    
  BITS classF(0), class1(1), class2(2), class3(3), class4(4), class5(5), class6(6)  

HpnicfFcBbCredit  
Represents the buffer-to-buffer credit of a port.
TEXTUAL-CONVENTION    
  Integer32 0..32767  

HpnicfFcRxMTU  
Represents the maximum size of payload that a port can receive.
TEXTUAL-CONVENTION    
  Integer32 128..2112  

HpnicfFcVsanIndex  
Used as a unique index value to identify a particular VSAN (Virtual Storage Area Network).
TEXTUAL-CONVENTION    
  Unsigned32 1..4095  

HpnicfFcStartOper  
Enable/disable an operation. enable - enable the operation. disable - disable the operation.
TEXTUAL-CONVENTION    
  INTEGER enable(1), disable(2)  

HpnicfFcDomainId  
Represents the domain ID of the switch. Domain IDs can be assigned automatically by the principal switch or manually configured by the user.
TEXTUAL-CONVENTION    
  Integer32 1..239  

HpnicfFcDomainIdOrZero  
Represents the domain ID of the switch. The zero value is used in circumstances in which the domain ID is unassigned/unknown.
TEXTUAL-CONVENTION    
  Integer32 0..239  

HpnicfFcDomainPriority  
Priority of the switch which is used during principal switch selection to cause one Switch to befavored over another. The priority value for FC switches is in the range of 1 to 254. The smaller the value, the higher the priority.
TEXTUAL-CONVENTION    
  Unsigned32 1..254  

HpnicfFcDmState  
Represents the state of domain: disabledWithNoDomain - initialling with domain configuration disabled and no manual domain configuration. disabledWithDomainCfg - initialling with configuration disabled and manual domain configuration. stableWithNoEports - stable with no E_Port UP. stableWithDomainCfg - stable with domain ID configured. stableWithNoDomain - stable with no domain ID configured. principalSwitchInSelect - progressing principal switch selection. domainIdRequesting - requesting for the domain ID. buildFabricPhase - processing building fabric. reconfigureFabricPhase - processing fabric reconfiguration. unknown - unknown state.
TEXTUAL-CONVENTION    
  INTEGER disabledWithNoDomain(1), disabledWithDomainCfg(2), stableWithNoEports(3), stableWithDomainCfg(4), stableWithNoDomain(5), principalSwitchInSelect(6), domainIdRequesting(7), buildFabricPhase(8), reconfigureFabricPhase(9), unknown(10)  

HpnicfFcDomainIdList  
This object indicates the list of domain IDs that are allowed. Each octet within this value specifies a set of eight domains, with the first octet specifying domain ID through 1 through 8, the second octet specifying 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered ID, and the least significant bit represents the highest numbered ID. Thus, each domain ID of the VSAN is represented by a single bit within the value of this object. If that bit has a value of '1', then that domain ID is included, or else the domain ID is not included if its bit has a value of '0'. If this object has a value which is less than 32 bytes long, the domains not represented are not considered to be in the list. If this object has a value of zero-length, no domains will be allowed in this VSAN.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..32)