PSNA-PS-psmA-MIB

File: PSNA-PS-psmA-MIB.mib (34487 bytes)

Imported modules

RFC-1212 RFC-1215 RFC1155-SMI

Imported symbols

OBJECT-TYPE TRAP-TYPE enterprises
IpAddress

Defined Types

DisplayString  
OCTET STRING    

AgentManagersEntry  
SEQUENCE    
  managerIndex INTEGER
  managerAddr IpAddress
  publicCommunityString DisplayString
  privateCommunityString DisplayString
  managerPrivilege INTEGER
  acceptTrapLevel INTEGER
  managerAccept INTEGER

PsAlarmPresentEntry  
SEQUENCE    
  presentAlarmIndex INTEGER
  presentAlarmTime DisplayString
  presentAlarmId INTEGER
  presentAlarmName DisplayString
  presentAlaramLevel INTEGER

Defined Values

emersonNetworkPower 1.3.6.1.4.1.13400
OBJECT IDENTIFIER    

products 1.3.6.1.4.1.13400.2
OBJECT IDENTIFIER    

psm 1.3.6.1.4.1.13400.2.8
OBJECT IDENTIFIER    

psAgent 1.3.6.1.4.1.13400.2.8.1
OBJECT IDENTIFIER    

psCommon 1.3.6.1.4.1.13400.2.8.2
OBJECT IDENTIFIER    

psSpecial 1.3.6.1.4.1.13400.2.8.3
OBJECT IDENTIFIER    

psAlarm 1.3.6.1.4.1.13400.2.8.4
OBJECT IDENTIFIER    

psIdent 1.3.6.1.4.1.13400.2.8.2.1
OBJECT IDENTIFIER    

psm-a 1.3.6.1.4.1.13400.2.8.3.1
OBJECT IDENTIFIER    

psm-a9 1.3.6.1.4.1.13400.2.8.3.2
OBJECT IDENTIFIER    

psBattery 1.3.6.1.4.1.13400.2.8.3.1.2
OBJECT IDENTIFIER    

psInput 1.3.6.1.4.1.13400.2.8.3.1.3
OBJECT IDENTIFIER    

psOutput 1.3.6.1.4.1.13400.2.8.3.1.4
OBJECT IDENTIFIER    

psStatus 1.3.6.1.4.1.13400.2.8.3.1.5
OBJECT IDENTIFIER    

psTest 1.3.6.1.4.1.13400.2.8.3.1.6
OBJECT IDENTIFIER    

psControl 1.3.6.1.4.1.13400.2.8.3.1.7
OBJECT IDENTIFIER    

psConfig 1.3.6.1.4.1.13400.2.8.3.1.8
OBJECT IDENTIFIER    

agentRevision 1.3.6.1.4.1.13400.2.8.1.1
The firmware revision of the agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

agentManagersNum 1.3.6.1.4.1.13400.2.8.1.2
The number of managers that can manage the agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

agentManagersTable 1.3.6.1.4.1.13400.2.8.1.3
A list of managers of the agent. The number of entries is given by the value of agentManagersNum.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AgentManagersEntry

agentManagersEntry 1.3.6.1.4.1.13400.2.8.1.3.1
The managers of the agent.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AgentManagersEntry  

managerIndex 1.3.6.1.4.1.13400.2.8.1.3.1.1
The index of the managers entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

managerAddr 1.3.6.1.4.1.13400.2.8.1.3.1.2
The IP address of the manager.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

publicCommunityString 1.3.6.1.4.1.13400.2.8.1.3.1.3
The public community name to use in the query request.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

privateCommunityString 1.3.6.1.4.1.13400.2.8.1.3.1.4
The private community name to use in the control request.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

managerPrivilege 1.3.6.1.4.1.13400.2.8.1.3.1.5
The privilege of the manager to access the agent. setting forbidden(0) indicates the manager have no any privilege to access the agent, setting query(1) indicates the manager can GET information from agent only, setting control(2) indicates the manager can GET information from agent and send control command to the agent. setting administrator(3) indicates the manager has all management privilege including set or modify this managers table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER forbidden(0), query(1), control(2), administrator(3)  

