POWER-ATTRIBUTES-MIB

File: POWER-ATTRIBUTES-MIB.mib (24570 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF ENERGY-OBJECT-MIB
ENTITY-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE mib-2
Integer32 Unsigned32 MODULE-COMPLIANCE
OBJECT-GROUP UnitMultiplier entPhysicalIndex

Defined Types

EoACPwrAttributesEntry  
SEQUENCE    
  eoACPwrAttributesConfiguration INTEGER
  eoACPwrAttributesAvgVoltage Integer32
  eoACPwrAttributesAvgCurrent Unsigned32
  eoACPwrAttributesFrequency Integer32
  eoACPwrAttributesPowerUnitMultiplier UnitMultiplier
  eoACPwrAttributesPowerAccuracy Integer32
  eoACPwrAttributesTotalActivePower Integer32
  eoACPwrAttributesTotalReactivePower Integer32
  eoACPwrAttributesTotalApparentPower Integer32
  eoACPwrAttributesTotalPowerFactor Integer32
  eoACPwrAttributesThdCurrent Integer32
  eoACPwrAttributesThdVoltage Integer32

EoACPwrAttributesDelPhaseEntry  
SEQUENCE    
  eoACPwrAttributesDelPhaseIndex Integer32
  eoACPwrAttributesDelPhaseToNextPhaseVoltage Integer32
  eoACPwrAttributesDelThdPhaseToNextPhaseVoltage Integer32

EoACPwrAttributesWyePhaseEntry  
SEQUENCE    
  eoACPwrAttributesWyePhaseIndex Integer32
  eoACPwrAttributesWyePhaseToNeutralVoltage Integer32
  eoACPwrAttributesWyeCurrent Integer32
  eoACPwrAttributesWyeActivePower Integer32
  eoACPwrAttributesWyeReactivePower Integer32
  eoACPwrAttributesWyeApparentPower Integer32
  eoACPwrAttributesWyePowerFactor Integer32
  eoACPwrAttributesWyeThdCurrent Integer32
  eoACPwrAttributesWyeThdPhaseToNeutralVoltage Integer32

Defined Values

powerAttributesMIB 1.3.6.1.2.1.230
Copyright (c) 2015 IETF Trust and the persons identified as authors of the code. All rights reserved. Redistribution and use in source and binary forms, with or without modification, is permitted pursuant to, and subject to the license terms contained in, the Simplified BSD License set forth in Section 4.c of the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info). This MIB is used to report AC power attributes in devices. The table is a sparse augmentation of the eoPowerTable table from the energyObjectMib module. Both three-phase and single-phase power configurations are supported. As a requirement for this MIB module, RFC 7461 SHOULD be implemented. Module Compliance of ENTITY-MIB v4 with respect to entity4CRCompliance MUST be supported which requires implementation of four MIB objects: entPhysicalIndex, entPhysicalClass, entPhysicalName, and entPhysicalUUID.
MODULE-IDENTITY    

powerAttributesMIBConform 1.3.6.1.2.1.230.0
OBJECT IDENTIFIER    

powerAttributesMIBObjects 1.3.6.1.2.1.230.1
OBJECT IDENTIFIER    

eoACPwrAttributesTable 1.3.6.1.2.1.230.1.1
This table contains power attributes measurements for supported entPhysicalIndex entities. It is a sparse extension of the eoPowerTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EoACPwrAttributesEntry

eoACPwrAttributesEntry 1.3.6.1.2.1.230.1.1.1
This is a sparse extension of the eoPowerTable with entries for power attributes measurements or configuration. Each measured value corresponds to an attribute in IEC 61850-7-4 for non-phase measurements within the object MMXN.
Status: current Access: not-accessible
OBJECT-TYPE    
  EoACPwrAttributesEntry  

eoACPwrAttributesConfiguration 1.3.6.1.2.1.230.1.1.1.1
Configuration describes the physical configurations of the power supply lines: * alternating current, single phase (SNGL) * alternating current, three-phase delta (DEL) * alternating current, three-phase Y (WYE) Three-phase configurations can be either connected in a triangular delta (DEL) or star Y (WYE) system. WYE systems have a shared neutral voltage, while DEL systems do not. Each phase is offset 120 degrees to each other.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER sngl(1), del(2), wye(3)  

eoACPwrAttributesAvgVoltage 1.3.6.1.2.1.230.1.1.1.2
A measured value for average of the voltage measured over an integral number of AC cycles. For a three-phase system, this is the average voltage (V1+V2+V3)/3. IEC 61850-7-4 measured value attribute 'Vol'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

eoACPwrAttributesAvgCurrent 1.3.6.1.2.1.230.1.1.1.3
A measured value for average of the current measured over an integral number of AC cycles. For a three-phase system, this is the average current (I1+I2+I3)/3. IEC 61850-7-4 attribute 'Amp'.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

