FASTPATH-BOXSERVICES-PRIVATE-MIB

File: FASTPATH-BOXSERVICES-PRIVATE-MIB.mib (18028 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC RFC1213-MIB
BROADCOM-REF-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Unsigned32 Integer32 TEXTUAL-CONVENTION
DisplayString fastPath

Defined Types

BoxServicesFansEntry  
SEQUENCE    
  boxServicesFansIndex Integer32
  boxServicesFanItemType INTEGER
  boxServicesFanItemState INTEGER
  boxServicesFanSpeed Integer32
  boxServicesFanDutyLevel Integer32

BoxServicesPowSuppliesEntry  
SEQUENCE    
  boxServicesPowSupplyIndex Integer32
  boxServicesPowSupplyItemType INTEGER
  boxServicesPowSupplyItemState INTEGER

BoxServicesTempSensorsEntry  
SEQUENCE    
  boxServicesTempSensorIndex Integer32
  boxServicesTempSensorType INTEGER
  boxServicesTempSensorState INTEGER
  boxServicesTempSensorTemperature Integer32

BoxServicesStackTempSensorsEntry  
SEQUENCE    
  boxServicesUnitIndex INTEGER
  boxServicesStackTempSensorIndex Integer32
  boxServicesStackTempSensorType INTEGER
  boxServicesStackTempSensorState INTEGER
  boxServicesStackTempSensorTemperature Integer32

Defined Values

fastPathBoxServices 1.3.6.1.4.1.4413.1.1.43
The Broadcom Private MIB for FASTPATH Box Services Feature.
MODULE-IDENTITY    

boxServicesGroup 1.3.6.1.4.1.4413.1.1.43.1
OBJECT IDENTIFIER    

boxServicesNormalTempRangeMin 1.3.6.1.4.1.4413.1.1.43.1.1
Lower boundary of normal temperature range.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER -100..100  

boxServicesNormalTempRangeMax 1.3.6.1.4.1.4413.1.1.43.1.2
Upper boundary of normal temperature range.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER -100..100  

boxServicesTemperatureTrapEnable 1.3.6.1.4.1.4413.1.1.43.1.3
Enable or disable temperature change event trap, raised when temperature crosses boundaries of normal range
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

boxServicesPSMStateTrapEnable 1.3.6.1.4.1.4413.1.1.43.1.4
Enable or disable Power Supply Module state change trap.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

boxServicesFanStateTrapEnable 1.3.6.1.4.1.4413.1.1.43.1.5
Enable or disable Fan state change trap.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

boxServicesFansTable 1.3.6.1.4.1.4413.1.1.43.1.6
Fan
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BoxServicesFansEntry

boxServicesFansEntry 1.3.6.1.4.1.4413.1.1.43.1.6.1
Box Services Fan Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  BoxServicesFansEntry  

boxServicesFansIndex 1.3.6.1.4.1.4413.1.1.43.1.6.1.1
Unique index of fan table entry
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

boxServicesFanItemType 1.3.6.1.4.1.4413.1.1.43.1.6.1.2
The type of fan
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER fixed(1), removable(2)  

boxServicesFanItemState 1.3.6.1.4.1.4413.1.1.43.1.6.1.3
The status of fan
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notpresent(1), operational(2), failed(3)  

boxServicesFanSpeed 1.3.6.1.4.1.4413.1.1.43.1.6.1.4
The speed of fan
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

boxServicesFanDutyLevel 1.3.6.1.4.1.4413.1.1.43.1.6.1.5
The duty level of fan, in percents
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

boxServicesPowSuppliesTable 1.3.6.1.4.1.4413.1.1.43.1.7
Power supply
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BoxServicesPowSuppliesEntry

boxServicesPowSuppliesEntry 1.3.6.1.4.1.4413.1.1.43.1.7.1
Box Services Power Supply Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  BoxServicesPowSuppliesEntry  

boxServicesPowSupplyIndex 1.3.6.1.4.1.4413.1.1.43.1.7.1.1
Unique index of power supply table entry
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

boxServicesPowSupplyItemType 1.3.6.1.4.1.4413.1.1.43.1.7.1.2
The type of power supply
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER fixed(1), removable(2)  

boxServicesPowSupplyItemState 1.3.6.1.4.1.4413.1.1.43.1.7.1.3
The status of power supply
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER notpresent(1), operational(2), failed(3)  

boxServicesTempSensorsTable 1.3.6.1.4.1.4413.1.1.43.1.8
Temperature sensor This table has been obsoleted by boxServicesStackTempSensorsTable
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BoxServicesTempSensorsEntry

boxServicesTempSensorsEntry 1.3.6.1.4.1.4413.1.1.43.1.8.1
Box Services Temperature Sensor Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  BoxServicesTempSensorsEntry  

boxServicesTempSensorIndex 1.3.6.1.4.1.4413.1.1.43.1.8.1.1
Unique index of temperature sensor table entry
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

boxServicesTempSensorType 1.3.6.1.4.1.4413.1.1.43.1.8.1.2
The type of temperature sensor
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER fixed(1), removable(2)  

boxServicesTempSensorState 1.3.6.1.4.1.4413.1.1.43.1.8.1.3
The state of temperature sensor
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), warning(2), critical(3), shutdown(4), notpresent(5), notoperational(6)  

