CTRON-POWER-SUPPLY-MIB

File: CTRON-POWER-SUPPLY-MIB.mib (35112 bytes)

Imported modules

CTRON-MIB-NAMES RFC-1212

Imported symbols

ctps OBJECT-TYPE

Defined Types

ChPowerEntry  
SEQUENCE    
  chPowerLineID INTEGER
  chPowerLineType OBJECT IDENTIFIER
  chPowerLineTotalSupply INTEGER
  chPowerLineTotalLoad INTEGER
  chPowerLineMaxSupply INTEGER
  chPowerLineMaxLoad INTEGER

BoardPowerSlotStatusEntry  
SEQUENCE    
  boardPowerSlotStatusID INTEGER
  boardPowerOperationalStatus INTEGER
  boardPowerAdminStatus INTEGER
  boardPowerLocalAdminStatus INTEGER
  boardPowerLocalStatus INTEGER
  boardPowerShutdownAdmin INTEGER
  boardPowerPriority INTEGER
  boardPowerMaxInputPower INTEGER
  boardPowerManagement INTEGER

BoardPowerSlotEntry  
SEQUENCE    
  boardPowerSlotID INTEGER
  boardPowerID INTEGER
  boardPowerType OBJECT IDENTIFIER
  boardPowerStatus INTEGER
  boardPowerVoltage INTEGER
  boardPowerCurrent INTEGER
  boardPowerMaxVoltage INTEGER
  boardPowerMinVoltage INTEGER
  boardPowerMaxPower INTEGER

PsPowerSlotStatusEntry  
SEQUENCE    
  psPowerSlotStatusID INTEGER
  psPowerOperationalStatus INTEGER
  psPowerAdminStatus INTEGER
  psPowerMaxOutputPower INTEGER

PsPowerSlotEntry  
SEQUENCE    
  psPowerSlotID INTEGER
  psPowerID INTEGER
  psPowerType OBJECT IDENTIFIER
  psPowerStatus INTEGER
  psPowerAdmin INTEGER
  psPowerVoltage INTEGER
  psPowerCurrent INTEGER
  psPowerLineFrequency INTEGER
  psPowerMaxVoltage INTEGER
  psPowerMinVoltage INTEGER
  psPowerMaxPower INTEGER

Defined Values

chPower 1.3.6.1.4.1.52.4.1.1.7.1
OBJECT IDENTIFIER    

boardPower 1.3.6.1.4.1.52.4.1.1.7.2
OBJECT IDENTIFIER    

psPower 1.3.6.1.4.1.52.4.1.1.7.3
OBJECT IDENTIFIER    

bbuPower 1.3.6.1.4.1.52.4.1.1.7.4
OBJECT IDENTIFIER    

termPower 1.3.6.1.4.1.52.4.1.1.7.5
OBJECT IDENTIFIER    

chPowerOperationalStatus 1.3.6.1.4.1.52.4.1.1.7.1.1
This object reflects the overall status of the chassis's power supply in terms of how the power is being delivered to the chassis.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER powerAC(1), powerACRedundant(2), powerDC(3), powerDCRedundant(4), battery(5)  

chPowerMainVoltageStatus 1.3.6.1.4.1.52.4.1.1.7.1.2
This object reflects the state of the main voltage rail within the chassis. The power on this rail may be delivered by AC supplies, DC supplies or battery supplies.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER powerOK(1), overCurrent(2), overVoltage(3), underVoltage(4)  

chPowerMainVoltage 1.3.6.1.4.1.52.4.1.1.7.1.3
The voltage of the chassis's main voltage rail. This rail carries power to all the modules in the chassis. It has an allowable range of 40 volts to 60 volts DC. The value of this object is the actual voltage * 10.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

chPowerTotalSupply 1.3.6.1.4.1.52.4.1.1.7.1.4
The total power being supplied by the chassis's power supplies to the chassis. The value of this object is the actual watts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

chPowerTotalLoad 1.3.6.1.4.1.52.4.1.1.7.1.5
The total load being presented by the chassis to the chassis's power supplies. The value of this object is the actual watts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

chPowerMaxSupply 1.3.6.1.4.1.52.4.1.1.7.1.6
The maximum power that could de supplied by the chassis's power supplies to the chassis. The value of this object is the actual watts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