eoACPwrAttributesFrequency 1.3.6.1.2.1.230.1.1.1.4
A measured value for the basic frequency of the AC circuit. IEC 61850-7-4 attribute 'Hz'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 4500..6500  

eoACPwrAttributesPowerUnitMultiplier 1.3.6.1.2.1.230.1.1.1.5
The magnitude of watts for the usage value in eoACPwrAttributesTotalActivePower, eoACPwrAttributesTotalReactivePower, and eoACPwrAttributesTotalApparentPower measurements. For three-phase power systems, this will also include eoACPwrAttributesWyeActivePower, eoACPwrAttributesWyeReactivePower, and eoACPwrAttributesWyeApparentPower.
Status: current Access: read-only
OBJECT-TYPE    
  UnitMultiplier  

eoACPwrAttributesPowerAccuracy 1.3.6.1.2.1.230.1.1.1.6
This object indicates a percentage value, in hundredths of a percent, representing the presumed accuracy of active, reactive, and apparent power usage reporting. For example, 1010 means the reported usage is accurate to +/- 10.1 percent. This value is zero if the accuracy is unknown. ANSI and IEC define the following accuracy classes for power measurement: IEC 62053-22 & 60044-1 class 0.1, 0.2, 0.5, 1, & 3. ANSI C12.20 class 0.2 & 0.5
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..10000  

eoACPwrAttributesTotalActivePower 1.3.6.1.2.1.230.1.1.1.7
A measured value of the actual power delivered to or consumed by the load. IEC 61850-7-4 attribute 'TotW'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

eoACPwrAttributesTotalReactivePower 1.3.6.1.2.1.230.1.1.1.8
A measured value of the reactive portion of the apparent power. IEC 61850-7-4 attribute 'TotVAr'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

eoACPwrAttributesTotalApparentPower 1.3.6.1.2.1.230.1.1.1.9
A measured value of the voltage and current that determines the apparent power. The apparent power is the vector sum of real and reactive power. Note: watts and volt-amperes are equivalent units and may be combined. IEC 61850-7-4 attribute 'TotVA'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

eoACPwrAttributesTotalPowerFactor 1.3.6.1.2.1.230.1.1.1.10
A measured value ratio of the real power flowing to the load versus the apparent power. It is dimensionless and expressed here as a percentage value in hundredths. A power factor of 100% indicates there is no inductance load and thus no reactive power. A Power Factor can be positive or negative, where the sign should be in lead/lag (IEEE) form. IEC 61850-7-4 attribute 'TotPF'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -10000..10000  

eoACPwrAttributesThdCurrent 1.3.6.1.2.1.230.1.1.1.11
A calculated value for the current total harmonic distortion (THD). Method of calculation is not specified. IEC 61850-7-4 attribute 'ThdAmp'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..10000  

eoACPwrAttributesThdVoltage 1.3.6.1.2.1.230.1.1.1.12
A calculated value for the voltage total harmonic distortion (THD). The method of calculation is not specified. IEC 61850-7-4 attribute 'ThdVol'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..10000  

eoACPwrAttributesDelPhaseTable 1.3.6.1.2.1.230.1.2
This optional table describes three-phase power attributes measurements in a DEL configuration with phase-to-phase power attributes measurements. Entities having single phase power shall not have any entities. This is a sparse extension of the eoACPwrAttributesTable. These attributes correspond to measurements related to the IEC 61850-7.4 MMXU phase and measured harmonic or interharmonics related to the MHAI phase.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EoACPwrAttributesDelPhaseEntry

eoACPwrAttributesDelPhaseEntry 1.3.6.1.2.1.230.1.2.1
An entry describes power measurements of a phase in a DEL three-phase power. Three entries are required for each supported entPhysicalIndex entry. Voltage measurements are provided relative to each other. For phase-to-phase measurements, the eoACPwrAttributesDelPhaseIndex is compared against the following phase at +120 degrees. Thus, the possible values are: eoACPwrAttributesDelPhaseIndex Next Phase Angle 0 120 120 240 240 0
Status: current Access: not-accessible
OBJECT-TYPE    
  EoACPwrAttributesDelPhaseEntry  

eoACPwrAttributesDelPhaseIndex 1.3.6.1.2.1.230.1.2.1.1
A phase angle typically corresponding to 0, 120, 240.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..359  

eoACPwrAttributesDelPhaseToNextPhaseVoltage 1.3.6.1.2.1.230.1.2.1.2
A measured value of phase to next phase voltages, where the next phase is IEC 61850-7-4 attribute 'PPV'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

eoACPwrAttributesDelThdPhaseToNextPhaseVoltage 1.3.6.1.2.1.230.1.2.1.3
A calculated value for the voltage total harmonic distortion for phase to next phase. Method of calculation is not specified. IEC 61850-7-4 attribute 'ThdPPV'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..10000  

