CYCLADES-ACS5K-PM-MIB

File: CYCLADES-ACS5K-PM-MIB.mib (34997 bytes)

Imported modules

CYCLADES-ACS5K-MIB SNMPv2-SMI IF-MIB
SNMPv2-TC

Imported symbols

cyACS5KMgmt OBJECT-TYPE MODULE-IDENTITY
Integer32 InterfaceIndex InterfaceIndexOrZero
DisplayString

Defined Types

CyPMEntry  
SEQUENCE    
  cyPMSerialPortNumber InterfaceIndex
  cyPMNumberOutlets Integer32
  cyPMNumberUnits Integer32
  cyPMCurrent DisplayString
  cyPMVersion DisplayString
  cyPMCommand DisplayString

CyPMUnitEntry  
SEQUENCE    
  cyPMUnitNumber InterfaceIndex
  cyPMUnitVersion DisplayString
  cyPMUnitOutlets Integer32
  cyPMUnitFirstOutlet Integer32
  cyPMUnitCurrent Integer32
  cyPMUnitMaxCurrent Integer32
  cyPMUnitSequenceInterval Integer32
  cyPMUnitCycleInterval Integer32
  cyPMUnitID DisplayString
  cyPMUnitPhases INTEGER
  cyPMUnitBanks Integer32
  cyPMUnitNominalVoltage Integer32
  cyPMUnitPower Integer32

CyOutletEntry  
SEQUENCE    
  cyOutletNumber InterfaceIndexOrZero
  cyOutletName DisplayString
  cyOutletServer DisplayString
  cyOutletPower INTEGER
  cyOutletLock INTEGER
  cyOutletPUInterval Integer32
  cyOutletMinimumOnInterval Integer32
  cyOutletMinimumOffInterval Integer32
  cyOutletWakeupState Integer32
  cyOutletPduID DisplayString
  cyOutletPduNumber Integer32

CyPMElecPduTableEntry  
SEQUENCE    
  cyPMElecPduTablePortNumber InterfaceIndex
  cyPMElecPduTablePduNumber InterfaceIndex
  cyPMElecPduTableCurrentValue Integer32
  cyPMElecPduTableCurrentMax Integer32
  cyPMElecPduTablePowerValue Integer32
  cyPMElecPduTablePowerMax Integer32
  cyPMElecPduTableVoltageValue Integer32
  cyPMElecPduTableVoltageMax Integer32
  cyPMElecPduTablePowerFactorValue Integer32
  cyPMElecPduTablePowerFactorMax Integer32
  cyPMElecPduTablePowerType INTEGER
  cyPMElecPduTableVoltageType INTEGER
  cyPMElecPduTablePowerFactorType INTEGER

CyPMElecPhaseTableEntry  
SEQUENCE    
  cyPMElecPhaseTablePortNumber InterfaceIndex
  cyPMElecPhaseTablePduNumber InterfaceIndex
  cyPMElecPhaseTableIndex InterfaceIndex
  cyPMElecPhaseTableName DisplayString
  cyPMElecPhaseTableCurrentValue Integer32
  cyPMElecPhaseTableCurrentMax Integer32
  cyPMElecPhaseTablePowerValue Integer32
  cyPMElecPhaseTablePowerMax Integer32
  cyPMElecPhaseTableVoltageValue Integer32
  cyPMElecPhaseTableVoltageMax Integer32
  cyPMElecPhaseTablePowerFactorValue Integer32
  cyPMElecPhaseTablePowerFactorMax Integer32
  cyPMElecPhaseTablePowerType INTEGER
  cyPMElecPhaseTableVoltageType INTEGER
  cyPMElecPhaseTablePowerFactorType INTEGER

CyPMElecBankTableEntry  
SEQUENCE    
  cyPMElecBankTablePortNumber InterfaceIndex
  cyPMElecBankTablePduNumber InterfaceIndex
  cyPMElecBankTableIndex InterfaceIndex
  cyPMElecBankTableName DisplayString
  cyPMElecBankTableCurrentValue Integer32
  cyPMElecBankTableCurrentMax Integer32
  cyPMElecBankTablePowerValue Integer32
  cyPMElecBankTablePowerMax Integer32
  cyPMElecBankTableVoltageValue Integer32
  cyPMElecBankTableVoltageMax Integer32
  cyPMElecBankTablePowerFactorValue Integer32
  cyPMElecBankTablePowerFactorMax Integer32
  cyPMElecBankTablePowerType INTEGER
  cyPMElecBankTableVoltageType INTEGER
  cyPMElecBankTablePowerFactorType INTEGER