chPowerMaxLoad 1.3.6.1.4.1.52.4.1.1.7.1.7
The maximum load that could be presented by the chassis to the chassis's power supplies. The value of this object is the actual watts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

chPowerTable 1.3.6.1.4.1.52.4.1.1.7.1.8
A list of power lines or busses on the chassis's backplane.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ChPowerEntry

chPowerEntry 1.3.6.1.4.1.52.4.1.1.7.1.8.1
A slot entry containing objects for a particular module and associated power line.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  ChPowerEntry  

chPowerLineID 1.3.6.1.4.1.52.4.1.1.7.1.8.1.1
A unique value used to identify a particular power line on the chassis's backplane.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

chPowerLineType 1.3.6.1.4.1.52.4.1.1.7.1.8.1.2
The type of power. For example, a power line that supplies DC current at a nominal voltage of 40 to 57 volts or a power line that supplies AC current at a nominal volatge of 110v.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

chPowerLineTotalSupply 1.3.6.1.4.1.52.4.1.1.7.1.8.1.3
The total power being supplied by the chassis's power supplies to the chassis on this power line. The value of this object is the actual watts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

chPowerLineTotalLoad 1.3.6.1.4.1.52.4.1.1.7.1.8.1.4
The total load being presented by the chassis to the chassis's power supplies on this power line. This value will be zero if unknown The value of this object is the actual watts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

chPowerLineMaxSupply 1.3.6.1.4.1.52.4.1.1.7.1.8.1.5
The maximum power that could de supplied by the chassis's power supplies to the chassison this power line. The value of this object is the actual watts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

chPowerLineMaxLoad 1.3.6.1.4.1.52.4.1.1.7.1.8.1.6
The maximum load that could be presented by the chassis to the chassis's power supplies on this power line. The value of this object is the actual watts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

chPowerDiagVoltageStatus 1.3.6.1.4.1.52.4.1.1.7.1.9
This object reflects the state of the diag voltage rail within the chassis.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER powerOK(1), overCurrent(2), overVoltage(3), underVoltage(4)  

chPowerDiagVoltage 1.3.6.1.4.1.52.4.1.1.7.1.10
The voltage of the chassis's diag voltage rail. This rail carries power to all the modules in the chassis. It has an allowable range of 4.75 volts to 5.25 volts DC. The value of this object is the actual voltage * 10.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

boardPowerSlotStatusTable 1.3.6.1.4.1.52.4.1.1.7.2.1
A list of networking modules installed in this chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BoardPowerSlotStatusEntry

boardPowerSlotStatusEntry 1.3.6.1.4.1.52.4.1.1.7.2.1.1
A slot entry containing objects for a particular module.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BoardPowerSlotStatusEntry  

boardPowerSlotStatusID 1.3.6.1.4.1.52.4.1.1.7.2.1.1.1
The slot number of a chassis slot in which this board is installed. This object is similiar to chSlotID in the Chassis MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

boardPowerOperationalStatus 1.3.6.1.4.1.52.4.1.1.7.2.1.1.2
This object reflects the status of the module's DC-DC converter power supply.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER powerOn(1), powerOff(2), reset(3), overVoltage(4), underVoltage(5), overCurrent(6), overCurrentShutdown(7), temperatureShutdown(8), remotePowerOff(9), powerConservationShutdown(10), frontPanelPowerOff(11)  

boardPowerAdminStatus 1.3.6.1.4.1.52.4.1.1.7.2.1.1.3
This object controls the operation of the module's DC-DC power supply. If the value 3 is written to this object then the value of the object will be set to 1 after the reset is performed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER powerOn(1), powerOff(2), reset(3)  

boardPowerLocalAdminStatus 1.3.6.1.4.1.52.4.1.1.7.2.1.1.4
This object controls the operation of the module's front panel button. In local mode this button may be used to locally control the operation of the DC-DC converter, i.e. power on, power off and reset. In secure mode a request the state of the front panel button is reflected in the object boardPowerOperationalStatus. In secure mode the front panel button has no effect locally.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER localMode(1), secureMode(2)  

boardPowerLocalStatus 1.3.6.1.4.1.52.4.1.1.7.2.1.1.5
This object reflects the state of the module's front panel button.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER resetRequest(1), powerDownRequest(2), powerOnRequest(3), normal(4)  