acceptTrapLevel 1.3.6.1.4.1.13400.2.8.1.3.1.6
The severity threshold of traps to send to the manager. traps are labeled in severity as informational(1), warning(2), severe(3). Only traps of equal or greater severity than this value are sent to the manager. setting noTraps(4) indicates agent do not send any traps to the manager.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER information(1), warning(2), severe(3), noTraps(4)  

managerAccept 1.3.6.1.4.1.13400.2.8.1.3.1.7
An entry will be added if new(1), will be modified if modify(2), and will be removed if delete(3).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER view(0), new(1), modify(2), delete(3)  

psIdentControllerModel 1.3.6.1.4.1.13400.2.8.2.1.1
The controller model of the Power System.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

psIdentFirmwareRevision 1.3.6.1.4.1.13400.2.8.2.1.2
The firmware revision of the controller of the Power System.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

psIdentFactory 1.3.6.1.4.1.13400.2.8.2.1.3
The name of the Power System manufacturer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

psBatteryVoltage 1.3.6.1.4.1.13400.2.8.3.1.2.1
The voltage of battery in 0.1 VDC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psBatteryCurrent 1.3.6.1.4.1.13400.2.8.3.1.2.2
The total current of the batteries in 0.1 ADC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psBatteryTemperature 1.3.6.1.4.1.13400.2.8.3.1.2.3
The temperature around the battery in 0.1 Celsius degree.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psInputLineAVoltage 1.3.6.1.4.1.13400.2.8.3.1.3.1
The AC line A voltage in 0.1 VAC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psInputLineBVoltage 1.3.6.1.4.1.13400.2.8.3.1.3.2
The AC line B voltage in 0.1 VAC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psInputLineCVoltage 1.3.6.1.4.1.13400.2.8.3.1.3.3
The AC line C voltage in 0.1 VAC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psOutputVoltage 1.3.6.1.4.1.13400.2.8.3.1.4.1
The DC voltage of the Power System in 0.1 VDC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psOutputCurrent 1.3.6.1.4.1.13400.2.8.3.1.4.2
The DC current of the Power System in 0.1 ADC.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psStatusAlarm 1.3.6.1.4.1.13400.2.8.3.1.5.1
The alarm status of the Power System.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), normal(2), alarm(3)  

psStatusCommunication 1.3.6.1.4.1.13400.2.8.3.1.5.2
The status of communication with the Power System. interrupt(3) indicates some errors occurred between Power System and agent.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), normal(2), interrupt(3)  

psStatusControlMode 1.3.6.1.4.1.13400.2.8.3.1.5.3
The AUTO/MANUAL control mode of the Power System.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), auto(2), manual(3)  

psStatusChargingMode 1.3.6.1.4.1.13400.2.8.3.1.5.4
The status of battery charging, floatCharging(2), equalizeCharging(3), testing(4).
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), floatCharging(2), equalizeCharging(3), testing(4)  

psAlarmPresentNum 1.3.6.1.4.1.13400.2.8.4.1
The present number of active alarams.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

psAlarmPresentTable 1.3.6.1.4.1.13400.2.8.4.2
A list of current alarms, The number of entries is given by the value of psAlarmPresentNum.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PsAlarmPresentEntry

psAlarmPresentEntry 1.3.6.1.4.1.13400.2.8.4.2.1
The present alarms list.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  PsAlarmPresentEntry  

presentAlarmIndex 1.3.6.1.4.1.13400.2.8.4.2.1.1
The index of the present alaram entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

presentAlarmTime 1.3.6.1.4.1.13400.2.8.4.2.1.2
The time of the alarm generated, format as mm/dd/yyyy hh:mm:ss
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

presentAlarmId 1.3.6.1.4.1.13400.2.8.4.2.1.3
The alarm ID.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

presentAlarmName 1.3.6.1.4.1.13400.2.8.4.2.1.4
The name of the alarm.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

presentAlaramLevel 1.3.6.1.4.1.13400.2.8.4.2.1.5
The alarm level.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER information(1), warning(2), severe(3)  

trapArgsString 1.3.6.1.4.1.13400.2.8.4.2008
This OID allows Power System traps to be sent with an octet string argument that may not be defined in the PSNA_PS_MIB. A get of this OID will return a NULL string.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

psOnNormal 1
INFORMATION: The Power System is on normal status.
TRAP-TYPE    