CyPMElecOutletTableEntry  
SEQUENCE    
  cyPMElecOutletTablePortNumber InterfaceIndex
  cyPMElecOutletTablePduNumber InterfaceIndex
  cyPMElecOutletTableNumber InterfaceIndex
  cyPMElecOutletTableName DisplayString
  cyPMElecOutletTableCurrentValue Integer32
  cyPMElecOutletTableCurrentMax Integer32
  cyPMElecOutletTablePowerValue Integer32
  cyPMElecOutletTablePowerMax Integer32
  cyPMElecOutletTableVoltageValue Integer32
  cyPMElecOutletTableVoltageMax Integer32
  cyPMElecOutletTablePowerFactorValue Integer32
  cyPMElecOutletTablePowerFactorMax Integer32
  cyPMElecOutletTablePowerType INTEGER
  cyPMElecOutletTableVoltageType INTEGER
  cyPMElecOutletTablePowerFactorType INTEGER

CyPMEnvMonTableEntry  
SEQUENCE    
  cyPMEnvMonTablePortNumber InterfaceIndex
  cyPMEnvMonTablePduNumber InterfaceIndex
  cyPMEnvMonTableIndex InterfaceIndex
  cyPMEnvMonTableName DisplayString
  cyPMEnvMonTableType INTEGER
  cyPMEnvMonTableStatus INTEGER
  cyPMEnvMonTableValue Integer32
  cyPMEnvMonTableMaxValue Integer32

Defined Values

cyACS5KPM 1.3.6.1.4.1.2925.8.5
This module defines objects of the Proxy for PM
MODULE-IDENTITY    

cyNumberOfPM 1.3.6.1.4.1.2925.8.5.1
The total number of PM's connected on the unit
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMTable 1.3.6.1.4.1.2925.8.5.2
Allows to read information about each connected PM
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CyPMEntry

cyPMEntry 1.3.6.1.4.1.2925.8.5.2.1
Information about the connected PM
Status: current Access: not-accessible
OBJECT-TYPE    
  CyPMEntry  

cyPMSerialPortNumber 1.3.6.1.4.1.2925.8.5.2.1.1
The number of the serial port when the PM is connected.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cyPMNumberOutlets 1.3.6.1.4.1.2925.8.5.2.1.2
Number of outlets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMNumberUnits 1.3.6.1.4.1.2925.8.5.2.1.3
Total number of PM unists that are accessed by this serial port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMCurrent 1.3.6.1.4.1.2925.8.5.2.1.4
Current reading for the PM.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cyPMVersion 1.3.6.1.4.1.2925.8.5.2.1.5
The software version of the PM.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cyPMCommand 1.3.6.1.4.1.2925.8.5.2.1.7
A character string for the user to send commands to PM. He can use it to does the save command. Or to list the outlets that need to be turned off, or turned on , or cycled or locked or unlocked as a group. The command is the first word and is followed by a space and the outlet list (otulets commands). Valid commands are 'on', 'off', 'cycle', 'lock', 'unlock', 'save'.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..100)  

cyPMUnitTable 1.3.6.1.4.1.2925.8.5.3
Allow operations on specific PM unit connected
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CyPMUnitEntry

cyPMUnitEntry 1.3.6.1.4.1.2925.8.5.3.1
Allow operations on outlet
Status: current Access: not-accessible
OBJECT-TYPE    
  CyPMUnitEntry  

cyPMUnitNumber 1.3.6.1.4.1.2925.8.5.3.1.1
The number of the PM unit in the daisy-chained mode.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

cyPMUnitVersion 1.3.6.1.4.1.2925.8.5.3.1.2
The software version of this PM unit.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cyPMUnitOutlets 1.3.6.1.4.1.2925.8.5.3.1.3
Number of outlets of this PM unit.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMUnitFirstOutlet 1.3.6.1.4.1.2925.8.5.3.1.4
Number of the first outlet of this PM unit.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMUnitCurrent 1.3.6.1.4.1.2925.8.5.3.1.5
Current of this PM unit in AMP. The value of this object is the actual current in AMP * 10. You need to translate the readed value (Ex. : value is 5, the current is 0.5 AMP.)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMUnitMaxCurrent 1.3.6.1.4.1.2925.8.5.3.1.6
Maximum current of this PM unit in AMP. The value of this object is the maximum current in AMP * 10. You need to translate the readed value (Ex. : value is 5, the maximum current is 0.5 AMP.)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMUnitSequenceInterval 1.3.6.1.4.1.2925.8.5.3.1.9
Sequence interval delay. Valid values are 2 to 15 (seconds).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMUnitCycleInterval 1.3.6.1.4.1.2925.8.5.3.1.10
Number of seconds that a socket stays off before turning it back on.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMUnitID 1.3.6.1.4.1.2925.8.5.3.1.11
PDU identification.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cyPMUnitPhases 1.3.6.1.4.1.2925.8.5.3.1.12
Number of phases of this PDU unit.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER single-phase(0), three-phase(3)  