boxServicesTempSensorTemperature 1.3.6.1.4.1.4413.1.1.43.1.8.1.4
The temperature value reported by sensor
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

boxServicesStackTempSensorsTable 1.3.6.1.4.1.4413.1.1.43.1.9
Temperature sensor
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BoxServicesStackTempSensorsEntry

boxServicesStackTempSensorsEntry 1.3.6.1.4.1.4413.1.1.43.1.9.1
Box Services Temperature Sensor Entry
Status: current Access: not-accessible
OBJECT-TYPE    
  BoxServicesStackTempSensorsEntry  

boxServicesUnitIndex 1.3.6.1.4.1.4413.1.1.43.1.9.1.1
Index of a stack unit
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER 1..8  

boxServicesStackTempSensorIndex 1.3.6.1.4.1.4413.1.1.43.1.9.1.2
Unique index of temperature sensor table entry
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..2147483647  

boxServicesStackTempSensorType 1.3.6.1.4.1.4413.1.1.43.1.9.1.3
The type of temperature sensor
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER fixed(1), removable(2)  

boxServicesStackTempSensorState 1.3.6.1.4.1.4413.1.1.43.1.9.1.4
The state of temperature sensor
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), warning(2), critical(3), shutdown(4), notpresent(5), notoperational(6)  

boxServicesStackTempSensorTemperature 1.3.6.1.4.1.4413.1.1.43.1.9.1.5
The temperature value reported by sensor
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

boxServicesNotificationsGroup 1.3.6.1.4.1.4413.1.1.43.2
OBJECT IDENTIFIER    

boxsItemStateChangeEvent 1.3.6.1.4.1.4413.1.1.43.2.1
This event describes states of the fan or power supply. insertion - hot-pluggable fan or power supply was inserted removal - hot-pluggable fan or power supply was removed becomeoperational - fan or power supply became operational after failure state failure - fan or power supply failure happened, i.e. it is not able to perform its functions
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER insertion(1), removal(2), becomeoperational(3), failure(4)  

boxsTemperatureChangeEvent 1.3.6.1.4.1.4413.1.1.43.2.2
This event describes change of the temperature. To avoid flipping on boundary conditions, it is allowed to send the trap taking into account some margin around thresholds. abovethreshold - temperature increased and crossed upper threshold value belowthreshold - temperature decreased and crossed lower threshold value withinnormalrange - temperature returned to normal range (between threshold)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER abovethreshold(1), belowthreshold(2), withinnormalrange(3)  

fastPathBoxServicesTraps 1.3.6.1.4.1.4413.1.1.43.0
OBJECT IDENTIFIER    

boxsFanStateChange 1.3.6.1.4.1.4413.1.1.43.0.1
Trap is sent when fan state change happens.
Status: current Access: read-only
NOTIFICATION-TYPE    

boxsPowSupplyStateChange 1.3.6.1.4.1.4413.1.1.43.0.2
Trap is sent when power supply state change happens.
Status: current Access: read-only
NOTIFICATION-TYPE    

boxsTemperatureChange 1.3.6.1.4.1.4413.1.1.43.0.3
Trap is sent when temperature is changing and crossing any of the thresholds
Status: current Access: read-only
NOTIFICATION-TYPE