CYCLADES-ACS-PM-MIB

File: CYCLADES-ACS-PM-MIB.mib (8691 bytes)

Imported modules

CYCLADES-ACS-MIB SNMPv2-SMI IF-MIB
SNMPv2-TC

Imported symbols

cyACSMgmt OBJECT-TYPE MODULE-IDENTITY
Integer32 InterfaceIndex InterfaceIndexOrZero
DisplayString

Defined Types

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

CyPMUnitEntry  
SEQUENCE    
  cyPMUnitNumber InterfaceIndex
  cyPMUnitVersion DisplayString
  cyPMUnitOutlets Integer32
  cyPMUnitFirstOutlet Integer32
  cyPMUnitCurrent Integer32
  cyPMUnitMaxCurrent Integer32
  cyPMUnitTemperature Integer32
  cyPMUnitMaxTemperature Integer32

CyOutletEntry  
SEQUENCE    
  cyOutletNumber InterfaceIndexOrZero
  cyOutletName DisplayString
  cyOutletServer DisplayString
  cyOutletPower INTEGER
  cyOutletLock INTEGER
  cyOutletPUInterval Integer32

Defined Values

cyPM 1.3.6.1.4.1.2925.4.5
This module defines objects of the Proxy for PM
MODULE-IDENTITY    

cyNumberOfPM 1.3.6.1.4.1.2925.4.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.4.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.4.5.2.1
Information about the connected PM
Status: current Access: not-accessible
OBJECT-TYPE    
  CyPMEntry  

cyPMSerialPortNumber 1.3.6.1.4.1.2925.4.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.4.5.2.1.2
Number of outlets.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMNumberUnits 1.3.6.1.4.1.2925.4.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.4.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.4.5.2.1.5
The software version of the PM.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cyPMTemperature 1.3.6.1.4.1.2925.4.5.2.1.6
The PM temperature.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

cyPMCommand 1.3.6.1.4.1.2925.4.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.4.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.4.5.3.1
Allow operations on outlet
Status: current Access: not-accessible
OBJECT-TYPE    
  CyPMUnitEntry  

cyPMUnitNumber 1.3.6.1.4.1.2925.4.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.4.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.4.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.4.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.4.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.4.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  

cyPMUnitTemperature 1.3.6.1.4.1.2925.4.5.3.1.7
Temperature of this PM unit in Celsius degrees. The value of this object is the actual temperature in degrees C * 10. You need to translate the readed value (Ex. : value is 240, the temperature is 24 Celsius.) If the temperature measurement is not installed this value will be 0. Valid values are 5 to 999 ( 0.5 to 99.9 Celsius).
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

cyPMUnitMaxTemperature 1.3.6.1.4.1.2925.4.5.3.1.8
Maximum temperature value of this PM unit in Celsius degrees. The value of this object is the maximum temperature in degrees C * 10. You need to translate the readed value(Ex. : value is 240, the maximum temperature is 24 Celsius). If the temperature measurement is not installed this value will be 0. Valid values are 5 to 999 ( 0.5 to 99.9 Celsius).
Status: current Access: read-write
OBJECT-TYPE    
  Integer32  

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

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

cyOutletNumber 1.3.6.1.4.1.2925.4.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.4.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.4.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.4.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.4.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.4.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