cyPMUnitBanks 1.3.6.1.4.1.2925.8.5.3.1.13
Number of banks of this PDU unit.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMUnitNominalVoltage 1.3.6.1.4.1.2925.8.5.3.1.14
Nominal Voltage configured for this PDU unit, when it does not have voltage sensor
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMUnitPower 1.3.6.1.4.1.2925.8.5.3.1.15
Power Consumption of this PDU unit (it is estimated when PDU does not have voltage sensor).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyOutletTable 1.3.6.1.4.1.2925.8.5.4
Allow operations on outlet
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CyOutletEntry

cyOutletEntry 1.3.6.1.4.1.2925.8.5.4.1
Allow operations on outlet
Status: current Access: not-accessible
OBJECT-TYPE    
  CyOutletEntry  

cyOutletNumber 1.3.6.1.4.1.2925.8.5.4.1.1
The outlet number on the PM. Zero is ALL outlets.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndexOrZero  

cyOutletName 1.3.6.1.4.1.2925.8.5.4.1.2
The name given to a particular outlet Maximum size is 8 characters.
Status: current Access: read-write
OBJECT-TYPE    
  DisplayString Size(1..8)  

cyOutletServer 1.3.6.1.4.1.2925.8.5.4.1.3
Alias of the Server connected to this outlet .
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cyOutletPower 1.3.6.1.4.1.2925.8.5.4.1.4
Getting this object will return the power state of the outlet. Valid return states are UNKNOW, OFF and ON. Setting this object will change the power state of the outlet.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER off(0), on(1), cycle(2), unknow(3)  

cyOutletLock 1.3.6.1.4.1.2925.8.5.4.1.5
Getting this object will return the lock state of the outlet. Setting this object will change the lock state of the outlet.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER unlock(0), lock(1), unknow(2)  

cyOutletPUInterval 1.3.6.1.4.1.2925.8.5.4.1.6
The power unit interval of this outlet in seconds. The value of this object is the actual interval in seconds * 10. You need to translate the readed value (Ex. : value is 5, the interval is 0.5 seconds.)
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cyOutletMinimumOnInterval 1.3.6.1.4.1.2925.8.5.4.1.7
Minimum time in seconds an outlet will stay on before turning it off.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyOutletMinimumOffInterval 1.3.6.1.4.1.2925.8.5.4.1.8
Minimum time in seconds an outlet will stay off before turning it on.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyOutletWakeupState 1.3.6.1.4.1.2925.8.5.4.1.9
Outlet state after a cold boot. It can be set to on or off.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyOutletPduID 1.3.6.1.4.1.2925.8.5.4.1.10
PDU identification.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cyOutletPduNumber 1.3.6.1.4.1.2925.8.5.4.1.11
The number of the PDU unit in the daisy-chained mode.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32  

cyPMElecPduTable 1.3.6.1.4.1.2925.8.5.5
Allow operations on elecmon element of the PDUs
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CyPMElecPduTableEntry

cyPMElecPduTableEntry 1.3.6.1.4.1.2925.8.5.5.1
each entry has the information about the elecmon element of the PDUs.
Status: current Access: not-accessible
OBJECT-TYPE    
  CyPMElecPduTableEntry  