boardPowerShutdownAdmin 1.3.6.1.4.1.52.4.1.1.7.2.1.1.6
This object controls whether or not the module should auto power down due to an fault condition.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

boardPowerPriority 1.3.6.1.4.1.52.4.1.1.7.2.1.1.7
The module's power-up and power down priority. This is a value of 1 to 14 and is used to decide which modules are allowed to power on in the event that power demand of the chassis is greater than the total power supply. The default value is 14, highest priority. When two modules have equal priority then the module in the lowest slot wins.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..14  

boardPowerMaxInputPower 1.3.6.1.4.1.52.4.1.1.7.2.1.1.8
The maximum input power that this module is allowed to consume. The value of this object is actual watts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

boardPowerManagement 1.3.6.1.4.1.52.4.1.1.7.2.1.1.9
Module power management status.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER disabled(1), enabled(2), not-supported(7)  

boardPowerSlotTable 1.3.6.1.4.1.52.4.1.1.7.2.2
A list of networking modules and associated power lines installed in this chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    BoardPowerSlotEntry

boardPowerSlotEntry 1.3.6.1.4.1.52.4.1.1.7.2.2.1
A slot entry containing objects for a particular module and associated power line.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  BoardPowerSlotEntry  

boardPowerSlotID 1.3.6.1.4.1.52.4.1.1.7.2.2.1.1
The slot number of a chassis slot in which this board is installed. This object is similiar to chSlotID in the Chassis MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

boardPowerID 1.3.6.1.4.1.52.4.1.1.7.2.2.1.2
A unique value used to identify a particular power line.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

boardPowerType 1.3.6.1.4.1.52.4.1.1.7.2.2.1.3
The type of power. For example, a power line that supplies DC current at a nominal voltage of 40 to 57 volts or a power line that supplies AC current at a nominal volatge of 110v.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

boardPowerStatus 1.3.6.1.4.1.52.4.1.1.7.2.2.1.4
This object reflects the status of this power line.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER powerOK(1), powerOff(2), overCurrent(3), overVoltage(4), underVoltage(5)  

boardPowerVoltage 1.3.6.1.4.1.52.4.1.1.7.2.2.1.5
The voltage reading for the power line. The value of this object is actual voltage * 100.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

boardPowerCurrent 1.3.6.1.4.1.52.4.1.1.7.2.2.1.6
The current reading for the power line. The value of this object is the actual amperage * 100. If this reading is not implemented then value will be zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

boardPowerMaxVoltage 1.3.6.1.4.1.52.4.1.1.7.2.2.1.7
The maximum voltage for this power line. If the voltage reading for this power line is greater than this value then the power line is considered to be in an overvolatge condition. The value of this object is in voltage * 100.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

boardPowerMinVoltage 1.3.6.1.4.1.52.4.1.1.7.2.2.1.8
The minimum voltage for this power line. If the voltage reading for this power line is less than this value then the power line is considered to be in an undervolatge condition. The value of this object is voltage * 100.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

boardPowerMaxPower 1.3.6.1.4.1.52.4.1.1.7.2.2.1.9
The maximum power for this power line. If the power calculated for this power line is greater than this value then the power line is considered to be in an overload condition. The value of this object is in watts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psPowerSlotStatusTable 1.3.6.1.4.1.52.4.1.1.7.3.1
A list of AC & DC power supplies installed in this chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PsPowerSlotStatusEntry

psPowerSlotStatusEntry 1.3.6.1.4.1.52.4.1.1.7.3.1.1
A slot entry containing objects for a particular power supply.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PsPowerSlotStatusEntry  

psPowerSlotStatusID 1.3.6.1.4.1.52.4.1.1.7.3.1.1.1
The slot number of a chassis slot in which this AC power supply is installed. This object is similiar to chSlotID in the Chassis MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psPowerOperationalStatus 1.3.6.1.4.1.52.4.1.1.7.3.1.1.2
This object reflects the status of the module's DC-DC converter power supply.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER powerOn(1), powerOff(2), reset(3), overVoltage(4), underVoltage(5), overCurrent(6), overCurrentShutdown(7), temperatureShutdown(8), remotePowerOff(9)  

psPowerAdminStatus 1.3.6.1.4.1.52.4.1.1.7.3.1.1.3
This object controls the operation of power supply.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER powerOn(1), powerOff(2)  