communicationLost 2
SEVERE: Communication with the Power System lost.
TRAP-TYPE    

communicationResumed 3
INFORMATION: Communication with the Power System Resumed.
TRAP-TYPE    

acFail 4
SEVERE: AC Power failed.
TRAP-TYPE    

acResumed 5
INFORMATION: AC power Resumed.
TRAP-TYPE    

acVoltageoutofRange 6
SEVERE: AC voltage is out of normal range.
TRAP-TYPE    

acVoltageNormal 7
INFORMATION: AC voltage is normal.
TRAP-TYPE    

dcVoltageoutofRange 8
SEVERE: DC voltage is out of normal range.
TRAP-TYPE    

dcVoltageNormal 9
INFORMATION: DC voltage is normal.
TRAP-TYPE    

llvd 10
SEVERE: Load low voltage disconnected.
TRAP-TYPE    

llvdResumed 11
INFORMATION: Load low voltage disconnection resumed.
TRAP-TYPE    

blvd 12
SEVERE: Battery low voltage disconnected.
TRAP-TYPE    

blvdResumed 13
INFORMATION: Battery low voltage disconnection resumed.
TRAP-TYPE    

highTemperature 14
SEVERE: The temperature around battery is too high.
TRAP-TYPE    

highTemperatureResumed 15
INFORMATION: The temperature around battery is normal.
TRAP-TYPE    

dcRouteDisconnect 16
SEVERE: Some DC route(s) disconnected.
TRAP-TYPE    

dcRouteDisconnectResumed 17
INFORMATION: DC route(s) disconnection resumed.
TRAP-TYPE    

batteryRouteDisconnect 18
SEVERE: The battery route(s) disconnected.
TRAP-TYPE    

batteryRouteDisconnectResumed 19
INFORMATION: The battery route(s) disconnection resumed.
TRAP-TYPE    

acSPDfault 20
SEVERE: AC SPD fault.
TRAP-TYPE    

acSPDfaultResumed 21
INFORMATION: AC SPD fault resumed.
TRAP-TYPE    

acCircuitBreakerfault 22
SEVERE: AC circuit breaker fault.
TRAP-TYPE    

acCircuitBreakerfaultResumed 23
INFORMATION: AC circuit breaker fault resumed.
TRAP-TYPE    

batteryCurrentOver 24
SEVERE: Battery current is over limit.
TRAP-TYPE    

batteryCurrentOverResumed 25
INFORMATION: Battery current over resumed.
TRAP-TYPE    

rectifierFault 26
SEVERE: Some Rectifier(s) fault.
TRAP-TYPE    

rectifierFaultResumed 27
INFORMATION: Rectifier(s) fault resumed.
TRAP-TYPE    

rectifierProtection 28
SEVERE: Some Rectifier(s) protection.
TRAP-TYPE    

rectifierProtectionResumed 29
INFORMATION: Rectifier(s) protection resumed.
TRAP-TYPE    

rectifierFanFault 30
SEVERE: Some Rectifier(s) fan fault.
TRAP-TYPE    

rectifierFanFaultResumed 31
INFORMATION: Rectifier(s) fan fault resumed.
TRAP-TYPE    

rectifierOverTemperature 32
SEVERE: Some Rectifier(s) over temperature.
TRAP-TYPE    

rectifierOverTemperatureResumed 33
INFORMATION: Rectifier(s) over temperature resumed.
TRAP-TYPE    

communicationACDLost 34
SEVERE: Power System communication with ACD lost.
TRAP-TYPE    

communicationACDResumed 35
INFORMATION: Power System communication with ACD resumed.
TRAP-TYPE    

communicationDCDLost 36
SEVERE: Power System communication with DCD lost.
TRAP-TYPE    

communicationDCDResumed 37
INFORMATION: Power System communication with DCD resumed.
TRAP-TYPE    

communicationRectifierLost 38
SEVERE: Power System communication with rectifier lost.
TRAP-TYPE    

communicationRectifierResumed 39
INFORMATION: Power System communication with rectifier resumed.
TRAP-TYPE    

dcdcFault 40
SEVERE: DC/DC convertor fault.
TRAP-TYPE    

dcdcFaultResumed 41
INFORMATION: DC/DC convertor fault resumed.
TRAP-TYPE