cyPMElecPduTablePortNumber 1.3.6.1.4.1.2925.8.5.5.1.1
Serial Port number where the PDU is connected.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cyPMElecPduTablePduNumber 1.3.6.1.4.1.2925.8.5.5.1.2
The number of the PDU unit in the daisy-chained mode
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cyPMElecPduTableCurrentValue 1.3.6.1.4.1.2925.8.5.5.1.3
Actual value of current in the element (A x 10).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMElecPduTableCurrentMax 1.3.6.1.4.1.2925.8.5.5.1.4
Maximum detected value of current in the element (A x 10). Write operation accepts only 0 for reset action.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cyPMElecPduTablePowerValue 1.3.6.1.4.1.2925.8.5.5.1.5
Actual value of power in the element (W x 10).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMElecPduTablePowerMax 1.3.6.1.4.1.2925.8.5.5.1.6
Maximum value of power in the element (W x 10). Write operation accepts only 0 for reset action.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cyPMElecPduTableVoltageValue 1.3.6.1.4.1.2925.8.5.5.1.7
Actual value of voltage in the element (V).When element does not have voltage sensor, it returns 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMElecPduTableVoltageMax 1.3.6.1.4.1.2925.8.5.5.1.8
Maximum value of voltage in the element (V). When element does not have voltage sensor, it returns 0. Write operation accepts only 0 for reset action.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cyPMElecPduTablePowerFactorValue 1.3.6.1.4.1.2925.8.5.5.1.9
Actual value of power factor in the element (Pf x 10). When element does not have power factor sensor, returns 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMElecPduTablePowerFactorMax 1.3.6.1.4.1.2925.8.5.5.1.10
Maximum value of power factor in the element (Pf x 10). When element does not have power factor sensor, returns 0. Write operation accepts only 0 for reset action.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cyPMElecPduTablePowerType 1.3.6.1.4.1.2925.8.5.5.1.11
This PDU unit's Power sensor type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER estimated(1), measured(2)  

cyPMElecPduTableVoltageType 1.3.6.1.4.1.2925.8.5.5.1.12
This PDU unit's has voltage sensor type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER estimated(1), measured(2)  

cyPMElecPduTablePowerFactorType 1.3.6.1.4.1.2925.8.5.5.1.13
This PDU unit's Power Factor sensor type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER estimated(1), measured(2)  

cyPMElecPhaseTable 1.3.6.1.4.1.2925.8.5.6
Allow operations on elecmon element for phases
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CyPMElecPhaseTableEntry

cyPMElecPhaseTableEntry 1.3.6.1.4.1.2925.8.5.6.1
each entry has the information about the elecmon for phase.
Status: current Access: not-accessible
OBJECT-TYPE    
  CyPMElecPhaseTableEntry  

cyPMElecPhaseTablePortNumber 1.3.6.1.4.1.2925.8.5.6.1.1
Serial Port number where the PDU is connected.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cyPMElecPhaseTablePduNumber 1.3.6.1.4.1.2925.8.5.6.1.2
The number of the PDU unit in the daisy-chained mode
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cyPMElecPhaseTableIndex 1.3.6.1.4.1.2925.8.5.6.1.3
index of the phase in the PDU. Index can be 1,2 or 3.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cyPMElecPhaseTableName 1.3.6.1.4.1.2925.8.5.6.1.4
Sys-name of the phase.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cyPMElecPhaseTableCurrentValue 1.3.6.1.4.1.2925.8.5.6.1.5
Actual value of current in the phase (A x 10).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMElecPhaseTableCurrentMax 1.3.6.1.4.1.2925.8.5.6.1.6
Maximum detected value of current in the phase (A x 10). Write operation accepts only 0 for reset action.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cyPMElecPhaseTablePowerValue 1.3.6.1.4.1.2925.8.5.6.1.7
Actual value of power in the phase (W x 10).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMElecPhaseTablePowerMax 1.3.6.1.4.1.2925.8.5.6.1.8
Maximum value of power in the phase (W x 10).Write operation accepts only 0 for reset action.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cyPMElecPhaseTableVoltageValue 1.3.6.1.4.1.2925.8.5.6.1.9
Actual value of voltage in the phase (V).When phase does not have voltage sensor, it returns 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMElecPhaseTableVoltageMax 1.3.6.1.4.1.2925.8.5.6.1.10
Maximum value of voltage in the phase (V). When phase does not have voltage sensor, it returns 0. Write operation accepts only 0 for reset action.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cyPMElecPhaseTablePowerFactorValue 1.3.6.1.4.1.2925.8.5.6.1.11
Actual value of power factor in the phase (Pf x 10). When phase does not have power factor sensor, returns 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMElecPhaseTablePowerFactorMax 1.3.6.1.4.1.2925.8.5.6.1.12
Maximum value of power factor in the phase (Pf x 10). When phase does not have power factor sensor, returns 0.Write operation accepts only 0 for reset action.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cyPMElecPhaseTablePowerType 1.3.6.1.4.1.2925.8.5.6.1.13
The type of Power sensor for this elecmon
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER estimated(1), measured(2)  