psPowerMaxOutputPower 1.3.6.1.4.1.52.4.1.1.7.3.1.1.4
The maximum power that this power supply is allowed to ouput. The value of this object is watts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psPowerSlotTable 1.3.6.1.4.1.52.4.1.1.7.3.2
A list of power supplies and associated power lines installed in this chassis.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PsPowerSlotEntry

psPowerSlotEntry 1.3.6.1.4.1.52.4.1.1.7.3.2.1
A slot entry containing objects for a particular power line on a particular power supply.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PsPowerSlotEntry  

psPowerSlotID 1.3.6.1.4.1.52.4.1.1.7.3.2.1.1
The slot number of a chassis slot in which this Power supply is installed. This object is similiar to chSlotID in the Chassis MIB.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psPowerID 1.3.6.1.4.1.52.4.1.1.7.3.2.1.2
A unique value used to identify a particular power line.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psPowerType 1.3.6.1.4.1.52.4.1.1.7.3.2.1.3
The type of power. For example, a power line that supplies DC current at a nominal voltage of 40 to 57 volts or a power line that supplies AC current at a nominal volatge of 110v.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

psPowerStatus 1.3.6.1.4.1.52.4.1.1.7.3.2.1.4
This object reflects the status of the power line.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER powerOK(1), powerOff(2), overCurrent(3), overVoltage(4), underVoltage(5)  

psPowerAdmin 1.3.6.1.4.1.52.4.1.1.7.3.2.1.5
This object controls the operation of power supply.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER powerOn(1), powerOff(2)  

psPowerVoltage 1.3.6.1.4.1.52.4.1.1.7.3.2.1.6
The voltage reading for the power line. The value of this object is the actual voltage * 100.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psPowerCurrent 1.3.6.1.4.1.52.4.1.1.7.3.2.1.7
The current reading for the power line. The value of this object is amperage * 100. If this reading is not implemented then value will be zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psPowerLineFrequency 1.3.6.1.4.1.52.4.1.1.7.3.2.1.8
The line frequency for the power line. The value of this object is the actual frequency in Hertz * 10. If this reading is not implemented then value will be zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psPowerMaxVoltage 1.3.6.1.4.1.52.4.1.1.7.3.2.1.9
The maximum voltage for this power line. If the voltage reading for this power line is greater than this value then the power line is considered to be in an over volatge condition. The value of this object is voltage * 100.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psPowerMinVoltage 1.3.6.1.4.1.52.4.1.1.7.3.2.1.10
The minimum voltage for this power line. If the voltage reading for this power line is greater than this value then the power line is considered to be in an over volatge condition. The value of this object is voltage * 100.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psPowerMaxPower 1.3.6.1.4.1.52.4.1.1.7.3.2.1.11
The maximum power for this power line. If the power calculated for this power line is greater than this value then the power line is considered to be in an overload condition. The value of this object is watts.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

termPowerStatus 1.3.6.1.4.1.52.4.1.1.7.5.1
This object reflects the status of the chassis's termination voltage rail.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER powerOK(1), overCurrent(2), overVoltage(3), underVolatge(4), overPower(5)  

termPowerVoltage 1.3.6.1.4.1.52.4.1.1.7.5.2
The voltage of the chassis's termination voltage rail. This rail carries power to INB terminator cards in the chassis. It has an allowalble range of 3.3 Volt + or - 5%.The value of this object is voltage * 100.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

termPowerCurrent 1.3.6.1.4.1.52.4.1.1.7.5.3
The current on the chassis's termination voltage rail. The value of this object is the actual amperage * 100. If this reading is not implemented then the value will be zero.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

termPowerModule1Status 1.3.6.1.4.1.52.4.1.1.7.5.4
This object reflects the state of the INB termination module number 1. A value of normal(1) reflects that both busses are normal. A value of fault(4) reflects that both busses are in a fault condition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), iNBaFault(2), iNBbFault(3), fault(4), termModuleNotInstalled(5), unknown(6)  

termPowerModule2Status 1.3.6.1.4.1.52.4.1.1.7.5.5
This object reflects the state of the INB termination module number 2. A value of normal(1) reflects that both busses are normal. A value of fault(4) reflects that both busses are in a fault condition.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), iNBaFault(2), iNBbFault(3), fault(4), termModuleNotInstalled(5), unknown(6)