eoACPwrAttributesWyePhaseTable 1.3.6.1.2.1.230.1.3
This optional table describes three-phase power attributes measurements in a WYE configuration with phase-to-neutral power attributes measurements. Entities having single phase power shall not have any entities. This is a sparse extension of the eoACPwrAttributesTable. These attributes correspond to measurements related to the IEC 61850-7.4 MMXU phase and measured harmonic or interharmonics related to the MHAI phase.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EoACPwrAttributesWyePhaseEntry

eoACPwrAttributesWyePhaseEntry 1.3.6.1.2.1.230.1.3.1
This table describes measurements of a phase in a WYE three-phase power system. Three entries are required for each supported entPhysicalIndex entry. Voltage measurements are relative to neutral. Each entry describes power attributes of one phase of a WYE three-phase power system.
Status: current Access: not-accessible
OBJECT-TYPE    
  EoACPwrAttributesWyePhaseEntry  

eoACPwrAttributesWyePhaseIndex 1.3.6.1.2.1.230.1.3.1.1
A phase angle typically corresponding to 0, 120, 240.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 0..359  

eoACPwrAttributesWyePhaseToNeutralVoltage 1.3.6.1.2.1.230.1.3.1.2
A measured value of phase to neutral voltage. IEC 61850-7-4 attribute 'PNV'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

eoACPwrAttributesWyeCurrent 1.3.6.1.2.1.230.1.3.1.3
A measured value of phase currents. IEC 61850-7-4 attribute 'A'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

eoACPwrAttributesWyeActivePower 1.3.6.1.2.1.230.1.3.1.4
A measured value of the actual power delivered to or consumed by the load with the magnitude indicated separately in eoPowerUnitMultiplier. IEC 61850-7-4 attribute 'W'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

eoACPwrAttributesWyeReactivePower 1.3.6.1.2.1.230.1.3.1.5
A measured value of the reactive portion of the apparent power with the magnitude of indicated separately in eoPowerUnitMultiplier. IEC 61850-7-4 attribute 'VAr'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

eoACPwrAttributesWyeApparentPower 1.3.6.1.2.1.230.1.3.1.6
A measured value of the voltage and current determines the apparent power with the indicated separately in eoPowerUnitMultiplier. Active plus reactive power equals the total apparent power. Note: Watts and volt-amperes are equivalent units and may be combined. IEC 61850-7-4 attribute 'VA'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

eoACPwrAttributesWyePowerFactor 1.3.6.1.2.1.230.1.3.1.7
A measured value ratio of the real power flowing to the load versus the apparent power for this phase. IEC 61850-7-4 attribute 'PF'. Power Factor can be positive or negative where the sign should be in lead/lag (IEEE) form.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 -10000..10000  

eoACPwrAttributesWyeThdCurrent 1.3.6.1.2.1.230.1.3.1.8
A calculated value for the voltage total harmonic distortion (THD) for phase to phase. Method of calculation is not specified. IEC 61850-7-4 attribute 'ThdA'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..10000  

eoACPwrAttributesWyeThdPhaseToNeutralVoltage 1.3.6.1.2.1.230.1.3.1.9
A calculated value of the voltage total harmonic distortion (THD) for phase to neutral. IEC 61850-7-4 attribute 'ThdPhV'.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 0..10000  

powerAttributesMIBCompliances 1.3.6.1.2.1.230.2
OBJECT IDENTIFIER    

powerAttributesMIBGroups 1.3.6.1.2.1.230.3
OBJECT IDENTIFIER    

powerAttributesMIBFullCompliance 1.3.6.1.2.1.230.2.1
When this MIB is implemented with support for read- create, then such an implementation can claim full compliance. Such devices can then be both monitored and configured with this MIB. Module Compliance of RFC 6933 with respect to entity4CRCompliance MUST be supported which requires implementation of four MIB objects: entPhysicalIndex, entPhysicalClass, entPhysicalName, and entPhysicalUUID.
Status: current Access: read-only
MODULE-COMPLIANCE    

powerACPwrAttributesMIBTableGroup 1.3.6.1.2.1.230.3.1
This group contains the collection of all the power attributes objects related to the Energy Object.
Status: current Access: read-only
OBJECT-GROUP    

powerACPwrAttributesOptionalMIBTableGroup 1.3.6.1.2.1.230.3.2
This group contains the collection of all the power attributes objects related to the Energy Object.
Status: current Access: read-only
OBJECT-GROUP    

powerACPwrAttributesDelPhaseMIBTableGroup 1.3.6.1.2.1.230.3.3
This group contains the collection of all power attributes of a phase in a DEL three-phase power system.
Status: current Access: read-only
OBJECT-GROUP    

powerACPwrAttributesWyePhaseMIBTableGroup 1.3.6.1.2.1.230.3.4
This group contains the collection of all power attributes of a phase in a WYE three-phase power system.
Status: current Access: read-only
OBJECT-GROUP