cyPMElecPhaseTableVoltageType 1.3.6.1.4.1.2925.8.5.6.1.14
The type of Voltage sensor for this elecmon
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER estimated(1), measured(2)  

cyPMElecPhaseTablePowerFactorType 1.3.6.1.4.1.2925.8.5.6.1.15
The type of Power Factor sensor for this elecmon
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER estimated(1), measured(2)  

cyPMElecBankTable 1.3.6.1.4.1.2925.8.5.7
Allow operations on elecmon element for banks
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CyPMElecBankTableEntry

cyPMElecBankTableEntry 1.3.6.1.4.1.2925.8.5.7.1
each entry has the information about the elecmon for Bank.
Status: current Access: not-accessible
OBJECT-TYPE    
  CyPMElecBankTableEntry  

cyPMElecBankTablePortNumber 1.3.6.1.4.1.2925.8.5.7.1.1
Serial Port number where the PDU is connected.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cyPMElecBankTablePduNumber 1.3.6.1.4.1.2925.8.5.7.1.2
The number of the PDU unit in the daisy-chained mode
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cyPMElecBankTableIndex 1.3.6.1.4.1.2925.8.5.7.1.3
index of the Bank in the PDU. Index can be 1,2, ... number of banks of the PDU.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cyPMElecBankTableName 1.3.6.1.4.1.2925.8.5.7.1.4
Sys-name of the Bank.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cyPMElecBankTableCurrentValue 1.3.6.1.4.1.2925.8.5.7.1.5
Actual value of current in the Bank (A x 10).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMElecBankTableCurrentMax 1.3.6.1.4.1.2925.8.5.7.1.6
Maximum detected value of current in the Bank (A x 10). Write operation accepts only 0 for reset action.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cyPMElecBankTablePowerValue 1.3.6.1.4.1.2925.8.5.7.1.7
Actual value of power in the Bank (W x 10).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMElecBankTablePowerMax 1.3.6.1.4.1.2925.8.5.7.1.8
Maximum value of power in the Bank (W x 10).Write operation accepts only 0 for reset action.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cyPMElecBankTableVoltageValue 1.3.6.1.4.1.2925.8.5.7.1.9
Actual value of voltage in the Bank (V).When Bank does not have voltage sensor, it returns 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMElecBankTableVoltageMax 1.3.6.1.4.1.2925.8.5.7.1.10
Maximum value of voltage in the Bank (V). When Bank does not have voltage sensor, it returns 0. Write operation accepts only 0 for reset action.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cyPMElecBankTablePowerFactorValue 1.3.6.1.4.1.2925.8.5.7.1.11
Actual value of power factor in the Bank (Pf x 10). When Bank does not have power factor sensor, returns 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMElecBankTablePowerFactorMax 1.3.6.1.4.1.2925.8.5.7.1.12
Maximum value of power factor in the Bank (Pf x 10). When Bank does not have power factor sensor, returns 0.Write operation accepts only 0 for reset action.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cyPMElecBankTablePowerType 1.3.6.1.4.1.2925.8.5.7.1.13
The type of Power sensor for this elecmon
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER estimated(1), measured(2)  

cyPMElecBankTableVoltageType 1.3.6.1.4.1.2925.8.5.7.1.14
The type of Voltage sensor for this elecmon
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER estimated(1), measured(2)  

cyPMElecBankTablePowerFactorType 1.3.6.1.4.1.2925.8.5.7.1.15
The type of Power Factor sensor for this elecmon
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER estimated(1), measured(2)  

cyPMElecOutletTable 1.3.6.1.4.1.2925.8.5.8
Allow operations on elecmon element for outlets
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CyPMElecOutletTableEntry

cyPMElecOutletTableEntry 1.3.6.1.4.1.2925.8.5.8.1
each entry has the information about the elecmon for Outlet.
Status: current Access: not-accessible
OBJECT-TYPE    
  CyPMElecOutletTableEntry  

