-- GE Management Information Base VERSION 1.00 -- GE-MIB -- { iso org(3) dod(6) internet(1) private(4) enterprises(1) imv(818) } -- -- Title: GE-MIB -- By: Theo Versteeg & Fontana Gianluca -- -- 11-5-00 Theo Versteeg -- Removed the complete Victron-MIB to create a new IMV-mib to cover Comprot4, -- IM and IMV1 protocol. -- incl. external devices and object for the agents and protection software. -- -- Entries marked with (*) are part of the RFC1628 definition -- Although we integrated the RFC1628 in our own OID range, -- all RCF1628 OIDs should also be accessable on their own OID defined in RFC1628. GE_PARALLELUPS DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE, OBJECT-IDENTITY, Counter32, Gauge32, Integer32,enterprises, IpAddress FROM SNMPv2-SMI DisplayString, TimeStamp, TimeInterval, TestAndIncr, AutonomousType, TEXTUAL-CONVENTION FROM SNMPv2-TC FROM RFC1213-MIB; PositiveInteger32 ::= TEXTUAL-CONVENTION DISPLAY-HINT "d" STATUS current DESCRIPTION "This data type is a non-zero and non-negative value." SYNTAX Integer32 (1..2147483647) NonNegativeInteger32 ::= TEXTUAL-CONVENTION DISPLAY-HINT "d" STATUS current DESCRIPTION "This data type is a non-negative value." SYNTAX Integer32 (0..2147483647) imv OBJECT IDENTIFIER ::= { enterprises 818 } geHardware OBJECT IDENTIFIER ::= { imv 1 } geSoftware OBJECT IDENTIFIER ::= { imv 2 } geAgent OBJECT IDENTIFIER ::= { imv 3 } geUPS OBJECT IDENTIFIER ::= { geHardware 1 } -- The following list is not really a table, but can be implemented as one in the software. -- The complete UPS section is simply too large to fit in a pre-defined table. -- The solution: -- * All objects are defined for geGenericUPS -- * All individual UPSs of parallel systems can be reached by their respective sequence -- number as reflected in below list in stead of the geGenericUPS objects. geGenericUPS OBJECT IDENTIFIER ::= { geUPS 10 } geFirstUPS OBJECT IDENTIFIER ::= { geUPS 11 } geSecondUPS OBJECT IDENTIFIER ::= { geUPS 12 } geThirdUPS OBJECT IDENTIFIER ::= { geUPS 13 } geFourthUPS OBJECT IDENTIFIER ::= { geUPS 14 } geFifthUPS OBJECT IDENTIFIER ::= { geUPS 15 } geSixthUPS OBJECT IDENTIFIER ::= { geUPS 16 } geSeventhUPS OBJECT IDENTIFIER ::= { geUPS 17 } geEighthUPS OBJECT IDENTIFIER ::= { geUPS 18 } --- Generic UPS --- upsIdent_gen OBJECT IDENTIFIER ::= { geGenericUPS 1 } upsBattery_gen OBJECT IDENTIFIER ::= { geGenericUPS 2 } upsInput_gen OBJECT IDENTIFIER ::= { geGenericUPS 3 } upsOutput_gen OBJECT IDENTIFIER ::= { geGenericUPS 4 } upsBypass_gen OBJECT IDENTIFIER ::= { geGenericUPS 5 } upsAlarm_gen OBJECT IDENTIFIER ::= { geGenericUPS 6 } upsWellKnownAlarms_gen OBJECT IDENTIFIER ::= { upsAlarm_gen 3 } upsTest_gen OBJECT IDENTIFIER ::= { geGenericUPS 7 } upsWellKnownTests_gen OBJECT IDENTIFIER ::= { upsTest_gen 7 } upsControl_gen OBJECT IDENTIFIER ::= { geGenericUPS 8 } upsConfig_gen OBJECT IDENTIFIER ::= { geGenericUPS 9 } upsGetSet_gen OBJECT IDENTIFIER ::= { geGenericUPS 10 } geUPSTraps_gen OBJECT IDENTIFIER ::= { geGenericUPS 11 } --- First UPS --- upsIdent_first OBJECT IDENTIFIER ::= { geFirstUPS 1 } upsBattery_first OBJECT IDENTIFIER ::= { geFirstUPS 2 } upsInput_first OBJECT IDENTIFIER ::= { geFirstUPS 3 } upsOutput_first OBJECT IDENTIFIER ::= { geFirstUPS 4 } upsBypass_first OBJECT IDENTIFIER ::= { geFirstUPS 5 } upsAlarm_first OBJECT IDENTIFIER ::= { geFirstUPS 6 } upsWellKnownAlarms_first OBJECT IDENTIFIER ::= { upsAlarm_first 3 } upsTest_first OBJECT IDENTIFIER ::= { geFirstUPS 7 } upsWellKnownTests_first OBJECT IDENTIFIER ::= { upsTest_first 7 } upsControl_first OBJECT IDENTIFIER ::= { geFirstUPS 8 } upsConfig_first OBJECT IDENTIFIER ::= { geFirstUPS 9 } upsGetSet_first OBJECT IDENTIFIER ::= { geFirstUPS 10 } geUPSTraps_first OBJECT IDENTIFIER ::= { geFirstUPS 11 } --- Second UPS --- upsIdent_second OBJECT IDENTIFIER ::= { geSecondUPS 1 } upsBattery_second OBJECT IDENTIFIER ::= { geSecondUPS 2 } upsInput_second OBJECT IDENTIFIER ::= { geSecondUPS 3 } upsOutput_second OBJECT IDENTIFIER ::= { geSecondUPS 4 } upsBypass_second OBJECT IDENTIFIER ::= { geSecondUPS 5 } upsAlarm_second OBJECT IDENTIFIER ::= { geSecondUPS 6 } upsWellKnownAlarms_second OBJECT IDENTIFIER ::= { upsAlarm_second 3 } upsTest_second OBJECT IDENTIFIER ::= { geSecondUPS 7 } upsWellKnownTests_second OBJECT IDENTIFIER ::= { upsTest_second 7 } upsControl_second OBJECT IDENTIFIER ::= { geSecondUPS 8 } upsConfig_second OBJECT IDENTIFIER ::= { geSecondUPS 9 } upsGetSet_second OBJECT IDENTIFIER ::= { geSecondUPS 10 } geUPSTraps_second OBJECT IDENTIFIER ::= { geSecondUPS 11 } --- Third UPS --- upsIdent_third OBJECT IDENTIFIER ::= { geThirdUPS 1 } upsBattery_third OBJECT IDENTIFIER ::= { geThirdUPS 2 } upsInput_third OBJECT IDENTIFIER ::= { geThirdUPS 3 } upsOutput_third OBJECT IDENTIFIER ::= { geThirdUPS 4 } upsBypass_third OBJECT IDENTIFIER ::= { geThirdUPS 5 } upsAlarm_third OBJECT IDENTIFIER ::= { geThirdUPS 6 } upsWellKnownAlarms_third OBJECT IDENTIFIER ::= { upsAlarm_third 3 } upsTest_third OBJECT IDENTIFIER ::= { geThirdUPS 7 } upsWellKnownTests_third OBJECT IDENTIFIER ::= { upsTest_third 7 } upsControl_third OBJECT IDENTIFIER ::= { geThirdUPS 8 } upsConfig_third OBJECT IDENTIFIER ::= { geThirdUPS 9 } upsGetSet_third OBJECT IDENTIFIER ::= { geThirdUPS 10 } geUPSTraps_third OBJECT IDENTIFIER ::= { geThirdUPS 11 } --- Fourth UPS --- upsIdent_fourth OBJECT IDENTIFIER ::= { geFourthUPS 1 } upsBattery_fourth OBJECT IDENTIFIER ::= { geFourthUPS 2 } upsInput_fourth OBJECT IDENTIFIER ::= { geFourthUPS 3 } upsOutput_fourth OBJECT IDENTIFIER ::= { geFourthUPS 4 } upsBypass_fourth OBJECT IDENTIFIER ::= { geFourthUPS 5 } upsAlarm_fourth OBJECT IDENTIFIER ::= { geFourthUPS 6 } upsWellKnownAlarms_fourth OBJECT IDENTIFIER ::= { upsAlarm_fourth 3 } upsTest_fourth OBJECT IDENTIFIER ::= { geFourthUPS 7 } upsWellKnownTests_fourth OBJECT IDENTIFIER ::= { upsTest_fourth 7 } upsControl_fourth OBJECT IDENTIFIER ::= { geFourthUPS 8 } upsConfig_fourth OBJECT IDENTIFIER ::= { geFourthUPS 9 } upsGetSet_fourth OBJECT IDENTIFIER ::= { geFourthUPS 10 } geUPSTraps_fourth OBJECT IDENTIFIER ::= { geFourthUPS 11 } --- Fifth UPS --- upsIdent_fifth OBJECT IDENTIFIER ::= { geFifthUPS 1 } upsBattery_fifth OBJECT IDENTIFIER ::= { geFifthUPS 2 } upsInput_fifth OBJECT IDENTIFIER ::= { geFifthUPS 3 } upsOutput_fifth OBJECT IDENTIFIER ::= { geFifthUPS 4 } upsBypass_fifth OBJECT IDENTIFIER ::= { geFifthUPS 5 } upsAlarm_fifth OBJECT IDENTIFIER ::= { geFifthUPS 6 } upsWellKnownAlarms_fifth OBJECT IDENTIFIER ::= { upsAlarm_fifth 3 } upsTest_fifth OBJECT IDENTIFIER ::= { geFifthUPS 7 } upsWellKnownTests_fifth OBJECT IDENTIFIER ::= { upsTest_fifth 7 } upsControl_fifth OBJECT IDENTIFIER ::= { geFifthUPS 8 } upsConfig_fifth OBJECT IDENTIFIER ::= { geFifthUPS 9 } upsGetSet_fifth OBJECT IDENTIFIER ::= { geFifthUPS 10 } geUPSTraps_fifth OBJECT IDENTIFIER ::= { geFifthUPS 11 } --- Sixth UPS --- upsIdent_sixth OBJECT IDENTIFIER ::= { geSixthUPS 1 } upsBattery_sixth OBJECT IDENTIFIER ::= { geSixthUPS 2 } upsInput_sixth OBJECT IDENTIFIER ::= { geSixthUPS 3 } upsOutput_sixth OBJECT IDENTIFIER ::= { geSixthUPS 4 } upsBypass_sixth OBJECT IDENTIFIER ::= { geSixthUPS 5 } upsAlarm_sixth OBJECT IDENTIFIER ::= { geSixthUPS 6 } upsWellKnownAlarms_sixth OBJECT IDENTIFIER ::= { upsAlarm_sixth 3 } upsTest_sixth OBJECT IDENTIFIER ::= { geSixthUPS 7 } upsWellKnownTests_sixth OBJECT IDENTIFIER ::= { upsTest_sixth 7 } upsControl_sixth OBJECT IDENTIFIER ::= { geSixthUPS 8 } upsConfig_sixth OBJECT IDENTIFIER ::= { geSixthUPS 9 } upsGetSet_sixth OBJECT IDENTIFIER ::= { geSixthUPS 10 } geUPSTraps_sixth OBJECT IDENTIFIER ::= { geSixthUPS 11 } --- Seventh UPS --- upsIdent_seventh OBJECT IDENTIFIER ::= { geSeventhUPS 1 } upsBattery_seventh OBJECT IDENTIFIER ::= { geSeventhUPS 2 } upsInput_seventh OBJECT IDENTIFIER ::= { geSeventhUPS 3 } upsOutput_seventh OBJECT IDENTIFIER ::= { geSeventhUPS 4 } upsBypass_seventh OBJECT IDENTIFIER ::= { geSeventhUPS 5 } upsAlarm_seventh OBJECT IDENTIFIER ::= { geSeventhUPS 6 } upsWellKnownAlarms_seventh OBJECT IDENTIFIER ::= { upsAlarm_seventh 3 } upsTest_seventh OBJECT IDENTIFIER ::= { geSeventhUPS 7 } upsWellKnownTests_seventh OBJECT IDENTIFIER ::= { upsTest_seventh 7 } upsControl_seventh OBJECT IDENTIFIER ::= { geSeventhUPS 8 } upsConfig_seventh OBJECT IDENTIFIER ::= { geSeventhUPS 9 } upsGetSet_seventh OBJECT IDENTIFIER ::= { geSeventhUPS 10 } geUPSTraps_seventh OBJECT IDENTIFIER ::= { geSeventhUPS 11 } --- Eighth UPS --- upsIdent_eighth OBJECT IDENTIFIER ::= { geEighthUPS 1 } upsBattery_eighth OBJECT IDENTIFIER ::= { geEighthUPS 2 } upsInput_eighth OBJECT IDENTIFIER ::= { geEighthUPS 3 } upsOutput_eighth OBJECT IDENTIFIER ::= { geEighthUPS 4 } upsBypass_eighth OBJECT IDENTIFIER ::= { geEighthUPS 5 } upsAlarm_eighth OBJECT IDENTIFIER ::= { geEighthUPS 6 } upsWellKnownAlarms_eighth OBJECT IDENTIFIER ::= { upsAlarm_eighth 3 } upsTest_eighth OBJECT IDENTIFIER ::= { geEighthUPS 7 } upsWellKnownTests_eighth OBJECT IDENTIFIER ::= { upsTest_eighth 7 } upsControl_eighth OBJECT IDENTIFIER ::= { geEighthUPS 8 } upsConfig_eighth OBJECT IDENTIFIER ::= { geEighthUPS 9 } upsGetSet_eighth OBJECT IDENTIFIER ::= { geEighthUPS 10 } geUPSTraps_eighth OBJECT IDENTIFIER ::= { geEighthUPS 11 } ------------------------------ --- Environtmental card ------ ------------------------------ geEnvironmental OBJECT IDENTIFIER ::= { geHardware 2 } ioInterface_First OBJECT IDENTIFIER ::= { geEnvironmental 1 } ioInterface_Second OBJECT IDENTIFIER ::= { geEnvironmental 2 } ioInterface_Third OBJECT IDENTIFIER ::= { geEnvironmental 3 } ioInterface_Fourth OBJECT IDENTIFIER ::= { geEnvironmental 4 } ioInterface_Fifth OBJECT IDENTIFIER ::= { geEnvironmental 5 } ioInterface_Sixth OBJECT IDENTIFIER ::= { geEnvironmental 6 } ioInterface_Seventh OBJECT IDENTIFIER ::= { geEnvironmental 7 } ioInterface_Eighth OBJECT IDENTIFIER ::= { geEnvironmental 8 } --- First Environmental card ------ ioInterfaceInputLine_First OBJECT IDENTIFIER ::= { ioInterface_First 1 } ioInterfaceOutputLine_First OBJECT IDENTIFIER ::= { ioInterface_First 2 } ioInterfaceAnalogueLine_First OBJECT IDENTIFIER ::= { ioInterface_First 3 } ioInterfaceTraps_First OBJECT IDENTIFIER ::= { ioInterface_First 4 } --- Second Environmental card ------ ioInterfaceInputLine_Second OBJECT IDENTIFIER ::= { ioInterface_Second 1 } ioInterfaceOutputLine_Second OBJECT IDENTIFIER ::= { ioInterface_Second 2 } ioInterfaceAnalogueLine_Second OBJECT IDENTIFIER ::= { ioInterface_Second 3 } ioInterfaceTraps_Second OBJECT IDENTIFIER ::= { ioInterface_Second 4 } --- Third Environmental card ------ ioInterfaceInputLine_Third OBJECT IDENTIFIER ::= { ioInterface_Third 1 } ioInterfaceOutputLine_Third OBJECT IDENTIFIER ::= { ioInterface_Third 2 } ioInterfaceAnalogueLine_Third OBJECT IDENTIFIER ::= { ioInterface_Third 3 } ioInterfaceTraps_Third OBJECT IDENTIFIER ::= { ioInterface_Third 4 } --- Fourth Environmental card ------ ioInterfaceInputLine_Fourth OBJECT IDENTIFIER ::= { ioInterface_Fourth 1 } ioInterfaceOutputLine_Fourth OBJECT IDENTIFIER ::= { ioInterface_Fourth 2 } ioInterfaceAnalogueLine_Fourth OBJECT IDENTIFIER ::= { ioInterface_Fourth 3 } ioInterfaceTraps_Fourth OBJECT IDENTIFIER ::= { ioInterface_Fourth 4 } --- Fifth Environmental card ------ ioInterfaceInputLine_Fifth OBJECT IDENTIFIER ::= { ioInterface_Fifth 1 } ioInterfaceOutputLine_Fifth OBJECT IDENTIFIER ::= { ioInterface_Fifth 2 } ioInterfaceAnalogueLine_Fifth OBJECT IDENTIFIER ::= { ioInterface_Fifth 3 } ioInterfaceTraps_Fifth OBJECT IDENTIFIER ::= { ioInterface_Fifth 4 } --- Sixth Environmental card ------ ioInterfaceInputLine_Sixth OBJECT IDENTIFIER ::= { ioInterface_Sixth 1 } ioInterfaceOutputLine_Sixth OBJECT IDENTIFIER ::= { ioInterface_Sixth 2 } ioInterfaceAnalogueLine_Sixth OBJECT IDENTIFIER ::= { ioInterface_Sixth 3 } ioInterfaceTraps_Sixth OBJECT IDENTIFIER ::= { ioInterface_Sixth 4 } --- Seventh Environmental card ------ ioInterfaceInputLine_Seventh OBJECT IDENTIFIER ::= { ioInterface_Seventh 1 } ioInterfaceOutputLine_Seventh OBJECT IDENTIFIER ::= { ioInterface_Seventh 2 } ioInterfaceAnalogueLine_Seventh OBJECT IDENTIFIER ::= { ioInterface_Seventh 3 } ioInterfaceTraps_Seventh OBJECT IDENTIFIER ::= { ioInterface_Seventh 4 } --- Eighth Environmental card ------ ioInterfaceInputLine_Eighth OBJECT IDENTIFIER ::= { ioInterface_Eighth 1 } ioInterfaceOutputLine_Eighth OBJECT IDENTIFIER ::= { ioInterface_Eighth 2 } ioInterfaceAnalogueLine_Eighth OBJECT IDENTIFIER ::= { ioInterface_Eighth 3 } ioInterfaceTraps_Eighth OBJECT IDENTIFIER ::= { ioInterface_Eighth 4 } ---------------- ----- Modem ---- ---------------- geModem OBJECT IDENTIFIER ::= { geHardware 3 } -------------- --- Device --- -------------- geDevices OBJECT IDENTIFIER ::= { geHardware 100 } geDevicesDescriptions OBJECT IDENTIFIER ::= { geDevices 1 } AdvSNMPWebIntCard OBJECT IDENTIFIER ::= { geDevicesDescriptions 1 } SNMPWebIntCard OBJECT IDENTIFIER ::= { geDevicesDescriptions 2 } SNMPWebIntBox OBJECT IDENTIFIER ::= { geDevicesDescriptions 3 } SNMPSWPFAgent OBJECT IDENTIFIER ::= { geDevicesDescriptions 4 } SNMPSWJUMPAgent OBJECT IDENTIFIER ::= { geDevicesDescriptions 5 } -------------- --- Client --- -------------- geClient OBJECT IDENTIFIER ::= { geSoftware 1 } -------------- --- Agent ---- -------------- geAgentConfig OBJECT IDENTIFIER ::= { geAgent 1 } geAgentTraps OBJECT IDENTIFIER ::= { geAgent 2 } -- -- The GE UPS group -- geDiscoveredUPSsMask OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "Reading this variable returns bit mask indicating which UPSs in a parallel system are alive. Management software should poll only these UPSs on their snmp branches 11-18 as follows: 1 FirstUPS alive 2 SecondUPS alive 4 ThirdUPS alive 8 FourthUPS alive 16 FifthUPS alive 32 SixthUPS alive 64 SeventhUPS alive 128 EigthUPS alive Since the management software should always monitor the GenericUPS branch (10), this value has no meaning for single upses (which provide values on that snmp branch), and should be set to zero in that case." ::= { geUPS 1 } geRequestPacket OBJECT-TYPE SYNTAX DisplayString (SIZE (0..63)) MAX-ACCESS read-write STATUS current DESCRIPTION "Put the string, formatted as a IMV/CP4 packet, directly to internally RS485 bus. This OID could be used for accede directly to the internally RS485 bus from a remote place." ::= { geUPS 2 } geReplyPacket OBJECT-TYPE SYNTAX DisplayString (SIZE (0..63)) MAX-ACCESS read-only STATUS current DESCRIPTION "Contain the reply of the IMV/CP4 request packet sent using the OID geRequestPacket. Every time that a write command has be made at the OID ge RequestPacket, the value of this OID is erased." ::= { geUPS 3 } -- -- The Device Identification group. Generic -- All objects in this group except for upsIdentName and -- upsIdentAttachedDevices are set at device initialization -- and remain static. -- upsIdentManufacturer_gen OBJECT-TYPE SYNTAX DisplayString (SIZE (0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "The name of the UPS manufacturer.(*)" ::= { upsIdent_gen 1 } upsIdentModel_gen OBJECT-TYPE SYNTAX DisplayString (SIZE (0..63)) MAX-ACCESS read-only STATUS current DESCRIPTION "The UPS Model designation.(*)" ::= { upsIdent_gen 2 } upsIdentUPSSoftwareVersion_gen OBJECT-TYPE SYNTAX DisplayString (SIZE (0..63)) MAX-ACCESS read-only STATUS current DESCRIPTION "The UPS firmware/software version(s). This variable may or may not have the same value as upsIdentAgentSoftwareVersion in some implementations.(*)" ::= { upsIdent_gen 3 } upsIdentAgentSoftwareVersion_gen OBJECT-TYPE SYNTAX DisplayString (SIZE (0..63)) MAX-ACCESS read-only STATUS current DESCRIPTION "The UPS agent software version. This variable may or may not have the same value as upsIdentUPSSoftwareVersion in some implementations.(*)" ::= { upsIdent_gen 4 } upsIdentName_gen OBJECT-TYPE SYNTAX DisplayString (SIZE(0..63)) MAX-ACCESS read-write STATUS current DESCRIPTION "A string identifying the UPS. This object should be set by the administrator.(*)" ::= { upsIdent_gen 5 } upsIdentAttachedDevices_gen OBJECT-TYPE SYNTAX DisplayString (SIZE(0..63)) MAX-ACCESS read-write STATUS current DESCRIPTION "A string identifying the devices attached to the output(s) of the UPS. This object should be set by the administrator.(*)" ::= { upsIdent_gen 6 } upsIdentUPSSerialNumber_gen OBJECT-TYPE SYNTAX DisplayString (SIZE(0..31)) MAX-ACCESS read-only STATUS current DESCRIPTION "The UPS serial number" ::= { upsIdent_gen 7 } upsIdentComProtVersion_gen OBJECT-TYPE SYNTAX DisplayString (SIZE(0..15)) MAX-ACCESS read-only STATUS current DESCRIPTION "The IMV communication protocol version" ::= { upsIdent_gen 8 } upsIdentOperatingTime_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "The present value of the operating time. total 'on' time since UPS manufactured" ::= { upsIdent_gen 9 } -- -- Battery Group Generic -- upsBatteryStatus_gen OBJECT-TYPE SYNTAX Integer32 { unknown(1), batteryNormal(2), batteryLow(3), batteryDepleted(4) } MAX-ACCESS read-only STATUS current DESCRIPTION "The indication of the capacity remaining in the UPS system's batteries. A value of batteryNormal indicates that the remaining run-time is greater than upsConfigLowBattTime. A value of batteryLow indicates that the remaining battery run-time is less than or equal to upsConfigLowBattTime. A value of batteryDepleted indicates that the UPS will be unable to sustain the present load when and if the utility power is lost (including the possibility that the utility power is currently absent and the UPS is unable to sustain the output).(*)" ::= { upsBattery_gen 1 } upsSecondsOnBattery_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "If the unit is on battery power, the elapsed time since the UPS last switched to battery power, or the time since the network management subsystem was last restarted, whichever is less. Zero shall be returned if the unit is not on battery power.(*)" ::= { upsBattery_gen 2 } upsEstimatedMinutesRemaining_gen OBJECT-TYPE SYNTAX PositiveInteger32 UNITS "minutes" MAX-ACCESS read-only STATUS current DESCRIPTION "An estimate of the time to battery charge depletion under the present load conditions if the utility power is off and remains off, or if it were to be lost and remain off.(*)" ::= { upsBattery_gen 3 } upsEstimatedChargeRemaining_gen OBJECT-TYPE SYNTAX Integer32 (0..100) UNITS "percent" MAX-ACCESS read-only STATUS current DESCRIPTION "An estimate of the battery charge remaining expressed as a percent of full charge.(*)" ::= { upsBattery_gen 4 } upsBatteryVoltage_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "0.1 Volt DC" MAX-ACCESS read-only STATUS current DESCRIPTION "The magnitude of the present battery voltage.(*)" ::= { upsBattery_gen 5 } upsBatteryCurrent_gen OBJECT-TYPE SYNTAX Integer32 UNITS "0.1 Amp DC" MAX-ACCESS read-only STATUS current DESCRIPTION "The present battery current.(*)" ::= { upsBattery_gen 6 } upsBatteryTemperature_gen OBJECT-TYPE SYNTAX Integer32 UNITS "degrees Centigrade" MAX-ACCESS read-only STATUS current DESCRIPTION "The ambient temperature at or near the UPS Battery casing.(*)" ::= { upsBattery_gen 7 } -- -- Input Group -- upsInputLineBads_gen OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "A count of the number of times the input entered an out-of-tolerance condition as defined by the manufacturer. This count is incremented by one each time the input transitions from zero out-of-tolerance lines to one or more input lines out-of-tolerance.(*)" ::= { upsInput_gen 1 } upsInputNumLines_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of input lines utilized in this device. This variable indicates the number of rows in the input table.(*)" ::= { upsInput_gen 2 } upsInputTable_gen OBJECT-TYPE SYNTAX SEQUENCE OF UpsInputEntry_gen MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of input table entries. The number of entries is given by the value of upsInputNumLines.(*)" ::= { upsInput_gen 3 } upsInputEntry_gen OBJECT-TYPE SYNTAX UpsInputEntry_gen MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry containing information applicable to a particular input line.(*)" INDEX { upsInputLineIndex_gen } ::= { upsInputTable_gen 1 } UpsInputEntry_gen ::= SEQUENCE { upsInputLineIndex_gen PositiveInteger32, upsInputFrequency_gen NonNegativeInteger32, upsInputVoltage_gen NonNegativeInteger32, upsInputCurrent_gen NonNegativeInteger32, upsInputTruePower_gen NonNegativeInteger32, upsInputVoltageMin_gen NonNegativeInteger32, upsInputVoltageMax_gen NonNegativeInteger32 } upsInputLineIndex_gen OBJECT-TYPE SYNTAX PositiveInteger32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "The input line identifier.(*)" ::= { upsInputEntry_gen 1 } upsInputFrequency_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "0.1 Hertz" MAX-ACCESS read-only STATUS current DESCRIPTION "The present input frequency.(*)" ::= { upsInputEntry_gen 2 } upsInputVoltage_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "RMS Volts" MAX-ACCESS read-only STATUS current DESCRIPTION "The magnitude of the present input voltage.(*)" ::= { upsInputEntry_gen 3 } upsInputCurrent_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "0.1 RMS Amp" MAX-ACCESS read-only STATUS current DESCRIPTION "The magnitude of the present input current.(*)" ::= { upsInputEntry_gen 4 } upsInputTruePower_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "Watts" MAX-ACCESS read-only STATUS current DESCRIPTION "The magnitude of the present input true power.(*)" ::= { upsInputEntry_gen 5 } upsInputVoltageMin_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "RMS Volts" MAX-ACCESS read-only STATUS current DESCRIPTION "The lowest magnitude of the input voltage since last read out." ::= { upsInputEntry_gen 6 } upsInputVoltageMax_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "RMS Volts" MAX-ACCESS read-only STATUS current DESCRIPTION "The highest magnitude of the input voltage since last read out." ::= { upsInputEntry_gen 7 } -- -- The Output group. -- upsOutputSource_gen OBJECT-TYPE SYNTAX Integer32 { other(1), none(2), normal(3), bypass(4), battery(5), booster(6), reducer(7) } MAX-ACCESS read-only STATUS current DESCRIPTION "The present source of output power. The enumeration none(2) indicates that there is no source of output power (and therefore no output power), for example, the system has opened the output breaker.(*)" ::= { upsOutput_gen 1 } upsOutputFrequency_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "0.1 Hertz" MAX-ACCESS read-only STATUS current DESCRIPTION "The present output frequency.(*)" ::= { upsOutput_gen 2 } upsOutputNumLines_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of output lines utilized in this device. This variable indicates the number of rows in the output table.(*)" ::= { upsOutput_gen 3 } upsOutputTable_gen OBJECT-TYPE SYNTAX SEQUENCE OF UpsOutputEntry_gen MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of output table entries. The number of entries is given by the value of upsOutputNumLines.(*)" ::= { upsOutput_gen 4 } upsOutputEntry_gen OBJECT-TYPE SYNTAX UpsOutputEntry_gen MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry containing information applicable to a particular output line.(*)" INDEX { upsOutputLineIndex_gen } ::= { upsOutputTable_gen 1 } UpsOutputEntry_gen ::= SEQUENCE { upsOutputLineIndex_gen PositiveInteger32, upsOutputVoltage_gen NonNegativeInteger32, upsOutputCurrent_gen NonNegativeInteger32, upsOutputPower_gen NonNegativeInteger32, upsOutputPercentLoad_gen Integer32 } upsOutputLineIndex_gen OBJECT-TYPE SYNTAX PositiveInteger32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "The output line identifier.(*)" ::= { upsOutputEntry_gen 1 } upsOutputVoltage_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "RMS Volts" MAX-ACCESS read-only STATUS current DESCRIPTION "The present output voltage.(*)" ::= { upsOutputEntry_gen 2 } upsOutputCurrent_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "0.1 RMS Amp" MAX-ACCESS read-only STATUS current DESCRIPTION "The present output current.(*)" ::= { upsOutputEntry_gen 3 } upsOutputPower_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "Watts" MAX-ACCESS read-only STATUS current DESCRIPTION "The present output true power.(*)" ::= { upsOutputEntry_gen 4 } upsOutputPercentLoad_gen OBJECT-TYPE SYNTAX Integer32 (0..200) UNITS "percent" MAX-ACCESS read-only STATUS current DESCRIPTION "The percentage of the UPS power capacity presently being used on this output line, i.e., the greater of the percent load of true power capacity and the percent load of VA.(*)" ::= { upsOutputEntry_gen 5 } -- -- The Bypass group generic. -- upsBypassFrequency_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "0.1 Hertz" MAX-ACCESS read-only STATUS current DESCRIPTION "The present bypass frequency.(*)" ::= { upsBypass_gen 1 } upsBypassNumLines_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of bypass lines utilized in this device. This entry indicates the number of rows in the bypass table.(*)" ::= { upsBypass_gen 2 } upsBypassTable_gen OBJECT-TYPE SYNTAX SEQUENCE OF UpsBypassEntry_gen MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of bypass table entries. The number of entries is given by the value of upsBypassNumLines.(*)" ::= { upsBypass_gen 3 } upsBypassEntry_gen OBJECT-TYPE SYNTAX UpsBypassEntry_gen MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry containing information applicable to a particular bypass input.(*)" INDEX { upsBypassLineIndex_gen } ::= { upsBypassTable_gen 1 } UpsBypassEntry_gen ::= SEQUENCE { upsBypassLineIndex_gen PositiveInteger32, upsBypassVoltage_gen NonNegativeInteger32, upsBypassCurrent_gen NonNegativeInteger32, upsBypassPower_gen NonNegativeInteger32 } upsBypassLineIndex_gen OBJECT-TYPE SYNTAX PositiveInteger32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "The bypass line identifier.(*)" ::= { upsBypassEntry_gen 1 } upsBypassVoltage_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "RMS Volts" MAX-ACCESS read-only STATUS current DESCRIPTION "The present bypass voltage.(*)" ::= { upsBypassEntry_gen 2 } upsBypassCurrent_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "0.1 RMS Amp" MAX-ACCESS read-only STATUS current DESCRIPTION "The present bypass current.(*)" ::= { upsBypassEntry_gen 3 } upsBypassPower_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "Watts" MAX-ACCESS read-only STATUS current DESCRIPTION "The present true power conveyed by the bypass.(*)" ::= { upsBypassEntry_gen 4 } -- -- The Alarm group generic. -- upsAlarmsPresent_gen OBJECT-TYPE SYNTAX Gauge32 MAX-ACCESS read-only STATUS current DESCRIPTION "The present number of active alarm conditions.(*)" ::= { upsAlarm_gen 1 } upsAlarmTable_gen OBJECT-TYPE SYNTAX SEQUENCE OF UpsAlarmEntry_gen MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of alarm table entries. The table contains zero, one, or many rows at any moment, depending upon the number of alarm conditions in effect. The table is initially empty at agent startup. The agent creates a row in the table each time a condition is detected and deletes that row when that condition no longer pertains. The agent creates the first row with upsAlarmId equal to 1, and increments the value of upsAlarmId each time a new row is created, wrapping to the first free value greater than or equal to 1 when the maximum value of upsAlarmId would otherwise be exceeded. Consequently, after multiple operations, the table may become sparse, e.g., containing entries for rows 95, 100, 101, and 203 and the entries should not be assumed to be in chronological order because upsAlarmId might have wrapped. Alarms are named by an AutonomousType (OBJECT IDENTIFIER), upsAlarmDescr, to allow a single table to reflect well known alarms plus alarms defined by a particular implementation, i.e., as documented in the private enterprise MIB definition for the device. No two rows will have the same value of upsAlarmDescr, since alarms define conditions. In order to meet this requirement, care should be taken in the definition of alarm conditions to insure that a system cannot enter the same condition multiple times simultaneously. The number of rows in the table at any given time is reflected by the value of upsAlarmsPresent.(*)" ::= { upsAlarm_gen 2 } upsAlarmEntry_gen OBJECT-TYPE SYNTAX UpsAlarmEntry_gen MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry containing information applicable to a particular alarm.(*)" INDEX { upsAlarmId_gen } ::= { upsAlarmTable_gen 1 } UpsAlarmEntry_gen ::= SEQUENCE { upsAlarmId_gen PositiveInteger32, upsAlarmDescr_gen AutonomousType, upsAlarmTime_gen TimeStamp } upsAlarmId_gen OBJECT-TYPE SYNTAX PositiveInteger32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "A unique identifier for an alarm condition. This value must remain constant.(*)" ::= { upsAlarmEntry_gen 1 } upsAlarmDescr_gen OBJECT-TYPE SYNTAX AutonomousType MAX-ACCESS read-only STATUS current DESCRIPTION "A reference to an alarm description object. The object referenced should not be accessible, but rather be used to provide a unique description of the alarm condition.(*)" ::= { upsAlarmEntry_gen 2 } upsAlarmTime_gen OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value of sysUpTime when the alarm condition was detected. If the alarm condition was detected at the time of agent startup and presumably existed before agent startup, the value of upsAlarmTime shall equal 0.(*)" ::= { upsAlarmEntry_gen 3 } -- -- Well known alarm conditions generic. -- upsAlarmBatteryBad_gen OBJECT-IDENTITY STATUS current DESCRIPTION "One or more batteries have been determined to require replacement.(*)" ::= { upsWellKnownAlarms_gen 1 } upsAlarmOnBattery_gen OBJECT-IDENTITY STATUS current DESCRIPTION "The UPS is drawing power from the batteries.(*)" ::= { upsWellKnownAlarms_gen 2 } upsAlarmLowBattery_gen OBJECT-IDENTITY STATUS current DESCRIPTION "The remaining battery run-time is less than or equal to upsConfigLowBattTime.(*)" ::= { upsWellKnownAlarms_gen 3 } upsAlarmDepletedBattery_gen OBJECT-IDENTITY STATUS current DESCRIPTION "The UPS will be unable to sustain the present load when and if the utility power is lost.(*)" ::= { upsWellKnownAlarms_gen 4 } upsAlarmTempBad_gen OBJECT-IDENTITY STATUS current DESCRIPTION "A temperature is out of tolerance.(*)" ::= { upsWellKnownAlarms_gen 5 } upsAlarmInputBad_gen OBJECT-IDENTITY STATUS current DESCRIPTION "An input condition is out of tolerance.(*)" ::= { upsWellKnownAlarms_gen 6 } upsAlarmOutputBad_gen OBJECT-IDENTITY STATUS current DESCRIPTION "An output condition (other than OutputOverload) is out of tolerance.(*)" ::= { upsWellKnownAlarms_gen 7 } upsAlarmOutputOverload_gen OBJECT-IDENTITY STATUS current DESCRIPTION "The output load exceeds the UPS output capacity.(*)" ::= { upsWellKnownAlarms_gen 8 } upsAlarmOnBypass_gen OBJECT-IDENTITY STATUS current DESCRIPTION "The Bypass is presently engaged on the UPS.(*)" ::= { upsWellKnownAlarms_gen 9 } upsAlarmBypassBad_gen OBJECT-IDENTITY STATUS current DESCRIPTION "The Bypass is out of tolerance.(*)" ::= { upsWellKnownAlarms_gen 10 } upsAlarmOutputOffAsRequested_gen OBJECT-IDENTITY STATUS current DESCRIPTION "The UPS has shutdown as requested, i.e., the output is off.(*)" ::= { upsWellKnownAlarms_gen 11 } upsAlarmUpsOffAsRequested_gen OBJECT-IDENTITY STATUS current DESCRIPTION "The entire UPS has shutdown as commanded.(*)" ::= { upsWellKnownAlarms_gen 12 } upsAlarmChargerFailed_gen OBJECT-IDENTITY STATUS current DESCRIPTION "An uncorrected problem has been detected within the UPS charger subsystem.(*)" ::= { upsWellKnownAlarms_gen 13 } upsAlarmUpsOutputOff_gen OBJECT-IDENTITY STATUS current DESCRIPTION "The output of the UPS is in the off state.(*)" ::= { upsWellKnownAlarms_gen 14 } upsAlarmUpsSystemOff_gen OBJECT-IDENTITY STATUS current DESCRIPTION "The UPS system is in the off state.(*)" ::= { upsWellKnownAlarms_gen 15 } upsAlarmFanFailure_gen OBJECT-IDENTITY STATUS current DESCRIPTION "The failure of one or more fans in the UPS has been detected.(*)" ::= { upsWellKnownAlarms_gen 16 } upsAlarmFuseFailure_gen OBJECT-IDENTITY STATUS current DESCRIPTION "The failure of one or more fuses has been detected.(*)" ::= { upsWellKnownAlarms_gen 17 } upsAlarmGeneralFault_gen OBJECT-IDENTITY STATUS current DESCRIPTION "A general fault in the UPS has been detected.(*)" ::= { upsWellKnownAlarms_gen 18 } upsAlarmDiagnosticTestFailed_gen OBJECT-IDENTITY STATUS current DESCRIPTION "The result of the last diagnostic test indicates a failure.(*)" ::= { upsWellKnownAlarms_gen 19 } upsAlarmCommunicationsLost_gen OBJECT-IDENTITY STATUS current DESCRIPTION "A problem has been encountered in the communications between the agent and the UPS.(*)" ::= { upsWellKnownAlarms_gen 20 } upsAlarmAwaitingPower_gen OBJECT-IDENTITY STATUS current DESCRIPTION "The UPS output is off and the UPS is awaiting the return of input power.(*)" ::= { upsWellKnownAlarms_gen 21 } upsAlarmShutdownPending_gen OBJECT-IDENTITY STATUS current DESCRIPTION "A upsShutdownAfterDelay countdown is underway.(*)" ::= { upsWellKnownAlarms_gen 22 } upsAlarmShutdownImminent_gen OBJECT-IDENTITY STATUS current DESCRIPTION "The UPS will turn off power to the load in less than 5 seconds; this may be either a timed shutdown or a low battery shutdown.(*)" ::= { upsWellKnownAlarms_gen 23 } upsAlarmTestInProgress_gen OBJECT-IDENTITY STATUS current DESCRIPTION "A test is in progress, as initiated and indicated by the Test Group. Tests initiated via other implementation-specific mechanisms can indicate the presence of the testing in the alarm table, if desired, via a OBJECT-IDENTITY macro in the MIB document specific to that implementation and are outside the scope of this OBJECT-IDENTITY.(*)" ::= { upsWellKnownAlarms_gen 24 } upsAlarmReceptacleOff_gen OBJECT-IDENTITY STATUS current DESCRIPTION "The receptacle are switch off " ::= { upsWellKnownAlarms_gen 25 } upsAlarmMaskA_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 MAX-ACCESS read-only STATUS current DESCRIPTION "Specifies which alarm can be handled by the UPS. The 'Mask' parameter is a Long Integer32. The meaning of every bit is the same as for the 'upsAlarmGroupA' command. A bit having value=1 indicates that the corresponding alarm is handled by the UPS." ::= { upsAlarm_gen 4 } -- -- The Test Group generic -- upsTestId_gen OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS read-write STATUS current DESCRIPTION "The test is named by an OBJECT IDENTIFIER which allows a standard mechanism for the initiation of tests, including the well known tests identified in this document as well as those introduced by a particular implementation, i.e., as documented in the private enterprise MIB definition for the device. Setting this variable initiates the named test. Sets to this variable require the presence of upsTestSpinLock in the same SNMP message. The set request will be rejected with an appropriate error message if the requested test cannot be performed, including attempts to start a test when another test is already in progress. The status of the current or last test is maintained in upsTestResultsSummary. Tests in progress may be aborted by setting the upsTestId variable to upsTestAbortTestInProgress. Read operations return the value of the name of the test in progress if a test is in progress or the name of the last test performed if no test is in progress, unless no test has been run, in which case the well known value upsTestNoTestsInitiated is returned.(*)" ::= { upsTest_gen 1 } -- see [6] for more information on the semantics of objects with -- syntax of TestAndIncr upsTestSpinLock_gen OBJECT-TYPE SYNTAX TestAndIncr MAX-ACCESS read-write STATUS current DESCRIPTION "A spin lock on the test subsystem. The spinlock is used as follows. Before starting a test, a manager-station should make sure that a test is not in progress as follows: try_again: get (upsTestSpinLock) while (upsTestResultsSummary == inProgress) { /* loop while a test is running for another manager */ short delay get (upsTestSpinLock) } lock_value = upsTestSpinLock /* no test in progress, start the test */ set (upsTestSpinLock = lock_value, upsTestId = requested_test) if (error_index == 1) { /* (upsTestSpinLock failed) */ /* if problem is not access control, then some other manager slipped in ahead of us */ goto try_again } if (error_index == 2) { /* (upsTestId) */ /* cannot perform the test */ give up } /* test started ok */ /* wait for test completion by polling upsTestResultsSummary */ get (upsTestSpinLock, upsTestResultsSummary, upsTestResultsDetail) while (upsTestResultsSummary == inProgress) { short delay get (upsTestSpinLock, upsTestResultsSummary, upsTestResultsDetail) } /* when test completes, retrieve any additional test results */ /* if upsTestSpinLock == lock_value + 1, then these are our test */ /* results (as opposed to another manager's */ The initial value of upsTestSpinLock at agent initialization shall be 1.(*)" ::= { upsTest_gen 2 } upsTestResultsSummary_gen OBJECT-TYPE SYNTAX Integer32 { donePass(1), doneWarning(2), doneError(3), aborted(4), inProgress(5), noTestsInitiated(6) } MAX-ACCESS read-only STATUS current DESCRIPTION "The results of the current or last UPS diagnostics test performed. The values for donePass(1), doneWarning(2), and doneError(3) indicate that the test completed either successfully, with a warning, or with an error, respectively. The value aborted(4) is returned for tests which are aborted by setting the value of upsTestId to upsTestAbortTestInProgress. Tests which have not yet concluded are indicated by inProgress(5). The value noTestsInitiated(6) indicates that no previous test results are available, such as is the case when no tests have been run since the last reinitialization of the network management subsystem and the system has no provision for non- volatile storage of test results.(*)" ::= { upsTest_gen 3 } upsTestResultsDetail_gen OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) MAX-ACCESS read-only STATUS current DESCRIPTION "Additional information about upsTestResultsSummary. If no additional information available, a zero length string is returned.(*)" ::= { upsTest_gen 4 } upsTestStartTime_gen OBJECT-TYPE SYNTAX TimeStamp MAX-ACCESS read-only STATUS current DESCRIPTION "The value of sysUpTime at the time the test in progress was initiated, or, if no test is in progress, the time the previous test was initiated. If the value of upsTestResultsSummary is noTestsInitiated(6), upsTestStartTime has the value 0.(*)" ::= { upsTest_gen 5 } upsTestElapsedTime_gen OBJECT-TYPE SYNTAX TimeInterval MAX-ACCESS read-only STATUS current DESCRIPTION "The amount of time, in TimeTicks, since the test in progress was initiated, or, if no test is in progress, the previous test took to complete. If the value of upsTestResultsSummary is noTestsInitiated(6), upsTestElapsedTime has the value 0.(*)" ::= { upsTest_gen 6 } -- -- Well known tests generic. -- upsTestNoTestsInitiated_gen OBJECT-IDENTITY STATUS current DESCRIPTION "No tests have been initiated and no test is in progress.(*)" ::= { upsWellKnownTests_gen 1 } upsTestAbortTestInProgress_gen OBJECT-IDENTITY STATUS current DESCRIPTION "The test in progress is to be aborted / the test in progress was aborted.(*)" ::= { upsWellKnownTests_gen 2 } upsTestGeneralSystemsTest_gen OBJECT-IDENTITY STATUS current DESCRIPTION "The manufacturer's standard test of UPS device systems.(*)" ::= { upsWellKnownTests_gen 3 } upsTestQuickBatteryTest_gen OBJECT-IDENTITY STATUS current DESCRIPTION "A test that is sufficient to determine if the battery needs replacement.(*)" ::= { upsWellKnownTests_gen 4 } upsTestDeepBatteryCalibration_gen OBJECT-IDENTITY STATUS current DESCRIPTION "The system is placed on battery to a discharge level, set by the manufacturer, sufficient to determine battery replacement and battery run-time with a high degree of confidence. WARNING: this test will leave the battery in a low charge state and will require time for recharging to a level sufficient to provide normal battery duration for the protected load.(*)" ::= { upsWellKnownTests_gen 5 } -- -- The Control group generic. -- upsShutdownType_gen OBJECT-TYPE SYNTAX Integer32 { output(1), system(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "This object determines the nature of the action to be taken at the time when the countdown of the upsShutdownAfterDelay and upsRebootWithDuration objects reaches zero. Setting this object to output(1) indicates that shutdown requests should cause only the output of the UPS to turn off. Setting this object to system(2) indicates that shutdown requests will cause the entire UPS system to turn off.(*)" ::= { upsControl_gen 1 } upsShutdownAfterDelay_gen OBJECT-TYPE SYNTAX Integer32 (-1..2147483648) UNITS "seconds" MAX-ACCESS read-write STATUS current DESCRIPTION "Setting this object will shutdown (i.e., turn off) either the UPS output or the UPS system (as determined by the value of upsShutdownType at the time of shutdown) after the indicated number of seconds, or less if the UPS batteries become depleted. Setting this object to 0 will cause the shutdown to occur immediately. Setting this object to -1 will abort the countdown. If the system is already in the desired state at the time the countdown reaches 0, then nothing will happen. That is, there is no additional action at that time if upsShutdownType = system and the system is already off. Similarly, there is no additional action at that time if upsShutdownType = output and the output is already off. When read, upsShutdownAfterDelay will return the number of seconds remaining until shutdown, or -1 if no shutdown countdown is in effect. On some systems, if the agent is restarted while a shutdown countdown is in effect, the countdown may be aborted. Sets to this object override any upsShutdownAfterDelay already in effect.(*)" ::= { upsControl_gen 2 } upsStartupAfterDelay_gen OBJECT-TYPE SYNTAX Integer32 (-1..2147483648) UNITS "seconds" MAX-ACCESS read-write STATUS current DESCRIPTION "Setting this object will start the output after the indicated number of seconds, including starting the UPS, if necessary. Setting this object to 0 will cause the startup to occur immediately. Setting this object to -1 will abort the countdown. If the output is already on at the time the countdown reaches 0, then nothing will happen. Sets to this object override the effect of any upsStartupAfterDelay countdown or upsRebootWithDuration countdown in progress. When read, upsStartupAfterDelay will return the number of seconds until startup, or -1 if no startup countdown is in effect. If the countdown expires during a utility failure, the startup shall not occur until the utility power is restored. On some systems, if the agent is restarted while a startup countdown is in effect, the countdown is aborted.(*)" ::= { upsControl_gen 3 } upsRebootWithDuration_gen OBJECT-TYPE SYNTAX Integer32 (-1..300) UNITS "seconds" MAX-ACCESS read-write STATUS current DESCRIPTION "Setting this object will immediately shutdown (i.e., turn off) either the UPS output or the UPS system (as determined by the value of upsShutdownType at the time of shutdown) for a period equal to the indicated number of seconds, after which time the output will be started, including starting the UPS, if necessary. If the number of seconds required to perform the request is greater than the requested duration, then the requested shutdown and startup cycle shall be performed in the minimum time possible, but in no case shall this require more than the requested duration plus 60 seconds. When read, upsRebootWithDuration shall return the number of seconds remaining in the countdown, or -1 if no countdown is in progress. If the startup should occur during a utility failure, the startup shall not occur until the utility power is restored.(*)" ::= { upsControl_gen 4 } upsAutoRestart_gen OBJECT-TYPE SYNTAX Integer32 { on(1), off(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Setting this object to 'on' will cause the UPS system to restart after a shutdown if the shutdown occurred during a power loss as a result of either a upsShutdownAfterDelay or an internal battery depleted condition. Setting this object to 'off' will prevent the UPS system from restarting after a shutdown until an operator manually or remotely explicitly restarts it. If the UPS is in a startup or reboot countdown, then the UPS will not restart until that delay has been satisfied.(*)" ::= { upsControl_gen 5 } upsReceptaclesNum_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of receptacles utilized in this device. This entry indicates the number of rows in the receptacle table." ::= { upsControl_gen 6 } upsReceptacleTable_gen OBJECT-TYPE SYNTAX SEQUENCE OF UpsReceptacleEntry_gen MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of receptacle table entries. The number of entries is given by the value of upsReceptacleNum." ::= { upsControl_gen 7 } upsReceptacleEntry_gen OBJECT-TYPE SYNTAX UpsReceptacleEntry_gen MAX-ACCESS not-accessible STATUS current DESCRIPTION "An entry containing information applicable to a particular receptacle." INDEX { upsReceptacleLineIndex_gen } ::= { upsReceptacleTable_gen 1 } UpsReceptacleEntry_gen ::= SEQUENCE { upsReceptacleLineIndex_gen PositiveInteger32, upsReceptacleOnOff_gen Integer32 } upsReceptacleLineIndex_gen OBJECT-TYPE SYNTAX PositiveInteger32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "The receptacle line identifier." ::= { upsReceptacleEntry_gen 1 } upsReceptacleOnOff_gen OBJECT-TYPE SYNTAX Integer32 { on(1), off(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The present state of the receptacle. Setting this object to 'on' will cause the receptacle to be turned on. Setting this object to 'off' will turn the receptacle off. If the receptacle is already in the desired state nothing will happen. After an autorestart (see upsAutoRestart) the receptacle will be on." ::= { upsReceptacleEntry_gen 2 } upsUPSMode_gen OBJECT-TYPE SYNTAX Integer32 { off-line(1), on-line(2), ecomode(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "The operation mode off the UPS. Off-line indicates a mode in which the input power is transferred to the output directly or via a step-up or step-down transformer. On-line mode indicates a mode in which the output power is regenerated through some convertor. the operating mode of the UPS may be fixed, or may be selectable (e.g. an on-line UPS with ecomode)" ::= { upsControl_gen 8 } upsRectifierOnOff_gen OBJECT-TYPE SYNTAX Integer32 { on(1), off(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The present state of the rectifier. Setting this object to 'on' will cause the rectifier to be turned on. Setting this object to 'off' will turn the rectifier off. If the rectifier is already in the desired state nothing will happen. " ::= { upsControl_gen 9 } upsBatteryChargeMethod_gen OBJECT-TYPE SYNTAX Integer32 { normal_charge(1), boost_charge(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The present state of the charge method. Setting this object to 'Normal charge' will cause the battery to be charged using the normal method. Setting this object to 'Boost charge' will charge the battery in boost mode. If the charge method is already in the desired state nothing will happen. " ::= { upsControl_gen 10 } upsInverterOnOff_gen OBJECT-TYPE SYNTAX Integer32 { on(1), off(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The present state of the inverter. Setting this object to 'on' will cause the inverter to be turned on. Setting this object to 'off' will turn the inverter off. If the inverter is already in the desired state nothing will happen. " ::= { upsControl_gen 11 } upsBypassOnOff_gen OBJECT-TYPE SYNTAX Integer32 { on(1), off(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "The present state of the bypass. Setting this object to 'on' will cause the bypass to be activated. Setting this object to 'off' will deactivate the bypass. If the UPS is already in the desired state nothing will happen. " ::= { upsControl_gen 12 } upsLoadSource_gen OBJECT-TYPE SYNTAX Integer32 { on_bypass(1), on_Inverter(2), on_Detour(3), load_Off(4), other (5) } MAX-ACCESS read-write STATUS current DESCRIPTION "The present source of the load. Setting this object to 'On bypass' will cause the load to be supplied by the bypass. Setting this object to 'On inverter' will cause the load to be supplied by the inverter. If the load is already supplied by the desired source nothing will happen. " ::= { upsControl_gen 13 } -- -- The Configuration group generic. -- upsConfigInputVoltage_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "RMS Volts" MAX-ACCESS read-write STATUS current DESCRIPTION "The magnitude of the nominal input voltage. On those systems which support read-write access to this object, if there is an attempt to set this variable to a value that is not supported, the request must be rejected and the agent shall respond with an appropriate error message, i.e., badValue for SNMPv1, or inconsistentValue for SNMPv2.(*)" ::= { upsConfig_gen 1 } upsConfigInputFreq_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "0.1 Hertz" MAX-ACCESS read-write STATUS current DESCRIPTION "The nominal input frequency. On those systems which support read-write access to this object, if there is an attempt to set this variable to a value that is not supported, the request must be rejected and the agent shall respond with an appropriate error message, i.e., badValue for SNMPv1, or inconsistentValue for SNMPv2.(*)" ::= { upsConfig_gen 2 } upsConfigOutputVoltage_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "RMS Volts" MAX-ACCESS read-write STATUS current DESCRIPTION "The magnitude of the nominal output voltage. On those systems which support read-write access to this object, if there is an attempt to set this variable to a value that is not supported, the request must be rejected and the agent shall respond with an appropriate error message, i.e., badValue for SNMPv1, or inconsistentValue for SNMPv2.(*)" ::= { upsConfig_gen 3 } upsConfigOutputFreq_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "0.1 Hertz" MAX-ACCESS read-write STATUS current DESCRIPTION "The nominal output frequency. On those systems which support read-write access to this object, if there is an attempt to set this variable to a value that is not supported, the request must be rejected and the agent shall respond with an appropriate error message, i.e., badValue for SNMPv1, or inconsistentValue for SNMPv2.(*)" ::= { upsConfig_gen 4 } upsConfigOutputVA_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "Volt-Amps" MAX-ACCESS read-only STATUS current DESCRIPTION "The magnitude of the nominal Volt-Amp rating.(*)" ::= { upsConfig_gen 5 } upsConfigOutputPower_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "Watts" MAX-ACCESS read-only STATUS current DESCRIPTION "The magnitude of the nominal true power rating.(*)" ::= { upsConfig_gen 6 } upsConfigLowBattTime_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "minutes" MAX-ACCESS read-write STATUS current DESCRIPTION "The value of upsEstimatedMinutesRemaining at which a lowBattery condition is declared. For agents which support only discrete (discontinuous) values, then the agent shall round up to the next supported value. If the requested value is larger than the largest supported value, then the largest supported value shall be selected.(*)" ::= { upsConfig_gen 7 } upsConfigAudibleStatus_gen OBJECT-TYPE SYNTAX Integer32 { disabled(1), enabled(2), muted(3) } MAX-ACCESS read-write STATUS current DESCRIPTION "The requested state of the audible alarm. When in the disabled state, the audible alarm should never sound. The enabled state is self-describing. Setting this object to muted(3) when the audible alarm is sounding shall temporarily silence the alarm. It will remain muted until it would normally stop sounding and the value returned for read operations during this period shall equal muted(3). At the end of this period, the value shall revert to enabled(2). Writes of the value muted(3) when the audible alarm is not sounding shall be accepted but otherwise shall have no effect.(*)" ::= { upsConfig_gen 8 } upsConfigLowVoltageTransferPoint_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "RMS Volts" MAX-ACCESS read-write STATUS current DESCRIPTION "The minimum input line voltage allowed before the UPS system transfers to battery backup.(*)" ::= { upsConfig_gen 9 } upsConfigHighVoltageTransferPoint_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "RMS Volts" MAX-ACCESS read-write STATUS current DESCRIPTION "The maximum line voltage allowed before the UPS system transfers to battery backup.(*)" ::= { upsConfig_gen 10 } upsConfigBatteryCapacity_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "Amps Hours" MAX-ACCESS read-write STATUS current DESCRIPTION "The installed battery capacity. This value is the 'factory'-value, not the value after calibration." ::= { upsConfig_gen 11 } upsConfigBatteryChargeCurrent_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 UNITS "0.1 Amp DC" MAX-ACCESS read-write STATUS current DESCRIPTION "The maximum battery charge current, including external chargers." ::= { upsConfig_gen 12 } upsConfigNoLoadShutdown_gen OBJECT-TYPE SYNTAX Integer32 { disabled(1), enabled(2) } MAX-ACCESS read-write STATUS current DESCRIPTION "Dis- or enable 'no load' shutdown from the contact interface." ::= { upsConfig_gen 13 } upsConfigStartDelay_gen OBJECT-TYPE SYNTAX PositiveInteger32 UNITS "minutes" MAX-ACCESS read-write STATUS current DESCRIPTION "Minimum required autonomy time before the UPS may perform an autorestart." ::= { upsConfig_gen 14 } -- -- The GetSet group generic. -- upsEventGetNext_gen OBJECT-TYPE SYNTAX PositiveInteger32 (1..10) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of events to retreive from the UPS event buffer. When this object is set the EventTable will be filled with the requested number of entries. The value upsEventSetStartingTimeStamp will be used as the start value of the table with the lowest index number." ::= { upsGetSet_gen 1 } upsEventGetPrevious_gen OBJECT-TYPE SYNTAX PositiveInteger32 (1..10) MAX-ACCESS read-write STATUS current DESCRIPTION "The number of events to retreive from the UPS event buffer. When this object is set the EventTable will be filled with the requested number of entries. The value upsEventLastTime will be used as the last value of the table with the highest index number. Returns SNMP_NOSUCHNAME for UPSs that don't support this command." ::= { upsGetSet_gen 2 } upsEventSetStartingTimeStamp_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 MAX-ACCESS read-write STATUS current DESCRIPTION "The timestamp which is used as starting point for downloading events from the UPS event buffer" ::= { upsGetSet_gen 3 } upsEventRetreiveCurrentTimeStamp_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 MAX-ACCESS read-only STATUS current DESCRIPTION "The current timestamp is retreived from the UPS" ::= { upsGetSet_gen 4 } upsEventTableSize_gen OBJECT-TYPE SYNTAX NonNegativeInteger32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of entries in the event table. This object indicates the number of rows in the event table." ::= { upsGetSet_gen 5 } upsEventTable_gen OBJECT-TYPE SYNTAX SEQUENCE OF UpsEventEntry_gen MAX-ACCESS not-accessible STATUS current DESCRIPTION "A list of event table entries. The number of entries is always 10, and the value of upsEventTableSize gives the number of valid entries from the begging of the table. Invalid entries return 0. To prevent problems with simultaneous queries from several agents, these values MUST be accessed using several PDUs in the same SNMP message ( is (1..10)): PDU-SET upsSetStartingTimeStamp