CYCLADES-ACS-PM-MIB: View SNMP OID List / Download MIB
VENDOR: CYCLADES CORPORATION
Home | MIB: CYCLADES-ACS-PM-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
cyPM | 1.3.6.1.4.1.2925.4.5 |
This module defines objects of the Proxy for PM |
||
cyNumberOfPM | 1.3.6.1.4.1.2925.4.5.1 | integer32 | read-only |
The total number of PM's connected on the unit |
cyPMTable | 1.3.6.1.4.1.2925.4.5.2 | no-access |
Allows to read information about each connected PM |
|
1.3.6.1.4.1.2925.4.5.2.1 | no-access |
Information about the connected PM |
||
cyPMSerialPortNumber | 1.3.6.1.4.1.2925.4.5.2.1.1 | interfaceindex | read-only |
The number of the serial port when the PM is connected. |
cyPMNumberOutlets | 1.3.6.1.4.1.2925.4.5.2.1.2 | integer32 | read-only |
Number of outlets. |
cyPMNumberUnits | 1.3.6.1.4.1.2925.4.5.2.1.3 | integer32 | read-only |
Total number of PM unists that are accessed by this serial port. |
cyPMCurrent | 1.3.6.1.4.1.2925.4.5.2.1.4 | displaystring | read-only |
Current reading for the PM. |
cyPMVersion | 1.3.6.1.4.1.2925.4.5.2.1.5 | displaystring | read-only |
The software version of the PM. |
cyPMTemperature | 1.3.6.1.4.1.2925.4.5.2.1.6 | displaystring | read-only |
The PM temperature. |
cyPMCommand | 1.3.6.1.4.1.2925.4.5.2.1.7 | displaystring | read-write |
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'. |
cyPMUnitTable | 1.3.6.1.4.1.2925.4.5.3 | no-access |
Allow operations on specific PM unit connected |
|
1.3.6.1.4.1.2925.4.5.3.1 | no-access |
Allow operations on outlet |
||
cyPMUnitNumber | 1.3.6.1.4.1.2925.4.5.3.1.1 | interfaceindex | no-access |
The number of the PM unit in the daisy-chained mode. |
cyPMUnitVersion | 1.3.6.1.4.1.2925.4.5.3.1.2 | displaystring | read-only |
The software version of this PM unit. |
cyPMUnitOutlets | 1.3.6.1.4.1.2925.4.5.3.1.3 | integer32 | read-only |
Number of outlets of this PM unit. |
cyPMUnitFirstOutlet | 1.3.6.1.4.1.2925.4.5.3.1.4 | integer32 | read-only |
Number of the first outlet of this PM unit. |
cyPMUnitCurrent | 1.3.6.1.4.1.2925.4.5.3.1.5 | integer32 | read-only |
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.) |
cyPMUnitMaxCurrent | 1.3.6.1.4.1.2925.4.5.3.1.6 | integer32 | read-only |
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.) |
cyPMUnitTemperature | 1.3.6.1.4.1.2925.4.5.3.1.7 | integer32 | read-only |
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). |
cyPMUnitMaxTemperature | 1.3.6.1.4.1.2925.4.5.3.1.8 | integer32 | read-write |
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). |
cyOutletTable | 1.3.6.1.4.1.2925.4.5.4 | no-access |
Allow operations on outlet |
|
1.3.6.1.4.1.2925.4.5.4.1 | no-access |
Allow operations on outlet |
||
cyOutletNumber | 1.3.6.1.4.1.2925.4.5.4.1.1 | interfaceindexorzero | no-access |
The outlet number on the PM. Zero is ALL outlets. |
cyOutletName | 1.3.6.1.4.1.2925.4.5.4.1.2 | displaystring | read-write |
The name given to a particular outlet Maximum size is 8 characters. |
cyOutletServer | 1.3.6.1.4.1.2925.4.5.4.1.3 | displaystring | read-only |
Alias of the Server connected to this outlet . |
cyOutletPower | 1.3.6.1.4.1.2925.4.5.4.1.4 | integer | read-write |
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. Enumeration: 'on': 1, 'off': 0, 'unknow': 3, 'cycle': 2. |
cyOutletLock | 1.3.6.1.4.1.2925.4.5.4.1.5 | integer | read-write |
Getting this object will return the lock state of the outlet. Setting this object will change the lock state of the outlet. Enumeration: 'lock': 1, 'unlock': 0, 'unknow': 2. |
cyOutletPUInterval | 1.3.6.1.4.1.2925.4.5.4.1.6 | integer32 | read-write |
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.) |