cyPMElecOutletTablePortNumber 1.3.6.1.4.1.2925.8.5.8.1.1
Serial Port number where the PDU is connected.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cyPMElecOutletTablePduNumber 1.3.6.1.4.1.2925.8.5.8.1.2
The number of the PDU unit in the daisy-chained mode
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cyPMElecOutletTableNumber 1.3.6.1.4.1.2925.8.5.8.1.3
outlet number in the PDU
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cyPMElecOutletTableName 1.3.6.1.4.1.2925.8.5.8.1.4
name of the Outlet.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cyPMElecOutletTableCurrentValue 1.3.6.1.4.1.2925.8.5.8.1.5
Actual value of current in the Outlet (A x 10).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMElecOutletTableCurrentMax 1.3.6.1.4.1.2925.8.5.8.1.6
Maximum detected value of current in the Outlet (A x 10). Write operation accepts only 0 for reset action.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cyPMElecOutletTablePowerValue 1.3.6.1.4.1.2925.8.5.8.1.7
Actual value of power in the Outlet (W x 10).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMElecOutletTablePowerMax 1.3.6.1.4.1.2925.8.5.8.1.8
Maximum value of power in the Outlet (W x 10).Write operation accepts only 0 for reset action.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cyPMElecOutletTableVoltageValue 1.3.6.1.4.1.2925.8.5.8.1.9
Actual value of voltage in the Outlet (V).When Outlet does not have voltage sensor, it returns 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMElecOutletTableVoltageMax 1.3.6.1.4.1.2925.8.5.8.1.10
Maximum value of voltage in the Outlet (V). When Outlet does not have voltage sensor, it returns 0. Write operation accepts only 0 for reset action.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cyPMElecOutletTablePowerFactorValue 1.3.6.1.4.1.2925.8.5.8.1.11
Actual value of power factor in the Outlet (Pf x 10). When Outlet does not have power factor sensor, returns 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMElecOutletTablePowerFactorMax 1.3.6.1.4.1.2925.8.5.8.1.12
Maximum value of power factor in the Outlet (Pf x 10). When Outlet does not have power factor sensor, returns 0.Write operation accepts only 0 for reset action.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

cyPMElecOutletTablePowerType 1.3.6.1.4.1.2925.8.5.8.1.13
The type of Power sensor for this elecmon
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER estimated(1), measured(2)  

cyPMElecOutletTableVoltageType 1.3.6.1.4.1.2925.8.5.8.1.14
The type of Voltage sensor for this elecmon
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER estimated(1), measured(2)  

cyPMElecOutletTablePowerFactorType 1.3.6.1.4.1.2925.8.5.8.1.15
The type of Power Factor sensor for this elecmon
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER estimated(1), measured(2)  

cyPMEnvMonTable 1.3.6.1.4.1.2925.8.5.9
Allow operations on environmental monitors
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    CyPMEnvMonTableEntry

cyPMEnvMonTableEntry 1.3.6.1.4.1.2925.8.5.9.1
each entry has the information about the environmental monitors.
Status: current Access: not-accessible
OBJECT-TYPE    
  CyPMEnvMonTableEntry  

cyPMEnvMonTablePortNumber 1.3.6.1.4.1.2925.8.5.9.1.1
Serial Port number where the PDU is connected.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cyPMEnvMonTablePduNumber 1.3.6.1.4.1.2925.8.5.9.1.2
The number of the PDU unit in the daisy-chained mode
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cyPMEnvMonTableIndex 1.3.6.1.4.1.2925.8.5.9.1.3
index of the environmental monitor in the PDU.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

cyPMEnvMonTableName 1.3.6.1.4.1.2925.8.5.9.1.4
Name of the environmental monitor.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cyPMEnvMonTableType 1.3.6.1.4.1.2925.8.5.9.1.5
The type of environmental monitor.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER temp-internal(1), temperature(2), humidity(3), air-flow(4), smoke(5), dry-concact(6), water-level(7), motion(8), unplugged(9), unknown(10)  

cyPMEnvMonTableStatus 1.3.6.1.4.1.2925.8.5.9.1.6
The status of Dry-Contact/Water-level/Smoke/Motion monitors. Dry-Contact sensor: Opened(1), closed(2). Water level: Normal (1), Triggered(2). Smoke sensor: not-detected(1), detected(2). Motion sensor: not-detected(1), detected(2).
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER normal(1), triggered(2), not-applicable(3)  

cyPMEnvMonTableValue 1.3.6.1.4.1.2925.8.5.9.1.7
Actual value of Temperature/Humidity/Air-flow monitors (x 10).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMEnvMonTableMaxValue 1.3.6.1.4.1.2925.8.5.9.1.8
Maximum detected value of Temperature/Humidity/Air-flow monitor (x 10). Write operation accepts only 0 for reset action.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32