HA-MIB

File: HA-MIB.mib (10353 bytes)

Imported modules

SNMPv2-SMI Brocade-REG-MIB BROCADE-SYSTEM-MIB
ENTITY-MIB SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 IpAddress fibrechannel
swID swSsn entPhysicalIndex
entPhysicalName DisplayString

Defined Types

FruClass  
The type of the FRU object.
TEXTUAL-CONVENTION    
  INTEGER other(1), unknown(2), chassis(3), cp(4), other-CP(5), switchblade(6), wwn(7), powerSupply(8), fan(9), coreblade(10), applicationblade(11), sfm(12), lineCard(13), managementModule(14)  

FRUEntry  
SEQUENCE    
  fruClass FruClass
  fruStatus INTEGER
  fruObjectNum Integer32
  fruSupplierId DisplayString
  fruSupplierPartNum DisplayString
  fruSupplierSerialNum DisplayString
  fruSupplierRevCode DisplayString
  fruPowerConsumption DisplayString

FruHistoryEntry  
SEQUENCE    
  fruHistoryIndex Integer32
  fruHistoryClass FruClass
  fruHistoryObjectNum Integer32
  fruHistoryEvent INTEGER
  fruHistoryTime DisplayString
  fruHistoryFactoryPartNum DisplayString
  fruHistoryFactorySerialNum DisplayString

CPEntry  
SEQUENCE    
  cpStatus INTEGER
  cpIpAddress IpAddress
  cpIpMask IpAddress
  cpIpGateway IpAddress
  cpLastEvent INTEGER

Defined Values

haMIB 1.3.6.1.4.1.1588.2.1.2
The MIB module High Availability MIB. Copyright (c) 2002-2003 Brocade Communications Systems, Inc. All rights reserved.
MODULE-IDENTITY    

highAvailability 1.3.6.1.4.1.1588.2.1.2.1
OBJECT IDENTIFIER    

haStatus 1.3.6.1.4.1.1588.2.1.2.1.1
Whether the system is redundant or not.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER redundant(0), nonredundant(1)  

fruTable 1.3.6.1.4.1.1588.2.1.2.1.5
This table inventories the field replaceable units (FRUs) slots available. There is entry in this table for each entry in the entPhysicalTable that has entPhysicalClass set to 'Container (5)' and has a child entry having entPhysicalIsFRU field to be true
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FRUEntry

fRUEntry 1.3.6.1.4.1.1588.2.1.2.1.5.1
An entry for FRU slot in the fruTable
Status: current Access: not-accessible
OBJECT-TYPE    
  FRUEntry  

fruClass 1.3.6.1.4.1.1588.2.1.2.1.5.1.1
The type of the FRU object that these slot can hold
Status: current Access: read-only
OBJECT-TYPE    
  FruClass  

fruStatus 1.3.6.1.4.1.1588.2.1.2.1.5.1.2
The current status of the FRU object in the slot
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), unknown(2), on(3), off(4), faulty(5)  

fruObjectNum 1.3.6.1.4.1.1588.2.1.2.1.5.1.3
Gives the slot number of the blade and unit number for everything else
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

fruSupplierId 1.3.6.1.4.1.1588.2.1.2.1.5.1.4
The supplier id.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fruSupplierPartNum 1.3.6.1.4.1.1588.2.1.2.1.5.1.5
The supplier part number.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fruSupplierSerialNum 1.3.6.1.4.1.1588.2.1.2.1.5.1.6
The supplier serial number.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..128)  

fruSupplierRevCode 1.3.6.1.4.1.1588.2.1.2.1.5.1.7
The supplier revision code.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fruPowerConsumption 1.3.6.1.4.1.1588.2.1.2.1.5.1.8
This represents power consumption of blades. This will have values only for core/switch blades and for other FRUs, it will be 0
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fruHistoryTable 1.3.6.1.4.1.1588.2.1.2.1.6
This table gives the contents of the entire history log of the FRU events
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FruHistoryEntry

fruHistoryEntry 1.3.6.1.4.1.1588.2.1.2.1.6.1
An entry in this table represents a particular FRU event
Status: current Access: not-accessible
OBJECT-TYPE    
  FruHistoryEntry  

fruHistoryIndex 1.3.6.1.4.1.1588.2.1.2.1.6.1.1
Index of the FRU event in the history table
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

fruHistoryClass 1.3.6.1.4.1.1588.2.1.2.1.6.1.2
The type of the FRU object related to the event
Status: current Access: read-only
OBJECT-TYPE    
  FruClass  

fruHistoryObjectNum 1.3.6.1.4.1.1588.2.1.2.1.6.1.3
Gives the slot number of the blade and unit number for everything else
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

fruHistoryEvent 1.3.6.1.4.1.1588.2.1.2.1.6.1.4
The type of the FRU event
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER added(1), removed(2), invalid(3)  

fruHistoryTime 1.3.6.1.4.1.1588.2.1.2.1.6.1.5
Gives the time at which this event happened
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fruHistoryFactoryPartNum 1.3.6.1.4.1.1588.2.1.2.1.6.1.6
Gives the factory part num of the FRU object
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

fruHistoryFactorySerialNum 1.3.6.1.4.1.1588.2.1.2.1.6.1.7
Gives the factory serial num of the FRU object
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cpTable 1.3.6.1.4.1.1588.2.1.2.1.7
This table lists all the control cards in the system
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CPEntry

cpEntry 1.3.6.1.4.1.1588.2.1.2.1.7.1
An entry represents a single control card in the system
Status: current Access: not-accessible
OBJECT-TYPE    
  CPEntry  

cpStatus 1.3.6.1.4.1.1588.2.1.2.1.7.1.1
Gives the current status of the control card
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), unknown(2), active(3), standby(4), failed(5)  

cpIpAddress 1.3.6.1.4.1.1588.2.1.2.1.7.1.2
The IP Address of the Ethernet interface of this control card.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

cpIpMask 1.3.6.1.4.1.1588.2.1.2.1.7.1.3
The IP Mask of the Ethernet interface of this control card.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

cpIpGateway 1.3.6.1.4.1.1588.2.1.2.1.7.1.4
The IP Address of the IP Gateway for this control card.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

cpLastEvent 1.3.6.1.4.1.1588.2.1.2.1.7.1.5
The last event related to this control card
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER other(1), unknown(2), haSync(3), haOutSync(4), cpFaulty(5), cpHealthy(6), cpActive(7), configChange(8), failOverStart(9), failOverDone(10), firmwareCommit(11), firmwareUpgrade(12)  

haMIBTraps 1.3.6.1.4.1.1588.2.1.2.2
OBJECT IDENTIFIER    

haMIBTrapPrefix 1.3.6.1.4.1.1588.2.1.2.2.0
OBJECT IDENTIFIER    

fruStatusChanged 1.3.6.1.4.1.1588.2.1.2.2.0.1
This trap is sent when status of any FRU object is changed
Status: current Access: read-only
NOTIFICATION-TYPE    

cpStatusChanged 1.3.6.1.4.1.1588.2.1.2.2.0.2
This trap is sent when status of any control card object is changed
Status: current Access: read-only
NOTIFICATION-TYPE    

fruHistoryTrap 1.3.6.1.4.1.1588.2.1.2.2.0.3
This trap is sent when a FRU is added or removed
Status: current Access: read-only
NOTIFICATION-TYPE