diff --git a/includes/definitions/discovery/eaton-sc200.yaml b/includes/definitions/discovery/eaton-sc200.yaml new file mode 100644 index 0000000000..a6e7ae2494 --- /dev/null +++ b/includes/definitions/discovery/eaton-sc200.yaml @@ -0,0 +1,153 @@ +mib: RPS-SC200-MIB +modules: + os: + hardware: + - RPS-SC200-MIB::system-Type.0 + serial: + - RPS-SC200-MIB::system-Serial-Number.0 + - RPS-SC200-MIB::serial-Number.0 + serial_template: 'System:{{ RPS-SC200-MIB::system-Serial-Number.0 }} Product:{{ RPS-SC200-MIB::serial-Number.0 }}' + version: + - RPS-SC200-MIB::hardware-Version.0 + - RPS-SC200-MIB::software-Version.0 + version_template: 'HW:{{ RPS-SC200-MIB::hardware-Version.0 }} SW:{{ RPS-SC200-MIB::software-Version.0 }}' + sensors: + voltage: + data: + - + oid: ac-Voltage + num_oid: '.1.3.6.1.4.1.1918.2.13.10.40.10.{{ $index }}' + descr: 'Average Input Voltage' + index: 'acavg.{{ $index }}' + - + oid: rectifier-Values-Table + value: rectifier-Reported-AC-Voltage + num_oid: '.1.3.6.1.4.1.1918.2.13.10.60.30.1.90.{{ $index }}' + descr: 'Rect {{ $index }} AC Voltage' + index: 'ac.{{ $index }}' + skip_values: + - + oid: rectifier-Serial-Number + op: '==' + value: "0" + - + oid: bus-Voltage + num_oid: '.1.3.6.1.4.1.1918.2.13.10.70.10.20.{{ $index }}' + divisor: 100 + descr: 'Bus Voltage' + index: 'bus.{{ $index }}' + low_limit: minimum-System-Voltage + low_warn_limit: minimum-System-Voltage + warn_limit: maximum-System-Voltage + high_limit: maximum-System-Voltage + - + oid: rectifier-Values-Table + value: rectifier-Reported-Voltage + num_oid: '.1.3.6.1.4.1.1918.2.13.10.60.30.1.95.{{ $index }}' + descr: 'Rect {{ $index }} DC Voltage' + index: 'dc.{{ $index }}' + divisor: 100 + low_limit: 0 + low_warn_limit: 0 + warn_limit: rectifier-Minimum-OVSD-Set-Point + high_limit: rectifier-Maximum-OVSD-Set-Point + skip_values: + - + oid: rectifier-Serial-Number + op: '==' + value: "0" + + power: + data: + - + oid: load-Power + num_oid: '.1.3.6.1.4.1.1918.2.13.10.50.30.{{ $index }}' + descr: 'Total Power' + multiplier: 10 + index: 'totalPower.{{ $index }}' + + current: + data: + - + oid: battery-Current + num_oid: '.1.3.6.1.4.1.1918.2.13.10.100.40.{{ $index }}' + descr: 'Battery Current' + index: 'battery-Current.{{ $index }}' + - + oid: load-Current + num_oid: '.1.3.6.1.4.1.1918.2.13.10.50.10.{{ $index }}' + descr: 'Total Load Current' + - + oid: rectifier-Values-Table + value: rectifier-Reported-Current + num_oid: '.1.3.6.1.4.1.1918.2.13.10.60.30.1.100.{{ $index }}' + descr: 'Rect {{ $index }} Current' + skip_values: + - + oid: rectifier-Serial-Number + op: '==' + value: "0" + load: + data: + - + oid: system-Power + num_oid: '.1.3.6.1.4.1.1918.2.13.10.50.20.{{ $index }}' + descr: 'Total Load' + index: 'totalLoad.{{ $index }}' + - + oid: rectifier-Values-Table + value: rectifier-Output-Power + num_oid: '.1.3.6.1.4.1.1918.2.13.10.60.30.1.105.{{ $index }}' + descr: 'Rect {{ $index }} Load' + index: 'rectLoad.{{ $index }}' + divisor: 10 + skip_values: + - + oid: rectifier-Serial-Number + op: '==' + value: "0" + + temperature: + data: + - + oid: battery-Temperature + num_oid: '.1.3.6.1.4.1.1918.2.13.10.100.30.{{ $index }}' + descr: 'Battery Temperature' + index: 'battery-Temperature.{{ $index }}' + - + oid: highest-Rectifier-Heatsink-Temperature + num_oid: '.1.3.6.1.4.1.1918.2.13.10.60.29.{{ $index }}' + descr: 'Highest Rectifier Heatsink Temperature' + index: 'highestRectTemp.{{ $index }}' + - + oid: rectifier-Values-Table + value: rectifier-Heatsink-Temperature + num_oid: '.1.3.6.1.4.1.1918.2.13.10.60.30.1.110.{{ $index }}' + descr: 'Rect {{ $index }} Temperature' + index: 'rectTemp.{{ $index }}' + skip_values: + - + oid: rectifier-Serial-Number + op: '==' + value: "0" + state: + data: + - + oid: digital-Input-Table + value: di-State + num_oid: '.1.3.6.1.4.1.1918.2.13.10.90.40.1.20.{{ $index }}' + descr: '{{ $di-Name }}' + index: 'di.{{ $index }}' + states: + - { descr: 'OK', graph: 0, value: 0, generic: 0 } + - { descr: 'Warning', graph: 0, value: 1, generic: 1 } + - { descr: 'Major', graph: 0, value: 2, generic: 2 } + - { descr: 'Minor', graph: 0, value: 3, generic: 2 } + - { descr: 'Reserved',graph: 0, value: 4, generic: 3 } + - { descr: 'Critical',graph: 0, value: 5, generic: 2 } + - { descr: 'Control', graph: 0, value: 6, generic: 3 } + skip_values: + - + oid: di-Status + op: '==' + value: "0" diff --git a/includes/definitions/eaton-sc200.yaml b/includes/definitions/eaton-sc200.yaml new file mode 100644 index 0000000000..4ae09ea597 --- /dev/null +++ b/includes/definitions/eaton-sc200.yaml @@ -0,0 +1,12 @@ +os: eaton-sc200 +text: 'Eaton SC200 Controller' +type: power +icon: eaton +snmp_bulk: false +over: + - { graph: device_current, text: Load } + - { graph: device_voltage, text: Voltage } +mib_dir: eaton +discovery: + - + sysObjectID: .1.3.6.1.4.1.1918.2.13 diff --git a/mibs/eaton/RPS-SC200-MIB b/mibs/eaton/RPS-SC200-MIB new file mode 100644 index 0000000000..052cbfacc8 --- /dev/null +++ b/mibs/eaton/RPS-SC200-MIB @@ -0,0 +1,5104 @@ +-- MIB Definition File ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +-- +-- Copyright (c) 2004 - 2011 Eaton Corporation, All Rights Reserved. +-- +-- PURPOSE: Defines the SNMP interface to the SC200 Controller. +-- +-- DESCRIPTION: This file should be able to be compiled with any standard MIB compiler, +-- however our experience suggests that different compilers perform differently. +-- This file has been tested with NetSNMP (http://net-snmp.sourceforge.net/) and +-- MG-Soft MIB Browser (http://www.mg-soft.com/). +-- +-- NOTE: Below is the encoding this file was originally released in. Not all MIB compilers +-- may be able to read the file in this encoding. If your MIB compiler does not support +-- the original encoding, you may have to convert it to a different encoding. If the target +-- encoding does not support all characters used in this file, the resulting MIB may not compile. +-- We recommend that you update the second line below when you change the encoding of this file. +-- +-- Original Encoding: ISO-8859-1 +-- Current Encoding: ISO-8859-1 +-- +-- LAST UPDATED: 2012-05-22 01:36:08Z +-- XSLT UTILITY: SAXON 9.3.0.5 from Saxonica (http://www.saxonica.com/) + +-- MIB Module Name ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +RPS-SC200-MIB DEFINITIONS ::= BEGIN + +-- Imported Items ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + IMPORTS + enterprises, IpAddress, TimeTicks, OBJECT-TYPE, mib-2, + MODULE-IDENTITY, NOTIFICATION-TYPE, + OBJECT-IDENTITY, Integer32, Counter32 + FROM SNMPv2-SMI + + TEXTUAL-CONVENTION + FROM SNMPv2-TC + DisplayString + FROM RFC-1213; + +rps-sc200MibModule MODULE-IDENTITY + LAST-UPDATED "201205220136Z" + ORGANIZATION "Eaton" + CONTACT-INFO "" + DESCRIPTION "" + ::= { enterprises 1918 2 13 1 } + +-- Type Assignments ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +Signed8 ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "" + SYNTAX Integer32 ( -128..127 ) + +Signed16 ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "" + SYNTAX Integer32 ( -32768..32767 ) + +Signed32 ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "" + SYNTAX Integer32 ( -2147483648..2147483647 ) + +Unsigned8 ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "" + SYNTAX Integer32 ( 0..255 ) + +Unsigned16 ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "" + SYNTAX Integer32 ( 0..65535 ) + +Unsigned31 ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "" + SYNTAX Integer32 ( 0..2147483646 ) + +UnsignedNAN8 ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "" + SYNTAX INTEGER { notAvailable(255) } + +UnsignedNAN16 ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "" + SYNTAX INTEGER { notAvailable(65535) } + +UnsignedNAN32 ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "" + SYNTAX Counter32 + +Boolean ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "" + SYNTAX INTEGER { false(0), true(1) } + +Float ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "" + SYNTAX Integer32 ( -2147483648..2147483647 ) + +No-Data ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION "" + SYNTAX OCTET STRING(SIZE(0)) + +TimeIntervalInSeconds ::= TimeTicks + +TimeIntervalInMinutes ::= Unsigned31 + +TimeIntervalInDays ::= Unsigned31 + +Rectifier-Shutdown-Mode ::= INTEGER { + disabled(0), + manual(1), + automatic(2) +} + +DC-Power ::= UnsignedNAN16 + +Percentile8NAN ::= UnsignedNAN8 + +Slave-Type ::= INTEGER { + undefined(0), + sm20(1), + sm50(2), + sm30(3), + sm30-SLAVE(4), + iom(5), + cbc(6), + weir(7), + sm35(8), + nes-BATTERY-TRAY(9), + sm30-SLAVE-FRONT-PORT(10), + sm60(11), + sm40(12), + sm70-IOB(13), + sm70(14), + sm45-IOB(15), + sm45(16), + sm65(17), + sc200(18) +} + +Access-Level ::= INTEGER { + read-Only(80), + read-Write(81) +} + +Enable-State ::= INTEGER { + disabled(0), + enabled(1) +} + +SNMP-Access-State ::= INTEGER { + disabled(0), + all(1), + read-Only(2), + v3-Only(3) +} + +Alarm-Report ::= INTEGER { + none(0), + warnings-And-Above(1), + minor-And-Above(2), + major-And-Above(3), + critical-Only(4) +} + +Severity-Level ::= INTEGER { + warnings-And-Above(1), + minor-And-Above(2), + major-And-Above(3), + none(4), + critical-Only(5) +} + +SNMP-Trap-Format ::= INTEGER { + eaton(0), + x733(1) +} + +SNMP-Trap-Version ::= INTEGER { + snmp-V1-Trap(0), + snmp-V2-Trap(1), + snmp-V3-Trap(2) +} + +Access-Protection ::= INTEGER { + unprotected(0), + read-Only(1), + pin-Protected(2) +} + +Can-Start ::= INTEGER { + started(190), + can-Start(191), + busy(192), + disabled(193), + alarms-Active(194), + sensor-Failed(195), + battery-Not-Charged(196), + no-Rectifiers-Available(197), + rectifier-OVSD(198), + no-Battery-Configured(199), + load-Current-Too-Low(200), + ac-Failed(201), + manual-Stop(202), + battery-Not-Discharged(203), + ac-State-Unavailable(204), + system-Overloaded(205) +} + +AVC-State ::= INTEGER { + disabled(115), + inoperative(116), + active(117), + lost-Control(118), + in-Deadband(119) +} + +TC-State ::= INTEGER { + disabled(80), + inoperative(81), + active(82) +} + +Battery-Test-State ::= INTEGER { + disabled(95), + inactive(96), + active(97), + failed(98), + locked-Out(99) +} + +Battery-Charge-State ::= INTEGER { + float(100), + discharge(101), + charge(102), + unavailable(103) +} + +BCL-State ::= INTEGER { + disabled(110), + inoperative(111), + active(112), + inactive(113), + lost-Control(114), + in-Deadband(115), + pending(116) +} + +Engine-Run-State ::= INTEGER { + not-Running(85), + running(86), + unavailable(87), + missing(88) +} + +RCP-Slave-State ::= INTEGER { + not-Detected(0), + detected(1), + registered(2), + comms-Lost(3), + missing(4), + rebooting(5) +} + +Trap-Alarm-Keep-Severity ::= INTEGER { + critical(1), + major(2), + minor(3), + warning(4), + cleared(5) +} + +Alarm-Severity ::= INTEGER { + disabled(0), + critical(1), + major(2), + minor(3), + warning(4), + control(5) +} + +Trap-Receiver-Mode ::= INTEGER { + normal-Traps(1), + acknowledged-Summary-Trap(2) +} + +Alarm-Active-State ::= INTEGER { + not-Active(0), + active-Warning(1), + active-Major(2), + active-Minor(3), + reserved(4), + active-Critical(5), + active-Control(6) +} + +Control-State ::= INTEGER { + normal(0), + equalize(1), + fast-Charge(2), + battery-Test(3) +} + +Control-Process-State ::= INTEGER { + disabled(0), + active(1), + inactive(2), + pending(3) +} + +Julian-Time-UTC ::= TEXTUAL-CONVENTION + DISPLAY-HINT "25t" + STATUS current + DESCRIPTION "" + SYNTAX OCTET STRING (SIZE(0..25)) +Julian-Time-UTC-25 ::= DisplayString (SIZE(25)) + +Julian-Date-UTC ::= TEXTUAL-CONVENTION + DISPLAY-HINT "25t" + STATUS current + DESCRIPTION "" + SYNTAX OCTET STRING (SIZE(0..25)) +Julian-Time-UTC-25 ::= DisplayString (SIZE(25)) + +External-Relay-State ::= INTEGER { + active(0), + inactive(1), + missing(2), + disabled(3), + conflict(4) +} + +Relay-Control-State ::= INTEGER { + active(0), + automatic(1), + inactive(2) +} + +Rect-Fail-State ::= INTEGER { + not-Failed(0), + bad-Status(1), + bad-Output(2) +} + +Alarm-Type ::= INTEGER { + system-Alarm(0), + ai-High(1), + ai-Low(2), + di(3), + smart-Alarm(4) +} + +System-State ::= INTEGER { + ok(0), + failed(1), + unavailable(2), + missing(3) +} + +Alarm-Operator ::= INTEGER { + and(0), + or(1), + xor(2) +} + +Source-Alarm-Logic ::= INTEGER { + equal(0), + not(1) +} + +Source-Trigger ::= INTEGER { + triggered(0), + active(1) +} + +In-Discharge-Alarm-Condition ::= INTEGER { + always(0), + only-While-AC-Present(1) +} + +Trigger-State ::= INTEGER { + active(0), + inactive(1), + cycle(2), + invalid(3) +} + +Threshold-Type ::= INTEGER { + high(0), + low(1) +} + +System-Value-Source-Value ::= INTEGER { + bus-Voltage(0), + rectifier-Current(1), + load-Current(2), + battery-Current(3), + battery-Temperature(4), + load-Power(5), + system-Power(6), + ah-Discharged(7), + number-Of-Rectifiers-Failed(8), + number-Of-Rectifiers-Comms-Lost(9), + ac-Voltage(10), + battery-Time-Remaining(11), + alternative-Source-Current(12), + highest-Rectifier-Heatsink-Temperature(13), + fuel-Level(14), + generator-Backup-Time(15), + fuel-Remaining-Time(16) +} + +BTR-State ::= INTEGER { + inoperative(0), + inactive(1), + active(2), + characterizing(3), + waiting(4), + not-Characterized(5) +} + +YesNo ::= INTEGER { + yes(1), + no(0) +} + +End-Of-Charge-Action ::= INTEGER { + set-Ah-Discharged-To-Zero-After-Equalize-And-Fast-Charge(0), + set-Ah-Discharged-To-Zero-After-Fast-Charge-Only(1) +} + +System-Alarm ::= INTEGER { + low-Float(0), + low-Load(1), + high-Float(2), + high-Load(3), + rectifier-Fail(4), + multiple-Rectifier-Fail(5), + rectifier-Comms-Lost(6), + multiple-Rectifier-Comms-Lost(7), + partial-AC-Fail(8), + ac-Fail(9), + system-Overload(10), + load-Fuse-Fail(11), + battery-Fuse-Fail(12), + battery-Test-Fail(13), + mov-Fail(14), + acd-Fan-Fail(15), + lvd1-Disconnected(16), + lvd1-Fail(17), + lvd1-Manual(18), + lvd1-Characterization-Error(47), + lvd2-Disconnected(19), + lvd2-Fail(20), + lvd2-Manual(21), + lvd2-Characterization-Error(48), + lvd-Disconnected(51), + lvd-Fail(52), + lvd-Manual(53), + lvd-Characterization-Error(54), + battery-Temperature-Low(22), + battery-Temperature-High(23), + sensor-Fail(24), + equalize(25), + fast-Charge(26), + battery-Test(27), + auxiliary-Sensor-Fail(28), + in-Discharge(29), + battery-Current-Limit(30), + rectifier-No-Load(31), + rectifier-Current-Limit(32), + rectifier-Over-Temperature(33), + ac-Phase1-Fail(34), + ac-Phase1-Voltage(35), + ac-Phase2-Fail(36), + ac-Phase2-Voltage(37), + ac-Phase3-Fail(38), + ac-Phase3-Voltage(39), + ac-Frequency(40), + reserved(41), + cabinet-Fan-Fail(42), + unmapped-IOB-Found(43), + unknown-Hardware(44), + iob-Comms-Lost(45), + standby-Mode(46), + string-Fail(49), + generator-Fail(50), + configuration-Error(55), + wrong-Battery-Polarity(56), + characterizing-Battery(57), + do-Manual(58), + normal-Charge(59) +} + +Energize-State ::= INTEGER { + de-Energized(0), + energized(1) +} + +Relay-Mapping ::= INTEGER { + none(0), + digital-Output-1(1), + digital-Output-2(2), + digital-Output-3(3), + digital-Output-4(4), + digital-Output-5(5), + digital-Output-6(6), + digital-Output-7(7), + digital-Output-8(8), + digital-Output-9(9), + digital-Output-10(10), + digital-Output-11(11), + digital-Output-12(12), + digital-Output-13(13), + digital-Output-14(14), + digital-Output-15(15), + digital-Output-16(16), + digital-Output-17(17), + digital-Output-18(18), + digital-Output-19(19), + digital-Output-20(20), + digital-Output-21(21), + digital-Output-22(22), + digital-Output-23(23), + digital-Output-24(24), + digital-Output-25(25), + digital-Output-26(26), + digital-Output-27(27), + digital-Output-28(28), + digital-Output-29(29), + digital-Output-30(30), + digital-Output-31(31), + digital-Output-32(32) +} + +Active-State ::= INTEGER { + closed(2), + open(3) +} + +Digital-Input-State ::= INTEGER { + missing(1), + closed(2), + open(3), + disabled(4) +} + +Measurement-Units ::= INTEGER { + none(30), + volts(31), + milli-Amps(32), + amps(33), + kilo-Amps(34), + degree-celsius(35), + kilo-Watts(36), + percent(37), + volts-AC(38), + volts-DC(39), + amps-AC(40), + amps-DC(41), + litre(42), + litre-Per-Sec(43), + cubic-Meter-Per-Hour(44), + pascal(45), + kilo-Pascal(46), + mmH2O(47), + percent-Relative-Humidity(48), + rpm(49), + hertz(50), + kilo-Volt-Amps(51), + kilo-Watt-Hour(52) +} + +Overload-Alarm-Type ::= INTEGER { + total-Capacity(0), + redundancy(1) +} + +MPM-State ::= INTEGER { + unable-To-Start(0), + locked-Out(1), + converging(2), + stable(3), + disabled(4) +} + +MPM-Battery-State ::= INTEGER { + ok(0), + pending-Fail(1), + failed(2), + unavailable(3), + not-Configured(4) +} + +LVD-State ::= INTEGER { + idle(0), + connected(1), + disconnected(2), + manual(3), + no-Contactors(4) +} + +LVDC-Type ::= INTEGER { + normally-Open(0), + normally-Closed(1) +} + +LVDC-State ::= INTEGER { + connected(0), + disconnected(1), + failed(2), + missing(3), + disabled(4), + conflict(5), + not-Characterized(6) +} + +Baud-Rate ::= INTEGER { + baud-Rate2400(8), + baud-Rate4800(9), + baud-Rate9600(10), + baud-Rate19200(11) +} + +Parity ::= INTEGER { + none(0), + odd(1), + even(2) +} + +Stop-Bits ::= INTEGER { + one(1), + two(2) +} + +BTR-Characterization-Result ::= INTEGER { + not-Yet-Run(0), + sensor-Failed(1), + not-Fully-Charged(2), + unstable-Battery-Current(3), + voltage-Step-Detected(4), + complete(5), + updated(6), + user-Canceled(7) +} + +Generator-Startup-Wiring ::= INTEGER { + indirect-Start(0), + direct-Start(1) +} + +String-10 ::= TEXTUAL-CONVENTION + DISPLAY-HINT "10t" + STATUS current + DESCRIPTION "" + SYNTAX OCTET STRING (SIZE(0..10)) +Display-10 ::= DisplayString (SIZE(10)) + +String-17 ::= TEXTUAL-CONVENTION + DISPLAY-HINT "17t" + STATUS current + DESCRIPTION "" + SYNTAX OCTET STRING (SIZE(0..17)) +Display-17 ::= DisplayString (SIZE(17)) + +String-20 ::= TEXTUAL-CONVENTION + DISPLAY-HINT "20t" + STATUS current + DESCRIPTION "" + SYNTAX OCTET STRING (SIZE(0..20)) +Display-20 ::= DisplayString (SIZE(20)) + +String-30 ::= TEXTUAL-CONVENTION + DISPLAY-HINT "30t" + STATUS current + DESCRIPTION "" + SYNTAX OCTET STRING (SIZE(0..30)) +Display-30 ::= DisplayString (SIZE(30)) + +String-32 ::= TEXTUAL-CONVENTION + DISPLAY-HINT "32t" + STATUS current + DESCRIPTION "" + SYNTAX OCTET STRING (SIZE(0..32)) +Display-32 ::= DisplayString (SIZE(32)) + +String-40 ::= TEXTUAL-CONVENTION + DISPLAY-HINT "40t" + STATUS current + DESCRIPTION "" + SYNTAX OCTET STRING (SIZE(0..40)) +Display-40 ::= DisplayString (SIZE(40)) + +String-60 ::= TEXTUAL-CONVENTION + DISPLAY-HINT "60t" + STATUS current + DESCRIPTION "" + SYNTAX OCTET STRING (SIZE(0..60)) +Display-60 ::= DisplayString (SIZE(60)) + +String-64 ::= TEXTUAL-CONVENTION + DISPLAY-HINT "64t" + STATUS current + DESCRIPTION "" + SYNTAX OCTET STRING (SIZE(0..64)) +Display-64 ::= DisplayString (SIZE(64)) + +MIB-Object-ID ::= TEXTUAL-CONVENTION + DISPLAY-HINT "80t" + STATUS current + DESCRIPTION "" + SYNTAX OCTET STRING (SIZE(0..80)) +MIB-Object-ID-80 ::= DisplayString (SIZE(80)) + +String-200 ::= TEXTUAL-CONVENTION + DISPLAY-HINT "200t" + STATUS current + DESCRIPTION "" + SYNTAX OCTET STRING (SIZE(0..200)) +Display-200 ::= DisplayString (SIZE(200)) + +String-253 ::= TEXTUAL-CONVENTION + DISPLAY-HINT "253t" + STATUS current + DESCRIPTION "" + SYNTAX OCTET STRING (SIZE(0..253)) +Display-253 ::= DisplayString (SIZE(253)) + +-- OID Value Assignment and OBJECT-TYPE Construct ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +eaton-chnz OBJECT IDENTIFIER ::= { enterprises 1918 } +dc-Power-System OBJECT IDENTIFIER ::= { eaton-chnz 2 } +rps-SC200 OBJECT IDENTIFIER ::= { dc-Power-System 13 } + +rps-Objects OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { rps-SC200 10 } + +system-Identity OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { rps-Objects 10 } + +system-Manufacturer OBJECT-TYPE + SYNTAX Display-20 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The manufacturer of the DC power system." + DEFVAL { "System Manufacturer" } +::= { system-Identity 10 } + +system-Serial-Number OBJECT-TYPE + SYNTAX Display-10 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The DC power system serial number assigned by the manufacturer." + DEFVAL { "0000000000" } +::= { system-Identity 20 } + +system-Type OBJECT-TYPE + SYNTAX Display-20 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The DC power system model number assigned by the manufacturer." + DEFVAL { "System Type" } +::= { system-Identity 30 } + +system-Location OBJECT-TYPE + SYNTAX Display-20 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Usually the location of the DC power system within the site." + DEFVAL { "System Location" } +::= { system-Identity 40 } + +site-Name OBJECT-TYPE + SYNTAX Display-40 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The site designation or code." + DEFVAL { "Site Name" } +::= { system-Identity 50 } + +site-Address OBJECT-TYPE + SYNTAX Display-40 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The street address of the site." + DEFVAL { "Site Address" } +::= { system-Identity 60 } + +site-Notes OBJECT-TYPE + SYNTAX Display-253 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Notes made by the installation or maintenance personnel." + DEFVAL { "" } +::= { system-Identity 70 } + +system-Object-ID OBJECT-TYPE + SYNTAX MIB-Object-ID-80 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Used to form the return value for the SNMP MIB-2 sysObjectId. These numbers start with a specific enterprise ID (i.e. 1918 for Eaton Christchurch NZ) and are preceded by 1.3.6.1.4.1 to form an object ID for the system type." + DEFVAL { "1918.2.13" } +::= { system-Identity 80 } + +trap-Format OBJECT-TYPE + SYNTAX SNMP-Trap-Format + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Select Eaton for multiple trap numbers, or X.733 for a single trap number as per ITU X.733." + DEFVAL { x733 } +::= { system-Identity 90 } + +configuration-Name OBJECT-TYPE + SYNTAX Display-40 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Name of the configuration in the controller database" + DEFVAL { "Configuration Name" } +::= { system-Identity 100 } + +contact OBJECT-TYPE + SYNTAX Display-253 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Contact details for the person responsible for this DC power system." + DEFVAL { "" } +::= { system-Identity 110 } + +is-Three-Phase-System OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates if the system contains three phase rectifiers or single phase rectifiers." +::= { system-Identity 120 } + +controller OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { rps-Objects 20 } + +manufacturer-Name OBJECT-TYPE + SYNTAX Display-20 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The name of the manufacturer." +::= { controller 10 } + +slave-Type OBJECT-TYPE + SYNTAX Slave-Type + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Mandatory command identifying the device." +::= { controller 20 } + +software-Version OBJECT-TYPE + SYNTAX Display-10 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Application software version. This is the software version of the main controller application." +::= { controller 30 } + +ldr-Software-Version OBJECT-TYPE + SYNTAX Display-10 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Bootloader software version. The bootloader is responsible for loading and running the system support software and the main application. The bootloader software can be upgrading using the normal web upgrade process. However, if power fails during a bootloader upgrade then the controller may need to be returned to base for repair. Without a bootloader, no software can run on the controller." +::= { controller 50 } + +interface-Version OBJECT-TYPE + SYNTAX Unsigned16 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "S3P interface version. As the embedded software is upgraded, the communications interface may change. This number reflects any such change. This value, along with Compatible Interface Version is used by DCTools to determine how to communicate. Third party applications should also check this version and optionally warn the user if it is dealing with an incompatible interface. While Eaton Corporation does attempt to maintain backwards compatibility with its interfaces, this cannot be guaranteed." +::= { controller 70 } + +hardware-Version OBJECT-TYPE + SYNTAX Display-10 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The Product Hardware Version" +::= { controller 80 } + +serial-Number OBJECT-TYPE + SYNTAX Display-20 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The Product Serial Number. This item is not reset by the Reset System Configuration command." +::= { controller 90 } + +ethernet-MAC-Address OBJECT-TYPE + SYNTAX Display-17 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The unique ethernet address of the controller." +::= { controller 100 } + +communications OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { rps-Objects 30 } + +s3P-Access OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Determines whether or not the S3P access is allowed." + DEFVAL { enabled } +::= { communications 3 } + +http-Access OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If Enabled, HTTP Web interface access is allowed." + DEFVAL { enabled } +::= { communications 6 } + +https-Access OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If Enabled, HTTPS (SSL) Web interface access is allowed." + DEFVAL { enabled } +::= { communications 7 } + +snmp-Access OBJECT-TYPE + SYNTAX SNMP-Access-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Determines how SNMP access is allowed." + DEFVAL { all } +::= { communications 8 } + +serial-Server-Access OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Enables operation of pass-through from TCP to the serial port." + DEFVAL { disabled } +::= { communications 9 } + +s3P-Address OBJECT-TYPE + SYNTAX Unsigned16 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If the controller is connected to a serial S3P bus that supports multiple devices, this address is used to distinguish the devices. Otherwise it should remain at 1." + DEFVAL { 1 } +::= { communications 10 } + +ip-Address OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The Internet Protocol (IP) address. This value and the Subnet Mask must be set correctly to communicate using Ethernet. Consult your network administrator." + DEFVAL { "1.1.1.1" } +::= { communications 20 } + +subnet-Mask OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Identifies which fragment of the IP address is the sub-network identity. This value and the IP Address must be set correctly to communicate using Ethernet. Consult your network administrator." + DEFVAL { "255.255.255.0" } +::= { communications 30 } + +gateway-Address OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Allows access to IP addresses outside your sub-network. Consult your network administrator." + DEFVAL { "1.1.1.1" } +::= { communications 50 } + +serial OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { communications 53 } + +port-Settings OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { serial 5 } + +baud-Rate OBJECT-TYPE + SYNTAX Baud-Rate + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Transmission speed of the serial port." + DEFVAL { 19200 } +::= { port-Settings 10 } + +parity OBJECT-TYPE + SYNTAX Parity + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The parity error detect mode." + DEFVAL { none } +::= { port-Settings 20 } + +stop-Bits OBJECT-TYPE + SYNTAX Stop-Bits + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The number of stop bits." + DEFVAL { one } +::= { port-Settings 30 } + +enable-Modem OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Determines whether or not the RS232 port is configured to work with a modem." + DEFVAL { disabled } +::= { serial 10 } + +alarm-Report OBJECT-TYPE + SYNTAX Alarm-Report + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This indicates that the dial-out process will start when an alarm occurs." + DEFVAL { none } +::= { serial 20 } + +modem-Set-Up-String OBJECT-TYPE + SYNTAX Display-30 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The string sent to the modem on reset. The modem AT command should not be included as it is automatically sent. The Auto-Answer Rings parameter is also sent, so it does not need to be included here. For complete details of appropriate commands, consult your modem documentation." + DEFVAL { "" } +::= { serial 30 } + +modem-Auto-Answer-Rings OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Number of rings before an incoming call is answered. Setting this parameter to zero disables incoming calls (the modem can still be used for alarm reporting)." + DEFVAL { 2 } +::= { serial 40 } + +modem-Maximum-Retries OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If an alarm report dial-out does not connect with a remote modem, then this number of subsequent alarm report attempts will be made on the current dial-out number before trying the next dial-out number from the Dial Out Number Table. Dialing will stop if none of the numbers in the Dial Out Number Table connect." + DEFVAL { 0 } +::= { serial 50 } + +modem-Retry-Interval OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If an alarm report dial-out does not connect with a remote modem, then another attempt will be made after this time interval." + DEFVAL { 0 } +::= { serial 60 } + +modem-Power-Reset OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If this is enabled, then an attempt will be made to reset a non-operating modem by turning its power supply off and on using digital output 2." + DEFVAL { disabled } +::= { serial 70 } + +dial-Out-Number-Table OBJECT-TYPE + SYNTAX SEQUENCE OF Dial-Out-Number-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" +::= { serial 80 } + +dial-Out-Number-Entry OBJECT-TYPE + SYNTAX Dial-Out-Number-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { dial-Out-Number-Index } +::= { dial-Out-Number-Table 1 } + +Dial-Out-Number-Entry ::= SEQUENCE { + dial-Out-Number-Index Unsigned8, + dial-Out-Number Display-30 +} + +dial-Out-Number-Index OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Automatically generated index object." +::= { dial-Out-Number-Entry 1 } + + +dial-Out-Number OBJECT-TYPE + SYNTAX Display-30 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The telephone numbers to be called (via a modem) if alarm reporting is enabled. Consult the modem documentation for appropriate dial modifiers to use with the ATD command. Leave blank to prevent dial-out." + DEFVAL { "" } +::= { dial-Out-Number-Entry 10 } + +sms-Notification-Table OBJECT-TYPE + SYNTAX SEQUENCE OF SMS-Notification-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" +::= { serial 90 } + +sms-Notification-Entry OBJECT-TYPE + SYNTAX SMS-Notification-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { sms-Notification-Index } +::= { sms-Notification-Table 1 } + +SMS-Notification-Entry ::= SEQUENCE { + sms-Notification-Index Unsigned8, + sms-Phone-Name Display-20, + sms-Level Severity-Level, + sms-Phone-Number Display-30, + sms-Prefix Display-60 +} + +sms-Notification-Index OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Automatically generated index object." +::= { sms-Notification-Entry 1 } + + +sms-Phone-Name OBJECT-TYPE + SYNTAX Display-20 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "A name to identify this phone." + DEFVAL { "" } +::= { sms-Notification-Entry 10 } + +sms-Level OBJECT-TYPE + SYNTAX Severity-Level + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Sets the severity of alarms to be reported to this SMS receiver." + DEFVAL { none } +::= { sms-Notification-Entry 20 } + +sms-Phone-Number OBJECT-TYPE + SYNTAX Display-30 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The phone number for SMS notifications." + DEFVAL { "0" } +::= { sms-Notification-Entry 30 } + +sms-Prefix OBJECT-TYPE + SYNTAX Display-60 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This string is prepended to every SMS sent to this number, excluding responses to SMS commands." + DEFVAL { "" } +::= { sms-Notification-Entry 40 } + +modbus OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { communications 57 } + +modbus-Access OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Determines whether or not Modbus/TCP and Modbus/RTU access is allowed." + DEFVAL { disabled } +::= { modbus 10 } + +modbus-Address OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The devices address for the Modbus/RTU protocol." + DEFVAL { 1 } +::= { modbus 20 } + +modbus-Interface-Version OBJECT-TYPE + SYNTAX Unsigned16 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "As the embedded software is upgraded, the Modbus register mappings may change. This number reflects any such change." +::= { modbus 30 } + +snmp-Settings OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { communications 60 } + +snmp-Read-Community OBJECT-TYPE + SYNTAX Display-32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Community that can get items." + DEFVAL { "public" } +::= { snmp-Settings 10 } + +snmp-Write-Community OBJECT-TYPE + SYNTAX Display-32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Community that can set items." + DEFVAL { "private" } +::= { snmp-Settings 20 } + +enable-Trap-Repeat OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If enabled, alarm activation traps will be repeated according to Trap Repeat Rate." + DEFVAL { enabled } +::= { snmp-Settings 30 } + +trap-Repeat-Rate OBJECT-TYPE + SYNTAX TimeIntervalInMinutes + UNITS "min" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "How often to send a trap to trap receivers if Enable Trap Repeat is Enabled or the trap receiver's Trap Receiver Mode is Acknowledged Summary Trap." + DEFVAL { 1 } +::= { snmp-Settings 40 } + +trap-Version OBJECT-TYPE + SYNTAX SNMP-Trap-Version + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Indicates which version of the SNMP protocol will be used to send traps." + DEFVAL { snmp-V1-Trap } +::= { snmp-Settings 45 } + +snmp-Trap-Receiver-Table OBJECT-TYPE + SYNTAX SEQUENCE OF SNMP-Trap-Receiver-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" +::= { snmp-Settings 50 } + +snmp-Trap-Receiver-Entry OBJECT-TYPE + SYNTAX SNMP-Trap-Receiver-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { snmp-Trap-Receiver-Index } +::= { snmp-Trap-Receiver-Table 1 } + +SNMP-Trap-Receiver-Entry ::= SEQUENCE { + snmp-Trap-Receiver-Index Unsigned8, + trap-Receiver-IP-Address IpAddress, + trap-Receiver-Port Unsigned16, + trap-Receiver-Name Display-20, + trap-Receiver-Level Severity-Level, + trap-Receiver-Community Display-32, + trap-Receiver-Mode Trap-Receiver-Mode, + acknowledge-Alarm-Summary-Trap No-Data +} + +snmp-Trap-Receiver-Index OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Automatically generated index object." +::= { snmp-Trap-Receiver-Entry 1 } + + +trap-Receiver-IP-Address OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION "SNMP notifications of events are sent to this IP address." + DEFVAL { "1.1.1.1" } +::= { snmp-Trap-Receiver-Entry 20 } + +trap-Receiver-Port OBJECT-TYPE + SYNTAX Unsigned16 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "SNMP notifications of events are sent to this UDP port." + DEFVAL { 162 } +::= { snmp-Trap-Receiver-Entry 30 } + +trap-Receiver-Name OBJECT-TYPE + SYNTAX Display-20 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Name used to identify the receiver." + DEFVAL { "" } +::= { snmp-Trap-Receiver-Entry 40 } + +trap-Receiver-Level OBJECT-TYPE + SYNTAX Severity-Level + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Sets the severity of alarms to be reported to this trap receiver." + DEFVAL { none } +::= { snmp-Trap-Receiver-Entry 50 } + +trap-Receiver-Community OBJECT-TYPE + SYNTAX Display-32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Community to use for traps sent to the receiver." + DEFVAL { "public" } +::= { snmp-Trap-Receiver-Entry 60 } + +trap-Receiver-Mode OBJECT-TYPE + SYNTAX Trap-Receiver-Mode + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Set to Normal traps to send normal traps to a Network Management System on alarm activation and deactivation. Set to Acknowledged Summary Traps to send summary traps to PowerManagerII. These traps are repeated until PowerManagerII receives the trap, connects to the controller, and downloads alarms and data." + DEFVAL { normal-Traps } +::= { snmp-Trap-Receiver-Entry 70 } + +acknowledge-Alarm-Summary-Trap OBJECT-TYPE + SYNTAX No-Data + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This command will acknowledge reception of the alarm summary trap." +::= { snmp-Trap-Receiver-Entry 80 } + +snmPv3-User-Name OBJECT-TYPE + SYNTAX Display-40 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The user name used in the SNMPv3 security model." + DEFVAL { "snmpuser" } +::= { snmp-Settings 55 } + +snmPv3-SHA-Password OBJECT-TYPE + SYNTAX Display-64 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "SNMP V3 password for the authentication protocol (SHA). If set to empty, SNMP v3 will use neither authentication nor encryption." + DEFVAL { "" } +::= { snmp-Settings 60 } + +snmPv3-DES-Password OBJECT-TYPE + SYNTAX Display-64 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "SNMP V3 password for the privacy protocol (DES). Only used if authentication password is also set. If set to empty, SNMP v3 will not use encryption." + DEFVAL { "" } +::= { snmp-Settings 70 } + +email OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { communications 65 } + +email-Notifications OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Determines whether or not the controller will send alarm and event notifications via email." + DEFVAL { disabled } +::= { email 10 } + +smtp-Server-IP-Address OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION "SMTP notifications of events will be sent using this SMTP server." + DEFVAL { "1.1.1.1" } +::= { email 20 } + +smtp-Server-Port OBJECT-TYPE + SYNTAX Unsigned16 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "SMTP notifications of events will be sent using this SMTP server." + DEFVAL { 25 } +::= { email 30 } + +email-Return-Address OBJECT-TYPE + SYNTAX Display-200 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The email return address. If not empty, the controller will arrange to have any delivery failure notifications sent to this address." + DEFVAL { "" } +::= { email 40 } + +email-Subject-Prefix OBJECT-TYPE + SYNTAX Display-20 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The generated email subject will be prefixed with this string to allow automatic processing of the email." + DEFVAL { "[DC-POWER] " } +::= { email 50 } + +email-Receiver-Table OBJECT-TYPE + SYNTAX SEQUENCE OF Email-Receiver-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" +::= { email 60 } + +email-Receiver-Entry OBJECT-TYPE + SYNTAX Email-Receiver-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { email-Receiver-Index } +::= { email-Receiver-Table 1 } + +Email-Receiver-Entry ::= SEQUENCE { + email-Receiver-Index Unsigned8, + email-Receiver-Address Display-200, + email-Receiver-Level Severity-Level, + email-Receiver-Delay TimeIntervalInSeconds, + send-Test-Email No-Data, + smtp-Result Unsigned16 +} + +email-Receiver-Index OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Automatically generated index object." +::= { email-Receiver-Entry 1 } + + +email-Receiver-Address OBJECT-TYPE + SYNTAX Display-200 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The receiver's email address." + DEFVAL { "" } +::= { email-Receiver-Entry 10 } + +email-Receiver-Level OBJECT-TYPE + SYNTAX Severity-Level + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Sets the severity of alarms to be reported to this email receiver." + DEFVAL { none } +::= { email-Receiver-Entry 20 } + +email-Receiver-Delay OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The controller will delay sending an email by this amount of time and collate all events that occur during this time." + DEFVAL { 30 } +::= { email-Receiver-Entry 30 } + +send-Test-Email OBJECT-TYPE + SYNTAX No-Data + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This will send an email notification to the receiver." +::= { email-Receiver-Entry 40 } + +smtp-Result OBJECT-TYPE + SYNTAX Unsigned16 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Result of the last SMTP operation affecting this receiver. SMTP results are usually three-digit numbers with the first digit indicating success or failure severity. (2 = Ok, 4 = Temporary Failure, 5 = Permanent Failure) In addition the controller will set the code 9999 if communications to the SMTP server failed." +::= { email-Receiver-Entry 50 } + +sntp OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { communications 70 } + +poll-Interval OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Polling interval in seconds. If set 0, the controller will listen to broadcasts from an NTP server on the local network and set its time accordingly; otherwise it will try to contact the primary and secondary (S)NTP server regularly according to the configured value." + DEFVAL { 3600 } +::= { sntp 10 } + +udp-Port OBJECT-TYPE + SYNTAX Unsigned16 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "UDP port of SNTP server." + DEFVAL { 123 } +::= { sntp 20 } + +primary-Address OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION "IP address of primary SNTP server." + DEFVAL { "1.1.1.1" } +::= { sntp 30 } + +backup-Address OBJECT-TYPE + SYNTAX IpAddress + MAX-ACCESS read-write + STATUS current + DESCRIPTION "IP address of backup SNTP server." + DEFVAL { "1.1.1.1" } +::= { sntp 40 } + +sntp-Last-Update OBJECT-TYPE + SYNTAX Julian-Time-UTC-25 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The time when the last SNTP update occurred." +::= { sntp 50 } + +web-User-Table OBJECT-TYPE + SYNTAX SEQUENCE OF Web-User-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" +::= { communications 80 } + +web-User-Entry OBJECT-TYPE + SYNTAX Web-User-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { web-User-Index } +::= { web-User-Table 1 } + +Web-User-Entry ::= SEQUENCE { + web-User-Index Unsigned8, + user-Name Display-40, + user-Logon-ID Display-20, + user-Logon-Password Display-32, + user-Active Boolean, + user-Read Boolean, + user-Write Boolean, + user-Restore Boolean, + user-Backup Boolean, + user-Execute Boolean, + user-Upgrade-Firmware Boolean, + user-Edit-User-List Boolean +} + +web-User-Index OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Automatically generated index object." +::= { web-User-Entry 1 } + + +user-Name OBJECT-TYPE + SYNTAX Display-40 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The full name of the user. This is for reference only and is not used in the login process." + DEFVAL { "" } +::= { web-User-Entry 10 } + +user-Logon-ID OBJECT-TYPE + SYNTAX Display-20 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The logon name of a user." + DEFVAL { "" } +::= { web-User-Entry 21 } + +user-Logon-Password OBJECT-TYPE + SYNTAX Display-32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The password for this user." + DEFVAL { "" } +::= { web-User-Entry 31 } + +user-Active OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Indicates whether this user is enabled or disabled." + DEFVAL { false } +::= { web-User-Entry 40 } + +user-Read OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If checked the user is allowed to read the system information and values." + DEFVAL { false } +::= { web-User-Entry 50 } + +user-Write OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If checked the user is allowed to modify configurable values." + DEFVAL { false } +::= { web-User-Entry 60 } + +user-Restore OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If checked the user is allowed to upload configurations or snapshots." + DEFVAL { false } +::= { web-User-Entry 70 } + +user-Backup OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If checked the user is allowed to download configurations or snapshots." + DEFVAL { false } +::= { web-User-Entry 80 } + +user-Execute OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If checked the user is allowed to execute commands." + DEFVAL { false } +::= { web-User-Entry 90 } + +user-Upgrade-Firmware OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If checked the user is allowed to upgrade firmware (including de-installing optional modules)." + DEFVAL { false } +::= { web-User-Entry 100 } + +user-Edit-User-List OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If checked the user can edit this table and other security settings." + DEFVAL { false } +::= { web-User-Entry 110 } + +access-Control OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { rps-Objects 33 } + +ui-Access OBJECT-TYPE + SYNTAX Access-Protection + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Controls keypad access to change configuration items, and start or stop processes. This provides protection against unauthorized or accidental modifications of configuration settings." + DEFVAL { unprotected } +::= { access-Control 10 } + +s3P-Write-Access-Password OBJECT-TYPE + SYNTAX Display-32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If set, S3P requires a password to be used before write access is granted. This password may be used to control remote configuration change or control actions. Note that the password is sent unencrypted." + DEFVAL { "" } +::= { access-Control 20 } + +remote-Access-Level OBJECT-TYPE + SYNTAX Access-Level + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Shows the level of access granted to remote applications. Remote write access to the configuration and control processes is controlled through the S3P Write Access Password. If set, then it must be used to login using the Remote Access Login before database items may be written." +::= { access-Control 30 } + +ac-input OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { rps-Objects 40 } + +ac-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The average of the AC voltage measured by all rectifiers." +::= { ac-input 10 } + +phase-1 OBJECT-TYPE + SYNTAX Float + UNITS "V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The average of all CR-48 phase-1 input voltages." +::= { ac-input 20 } + +phase-2 OBJECT-TYPE + SYNTAX Float + UNITS "V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The average of all CR-48 phase-2 input voltages." +::= { ac-input 30 } + +phase-3 OBJECT-TYPE + SYNTAX Float + UNITS "V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The average of all CR-48 phase-3 input voltages." +::= { ac-input 40 } + +dc-output OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { rps-Objects 50 } + +load-Current OBJECT-TYPE + SYNTAX Float + UNITS "A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The total current drawn by all loads. This value may be measured by the load current shunt(s) if present or calculated from the other system currents." +::= { dc-output 10 } + +system-Power OBJECT-TYPE + SYNTAX Percentile8NAN + UNITS "%" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The output power of the system as a percentage of the total nominal power of the registered rectifiers." +::= { dc-output 20 } + +load-Power OBJECT-TYPE + SYNTAX Float + UNITS "0.01 kW" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The power being supplied to the load." +::= { dc-output 30 } + +rectifiers OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { rps-Objects 60 } + +number-Of-Registered-Rectifiers OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number of registered rectifiers." +::= { rectifiers 10 } + +number-Of-Rectifiers-Failed OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of rectifiers that must be replaced or require maintenance." +::= { rectifiers 13 } + +number-Of-Rectifiers-Comms-Lost OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of rectifiers that the controller can no longer communicate with. They could have been removed from the system or they could have failed." +::= { rectifiers 17 } + +rectifier-Current OBJECT-TYPE + SYNTAX Float + UNITS "A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The total current output by all rectifiers. This value may be measured by the rectifier current shunt(s) if present, calculated from the other system currents or determined from the rectifier reported currents." +::= { rectifiers 20 } + +rectifier-Current-Limit OBJECT-TYPE + SYNTAX Unsigned8 + UNITS "A" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The output current limit of the rectifier. If set to zero then the output current is maximum." + DEFVAL { 0 } +::= { rectifiers 23 } + +enable-Current-Share OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "When enabled, the rectifier output voltages are adjusted to even (approximately) their output currents. Disable this function if different rectifiers are supplying independent loads. This function should normally be enabled." + DEFVAL { enabled } +::= { rectifiers 26 } + +highest-Rectifier-Heatsink-Temperature OBJECT-TYPE + SYNTAX Float + UNITS "°C" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The highest heatsink temperature of all registered rectifiers." +::= { rectifiers 29 } + +rectifier-Values-Table OBJECT-TYPE + SYNTAX SEQUENCE OF Rectifier-Values-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" +::= { rectifiers 30 } + +rectifier-Values-Entry OBJECT-TYPE + SYNTAX Rectifier-Values-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { rectifier-Values-Index } +::= { rectifier-Values-Table 1 } + +Rectifier-Values-Entry ::= SEQUENCE { + rectifier-Values-Index Unsigned8, + rectifier-Serial-Number Counter32, + rectifier-Status Unsigned8, + rectifier-Maximum-Current-Limit Unsigned8, + rectifier-Maximum-Power-Limit DC-Power, + rectifier-Minimum-OVSD-Set-Point Float, + rectifier-Maximum-OVSD-Set-Point Float, + rectifier-Reported-AC-Voltage Float, + rectifier-Reported-Voltage Float, + rectifier-Reported-Current Float, + rectifier-Output-Power Float, + rectifier-Heatsink-Temperature Float, + rectifier-Registration-State RCP-Slave-State, + rectifier-Failed-State Rect-Fail-State, + load-Based-Run-Time TimeIntervalInSeconds, + shutdown-Rectifier Boolean, + rectifier-Has-Been-Shutdown Boolean, + rectifier-Phase-1 Float, + rectifier-Phase-2 Float, + rectifier-Phase-3 Float +} + +rectifier-Values-Index OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Automatically generated index object." +::= { rectifier-Values-Entry 1 } + + +rectifier-Serial-Number OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Rectifier serial number." +::= { rectifier-Values-Entry 30 } + +rectifier-Status OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The status reported by this rectifier. This value cannot be interpreted without knowing the meaning of the various status bits. This is documented in the RXP command set for rectifiers." +::= { rectifier-Values-Entry 60 } + +rectifier-Maximum-Current-Limit OBJECT-TYPE + SYNTAX Unsigned8 + UNITS "A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current limit value of the rectifier. Adjust Rectifier Current Limit to set a lower operating current limit." +::= { rectifier-Values-Entry 70 } + +rectifier-Maximum-Power-Limit OBJECT-TYPE + SYNTAX DC-Power + UNITS "W" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The maximum output power limit value of the rectifier. Adjust Rectifier Current Limit to set a lower operating power limit." +::= { rectifier-Values-Entry 80 } + +rectifier-Minimum-OVSD-Set-Point OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The minimum OVSD set point that the rectifier accepts." +::= { rectifier-Values-Entry 83 } + +rectifier-Maximum-OVSD-Set-Point OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The maximum OVSD set point that the rectifier accepts." +::= { rectifier-Values-Entry 86 } + +rectifier-Reported-AC-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The AC voltage measured by the rectifier." +::= { rectifier-Values-Entry 90 } + +rectifier-Reported-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The output voltage measured by this rectifier. This is measured by the rectifier and reported via the RXP bus." +::= { rectifier-Values-Entry 95 } + +rectifier-Reported-Current OBJECT-TYPE + SYNTAX Float + UNITS "A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current produced by this rectifier. This is measured by the rectifier and reported via the rectifier comms bus." +::= { rectifier-Values-Entry 100 } + +rectifier-Output-Power OBJECT-TYPE + SYNTAX Float + UNITS "0.1 %" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current rectifier output power as a percentage of the power limit under the current operating conditions." +::= { rectifier-Values-Entry 105 } + +rectifier-Heatsink-Temperature OBJECT-TYPE + SYNTAX Float + UNITS "°C" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The measured rectifier heatsink temperature." +::= { rectifier-Values-Entry 110 } + +rectifier-Registration-State OBJECT-TYPE + SYNTAX RCP-Slave-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Registration state of this rectifier." +::= { rectifier-Values-Entry 120 } + +rectifier-Failed-State OBJECT-TYPE + SYNTAX Rect-Fail-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "A rectifier's failed state." +::= { rectifier-Values-Entry 130 } + +load-Based-Run-Time OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The time the rectifier has been operating since it was registered." +::= { rectifier-Values-Entry 140 } + +shutdown-Rectifier OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Shuts down the rectifier or restarts it. Use Rectifier Has Been Shutdown to see whether the command has been sent to the rectifier since it can take some seconds." +::= { rectifier-Values-Entry 150 } + +rectifier-Has-Been-Shutdown OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates if the rectifier shutdown command has been sent. Once a Shutdown Rectifier command has been issued some time may elapse before the command is sent to the rectifier. Rectifiers that shut themselves down due to some failure condition are excluded." +::= { rectifier-Values-Entry 160 } + +rectifier-Phase-1 OBJECT-TYPE + SYNTAX Float + UNITS "V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Rectifier's AC voltage measured at the input connection for phase 1." +::= { rectifier-Values-Entry 170 } + +rectifier-Phase-2 OBJECT-TYPE + SYNTAX Float + UNITS "V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Rectifier's AC voltage measured at the input connection for phase 2." +::= { rectifier-Values-Entry 180 } + +rectifier-Phase-3 OBJECT-TYPE + SYNTAX Float + UNITS "V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Rectifier's AC voltage measured at the input connection for phase 3." +::= { rectifier-Values-Entry 190 } + +rectifier-Shutdown-Mode OBJECT-TYPE + SYNTAX Rectifier-Shutdown-Mode + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Specifies whether rectifiers may be shutdown and, if so, whether this is through manual intervention or under the autonomy of the controller." + DEFVAL { disabled } +::= { rectifiers 55 } + +restart-All-Rectifiers OBJECT-TYPE + SYNTAX No-Data + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Restarts all rectifiers that were shut down by the user or LBRS." +::= { rectifiers 60 } + +load-Based-Rectifier-Shutdown-Config OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { rectifiers 70 } + +rect-Cycle-Low-Threshold OBJECT-TYPE + SYNTAX Unsigned8 + UNITS "%" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Rectifiers will only be shut down by the LBRS process if the load power is below this percentage of total system power." + DEFVAL { 40 } +::= { load-Based-Rectifier-Shutdown-Config 20 } + +rect-Cycle-High-Threshold OBJECT-TYPE + SYNTAX Unsigned8 + UNITS "%" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Additional rectifiers will be started by the LBRS process if the load power is above this percentage of total system power." + DEFVAL { 60 } +::= { load-Based-Rectifier-Shutdown-Config 30 } + +rect-Cycle-Interval OBJECT-TYPE + SYNTAX TimeIntervalInMinutes + UNITS "min" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The time interval in minutes that rectifiers are cycled when the LBRS process is active." + DEFVAL { 10080 } +::= { load-Based-Rectifier-Shutdown-Config 40 } + +reset-Run-Times OBJECT-TYPE + SYNTAX No-Data + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This command attempts to reset the Run Time on each individual rectifier." +::= { load-Based-Rectifier-Shutdown-Config 100 } + +ramp-Up-Slope OBJECT-TYPE + SYNTAX Unsigned8 + UNITS "%/s" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The ramp-up slope of the rectifier, as a percentage of the rectifier rated current." + DEFVAL { 20 } +::= { rectifiers 80 } + +ovsd-Set-Point OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Rectifier Over-Voltage Shutdown set point." + DEFVAL { 5920 } +::= { rectifiers 90 } + +rectifier-Start-Up-Delay OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The delay from AC turn-on before the rectifier output turns on. This is in addition to the fixed rectifier hardware charge time." + DEFVAL { 2 } +::= { rectifiers 110 } + +control-Functions OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { rps-Objects 70 } + +control-State OBJECT-TYPE + SYNTAX Control-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the state of control process, e.g. Equalize, Fast Charge or Normal." +::= { control-Functions 5 } + +voltage-Control OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { control-Functions 10 } + +float-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The voltage required to maintain optimum battery charge (at the nominal ambient temperature). Use the value recommended by the battery manufacturer. The bus voltage may be adjusted above or below this value by Temperature Compensation, Fast Charge, Battery Test, Equalize or Battery Current Limit." + DEFVAL { 5450 } +::= { voltage-Control 10 } + +maximum-System-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Many control functions adjust the bus voltage depending on their respective conditions. However, under no circumstances will the controller deliberately exceed this value. A failing rectifier may cause the voltage to raise above this threshold before the rectifier will execute an overvoltage shut down." + DEFVAL { 5760 } +::= { voltage-Control 15 } + +minimum-System-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Many control functions adjust the bus voltage depending on their respective conditions. However, under no circumstances will the controller deliberately adjust the bus voltage to below this value." + DEFVAL { 4260 } +::= { voltage-Control 17 } + +bus-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The system bus voltage from the bus voltage sensor. If the bus voltage sensor has failed, the system bus voltage is determined from the rectifier output voltages." +::= { voltage-Control 20 } + +target-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The voltage maintained by AVC. AVC will set the Base Voltage to attempt to maintain the bus voltage to this value." +::= { voltage-Control 30 } + +enable-Active-Voltage-Control OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "When AVC is enabled the rectifier output voltage is adjusted to maintain the bus voltage at the configured float voltage (plus or minus any adjustments by active control processes) within a predefined dead band. Enable AVC unless there is specific reason to disable." + DEFVAL { enabled } +::= { voltage-Control 35 } + +avc-State OBJECT-TYPE + SYNTAX AVC-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The state of the Active Voltage Control (AVC) process." +::= { voltage-Control 40 } + +avc-Offset OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The difference between the Target Voltage and the measured bus voltage." +::= { voltage-Control 50 } + +base-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The voltage sent to the rectifiers. This is the Target Voltage plus the AVC Offset. This value is periodically broadcast to all rectifiers. Undetected rectifiers will ignore this value." +::= { voltage-Control 60 } + +temperature-Compensation OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { control-Functions 20 } + +enable-Temperature-Compensation OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "When enabled, the battery charge voltage is automatically adjusted based on temperature. This is recommended by battery manufacturers to optimize battery life." + DEFVAL { enabled } +::= { temperature-Compensation 5 } + +temperature-Compensation-Allowed OBJECT-TYPE + SYNTAX Can-Start + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates if Temperature Compensation is allowed to start or not. Temperature compensation cannot start if there are no rectifiers with AC power, or if the temperature sensor has failed." +::= { temperature-Compensation 7 } + +temperature-Compensation-State OBJECT-TYPE + SYNTAX TC-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The state of the Temperature Compensation process. To be active, it must be enabled, and the temperature sensor must be working." +::= { temperature-Compensation 10 } + +temperature-Compensation-Slope OBJECT-TYPE + SYNTAX Float + UNITS "0.01 mV/°C/Cell" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Bus voltage adjustment rate. Use the value specified by the battery manufacturer." + DEFVAL { -400 } +::= { temperature-Compensation 20 } + +temperature-Compensation-Reference-Temperature OBJECT-TYPE + SYNTAX Float + UNITS "0.1 °C" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The temperature where no voltage adjustment is applied. Use the value specified by the battery manufacturer." + DEFVAL { 200 } +::= { temperature-Compensation 30 } + +temperature-Compensation-Upper-Limit OBJECT-TYPE + SYNTAX Float + UNITS "0.1 °C" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "No additional voltage adjustment is made above this temperature." + DEFVAL { 500 } +::= { temperature-Compensation 40 } + +temperature-Compensation-Lower-Limit OBJECT-TYPE + SYNTAX Float + UNITS "0.1 °C" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "No additional voltage adjustment is made below this temperature." + DEFVAL { 0 } +::= { temperature-Compensation 50 } + +temperature-Compensation-Offset-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The adjustment to the bus voltage being applied due to the Temperature Compensation. Offset is zero when the battery temperature equals the reference temperature." +::= { temperature-Compensation 60 } + +reset-Battery-State OBJECT-TYPE + SYNTAX No-Data + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This command resets controller battery state information (Amp hours discharged) and reverts all control process states to Inactive." +::= { control-Functions 25 } + +equalize OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { control-Functions 30 } + +enable-Equalize OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Applies a controlled overcharge to the battery by raising the charge voltage for a set time. This may be required to ensure all cells are fully charged, remove sulphation, or redistribute the electrolyte in flooded cells." + DEFVAL { disabled } +::= { equalize 5 } + +equalize-Start-Allowed OBJECT-TYPE + SYNTAX Can-Start + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates if an Equalize cycle is allowed to start or the reason why not. An Equalize cycle cannot start if there are no rectifiers with AC power." +::= { equalize 9 } + +equalize-State OBJECT-TYPE + SYNTAX Control-Process-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the state of the Equalize process: Disabled, Inactive or Active." +::= { equalize 10 } + +equalize-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The bus voltage maintained during an Equalize cycle. The bus voltage is further adjusted by Temperature Compensation." + DEFVAL { 5600 } +::= { equalize 12 } + +equalize-Offset-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The adjustment to the bus voltage being applied due to the Equalize process." +::= { equalize 13 } + +periodic-Equalize-First-Date-Time OBJECT-TYPE + SYNTAX Julian-Time-UTC-25 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The date and time that the first scheduled Equalize will occur. Subsequent Equalize cycles will occur at every Equalize Interval thereafter." +::= { equalize 15 } + +equalize-Interval OBJECT-TYPE + SYNTAX TimeIntervalInDays + UNITS "d" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The time between scheduled Equalize cycles. The interval period begins at the start of an Equalize. Zero disables scheduled Equalizes." + DEFVAL { 182 } +::= { equalize 17 } + +next-Equalize-Start-Time OBJECT-TYPE + SYNTAX Julian-Time-UTC-25 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The start time of the next scheduled Equalize cycle. The value is NaN if Equalize is active or Periodic Equalize function is disabled." +::= { equalize 20 } + +equalize-Duration OBJECT-TYPE + SYNTAX TimeIntervalInMinutes + UNITS "min" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The duration of a scheduled Equalize." + DEFVAL { 600 } +::= { equalize 30 } + +equalize-Remaining-Time OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The time until the current Equalize cycle will stop. The value is NaN if the Equalize is inactive." +::= { equalize 40 } + +start-Equalize OBJECT-TYPE + SYNTAX No-Data + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This command attempts to start the Equalize process." +::= { equalize 100 } + +stop-Equalize OBJECT-TYPE + SYNTAX No-Data + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This command stops the Equalize process if it is currently active." +::= { equalize 110 } + +equalize-Smart-Alarm OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The smart alarm that will attempt to start and stop Equalize. To disable set to 0." + DEFVAL { 0 } +::= { equalize 120 } + +fast-Charge OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { control-Functions 40 } + +enable-Fast-Charge OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "After an AC power outage, Fast Charge automatically increases the float voltage of the DC power system to recharge the batteries as quickly as possible. Enable Fast Charge if the site experiences frequent AC power outages." + DEFVAL { disabled } +::= { fast-Charge 5 } + +fast-Charge-State OBJECT-TYPE + SYNTAX Control-Process-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the state of Fast Charge process: Disabled, Inactive, Active or Pending." +::= { fast-Charge 10 } + +fast-Charge-Start-Allowed OBJECT-TYPE + SYNTAX Can-Start + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates if a Fast Charge is allowed to start or the reason why not. Fast Charge cannot start if there are no rectifiers with AC power, or the battery is not discharged." +::= { fast-Charge 12 } + +fast-Charge-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The bus voltage maintained during Fast Charge (use the value recommended by the battery manufacturer). Adjustments for Temperature Compensation and Battery Current Limit also apply." + DEFVAL { 5600 } +::= { fast-Charge 15 } + +fast-Charge-Offset-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The adjustment to the bus voltage being applied due to the Fast Charge." +::= { fast-Charge 17 } + +fast-Charge-Ah-Discharged OBJECT-TYPE + SYNTAX Float + UNITS "Ah" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current level of battery discharge." +::= { fast-Charge 20 } + +fast-Charge-Maximum-Duration OBJECT-TYPE + SYNTAX TimeIntervalInMinutes + UNITS "min" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The maximum duration of a Fast Charge (use the value recommended by the battery manufacturer)." + DEFVAL { 1440 } +::= { fast-Charge 30 } + +fast-Charge-Ampere-Hour-Threshold OBJECT-TYPE + SYNTAX Unsigned8 + UNITS "%" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If the battery has discharged more than this amount during a power outage, then Fast Charge occurs when AC power is restored. The threshold is given as a percentage of installed C10 battery capacity. Fast charge can also be triggered based on the Fast Charge Voltage Threshold." + DEFVAL { 25 } +::= { fast-Charge 35 } + +fast-Charge-Voltage-Threshold OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If the bus voltage drops below this value then Fast Charge occurs when AC power is restored. Fast charge can also be triggered based on the Fast Charge Ampere Hour Threshold." + DEFVAL { 4800 } +::= { fast-Charge 40 } + +fast-Charge-Recharge-Percentage OBJECT-TYPE + SYNTAX Unsigned8 + UNITS "%" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The ratio of recharge ampere-hours required to restore the battery to fully charged status to the ampere-hours discharged." + DEFVAL { 110 } +::= { fast-Charge 45 } + +fast-Charge-Ampere-Hour-Stop-Threshold OBJECT-TYPE + SYNTAX Unsigned8 + UNITS "%" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Fast charge will only run until the charge removed from the battery falls below this threshold. This mostly useful when fast charge is used to control a generator and the generator should be stopped before the battery has been fully charged. The value given is a percentage of the configured battery capacity. This should normally be set to zero." + DEFVAL { 0 } +::= { fast-Charge 47 } + +fast-Charge-Maximum-Time-Remaining OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "This timer is started when a Fast Charge cycle starts and runs while Fast Charge remains active. It is suspended and resumed when Fast Charge is suspended and resumed respectively. The Fast Charge cycle will stop if this timer reaches zero. The value is 0 if Fast Charge is inactive." +::= { fast-Charge 50 } + +stop-Fast-Charge OBJECT-TYPE + SYNTAX No-Data + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This command stops the Fast Charge process if it is currently active." +::= { fast-Charge 100 } + +battery-Current-Limit OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { control-Functions 50 } + +enable-Battery-Current-Limit OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Protects the batteries from excessive charge current. BCL varies the system voltage in order to maintain battery charge current below the BCL Limit value." + DEFVAL { disabled } +::= { battery-Current-Limit 5 } + +bcl-State OBJECT-TYPE + SYNTAX BCL-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The state of the Battery Current Limit process." +::= { battery-Current-Limit 10 } + +generator-State OBJECT-TYPE + SYNTAX Engine-Run-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates whether or not the controller believes that the generator is currently running. This information may be based on a digital input (if configured) or derived from other information." +::= { battery-Current-Limit 20 } + +bcl-Limit OBJECT-TYPE + SYNTAX Unsigned8 + UNITS "%" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "BCL maintains the battery current below this value, which is a percentage of the installed C10 Battery Capacity." + DEFVAL { 10 } +::= { battery-Current-Limit 30 } + +bcl-Offset-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The bus voltage adjustment made by Battery Current Limit is applied to the Operating Voltage to produce the Target Voltage. Target Voltage is used as the input to the AVC function." +::= { battery-Current-Limit 40 } + +bcl-Engine-Run-Limit OBJECT-TYPE + SYNTAX Unsigned8 + UNITS "%" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The Battery Current Limit setting when Engine Run is active. BCL maintains the battery current below this value when the Engine Run digital input is active (Engine Run is enabled). This limit is expressed as a percentage of the installed C10 Battery Capacity." + DEFVAL { 2 } +::= { battery-Current-Limit 50 } + +battery-Test OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { control-Functions 70 } + +enable-Battery-Test OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Periodically tests the condition of the battery by reducing the rectifier voltage and allowing the batteries to discharge into the normal load." + DEFVAL { disabled } +::= { battery-Test 3 } + +battery-Test-Start-Allowed OBJECT-TYPE + SYNTAX Can-Start + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates if a Battery Test is allowed to start. Battery Tests cannot start within 48 hours of an AC failure, if there are no rectifiers, if Equalize or Fast Charge is active, if any rectifiers are failed or have lost communications, if the battery fuse has failed or if the system is overloaded." +::= { battery-Test 7 } + +battery-Test-Lockout-Remaining OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "How much longer the Battery Test is locked-out. Battery Tests cannot be started within 48 hours of an AC failure. If an immediate test is required, set Battery test Interval to zero (this disables the 48 hour lockout)." +::= { battery-Test 8 } + +battery-Test-State OBJECT-TYPE + SYNTAX Battery-Test-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The state of the Battery Test process." +::= { battery-Test 10 } + +battery-Test-First-Date-Time OBJECT-TYPE + SYNTAX Julian-Time-UTC-25 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The date and time that the first Battery Test will occur. Subsequent tests will occur at every Battery Test Interval after that." +::= { battery-Test 15 } + +battery-Test-Interval OBJECT-TYPE + SYNTAX TimeIntervalInDays + UNITS "d" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The time between scheduled Battery Tests. The interval period begins at the start of a Battery Test. Zero disables scheduled Battery Tests. Zero also disables the 48 hour lockout following an AC failure, allowing an immediate manual test." + DEFVAL { 183 } +::= { battery-Test 17 } + +next-Battery-Test-Start-Time OBJECT-TYPE + SYNTAX Julian-Time-UTC-25 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The start time of the next scheduled Battery Test." +::= { battery-Test 20 } + +battery-Test-Duration OBJECT-TYPE + SYNTAX TimeIntervalInMinutes + UNITS "min" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The maximum time a Battery Test process will be active. The Battery Test will pass if the bus voltage remains above the Battery Test Termination Voltage for the duration of the test." + DEFVAL { 30 } +::= { battery-Test 30 } + +battery-Test-Remaining-Time OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The time to the end of the currently active Battery Test." +::= { battery-Test 40 } + +battery-Test-Termination-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If the bus voltages drops below this value during a Battery Test, then the test fails." + DEFVAL { 4750 } +::= { battery-Test 50 } + +battery-Test-Offset-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The adjustment to the bus voltage being applied due to the Battery Test. While a Battery Test is running, the rectifiers are turned down to force the battery to carry the load." +::= { battery-Test 60 } + +start-Battery-Test OBJECT-TYPE + SYNTAX No-Data + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This command attempts to start the Battery Test process." +::= { battery-Test 100 } + +stop-Battery-Test OBJECT-TYPE + SYNTAX No-Data + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This command stops the Battery Test process if it is currently active." +::= { battery-Test 110 } + +lvd OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { control-Functions 75 } + +lvd-Inhibit-Period OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The minimum time an LVD stays connected or disconnected before it can change state." + DEFVAL { 10 } +::= { lvd 10 } + +allow-Front-Panel-LVD-Control OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This item specifies whether manual LVD control is allowed from the front panel." + DEFVAL { true } +::= { lvd 20 } + +lvd-Table OBJECT-TYPE + SYNTAX SEQUENCE OF LVD-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" +::= { lvd 50 } + +lvd-Entry OBJECT-TYPE + SYNTAX LVD-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { lvd-Index } +::= { lvd-Table 1 } + +LVD-Entry ::= SEQUENCE { + lvd-Index Unsigned8, + lvd-State LVD-State, + lvd-Inhibited Boolean, + enable-LVD-Voltage-Disconnect Enable-State, + lvd-Disconnect-Voltage Float, + lvd-Reconnect-Voltage Float, + lvd-Recognition-Period TimeIntervalInSeconds, + enable-LVD-AC-Timer Enable-State, + lvd-AC-Timer-Disconnect-Delay TimeIntervalInMinutes, + enable-LVD-SA-Disconnect Enable-State, + lvd-SA-Disconnect-Index Unsigned8, + enable-LVD-Chained-To-Previous Enable-State +} + +lvd-Index OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Automatically generated index object." +::= { lvd-Entry 1 } + + +lvd-State OBJECT-TYPE + SYNTAX LVD-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The state of this LVD control process." +::= { lvd-Entry 10 } + +lvd-Inhibited OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates whether this LVD currently cannot change state due to the inhibit time." +::= { lvd-Entry 15 } + +enable-LVD-Voltage-Disconnect OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If Enabled, the LVD will disconnect when the bus voltage falls below the Disconnect Voltage and will not reconnect until it is above the Reconnect Voltage." + DEFVAL { enabled } +::= { lvd-Entry 20 } + +lvd-Disconnect-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If voltage based disconnect is enabled, the LVD will disconnect if the bus voltage has been below this voltage for the recognition time." + DEFVAL { 4320 } +::= { lvd-Entry 30 } + +lvd-Reconnect-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If voltage based disconnect is enabled, the LVD will reconnect only if the bus voltage has been above this voltage for the recognition time." + DEFVAL { 4800 } +::= { lvd-Entry 40 } + +lvd-Recognition-Period OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The time the bus voltage must be below or above the thresholds before the LVD disconnects or connects." + DEFVAL { 10 } +::= { lvd-Entry 50 } + +enable-LVD-AC-Timer OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If Enabled, during an AC failure the LVD will disconnect after the AC Timer Delay, even if the Disconnect Voltage has not been reached." + DEFVAL { disabled } +::= { lvd-Entry 60 } + +lvd-AC-Timer-Disconnect-Delay OBJECT-TYPE + SYNTAX TimeIntervalInMinutes + UNITS "min" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If Enabled, the LVD will disconnect after this delay following an AC failure, unless the Disconnect Voltage is reached or AC is restored first." + DEFVAL { 240 } +::= { lvd-Entry 70 } + +enable-LVD-SA-Disconnect OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If Enabled, the LVD will disconnect immediately when the specified smart alarm becomes active." + DEFVAL { disabled } +::= { lvd-Entry 80 } + +lvd-SA-Disconnect-Index OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If Enabled, the LVD will disconnect immediately when this smart alarm becomes active." + DEFVAL { 1 } +::= { lvd-Entry 90 } + +enable-LVD-Chained-To-Previous OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If Enabled, the LVD will not disconnect until the previous LVD (the LVD numbered one less) has been disconnected for the configured recognition time. This item is ignored by the first LVD and when the previous LVD has no contactors. This applies in reverse when connecting." + DEFVAL { disabled } +::= { lvd-Entry 100 } + +lvdc-Table OBJECT-TYPE + SYNTAX SEQUENCE OF LVDC-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" +::= { lvd 60 } + +lvdc-Entry OBJECT-TYPE + SYNTAX LVDC-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { lvdc-Index } +::= { lvdc-Table 1 } + +LVDC-Entry ::= SEQUENCE { + lvdc-Index Unsigned8, + lvdc-LVD-Mapping Unsigned8, + lvdc-State LVDC-State, + enable-LVDC Enable-State, + lvdc-IOB-Number Unsigned8, + lvdc-IOB-LVD-Number Unsigned8, + lvdc-Type LVDC-Type +} + +lvdc-Index OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Automatically generated index object." +::= { lvdc-Entry 1 } + + +lvdc-LVD-Mapping OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The logical LVD that drives this contactor." + DEFVAL { 16 } +::= { lvdc-Entry 10 } + +lvdc-State OBJECT-TYPE + SYNTAX LVDC-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The state of this contactor." +::= { lvdc-Entry 20 } + +enable-LVDC OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If Enabled, the specified physical contactor is driven by the specified logical LVD." + DEFVAL { disabled } +::= { lvdc-Entry 30 } + +lvdc-IOB-Number OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The I/O board number to which this LVD contactor is connected." + DEFVAL { 1 } +::= { lvdc-Entry 40 } + +lvdc-IOB-LVD-Number OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The LVD connector on the I/O board that this contactor is connected to." + DEFVAL { 1 } +::= { lvdc-Entry 50 } + +lvdc-Type OBJECT-TYPE + SYNTAX LVDC-Type + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The type of contactor connected to the I/O board." + DEFVAL { normally-Open } +::= { lvdc-Entry 60 } + +generator-Control OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { control-Functions 80 } + +generator-Fail-Alarm-Recognition-Period OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Recognition period for the Generator Fail Alarm. The alarm will activate if the Generator Enable Alarm has been triggered for this period and AC has not been restored." + DEFVAL { 300 } +::= { generator-Control 100 } + +generator-On-Fast-Charge OBJECT-TYPE + SYNTAX YesNo + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The controller will activate the generator control relay while fast charge is pending or active." + DEFVAL { yes } +::= { generator-Control 110 } + +generator-On-Equalize OBJECT-TYPE + SYNTAX YesNo + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The controller will activate the generator control relay while equalize is pending or active." + DEFVAL { no } +::= { generator-Control 112 } + +generator-On-Mains-Failure OBJECT-TYPE + SYNTAX YesNo + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The controller will activate the generator control relay when there is a mains failure." + DEFVAL { no } +::= { generator-Control 116 } + +ac-Supply-State OBJECT-TYPE + SYNTAX System-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Calculated AC Supply state." +::= { generator-Control 120 } + +generator-Run-Time-Remaining OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The time left for the generator to run following a manual start." +::= { generator-Control 130 } + +generator-State OBJECT-TYPE + SYNTAX Engine-Run-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates whether or not the controller believes that the generator is currently running. This information may be based on a digital input (if configured) or derived from other information." +::= { generator-Control 140 } + +generator-Refuel-Date OBJECT-TYPE + SYNTAX Julian-Time-UTC-25 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The time and date the generator was last refuelled." +::= { generator-Control 150 } + +generator-Refuel-Volume OBJECT-TYPE + SYNTAX Float + UNITS "L" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The amount of fuel added to the generator's fuel tank(s) during the last refuel." +::= { generator-Control 160 } + +generator-Backup-Time OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Estimated time for which the generator could continuously run based on the current fuel-level and historic fuel consumption." +::= { generator-Control 170 } + +tank-Empty-Date-Time OBJECT-TYPE + SYNTAX Julian-Time-UTC-25 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Best current estimate of the date at which the tank will run dry if the current characteristics of generator usage do not change. This is useful for installations that run the generator regularly and with a reasonably constant duty cycle." +::= { generator-Control 180 } + +fuel-Level OBJECT-TYPE + SYNTAX Float + UNITS "L" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The volume of fuel in the generator's fuel tank(s)." +::= { generator-Control 190 } + +generator-Control-Relay OBJECT-TYPE + SYNTAX Relay-Mapping + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The relay used to control generator startup and shutdown. If this is set to None, the generator control process is disabled." + DEFVAL { none } +::= { generator-Control 200 } + +generator-Startup-Wiring OBJECT-TYPE + SYNTAX Generator-Startup-Wiring + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Choose to match the way the generator control relay is wired." + DEFVAL { indirect-Start } +::= { generator-Control 210 } + +manual-Generator-Run-Time OBJECT-TYPE + SYNTAX TimeIntervalInMinutes + UNITS "min" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The maximum time permitted for the generator to run following a manual start." + DEFVAL { 0 } +::= { generator-Control 230 } + +fuel-Tank-Volume OBJECT-TYPE + SYNTAX Float + UNITS "L" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The total volume of the generator's fuel tank(s). A value of 0 disables fuel related estimates." + DEFVAL { 0 } +::= { generator-Control 240 } + +manual-Generator-Start OBJECT-TYPE + SYNTAX No-Data + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This causes the generator to run for the configured time unless it is manually stopped." +::= { generator-Control 260 } + +manual-Generator-Stop OBJECT-TYPE + SYNTAX No-Data + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This will end a manual generator run before the time has elapsed. It will not cause the generator to stop if it is running based on fast charge, equalize or AC failure." +::= { generator-Control 270 } + +clear-Fuel-Consumption-History OBJECT-TYPE + SYNTAX No-Data + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The controller accumulates historic information on the average generator fuel consumption and, in applications that run the generator regularly, the average generator duty cycle. This command will clear this information for instance when the generator has been replaced. This will cause the remaining time estimates to be very inaccurate or not available until enough information about the new generator has been collected." +::= { generator-Control 280 } + +real-Time-Clock OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { rps-Objects 80 } + +controller-Time OBJECT-TYPE + SYNTAX Julian-Time-UTC-25 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The current time of the controller's internal battery backed clock." +::= { real-Time-Clock 10 } + +input-Output OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { rps-Objects 90 } + +system-Analog-Input OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { input-Output 10 } + +analog-Input-Table OBJECT-TYPE + SYNTAX SEQUENCE OF Analog-Input-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" +::= { system-Analog-Input 30 } + +analog-Input-Entry OBJECT-TYPE + SYNTAX Analog-Input-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { analog-Input-Index } +::= { analog-Input-Table 1 } + +Analog-Input-Entry ::= SEQUENCE { + analog-Input-Index Unsigned8, + ai-High-State Alarm-Active-State, + ai-Low-State Alarm-Active-State, + ai-Value Float, + ai-Status Enable-State, + ai-Name Display-20, + ai-Units Measurement-Units, + ai-IOB-Number Unsigned8, + input-Number Unsigned8, + gain Float, + offset Float, + hysteresis Float, + high-Severity Alarm-Severity, + high-Threshold Float, + high-DO-Mapping-A Relay-Mapping, + high-DO-Mapping-B Relay-Mapping, + high-Send-Trap Boolean, + low-Severity Alarm-Severity, + low-Threshold Float, + low-DO-Mapping-A Relay-Mapping, + low-DO-Mapping-B Relay-Mapping, + low-Send-Trap Boolean, + ai-Group Unsigned8, + ai-High-Notes Display-60, + ai-Low-Notes Display-60 +} + +analog-Input-Index OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Automatically generated index object." +::= { analog-Input-Entry 1 } + + +ai-High-State OBJECT-TYPE + SYNTAX Alarm-Active-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The state of the selected analog input high alarm." +::= { analog-Input-Entry 20 } + +ai-Low-State OBJECT-TYPE + SYNTAX Alarm-Active-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The state of the selected analog input low alarm." +::= { analog-Input-Entry 30 } + +ai-Value OBJECT-TYPE + SYNTAX Float + UNITS "0.01" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Analog input value." +::= { analog-Input-Entry 40 } + +ai-Status OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Enable/disable this analog input channel." + DEFVAL { disabled } +::= { analog-Input-Entry 50 } + +ai-Name OBJECT-TYPE + SYNTAX Display-20 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The name of this analog input channel as it will appear on management software such as DCTools or PowerManagerII. This name is not displayed on the controller." + DEFVAL { "Bus Voltage" } +::= { analog-Input-Entry 60 } + +ai-Units OBJECT-TYPE + SYNTAX Measurement-Units + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Units of this analog input (after scaling)." + DEFVAL { none } +::= { analog-Input-Entry 70 } + +ai-IOB-Number OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The I/O board number on which this analog input is located." + DEFVAL { 1 } +::= { analog-Input-Entry 80 } + +input-Number OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The input channel on the I/O board of this analog input." + DEFVAL { 2 } +::= { analog-Input-Entry 90 } + +gain OBJECT-TYPE + SYNTAX Float + UNITS "0.01" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The scaling factor applied to the raw value read from the I/O board." + DEFVAL { 100 } +::= { analog-Input-Entry 100 } + +offset OBJECT-TYPE + SYNTAX Float + UNITS "0.01" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The offset applied to the raw value read from the I/O board." + DEFVAL { 0 } +::= { analog-Input-Entry 110 } + +hysteresis OBJECT-TYPE + SYNTAX Float + UNITS "0.01" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The amount of hysteresis applied to the input before an active alarm is deactivated." + DEFVAL { 0 } +::= { analog-Input-Entry 130 } + +high-Severity OBJECT-TYPE + SYNTAX Alarm-Severity + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The severity level associated with the alarm. Control alarms are not displayed, although any configured digital outputs are still activated." + DEFVAL { disabled } +::= { analog-Input-Entry 141 } + +high-Threshold OBJECT-TYPE + SYNTAX Float + UNITS "0.01" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "An analog input high alarm is activated if the scaled input is greater than or equal to this value." + DEFVAL { 1000 } +::= { analog-Input-Entry 150 } + +high-DO-Mapping-A OBJECT-TYPE + SYNTAX Relay-Mapping + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Optional digital output activated while this alarm is active." + DEFVAL { none } +::= { analog-Input-Entry 160 } + +high-DO-Mapping-B OBJECT-TYPE + SYNTAX Relay-Mapping + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Optional digital output activated while this alarm is active." + DEFVAL { none } +::= { analog-Input-Entry 170 } + +high-Send-Trap OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If set to true an SNMP trap is sent to every trap receiver with an appropriate trap level whenever this alarm changes state." + DEFVAL { true } +::= { analog-Input-Entry 175 } + +low-Severity OBJECT-TYPE + SYNTAX Alarm-Severity + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The severity level associated with the alarm. Control alarms are not displayed, although any configured digital outputs are still activated." + DEFVAL { disabled } +::= { analog-Input-Entry 181 } + +low-Threshold OBJECT-TYPE + SYNTAX Float + UNITS "0.01" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "An analog input low alarm is activated if the scaled input is lower than or equal to this value." + DEFVAL { 0 } +::= { analog-Input-Entry 190 } + +low-DO-Mapping-A OBJECT-TYPE + SYNTAX Relay-Mapping + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Optional digital output activated while this alarm is active." + DEFVAL { none } +::= { analog-Input-Entry 200 } + +low-DO-Mapping-B OBJECT-TYPE + SYNTAX Relay-Mapping + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Optional digital output activated while this alarm is active." + DEFVAL { none } +::= { analog-Input-Entry 210 } + +low-Send-Trap OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If set to true an SNMP trap is sent to every trap receiver with an appropriate trap level whenever this alarm changes state." + DEFVAL { true } +::= { analog-Input-Entry 215 } + +ai-Group OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The group tag used by PowerManagerII to group related inputs and outputs for display purposes." + DEFVAL { 0 } +::= { analog-Input-Entry 220 } + +ai-High-Notes OBJECT-TYPE + SYNTAX Display-60 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "User notes about this alarm. These notes appear in SNMP traps and can be viewed using DCTools or PowerManagerII." + DEFVAL { "" } +::= { analog-Input-Entry 230 } + +ai-Low-Notes OBJECT-TYPE + SYNTAX Display-60 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "User notes about this alarm. These notes appear in SNMP traps and can be viewed using DCTools or PowerManagerII." + DEFVAL { "" } +::= { analog-Input-Entry 240 } + +alternative-Energy-Source OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { system-Analog-Input 50 } + +alternative-Source-Current OBJECT-TYPE + SYNTAX Float + UNITS "A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The total current produced by all alternative energy sources. This value is measured by the alternative energy shunt(s) if present. If none are configured the controller assumes that there are no alternative energy sources present." +::= { alternative-Energy-Source 10 } + +system-States OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { input-Output 15 } + +mains-Fail OBJECT-TYPE + SYNTAX System-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Failed if any Mains Fail digital input is in active state." +::= { system-States 10 } + +fan-Fail OBJECT-TYPE + SYNTAX System-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Failed if any ACD Fan Fail digital input is in active state." +::= { system-States 20 } + +mov-Fail OBJECT-TYPE + SYNTAX System-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Failed if any MOV Fail digital input is in active state." +::= { system-States 30 } + +load-Fuse-Fail OBJECT-TYPE + SYNTAX System-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Failed if any Load Fuse Fail digital input is in active state." +::= { system-States 40 } + +battery-Fuse-Fail OBJECT-TYPE + SYNTAX System-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Failed if any Battery Fuse Fail digital input is in active state." +::= { system-States 50 } + +phase-Fail OBJECT-TYPE + SYNTAX System-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Failed if any Phase Fail digital input is in active state." +::= { system-States 60 } + +digital-Input-Table OBJECT-TYPE + SYNTAX SEQUENCE OF Digital-Input-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" +::= { input-Output 40 } + +digital-Input-Entry OBJECT-TYPE + SYNTAX Digital-Input-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { digital-Input-Index } +::= { digital-Input-Table 1 } + +Digital-Input-Entry ::= SEQUENCE { + digital-Input-Index Unsigned8, + di-State Alarm-Active-State, + di-Value Digital-Input-State, + di-Status Enable-State, + di-Name Display-20, + di-IOB-Number Unsigned8, + digital-Input-Number Unsigned8, + di-Severity Alarm-Severity, + di-Recognition-Period TimeIntervalInSeconds, + di-Deactivation-Recognition-Period TimeIntervalInSeconds, + di-DO-Mapping-A Relay-Mapping, + di-DO-Mapping-B Relay-Mapping, + di-Send-Trap Boolean, + di-Active-State Active-State, + di-Group Unsigned8, + di-Notes Display-60 +} + +digital-Input-Index OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Automatically generated index object." +::= { digital-Input-Entry 1 } + + +di-State OBJECT-TYPE + SYNTAX Alarm-Active-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The state of this digital input alarm." +::= { digital-Input-Entry 20 } + +di-Value OBJECT-TYPE + SYNTAX Digital-Input-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The state of this digital input." +::= { digital-Input-Entry 30 } + +di-Status OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Enable/disable this digital input channel." + DEFVAL { disabled } +::= { digital-Input-Entry 40 } + +di-Name OBJECT-TYPE + SYNTAX Display-20 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The name of the digital input." + DEFVAL { "Digital Input 1" } +::= { digital-Input-Entry 50 } + +di-IOB-Number OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The I/O board number on which this digital input is located." + DEFVAL { 1 } +::= { digital-Input-Entry 60 } + +digital-Input-Number OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The input channel on the I/O board of this digital input." + DEFVAL { 1 } +::= { digital-Input-Entry 70 } + +di-Severity OBJECT-TYPE + SYNTAX Alarm-Severity + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The severity level associated with the alarm. Control alarms are not displayed, although any configured digital outputs are still activated." + DEFVAL { disabled } +::= { digital-Input-Entry 81 } + +di-Recognition-Period OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "A digital input alarm will become active if the input is in the active state for the recognition time." + DEFVAL { 10 } +::= { digital-Input-Entry 85 } + +di-Deactivation-Recognition-Period OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "A digital input alarm will deactivate if the input is in the inactive state for the deactivation recognition time." + DEFVAL { 0 } +::= { digital-Input-Entry 86 } + +di-DO-Mapping-A OBJECT-TYPE + SYNTAX Relay-Mapping + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Optional digital output activated while this digital input alarm is active." + DEFVAL { none } +::= { digital-Input-Entry 90 } + +di-DO-Mapping-B OBJECT-TYPE + SYNTAX Relay-Mapping + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Optional digital output activated while this digital input alarm is active." + DEFVAL { none } +::= { digital-Input-Entry 100 } + +di-Send-Trap OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If set to true an SNMP trap is sent to every trap receiver with an appropriate trap level whenever this alarm changes state." + DEFVAL { true } +::= { digital-Input-Entry 105 } + +di-Active-State OBJECT-TYPE + SYNTAX Active-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Selects whether the input should be considered active when closed or open." + DEFVAL { closed } +::= { digital-Input-Entry 110 } + +di-Group OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The group Number to be used by SiteManager." + DEFVAL { 0 } +::= { digital-Input-Entry 120 } + +di-Notes OBJECT-TYPE + SYNTAX Display-60 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "User notes about this alarm. These notes appear in SNMP traps and can be viewed using DCTools or PowerManagerII." + DEFVAL { "" } +::= { digital-Input-Entry 130 } + +digital-Output-Table OBJECT-TYPE + SYNTAX SEQUENCE OF Digital-Output-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" +::= { input-Output 50 } + +digital-Output-Entry OBJECT-TYPE + SYNTAX Digital-Output-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { digital-Output-Index } +::= { digital-Output-Table 1 } + +Digital-Output-Entry ::= SEQUENCE { + digital-Output-Index Unsigned8, + do-State External-Relay-State, + remote-Control-State Relay-Control-State, + do-Status Enable-State, + do-Name Display-20, + do-IOB-Number Unsigned8, + do-IOB-DO-Number Unsigned8, + do-Active-State Energize-State, + do-Group Unsigned8 +} + +digital-Output-Index OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Automatically generated index object." +::= { digital-Output-Entry 1 } + + +do-State OBJECT-TYPE + SYNTAX External-Relay-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The state of this digital output. Active digital outputs may be energized or de-energized depending on their configuration." +::= { digital-Output-Entry 20 } + +remote-Control-State OBJECT-TYPE + SYNTAX Relay-Control-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Allows manual control of the digital output." +::= { digital-Output-Entry 40 } + +do-Status OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Enable or disable this digital output. If disabled, the digital output is not driven." + DEFVAL { disabled } +::= { digital-Output-Entry 50 } + +do-Name OBJECT-TYPE + SYNTAX Display-20 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The name of the digital output." + DEFVAL { "Summary Minor" } +::= { digital-Output-Entry 60 } + +do-IOB-Number OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The I/O board number on which this digital output is located." + DEFVAL { 1 } +::= { digital-Output-Entry 70 } + +do-IOB-DO-Number OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The number of the digital output channel on the I/O board." + DEFVAL { 1 } +::= { digital-Output-Entry 80 } + +do-Active-State OBJECT-TYPE + SYNTAX Energize-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Active state of the digital output." + DEFVAL { energized } +::= { digital-Output-Entry 90 } + +do-Group OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The Group Number to be used by SiteManager." + DEFVAL { 0 } +::= { digital-Output-Entry 100 } + +battery OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { rps-Objects 100 } + +battery-Capacity OBJECT-TYPE + SYNTAX Counter32 + UNITS "Ah" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The rated 10-hour (C10) capacity of the battery. 0 = no battery is installed." + DEFVAL { 100 } +::= { battery 10 } + +cells-Per-String OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The number of 2V battery cells per string. Zero means no battery is installed." + DEFVAL { 24 } +::= { battery 20 } + +battery-Temperature OBJECT-TYPE + SYNTAX Float + UNITS "°C" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The average of all analog inputs configured as battery temperature inputs." +::= { battery 30 } + +battery-Current OBJECT-TYPE + SYNTAX Float + UNITS "A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The total current flowing to/from the batteries. If positive, the battery is being charged. This value may be measured by the battery current shunt(s) if present or calculated from the other system currents." +::= { battery 40 } + +battery-Type OBJECT-TYPE + SYNTAX Display-20 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The name or type of the battery." + DEFVAL { "" } +::= { battery 42 } + +btr-Time-Remaining OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "An estimate of the time remaining until the average cell discharge voltage reaches the configured end voltage. This value is only available during a discharge if the battery has been characterized." +::= { battery 43 } + +btr-State-Of-Health OBJECT-TYPE + SYNTAX Percentile8NAN + UNITS "%" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The health of the battery measured as the estimated C10 capacity at the end of the last discharge as a percentage of the configured capacity. The accuracy of this value depends on the depth of the last discharge and it is only updated if the battery is discharged by at least 25% of its estimated capacity." + DEFVAL { 255 } +::= { battery 44 } + +battery-Charge-State OBJECT-TYPE + SYNTAX Battery-Charge-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the current state of the battery." +::= { battery 45 } + +battery-State-Threshold OBJECT-TYPE + SYNTAX Float + UNITS "0.1 A" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The threshold used to determine the battery state. If the battery current is greater than the value, the battery state is Charge. If the battery current is less than the negative of this value, the battery state is Discharge. Otherwise, it is Float. A 10% hysteresis applies." + DEFVAL { 10 } +::= { battery 47 } + +end-Of-Charge-Action OBJECT-TYPE + SYNTAX End-Of-Charge-Action + MAX-ACCESS read-write + STATUS current + DESCRIPTION "To ensure that there is no residual AhD error at the end of the charge, AhD can be set to zero after each charge. For new installations, Set Ah Discharged to zero after Equalize and Fast Charge." + DEFVAL { set-Ah-Discharged-To-Zero-After-Fast-Charge-Only } +::= { battery 48 } + +midpoint-Monitoring OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { battery 50 } + +mpm-Lockout-Period OBJECT-TYPE + SYNTAX TimeIntervalInMinutes + UNITS "min" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Time period from when battery ceases discharging or the completion of Fast Charge, Equalize or Battery Test during which midpoint battery monitoring shall not operate." + DEFVAL { 720 } +::= { midpoint-Monitoring 20 } + +mpm-Convergence-Period OBJECT-TYPE + SYNTAX TimeIntervalInMinutes + UNITS "min" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Time period from start of the MPM process. During this period the MPM threshold is calculated via linear interpolation using MPM Start Threshold, Stable Threshold and the Time Running." + DEFVAL { 1440 } +::= { midpoint-Monitoring 30 } + +string-Fail-Recognition-Period OBJECT-TYPE + SYNTAX TimeIntervalInMinutes + UNITS "min" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If the midpoint voltage divergence of a battery string is continuously over threshold for this time, the string is deemed faulty." + DEFVAL { 60 } +::= { midpoint-Monitoring 40 } + +mpm-Start-Threshold OBJECT-TYPE + SYNTAX Float + UNITS "0.1 %" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Midpoint battery monitoring start threshold, defined as percentage of bus voltage." + DEFVAL { 80 } +::= { midpoint-Monitoring 50 } + +mpm-Stable-Threshold OBJECT-TYPE + SYNTAX Float + UNITS "0.1 %" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Midpoint battery monitoring stable threshold, defined as percentage of bus voltage." + DEFVAL { 40 } +::= { midpoint-Monitoring 60 } + +midpoint-Monitoring-String-Table OBJECT-TYPE + SYNTAX SEQUENCE OF Midpoint-Monitoring-String-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" +::= { midpoint-Monitoring 70 } + +midpoint-Monitoring-String-Entry OBJECT-TYPE + SYNTAX Midpoint-Monitoring-String-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { midpoint-Monitoring-String-Index } +::= { midpoint-Monitoring-String-Table 1 } + +Midpoint-Monitoring-String-Entry ::= SEQUENCE { + midpoint-Monitoring-String-Index Unsigned8, + string-Name Display-20, + string-State MPM-Battery-State, + midpoint-Voltage Float, + imbalance-Percent Float +} + +midpoint-Monitoring-String-Index OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Automatically generated index object." +::= { midpoint-Monitoring-String-Entry 1 } + + +string-Name OBJECT-TYPE + SYNTAX Display-20 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Name of the battery string." +::= { midpoint-Monitoring-String-Entry 10 } + +string-State OBJECT-TYPE + SYNTAX MPM-Battery-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the current state of a battery string." +::= { midpoint-Monitoring-String-Entry 20 } + +midpoint-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Midpoint voltage reading for the battery string." +::= { midpoint-Monitoring-String-Entry 30 } + +imbalance-Percent OBJECT-TYPE + SYNTAX Float + UNITS "0.1 %" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The voltage difference between the first half of the string and the second half of the string expressed in percent of the Bus Voltage." +::= { midpoint-Monitoring-String-Entry 40 } + +mpm-State OBJECT-TYPE + SYNTAX MPM-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the current state of the MPM process." +::= { midpoint-Monitoring 80 } + +time-In-This-State OBJECT-TYPE + SYNTAX TimeIntervalInMinutes + UNITS "min" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the time period that the current MPM state has been running for." +::= { midpoint-Monitoring 90 } + +current-MPM-Threshold OBJECT-TYPE + SYNTAX Float + UNITS "0.1 %" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the current calculated MPM threshold." +::= { midpoint-Monitoring 100 } + +reference-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Midpoint reference voltage." +::= { midpoint-Monitoring 105 } + +clear-String-Fail OBJECT-TYPE + SYNTAX No-Data + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This command attempts to reset string state." +::= { midpoint-Monitoring 110 } + +battery-Time-Remaining OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { battery 60 } + +btr-State OBJECT-TYPE + SYNTAX BTR-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The state of the battery time remaining algorithm." +::= { battery-Time-Remaining 10 } + +btr-End-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V/Cell" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "During a discharge the controller will provide an estimate of the time remaining until the average cell discharge voltage reaches this value." + DEFVAL { 180 } +::= { battery-Time-Remaining 20 } + +btr-Characterization-End-Voltage OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V/Cell" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The end voltage that the battery was last characterized to. For the controller to be able to estimate a remaining time, this value must be below the configured end voltage." +::= { battery-Time-Remaining 30 } + +btr-Characterization-Result OBJECT-TYPE + SYNTAX BTR-Characterization-Result + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the result of the last characterization." +::= { battery-Time-Remaining 40 } + +btr-Characterization-Time OBJECT-TYPE + SYNTAX Julian-Time-UTC-25 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "End time of the last characterization." +::= { battery-Time-Remaining 50 } + +btr-Automatic-Characterization OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If enabled, the controller will automatically perform a characterization when all necessary conditions have been met for the characterization delay. If the characterization fails, the controller will retry the characterization twice until a valid characterization is obtained. At the end of the third characterization or when successfully characterized, the controller will automatically disable this function." + DEFVAL { disabled } +::= { battery-Time-Remaining 60 } + +btr-Characterization-Delay OBJECT-TYPE + SYNTAX TimeIntervalInMinutes + UNITS "min" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If automatic characterization is enabled, the controller will automatically perform a battery characterization discharge when all conditions have been met for this time." + DEFVAL { 2880 } +::= { battery-Time-Remaining 70 } + +btr-Characterization-Start OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "If automatic characterization is enabled and all conditions for a characterization are met, this will indicate the remaining time until the automatic characterization discharge will start." +::= { battery-Time-Remaining 80 } + +btr-Characterize-Battery OBJECT-TYPE + SYNTAX No-Data + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This will cause the controller to discharge the battery at a constant rate until the average cell discharge voltage reaches the configured end voltage." +::= { battery-Time-Remaining 90 } + +btr-Stop-Battery-Characterization OBJECT-TYPE + SYNTAX No-Data + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Stops the current battery characterization discharge." +::= { battery-Time-Remaining 100 } + +btr-Cancel-Waiting OBJECT-TYPE + SYNTAX No-Data + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Cancel the waiting period, returning the LVDs to automatic operation." +::= { battery-Time-Remaining 105 } + +btr-Clear-Battery-Characterization OBJECT-TYPE + SYNTAX No-Data + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Clears the battery characterization data. It is recommended to make a backup of the characterization data first." +::= { battery-Time-Remaining 110 } + +alarms OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { rps-Objects 110 } + +alarm-States OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { alarms 5 } + +summary-Alarm-Critical OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Active if any critical alarm is active." +::= { alarm-States 10 } + +summary-Alarm-Major OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Active if any major alarm is active." +::= { alarm-States 20 } + +summary-Alarm-Minor OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Active if any minor alarm is active." +::= { alarm-States 30 } + +reset-Battery-Test-Failed-Alarm OBJECT-TYPE + SYNTAX No-Data + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This command attempts to reset Battery Test Failed alarm." +::= { alarm-States 100 } + +reset-Rectifier-Comms-Lost-Alarm OBJECT-TYPE + SYNTAX No-Data + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This command attempts to reset Rectifier Comms Lost alarm and Multiple Rect Comms Lost alarm." +::= { alarm-States 110 } + +alarm-Table OBJECT-TYPE + SYNTAX SEQUENCE OF Alarm-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" +::= { alarms 10 } + +alarm-Entry OBJECT-TYPE + SYNTAX Alarm-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { alarm-Index } +::= { alarm-Table 1 } + +Alarm-Entry ::= SEQUENCE { + alarm-Index System-Alarm, + alarm-Name Display-40, + alarm-Severity Alarm-Severity, + alarm-State Alarm-Active-State, + alarm-Notes Display-60 +} + +alarm-Index OBJECT-TYPE + SYNTAX System-Alarm + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Automatically generated index object." +::= { alarm-Entry 1 } + + +alarm-Name OBJECT-TYPE + SYNTAX Display-40 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The name of the Alarm." +::= { alarm-Entry 20 } + +alarm-Severity OBJECT-TYPE + SYNTAX Alarm-Severity + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The severity level associated with the alarm. Control alarms are not displayed, although any configured digital outputs are still activated." + DEFVAL { major } +::= { alarm-Entry 31 } + +alarm-State OBJECT-TYPE + SYNTAX Alarm-Active-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The state of this alarm." +::= { alarm-Entry 40 } + +alarm-Notes OBJECT-TYPE + SYNTAX Display-60 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "User notes about this alarm. These notes appear in SNMP traps and can be viewed using DCTools or PowerManagerII." + DEFVAL { "" } +::= { alarm-Entry 50 } + +alarm-Configuration OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { alarms 15 } + +enable-Audible-Alarm-Indication OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Enable/disable audible alarm indication." + DEFVAL { enabled } +::= { alarm-Configuration 10 } + +alarm-Recognition-Period OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "An alarm condition must be continuously active for this period before an alarm is generated." + DEFVAL { 10 } +::= { alarm-Configuration 20 } + +ac-Fail-Recognition-Period OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "An AC fail condition must be continuously active for this period before an AC Fail alarm is generated." + DEFVAL { 10 } +::= { alarm-Configuration 30 } + +enable-High-Float-Tracking OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The alarm thresholds will be increased when the operating voltage is raised by a voltage control function." + DEFVAL { enabled } +::= { alarm-Configuration 40 } + +high-Float-Threshold OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "High Float alarm is activated if the bus voltage is above this value." + DEFVAL { 5560 } +::= { alarm-Configuration 50 } + +enable-Low-Float-Tracking OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The alarm thresholds will be reduced when the operating voltage is lowered by a voltage control function." + DEFVAL { enabled } +::= { alarm-Configuration 60 } + +low-Float-Threshold OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Low Float alarm is activated when the bus voltage is below this value." + DEFVAL { 5280 } +::= { alarm-Configuration 70 } + +high-Load-Threshold OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "High Load alarm is activated if the bus voltage is above this value." + DEFVAL { 5760 } +::= { alarm-Configuration 80 } + +low-Load-Threshold OBJECT-TYPE + SYNTAX Float + UNITS "0.01 V" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The Low Load alarm is activated if the bus voltage is below this value." + DEFVAL { 4700 } +::= { alarm-Configuration 90 } + +battery-Temperature-High-Threshold OBJECT-TYPE + SYNTAX Signed8 + UNITS "°C" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Battery Temperature High alarm is activated if the battery temperature is above this value." + DEFVAL { 50 } +::= { alarm-Configuration 130 } + +battery-Temperature-Low-Threshold OBJECT-TYPE + SYNTAX Signed8 + UNITS "°C" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Battery Temperature Low alarm is activated if the battery temperature is below this value." + DEFVAL { 0 } +::= { alarm-Configuration 140 } + +system-Overload-Type OBJECT-TYPE + SYNTAX Overload-Alarm-Type + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The controller can detect a system overload either based on a simple load threshold or based on a redundancy calculation taking into account individual rectifier capacities." + DEFVAL { redundancy } +::= { alarm-Configuration 170 } + +system-Overload-Recognition-Period OBJECT-TYPE + SYNTAX TimeIntervalInMinutes + UNITS "min" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The System Overload alarm activates if the condition (see System Overload Type) has been continuously true for this time. It is normally set to several hours so that the alarm does not operate during a normal battery recharge." + DEFVAL { 240 } +::= { alarm-Configuration 180 } + +system-Overload-Threshold OBJECT-TYPE + SYNTAX Unsigned8 + UNITS "%" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The System Overload alarm activates if the load is above this threshold continuously for the System Overload Recognition Period. Measured as a percentage of total rectifier capacity." + DEFVAL { 85 } +::= { alarm-Configuration 190 } + +in-Discharge-Alarm-Condition OBJECT-TYPE + SYNTAX In-Discharge-Alarm-Condition + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This specifies if AC present is required for In Discharge alarm to be active." + DEFVAL { always } +::= { alarm-Configuration 200 } + +battery-Current-Sensor-Fail-Recognition-Period OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If the battery current sensor continuously does not report a valid current for this time, the battery current sensor will be considered failed." + DEFVAL { 60 } +::= { alarm-Configuration 220 } + +smart-Alarm-Table OBJECT-TYPE + SYNTAX SEQUENCE OF Smart-Alarm-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" +::= { alarms 20 } + +smart-Alarm-Entry OBJECT-TYPE + SYNTAX Smart-Alarm-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { smart-Alarm-Index } +::= { smart-Alarm-Table 1 } + +Smart-Alarm-Entry ::= SEQUENCE { + smart-Alarm-Index Unsigned8, + smart-Alarm-Send-Trap Boolean, + smart-Alarm-Name Display-20, + smart-Alarm-Severity Alarm-Severity, + smart-Alarm-Group Unsigned8, + smart-Alarm-Notes Display-60, + smart-Alarm-Operator Alarm-Operator, + smart-Alarm-Recognition-Period TimeIntervalInSeconds, + smart-Alarm-Deactivation-Recognition-Period TimeIntervalInSeconds, + smart-Alarm-DO-Mapping-A Relay-Mapping, + smart-Alarm-DO-Mapping-B Relay-Mapping, + smart-Alarm-State Alarm-Active-State, + clear-Smart-Alarm No-Data +} + +smart-Alarm-Index OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Automatically generated index object." +::= { smart-Alarm-Entry 1 } + + +smart-Alarm-Send-Trap OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If set to true an SNMP trap is sent to every trap receiver with an appropriate trap level whenever this alarm changes state." + DEFVAL { true } +::= { smart-Alarm-Entry 10 } + +smart-Alarm-Name OBJECT-TYPE + SYNTAX Display-20 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Alarm name." + DEFVAL { "" } +::= { smart-Alarm-Entry 20 } + +smart-Alarm-Severity OBJECT-TYPE + SYNTAX Alarm-Severity + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The severity level associated with the alarm. Control alarms are not displayed, although any configured digital outputs are still activated." + DEFVAL { disabled } +::= { smart-Alarm-Entry 30 } + +smart-Alarm-Group OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The group number used by SiteManager. The group only affects the display of this item in SiteManager. It does not affect controller operation." + DEFVAL { 0 } +::= { smart-Alarm-Entry 35 } + +smart-Alarm-Notes OBJECT-TYPE + SYNTAX Display-60 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "User notes about this alarm." + DEFVAL { "" } +::= { smart-Alarm-Entry 40 } + +smart-Alarm-Operator OBJECT-TYPE + SYNTAX Alarm-Operator + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The logic operator used to combine the states of all sources mapped to this smart alarm." + DEFVAL { or } +::= { smart-Alarm-Entry 50 } + +smart-Alarm-Recognition-Period OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "A smart alarm will become active if the logic for this alarm is continuously true for the recognition time." + DEFVAL { 10 } +::= { smart-Alarm-Entry 60 } + +smart-Alarm-Deactivation-Recognition-Period OBJECT-TYPE + SYNTAX TimeIntervalInSeconds + UNITS "s" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "A smart alarm will deactivate if the logic for this alarm is continuously false for the deactivation recognition time." + DEFVAL { 0 } +::= { smart-Alarm-Entry 61 } + +smart-Alarm-DO-Mapping-A OBJECT-TYPE + SYNTAX Relay-Mapping + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Optional digital output activated while this alarm is active." + DEFVAL { none } +::= { smart-Alarm-Entry 70 } + +smart-Alarm-DO-Mapping-B OBJECT-TYPE + SYNTAX Relay-Mapping + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Optional digital output activated while this alarm is active." + DEFVAL { none } +::= { smart-Alarm-Entry 80 } + +smart-Alarm-State OBJECT-TYPE + SYNTAX Alarm-Active-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The state of this alarm." +::= { smart-Alarm-Entry 100 } + +clear-Smart-Alarm OBJECT-TYPE + SYNTAX No-Data + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This will temporarily override the alarm logic and force the alarm to deactivate. If this does not cause the trigger conditions for the alarm to change (for instance through a circular dependency), the alarm will reactivate after its recognition time." +::= { smart-Alarm-Entry 110 } + +source-Alarm-Table OBJECT-TYPE + SYNTAX SEQUENCE OF Source-Alarm-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" +::= { alarms 30 } + +source-Alarm-Entry OBJECT-TYPE + SYNTAX Source-Alarm-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { source-Alarm-Index } +::= { source-Alarm-Table 1 } + +Source-Alarm-Entry ::= SEQUENCE { + source-Alarm-Index Unsigned8, + smart-Alarm-Alarm-Source-Trigger-State Trigger-State, + smart-Alarm-Alarm-Source-Status Enable-State, + smart-Alarm-Alarm-Source-Mapping Unsigned8, + smart-Alarm-Alarm-Source-Logic Source-Alarm-Logic, + smart-Alarm-Alarm-Source-Trigger Source-Trigger, + smart-Alarm-Alarm-Source-Type Alarm-Type, + smart-Alarm-Alarm-Source-Index Unsigned8 +} + +source-Alarm-Index OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Automatically generated index object." +::= { source-Alarm-Entry 1 } + + +smart-Alarm-Alarm-Source-Trigger-State OBJECT-TYPE + SYNTAX Trigger-State + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates the trigger state of this source alarm." +::= { source-Alarm-Entry 10 } + +smart-Alarm-Alarm-Source-Status OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Enable or disable this smart alarm source." + DEFVAL { disabled } +::= { source-Alarm-Entry 20 } + +smart-Alarm-Alarm-Source-Mapping OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Index of smart alarm that this source is mapped to." + DEFVAL { 32 } +::= { source-Alarm-Entry 30 } + +smart-Alarm-Alarm-Source-Logic OBJECT-TYPE + SYNTAX Source-Alarm-Logic + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Optionally negates the state of the source alarm as an input to the smart alarm." + DEFVAL { equal } +::= { source-Alarm-Entry 40 } + +smart-Alarm-Alarm-Source-Trigger OBJECT-TYPE + SYNTAX Source-Trigger + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Determines whether the source alarm's recognition time (if any) is taken into account. If the source alarm is itself a smart alarm and the sources of one or more smart alarms form a cyclic dependency, then at least one of these sources must be configured to trigger when its source is active. Such cyclic dependencies can be used to build complex logical functions such as an astable flip-flop using the source's recognition times as delays." + DEFVAL { triggered } +::= { source-Alarm-Entry 41 } + +smart-Alarm-Alarm-Source-Type OBJECT-TYPE + SYNTAX Alarm-Type + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The alarm table this source alarm is taken from." + DEFVAL { system-Alarm } +::= { source-Alarm-Entry 50 } + +smart-Alarm-Alarm-Source-Index OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The index of the source alarm." + DEFVAL { 1 } +::= { source-Alarm-Entry 60 } + +source-Schedule-Table OBJECT-TYPE + SYNTAX SEQUENCE OF Source-Schedule-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" +::= { alarms 40 } + +source-Schedule-Entry OBJECT-TYPE + SYNTAX Source-Schedule-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { source-Schedule-Index } +::= { source-Schedule-Table 1 } + +Source-Schedule-Entry ::= SEQUENCE { + source-Schedule-Index Unsigned8, + smart-Alarm-Schedule-Source-Is-Triggered Boolean, + smart-Alarm-Schedule-Source-Status Enable-State, + smart-Alarm-Schedule-Source-Mapping Unsigned8, + smart-Alarm-Schedule-Source-First-Activation Julian-Time-UTC-25, + smart-Alarm-Schedule-Source-Duration TimeIntervalInMinutes, + smart-Alarm-Schedule-Source-Interval TimeIntervalInMinutes, + smart-Alarm-Schedule-Source-Repetitions Counter32, + smart-Alarm-Schedule-Source-Next Julian-Time-UTC-25, + smart-Alarm-Schedule-Source-End Julian-Time-UTC-25 +} + +source-Schedule-Index OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Automatically generated index object." +::= { source-Schedule-Entry 1 } + + +smart-Alarm-Schedule-Source-Is-Triggered OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates whether or not this schedule is currently considered true or false." +::= { source-Schedule-Entry 10 } + +smart-Alarm-Schedule-Source-Status OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Enable or disable this smart alarm schedule." + DEFVAL { disabled } +::= { source-Schedule-Entry 20 } + +smart-Alarm-Schedule-Source-Mapping OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Index of smart alarm that this schedule is mapped to." + DEFVAL { 32 } +::= { source-Schedule-Entry 30 } + +smart-Alarm-Schedule-Source-First-Activation OBJECT-TYPE + SYNTAX Julian-Time-UTC-25 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The date and time at which this schedule will activate for the first time." +::= { source-Schedule-Entry 50 } + +smart-Alarm-Schedule-Source-Duration OBJECT-TYPE + SYNTAX TimeIntervalInMinutes + UNITS "min" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This source will become active every Interval after the First Activation and remain active for Duration each time." + DEFVAL { 60 } +::= { source-Schedule-Entry 60 } + +smart-Alarm-Schedule-Source-Interval OBJECT-TYPE + SYNTAX TimeIntervalInMinutes + UNITS "min" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "This source will become active every Interval after the First Activation and remain active for Duration each time." + DEFVAL { 1440 } +::= { source-Schedule-Entry 70 } + +smart-Alarm-Schedule-Source-Repetitions OBJECT-TYPE + SYNTAX Counter32 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The number of times this schedule should activate. After the last activation period, this schedule will remain inactive indefinitely. If set to zero, there is no limit on the number of activations." + DEFVAL { 0 } +::= { source-Schedule-Entry 80 } + +smart-Alarm-Schedule-Source-Next OBJECT-TYPE + SYNTAX Julian-Time-UTC-25 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The date and time at which this schedule will activate next." +::= { source-Schedule-Entry 90 } + +smart-Alarm-Schedule-Source-End OBJECT-TYPE + SYNTAX Julian-Time-UTC-25 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The date and time at which this schedule will deactivate for the last time." +::= { source-Schedule-Entry 100 } + +system-Value-Source-Table OBJECT-TYPE + SYNTAX SEQUENCE OF System-Value-Source-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" +::= { alarms 50 } + +system-Value-Source-Entry OBJECT-TYPE + SYNTAX System-Value-Source-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { system-Value-Source-Index } +::= { system-Value-Source-Table 1 } + +System-Value-Source-Entry ::= SEQUENCE { + system-Value-Source-Index Unsigned8, + smart-Alarm-System-Value-Source-Is-Triggered Boolean, + smart-Alarm-System-Value-Source-Status Enable-State, + smart-Alarm-System-Value-Source-Mapping Unsigned8, + smart-Alarm-System-Value-Source-Value System-Value-Source-Value, + smart-Alarm-System-Value-Source-Input Float, + smart-Alarm-System-Value-Source-Threshold-Type Threshold-Type, + smart-Alarm-System-Value-Source-Threshold Float, + smart-Alarm-System-Value-Source-Hysteresis Float +} + +system-Value-Source-Index OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Automatically generated index object." +::= { system-Value-Source-Entry 1 } + + +smart-Alarm-System-Value-Source-Is-Triggered OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates whether or not this analog source is currently considered true or false." +::= { system-Value-Source-Entry 10 } + +smart-Alarm-System-Value-Source-Status OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Enable or disable this smart alarm analog source." + DEFVAL { disabled } +::= { system-Value-Source-Entry 20 } + +smart-Alarm-System-Value-Source-Mapping OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Index of smart alarm that this analog source is mapped to." + DEFVAL { 32 } +::= { system-Value-Source-Entry 30 } + +smart-Alarm-System-Value-Source-Value OBJECT-TYPE + SYNTAX System-Value-Source-Value + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The system value that is compared with the threshold." + DEFVAL { bus-Voltage } +::= { system-Value-Source-Entry 40 } + +smart-Alarm-System-Value-Source-Input OBJECT-TYPE + SYNTAX Float + UNITS "0.01" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Shows the actual value of the selected system value that is compared against the threshold." +::= { system-Value-Source-Entry 45 } + +smart-Alarm-System-Value-Source-Threshold-Type OBJECT-TYPE + SYNTAX Threshold-Type + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Determines whether the threshold is an upper or lower threshold to the system value." + DEFVAL { high } +::= { system-Value-Source-Entry 50 } + +smart-Alarm-System-Value-Source-Threshold OBJECT-TYPE + SYNTAX Float + UNITS "0.01" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "The threshold, the system value is compared to." + DEFVAL { 0 } +::= { system-Value-Source-Entry 60 } + +smart-Alarm-System-Value-Source-Hysteresis OBJECT-TYPE + SYNTAX Float + UNITS "0.01" + MAX-ACCESS read-write + STATUS current + DESCRIPTION "If non-zero, the system value must exceed the threshold +/- this value before the source becomes false again." + DEFVAL { 0 } +::= { system-Value-Source-Entry 70 } + +source-Manual-Table OBJECT-TYPE + SYNTAX SEQUENCE OF Source-Manual-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" +::= { alarms 60 } + +source-Manual-Entry OBJECT-TYPE + SYNTAX Source-Manual-Entry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "" + INDEX { source-Manual-Index } +::= { source-Manual-Table 1 } + +Source-Manual-Entry ::= SEQUENCE { + source-Manual-Index Unsigned8, + smart-Alarm-Is-Manual-Source-Triggered Boolean, + smart-Alarm-Source-Manual-Status Enable-State, + smart-Alarm-Source-Manual-Trigger Boolean, + smart-Alarm-Source-Manual-Mapping Unsigned8, + smart-Alarm-Source-Manual-Logic Source-Alarm-Logic +} + +source-Manual-Index OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Automatically generated index object." +::= { source-Manual-Entry 1 } + + +smart-Alarm-Is-Manual-Source-Triggered OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Indicates whether or not this manual source is currently considered true or false." +::= { source-Manual-Entry 10 } + +smart-Alarm-Source-Manual-Status OBJECT-TYPE + SYNTAX Enable-State + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Enable or disable this smart alarm manual." + DEFVAL { disabled } +::= { source-Manual-Entry 20 } + +smart-Alarm-Source-Manual-Trigger OBJECT-TYPE + SYNTAX Boolean + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Trigger input for this manual Alarm." +::= { source-Manual-Entry 30 } + +smart-Alarm-Source-Manual-Mapping OBJECT-TYPE + SYNTAX Unsigned8 + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Index of smart alarm that this manual is mapped to." + DEFVAL { 32 } +::= { source-Manual-Entry 40 } + +smart-Alarm-Source-Manual-Logic OBJECT-TYPE + SYNTAX Source-Alarm-Logic + MAX-ACCESS read-write + STATUS current + DESCRIPTION "Optionally negates the state of the source as an input to the smart alarm." + DEFVAL { equal } +::= { source-Manual-Entry 50 } + +global-Alarms OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { rps-Objects 111 } + +trap-Alarm-Origin OBJECT-TYPE + SYNTAX Alarm-Type + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The origin of the alarm. This is sent with the SNMP trap." +::= { global-Alarms 10 } + +trap-Alarm-Name OBJECT-TYPE + SYNTAX Display-40 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The name of the Alarm. This is sent with the SNMP trap." +::= { global-Alarms 11 } + +trap-Alarm-Number OBJECT-TYPE + SYNTAX Unsigned16 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The number for this Alarm. This is sent with the SNMP trap." +::= { global-Alarms 12 } + +trap-Additional-Text OBJECT-TYPE + SYNTAX Display-60 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "User notes about this alarm. These notes appear in SNMP traps and can be viewed using DCTools or PowerManagerII." +::= { global-Alarms 13 } + +trap-Alarm-Keep-Severity OBJECT-TYPE + SYNTAX Trap-Alarm-Keep-Severity + MAX-ACCESS read-only + STATUS current + DESCRIPTION "The severity of the alarm. This is sent with the SNMP trap." +::= { global-Alarms 14 } + +rps-Traps OBJECT-IDENTITY + STATUS current + DESCRIPTION "" + ::= { rps-SC200 20 } + +major-Alarm-Active NOTIFICATION-TYPE + OBJECTS {alarm-Index, alarm-Name, system-Location, site-Name, site-Address, alarm-Notes} + STATUS current + DESCRIPTION "A major alarm is active." + --#SUMMARY "Major alarm %s active at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY MAJOR + --#CATEGORY "Error Alarms" + --&FILTNAME "major-Alarm-Active" + --&ACTIONS { log, clrdups, major } + --&MATCH { alarm-Index "$1" } + --&CLEARS { "alarm-Inactive" } + --&MESG "Major alarm $'2 active at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 100 } + +major-AI-High-Active NOTIFICATION-TYPE + OBJECTS {analog-Input-Index, ai-Name, system-Location, site-Name, site-Address, ai-High-Notes} + STATUS current + DESCRIPTION "A major analog input high alarm is active." + --#SUMMARY "Major alarm %s active at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY MAJOR + --#CATEGORY "Error Alarms" + --&FILTNAME "major-AI-High-Active" + --&ACTIONS { log, clrdups, major } + --&MATCH { analog-Input-Index "$1" } + --&CLEARS { "ai-High-Inactive" } + --&MESG "Major alarm $'2 active at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 101 } + +major-AI-Low-Active NOTIFICATION-TYPE + OBJECTS {analog-Input-Index, ai-Name, system-Location, site-Name, site-Address, ai-Low-Notes} + STATUS current + DESCRIPTION "A major analog input low alarm is active." + --#SUMMARY "Major alarm %s active at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY MAJOR + --#CATEGORY "Error Alarms" + --&FILTNAME "major-AI-Low-Active" + --&ACTIONS { log, clrdups, major } + --&MATCH { analog-Input-Index "$1" } + --&CLEARS { "ai-Low-Inactive" } + --&MESG "Major alarm $'2 active at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 102 } + +major-DI-Active NOTIFICATION-TYPE + OBJECTS {digital-Input-Index, di-Name, system-Location, site-Name, site-Address, di-Notes} + STATUS current + DESCRIPTION "A major digital input alarm is active." + --#SUMMARY "Major alarm %s active at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY MAJOR + --#CATEGORY "Error Alarms" + --&FILTNAME "major-DI-Active" + --&ACTIONS { log, clrdups, major } + --&MATCH { digital-Input-Index "$1" } + --&CLEARS { "di-Inactive" } + --&MESG "Major alarm $'2 active at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 103 } + +major-Smart-Active NOTIFICATION-TYPE + OBJECTS {smart-Alarm-Index, smart-Alarm-Name, system-Location, site-Name, site-Address, smart-Alarm-Notes} + STATUS current + DESCRIPTION "A major smart alarm is active." + --#SUMMARY "Major alarm %s active at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY MAJOR + --#CATEGORY "Error Alarms" + --&FILTNAME "major-Smart-Active" + --&ACTIONS { log, clrdups, major } + --&MATCH { smart-Alarm-Index "$1" } + --&CLEARS { "smart-Inactive" } + --&MESG "Major alarm $'2 active at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 104 } + +minor-Alarm-Active NOTIFICATION-TYPE + OBJECTS {alarm-Index, alarm-Name, system-Location, site-Name, site-Address, alarm-Notes} + STATUS current + DESCRIPTION "A minor alarm is active." + --#SUMMARY "Minor alarm %s active at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY MINOR + --#CATEGORY "Error Alarms" + --&FILTNAME "minor-Alarm-Active" + --&ACTIONS { log, clrdups, minor } + --&MATCH { alarm-Index "$1" } + --&CLEARS { "alarm-Inactive" } + --&MESG "Minor alarm $'2 active at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 200 } + +minor-AI-High-Active NOTIFICATION-TYPE + OBJECTS {analog-Input-Index, ai-Name, system-Location, site-Name, site-Address, ai-High-Notes} + STATUS current + DESCRIPTION "A minor analog input high alarm is active." + --#SUMMARY "Minor alarm %s active at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY MINOR + --#CATEGORY "Error Alarms" + --&FILTNAME "minor-AI-High-Active" + --&ACTIONS { log, clrdups, minor } + --&MATCH { analog-Input-Index "$1" } + --&CLEARS { "ai-High-Inactive" } + --&MESG "Minor alarm $'2 active at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 201 } + +minor-AI-Low-Active NOTIFICATION-TYPE + OBJECTS {analog-Input-Index, ai-Name, system-Location, site-Name, site-Address, ai-Low-Notes} + STATUS current + DESCRIPTION "A minor analog input low alarm is active." + --#SUMMARY "Minor alarm %s active at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY MINOR + --#CATEGORY "Error Alarms" + --&FILTNAME "minor-AI-Low-Active" + --&ACTIONS { log, clrdups, minor } + --&MATCH { analog-Input-Index "$1" } + --&CLEARS { "ai-Low-Inactive" } + --&MESG "Minor alarm $'2 active at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 202 } + +minor-DI-Active NOTIFICATION-TYPE + OBJECTS {digital-Input-Index, di-Name, system-Location, site-Name, site-Address, di-Notes} + STATUS current + DESCRIPTION "A minor digital input alarm is active." + --#SUMMARY "Minor alarm %s active at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY MINOR + --#CATEGORY "Error Alarms" + --&FILTNAME "minor-DI-Active" + --&ACTIONS { log, clrdups, minor } + --&MATCH { digital-Input-Index "$1" } + --&CLEARS { "di-Inactive" } + --&MESG "Minor alarm $'2 active at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 203 } + +minor-Smart-Active NOTIFICATION-TYPE + OBJECTS {smart-Alarm-Index, smart-Alarm-Name, system-Location, site-Name, site-Address, smart-Alarm-Notes} + STATUS current + DESCRIPTION "A minor smart alarm is active." + --#SUMMARY "Minor alarm %s active at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY MINOR + --#CATEGORY "Error Alarms" + --&FILTNAME "minor-Smart-Active" + --&ACTIONS { log, clrdups, minor } + --&MATCH { smart-Alarm-Index "$1" } + --&CLEARS { "smart-Inactive" } + --&MESG "Minor alarm $'2 active at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 204 } + +warning-Alarm-Active NOTIFICATION-TYPE + OBJECTS {alarm-Index, alarm-Name, system-Location, site-Name, site-Address, alarm-Notes} + STATUS current + DESCRIPTION "A warning is active." + --#SUMMARY "Warning %s active at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY WARNING + --#CATEGORY "Error Alarms" + --&FILTNAME "warning-Alarm-Active" + --&ACTIONS { log, clrdups, warning } + --&MATCH { alarm-Index "$1" } + --&CLEARS { "alarm-Inactive" } + --&MESG "Warning $'2 active at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 300 } + +warning-AI-High-Active NOTIFICATION-TYPE + OBJECTS {analog-Input-Index, ai-Name, system-Location, site-Name, site-Address, ai-High-Notes} + STATUS current + DESCRIPTION "An analog input high warning is active." + --#SUMMARY "Warning %s active at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY WARNING + --#CATEGORY "Error Alarms" + --&FILTNAME "warning-AI-High-Active" + --&ACTIONS { log, clrdups, warning } + --&MATCH { analog-Input-Index "$1" } + --&CLEARS { "ai-High-Inactive" } + --&MESG "Warning $'2 active at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 301 } + +warning-AI-Low-Active NOTIFICATION-TYPE + OBJECTS {analog-Input-Index, ai-Name, system-Location, site-Name, site-Address, ai-Low-Notes} + STATUS current + DESCRIPTION "An analog input low warning is active." + --#SUMMARY "Warning %s active at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY WARNING + --#CATEGORY "Error Alarms" + --&FILTNAME "warning-AI-Low-Active" + --&ACTIONS { log, clrdups, warning } + --&MATCH { analog-Input-Index "$1" } + --&CLEARS { "ai-Low-Inactive" } + --&MESG "Warning $'2 active at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 302 } + +warning-DI-Active NOTIFICATION-TYPE + OBJECTS {digital-Input-Index, di-Name, system-Location, site-Name, site-Address, di-Notes} + STATUS current + DESCRIPTION "A digital input warning is active." + --#SUMMARY "Warning %s active at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY WARNING + --#CATEGORY "Error Alarms" + --&FILTNAME "warning-DI-Active" + --&ACTIONS { log, clrdups, warning } + --&MATCH { digital-Input-Index "$1" } + --&CLEARS { "di-Inactive" } + --&MESG "Warning $'2 active at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 303 } + +warning-Smart-Active NOTIFICATION-TYPE + OBJECTS {smart-Alarm-Index, smart-Alarm-Name, system-Location, site-Name, site-Address, smart-Alarm-Notes} + STATUS current + DESCRIPTION "A smart warning is active." + --#SUMMARY "Warning %s active at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY WARNING + --#CATEGORY "Error Alarms" + --&FILTNAME "warning-Smart-Active" + --&ACTIONS { log, clrdups, warning } + --&MATCH { smart-Alarm-Index "$1" } + --&CLEARS { "smart-Inactive" } + --&MESG "Warning $'2 active at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 304 } + +alarm-Inactive NOTIFICATION-TYPE + OBJECTS {alarm-Index, alarm-Name, system-Location, site-Name, site-Address, alarm-Notes} + STATUS current + DESCRIPTION "An alarm has become inactive." + --#SUMMARY "Alarm %s has become inactive at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY INFORMATIONAL + --#CATEGORY "Error Alarms" + --&FILTNAME "alarm-Inactive" + --&ACTIONS { log, clrdups, normal } + --&MATCH { alarm-Index "$1" } + --&CLEARS { "critical-Alarm-Active", "major-Alarm-Active", "minor-Alarm-Active", "warning-Alarm-Active" } + --&MESG "Alarm $'2 has become inactive at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 400 } + +ai-High-Inactive NOTIFICATION-TYPE + OBJECTS {analog-Input-Index, ai-Name, system-Location, site-Name, site-Address, ai-High-Notes} + STATUS current + DESCRIPTION "An analog input high alarm has become inactive." + --#SUMMARY "Alarm %s has become inactive at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY INFORMATIONAL + --#CATEGORY "Error Alarms" + --&FILTNAME "ai-High-Inactive" + --&ACTIONS { log, clrdups, normal } + --&MATCH { analog-Input-Index "$1" } + --&CLEARS { "critical-AI-High-Active", "major-AI-High-Active", "minor-AI-High-Active", "warning-AI-High-Active" } + --&MESG "Alarm $'2 has become inactive at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 401 } + +ai-Low-Inactive NOTIFICATION-TYPE + OBJECTS {analog-Input-Index, ai-Name, system-Location, site-Name, site-Address, ai-Low-Notes} + STATUS current + DESCRIPTION "An analog input low alarm has become inactive." + --#SUMMARY "Alarm %s has become inactive at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY INFORMATIONAL + --#CATEGORY "Error Alarms" + --&FILTNAME "ai-Low-Inactive" + --&ACTIONS { log, clrdups, normal } + --&MATCH { analog-Input-Index "$1" } + --&CLEARS { "critical-AI-Low-Active", "major-AI-Low-Active", "minor-AI-Low-Active", "warning-AI-Low-Active" } + --&MESG "Alarm $'2 has become inactive at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 402 } + +di-Inactive NOTIFICATION-TYPE + OBJECTS {digital-Input-Index, di-Name, system-Location, site-Name, site-Address, di-Notes} + STATUS current + DESCRIPTION "A digital input alarm has become inactive." + --#SUMMARY "Alarm %s has become inactive at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY INFORMATIONAL + --#CATEGORY "Error Alarms" + --&FILTNAME "di-Inactive" + --&ACTIONS { log, clrdups, normal } + --&MATCH { digital-Input-Index "$1" } + --&CLEARS { "critical-DI-Active", "major-DI-Active", "minor-DI-Active", "warning-DI-Active" } + --&MESG "Alarm $'2 has become inactive at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 403 } + +smart-Inactive NOTIFICATION-TYPE + OBJECTS {smart-Alarm-Index, smart-Alarm-Name, system-Location, site-Name, site-Address, smart-Alarm-Notes} + STATUS current + DESCRIPTION "A smart alarm has become inactive." + --#SUMMARY "Alarm %s has become inactive at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY INFORMATIONAL + --#CATEGORY "Error Alarms" + --&FILTNAME "smart-Inactive" + --&ACTIONS { log, clrdups, normal } + --&MATCH { smart-Alarm-Index "$1" } + --&CLEARS { "critical-Smart-Active", "major-Smart-Active", "minor-Smart-Active", "warning-Smart-Active" } + --&MESG "Alarm $'2 has become inactive at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 404 } + +alarm-Status-Change NOTIFICATION-TYPE + OBJECTS {serial-Number, snmp-Trap-Receiver-Index} + STATUS current + DESCRIPTION "The status of one or more alarms has changed." + --#SUMMARY "The status of one or more alarms has changed. This trap should only be received by PowerManagerII remote management software." + --&MESG "$O: The status of one or more alarms has changed. This trap should only be received by PowerManagerII remote management software." +::= { rps-Traps 500 } + +critical-Alarm-Active NOTIFICATION-TYPE + OBJECTS {alarm-Index, alarm-Name, system-Location, site-Name, site-Address, alarm-Notes} + STATUS current + DESCRIPTION "A critical alarm is active." + --#SUMMARY "Critical alarm %s active at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY CRITICAL + --#CATEGORY "Error Alarms" + --&FILTNAME "critical-Alarm-Active" + --&ACTIONS { log, clrdups, critical } + --&MATCH { alarm-Index "$1" } + --&CLEARS { "alarm-Inactive" } + --&MESG "Critical alarm $'2 active at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 600 } + +critical-AI-High-Active NOTIFICATION-TYPE + OBJECTS {analog-Input-Index, ai-Name, system-Location, site-Name, site-Address, ai-High-Notes} + STATUS current + DESCRIPTION "A critical analog input high alarm is active." + --#SUMMARY "Critical alarm %s active at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY CRITICAL + --#CATEGORY "Error Alarms" + --&FILTNAME "critical-AI-High-Active" + --&ACTIONS { log, clrdups, critical } + --&MATCH { analog-Input-Index "$1" } + --&CLEARS { "ai-High-Inactive" } + --&MESG "Critical alarm $'2 active at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 601 } + +critical-AI-Low-Active NOTIFICATION-TYPE + OBJECTS {analog-Input-Index, ai-Name, system-Location, site-Name, site-Address, ai-Low-Notes} + STATUS current + DESCRIPTION "A critical analog input low alarm is active." + --#SUMMARY "Critical alarm %s active at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY CRITICAL + --#CATEGORY "Error Alarms" + --&FILTNAME "critical-AI-Low-Active" + --&ACTIONS { log, clrdups, critical } + --&MATCH { analog-Input-Index "$1" } + --&CLEARS { "ai-Low-Inactive" } + --&MESG "Critical alarm $'2 active at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 602 } + +critical-DI-Active NOTIFICATION-TYPE + OBJECTS {digital-Input-Index, di-Name, system-Location, site-Name, site-Address, di-Notes} + STATUS current + DESCRIPTION "A critical digital input alarm is active." + --#SUMMARY "Critical alarm %s active at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY CRITICAL + --#CATEGORY "Error Alarms" + --&FILTNAME "critical-DI-Active" + --&ACTIONS { log, clrdups, critical } + --&MATCH { digital-Input-Index "$1" } + --&CLEARS { "di-Inactive" } + --&MESG "Critical alarm $'2 active at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 603 } + +critical-Smart-Active NOTIFICATION-TYPE + OBJECTS {smart-Alarm-Index, smart-Alarm-Name, system-Location, site-Name, site-Address, smart-Alarm-Notes} + STATUS current + DESCRIPTION "A critical smart alarm is active." + --#SUMMARY "Critical alarm %s active at %s, %s, %s. Notes: %s" + --#ARGUMENTS { 1, 3, 2, 4, 5} + --#SEVERITY CRITICAL + --#CATEGORY "Error Alarms" + --&FILTNAME "critical-Smart-Active" + --&ACTIONS { log, clrdups, critical } + --&MATCH { smart-Alarm-Index "$1" } + --&CLEARS { "smart-Inactive" } + --&MESG "Critical alarm $'2 active at $'4, $'3, $'5. Notes: $'6" +::= { rps-Traps 604 } + +global NOTIFICATION-TYPE + OBJECTS {trap-Alarm-Number, trap-Alarm-Origin, trap-Alarm-Name, trap-Alarm-Keep-Severity, system-Location, site-Name, site-Address, trap-Additional-Text} + STATUS current + DESCRIPTION "An alarm has changed state." +::= { rps-Traps 700 } + + +END diff --git a/tests/data/eaton-sc200.json b/tests/data/eaton-sc200.json new file mode 100644 index 0000000000..1f3e9cb704 --- /dev/null +++ b/tests/data/eaton-sc200.json @@ -0,0 +1,1279 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.1918.2.13", + "sysDescr": "SC200 Controller - software version 4.04", + "sysContact": "", + "version": "HW:022 SW:4.04", + "hardware": "SY106769", + "features": null, + "os": "eaton-sc200", + "type": "power", + "serial": "System:315646 Product:246152313", + "icon": "eaton.svg", + "location": "" + } + ] + }, + "poller": "matches discovery" + }, + "ports": { + "discovery": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "lo0", + "ifName": "lo0", + "portName": null, + "ifIndex": 1, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "softwareLoopback", + "ifAlias": "lo0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "eth0", + "ifName": "eth0", + "portName": null, + "ifIndex": 2, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "eth0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + }, + "poller": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "lo0", + "ifName": "lo0", + "portName": null, + "ifIndex": 1, + "ifSpeed": 10000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "softwareLoopback", + "ifAlias": "lo0", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 328056, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 328056, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 24931096, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 24931096, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "eth0", + "ifName": "eth0", + "portName": null, + "ifIndex": 2, + "ifSpeed": 10000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "eth0", + "ifPhysAddress": "002085e25781", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 4425676, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 4155840, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 721951001, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 572476934, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 976723, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 24694, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + } + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.50.10.0", + "sensor_index": "0", + "sensor_type": "eaton-sc200", + "sensor_descr": "Total Load Current", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 17, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.60.30.1.100.1", + "sensor_index": "1", + "sensor_type": "eaton-sc200", + "sensor_descr": "Rect 1 Current", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 6, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.60.30.1.100.2", + "sensor_index": "2", + "sensor_type": "eaton-sc200", + "sensor_descr": "Rect 2 Current", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 5, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.60.30.1.100.3", + "sensor_index": "3", + "sensor_type": "eaton-sc200", + "sensor_descr": "Rect 3 Current", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 6, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.100.40.0", + "sensor_index": "battery-Current.0", + "sensor_type": "eaton-sc200", + "sensor_descr": "Battery Current", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.60.30.1.105.1", + "sensor_index": "rectLoad.1", + "sensor_type": "eaton-sc200", + "sensor_descr": "Rect 1 Load", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 15.8, + "sensor_limit": 80, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.60.30.1.105.2", + "sensor_index": "rectLoad.2", + "sensor_type": "eaton-sc200", + "sensor_descr": "Rect 2 Load", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 14.5, + "sensor_limit": 80, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.60.30.1.105.3", + "sensor_index": "rectLoad.3", + "sensor_type": "eaton-sc200", + "sensor_descr": "Rect 3 Load", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 14.5, + "sensor_limit": 80, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.50.20.0", + "sensor_index": "totalLoad.0", + "sensor_type": "eaton-sc200", + "sensor_descr": "Total Load", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 15, + "sensor_limit": 80, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.50.30.0", + "sensor_index": "totalPower.0", + "sensor_type": "eaton-sc200", + "sensor_descr": "Total Power", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 10, + "sensor_current": 930, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.90.40.1.20.1", + "sensor_index": "di.1", + "sensor_type": "digital-Input-Table", + "sensor_descr": "Digital Input 1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "digital-Input-Table" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.90.40.1.20.10", + "sensor_index": "di.10", + "sensor_type": "digital-Input-Table", + "sensor_descr": "MOV Fail", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "digital-Input-Table" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.90.40.1.20.2", + "sensor_index": "di.2", + "sensor_type": "digital-Input-Table", + "sensor_descr": "Digital Input 2", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "digital-Input-Table" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.90.40.1.20.3", + "sensor_index": "di.3", + "sensor_type": "digital-Input-Table", + "sensor_descr": "Cabdoor-Power Pod", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "digital-Input-Table" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.90.40.1.20.4", + "sensor_index": "di.4", + "sensor_type": "digital-Input-Table", + "sensor_descr": "Cabdoor-Right Bay", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "digital-Input-Table" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.90.40.1.20.5", + "sensor_index": "di.5", + "sensor_type": "digital-Input-Table", + "sensor_descr": "Cabdoor-Middle Bay", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "digital-Input-Table" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.90.40.1.20.6", + "sensor_index": "di.6", + "sensor_type": "digital-Input-Table", + "sensor_descr": "Cabdoor-Left Bay", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "digital-Input-Table" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.90.40.1.20.7", + "sensor_index": "di.7", + "sensor_type": "digital-Input-Table", + "sensor_descr": "Load Fuse Fail", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "digital-Input-Table" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.90.40.1.20.8", + "sensor_index": "di.8", + "sensor_type": "digital-Input-Table", + "sensor_descr": "Battery Fuse Fail", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 0, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": "digital-Input-Table" + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.100.30.0", + "sensor_index": "battery-Temperature.0", + "sensor_type": "eaton-sc200", + "sensor_descr": "Battery Temperature", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 17, + "sensor_limit": 37, + "sensor_limit_warn": null, + "sensor_limit_low": 7, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.60.29.0", + "sensor_index": "highestRectTemp.0", + "sensor_type": "eaton-sc200", + "sensor_descr": "Highest Rectifier Heatsink Temperature", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 37, + "sensor_limit": 57, + "sensor_limit_warn": null, + "sensor_limit_low": 27, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.60.30.1.110.1", + "sensor_index": "rectTemp.1", + "sensor_type": "eaton-sc200", + "sensor_descr": "Rect 1 Temperature", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 37, + "sensor_limit": 57, + "sensor_limit_warn": null, + "sensor_limit_low": 27, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.60.30.1.110.2", + "sensor_index": "rectTemp.2", + "sensor_type": "eaton-sc200", + "sensor_descr": "Rect 2 Temperature", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 37, + "sensor_limit": 57, + "sensor_limit_warn": null, + "sensor_limit_low": 27, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.60.30.1.110.3", + "sensor_index": "rectTemp.3", + "sensor_type": "eaton-sc200", + "sensor_descr": "Rect 3 Temperature", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 37, + "sensor_limit": 57, + "sensor_limit_warn": null, + "sensor_limit_low": 27, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.60.30.1.90.1", + "sensor_index": "ac.1", + "sensor_type": "eaton-sc200", + "sensor_descr": "Rect 1 AC Voltage", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 245, + "sensor_limit": 281.75, + "sensor_limit_warn": null, + "sensor_limit_low": 208.25, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.60.30.1.90.2", + "sensor_index": "ac.2", + "sensor_type": "eaton-sc200", + "sensor_descr": "Rect 2 AC Voltage", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 245, + "sensor_limit": 281.75, + "sensor_limit_warn": null, + "sensor_limit_low": 208.25, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.60.30.1.90.3", + "sensor_index": "ac.3", + "sensor_type": "eaton-sc200", + "sensor_descr": "Rect 3 AC Voltage", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 245, + "sensor_limit": 281.75, + "sensor_limit_warn": null, + "sensor_limit_low": 208.25, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.40.10.0", + "sensor_index": "acavg.0", + "sensor_type": "eaton-sc200", + "sensor_descr": "Average Input Voltage", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 245, + "sensor_limit": 281.75, + "sensor_limit_warn": null, + "sensor_limit_low": 208.25, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.70.10.20.0", + "sensor_index": "bus.0", + "sensor_type": "eaton-sc200", + "sensor_descr": "Bus Voltage", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 54.81, + "sensor_limit": 63.0315, + "sensor_limit_warn": null, + "sensor_limit_low": 46.5885, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.60.30.1.95.1", + "sensor_index": "dc.1", + "sensor_type": "eaton-sc200", + "sensor_descr": "Rect 1 DC Voltage", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 54.83, + "sensor_limit": 59.7, + "sensor_limit_warn": 57.2, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.60.30.1.95.2", + "sensor_index": "dc.2", + "sensor_type": "eaton-sc200", + "sensor_descr": "Rect 2 DC Voltage", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 54.83, + "sensor_limit": 59.7, + "sensor_limit_warn": 57.2, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "voltage", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.1918.2.13.10.60.30.1.95.3", + "sensor_index": "dc.3", + "sensor_type": "eaton-sc200", + "sensor_descr": "Rect 3 DC Voltage", + "group": null, + "sensor_divisor": 100, + "sensor_multiplier": 1, + "sensor_current": 54.88, + "sensor_limit": 59.7, + "sensor_limit_warn": 57.2, + "sensor_limit_low": 0, + "sensor_limit_low_warn": 0, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + } + ], + "state_indexes": [ + { + "state_name": "digital-Input-Table", + "state_descr": "OK", + "state_draw_graph": 0, + "state_value": 0, + "state_generic_value": 0 + }, + { + "state_name": "digital-Input-Table", + "state_descr": "Warning", + "state_draw_graph": 0, + "state_value": 1, + "state_generic_value": 1 + }, + { + "state_name": "digital-Input-Table", + "state_descr": "Major", + "state_draw_graph": 0, + "state_value": 2, + "state_generic_value": 2 + }, + { + "state_name": "digital-Input-Table", + "state_descr": "Minor", + "state_draw_graph": 0, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "digital-Input-Table", + "state_descr": "Reserved", + "state_draw_graph": 0, + "state_value": 4, + "state_generic_value": 3 + }, + { + "state_name": "digital-Input-Table", + "state_descr": "Critical", + "state_draw_graph": 0, + "state_value": 5, + "state_generic_value": 2 + }, + { + "state_name": "digital-Input-Table", + "state_descr": "Control", + "state_draw_graph": 0, + "state_value": 6, + "state_generic_value": 3 + } + ] + }, + "poller": "matches discovery" + } +} diff --git a/tests/snmpsim/eaton-sc200.snmprec b/tests/snmpsim/eaton-sc200.snmprec new file mode 100644 index 0000000000..2914b03e40 --- /dev/null +++ b/tests/snmpsim/eaton-sc200.snmprec @@ -0,0 +1,4395 @@ +1.3.6.1.2.1.1.1.0|4|SC200 Controller - software version 4.04 +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.1918.2.13 +1.3.6.1.2.1.1.3.0|67|459167219 +1.3.6.1.2.1.1.4.0|4| +1.3.6.1.2.1.1.5.0|4| +1.3.6.1.2.1.1.6.0|4| +1.3.6.1.2.1.2.2.1.1.1|2|1 +1.3.6.1.2.1.2.2.1.1.2|2|2 +1.3.6.1.2.1.2.2.1.2.1|4|lo0 +1.3.6.1.2.1.2.2.1.2.2|4|eth0 +1.3.6.1.2.1.2.2.1.3.1|2|24 +1.3.6.1.2.1.2.2.1.3.2|2|6 +1.3.6.1.2.1.2.2.1.4.1|2|1500 +1.3.6.1.2.1.2.2.1.4.2|2|1500 +1.3.6.1.2.1.2.2.1.5.1|66|10000000 +1.3.6.1.2.1.2.2.1.5.2|66|10000000 +1.3.6.1.2.1.2.2.1.6.1|4| +1.3.6.1.2.1.2.2.1.6.2|4x|002085E25781 +1.3.6.1.2.1.2.2.1.7.1|2|1 +1.3.6.1.2.1.2.2.1.7.2|2|1 +1.3.6.1.2.1.2.2.1.8.1|2|1 +1.3.6.1.2.1.2.2.1.8.2|2|1 +1.3.6.1.2.1.2.2.1.9.1|67|0 +1.3.6.1.2.1.2.2.1.9.2|67|0 +1.3.6.1.2.1.2.2.1.10.1|65|24931096 +1.3.6.1.2.1.2.2.1.10.2|65|721951001 +1.3.6.1.2.1.2.2.1.11.1|65|328056 +1.3.6.1.2.1.2.2.1.11.2|65|4425676 +1.3.6.1.2.1.2.2.1.13.1|65|0 +1.3.6.1.2.1.2.2.1.13.2|65|0 +1.3.6.1.2.1.2.2.1.14.1|65|0 +1.3.6.1.2.1.2.2.1.14.2|65|0 +1.3.6.1.2.1.2.2.1.15.1|65|0 +1.3.6.1.2.1.2.2.1.15.2|65|976723 +1.3.6.1.2.1.2.2.1.16.1|65|24931096 +1.3.6.1.2.1.2.2.1.16.2|65|572476934 +1.3.6.1.2.1.2.2.1.17.1|65|328056 +1.3.6.1.2.1.2.2.1.17.2|65|4155840 +1.3.6.1.2.1.2.2.1.19.1|65|0 +1.3.6.1.2.1.2.2.1.19.2|65|0 +1.3.6.1.2.1.2.2.1.20.1|65|0 +1.3.6.1.2.1.2.2.1.20.2|65|0 +1.3.6.1.2.1.4.3.0|65|4778313 +1.3.6.1.2.1.4.4.0|65|0 +1.3.6.1.2.1.4.5.0|65|237132 +1.3.6.1.2.1.4.6.0|65|0 +1.3.6.1.2.1.4.7.0|65|0 +1.3.6.1.2.1.4.8.0|65|0 +1.3.6.1.2.1.4.9.0|65|4541180 +1.3.6.1.2.1.4.10.0|65|4483774 +1.3.6.1.2.1.4.11.0|65|0 +1.3.6.1.2.1.4.12.0|65|0 +1.3.6.1.2.1.4.14.0|65|0 +1.3.6.1.2.1.4.15.0|65|0 +1.3.6.1.2.1.4.16.0|65|0 +1.3.6.1.2.1.4.17.0|65|0 +1.3.6.1.2.1.4.18.0|65|0 +1.3.6.1.2.1.4.19.0|65|0 +1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|1 +1.3.6.1.2.1.4.20.1.2.172.16.2.20|2|2 +1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.0.0.0 +1.3.6.1.2.1.4.20.1.3.172.16.2.20|64|255.255.255.240 +1.3.6.1.2.1.4.22.1.2.2.172.16.2.17|4x|E023FF84A915 +1.3.6.1.2.1.4.24.3.0|66|2 +1.3.6.1.2.1.5.1.0|65|250431 +1.3.6.1.2.1.5.2.0|65|0 +1.3.6.1.2.1.5.3.0|65|25004 +1.3.6.1.2.1.5.4.0|65|0 +1.3.6.1.2.1.5.5.0|65|0 +1.3.6.1.2.1.5.6.0|65|0 +1.3.6.1.2.1.5.7.0|65|0 +1.3.6.1.2.1.5.8.0|65|225427 +1.3.6.1.2.1.5.9.0|65|0 +1.3.6.1.2.1.5.10.0|65|0 +1.3.6.1.2.1.5.11.0|65|0 +1.3.6.1.2.1.5.12.0|65|0 +1.3.6.1.2.1.5.13.0|65|0 +1.3.6.1.2.1.5.14.0|65|225433 +1.3.6.1.2.1.5.15.0|65|0 +1.3.6.1.2.1.5.16.0|65|6 +1.3.6.1.2.1.5.17.0|65|0 +1.3.6.1.2.1.5.18.0|65|0 +1.3.6.1.2.1.5.19.0|65|0 +1.3.6.1.2.1.5.20.0|65|0 +1.3.6.1.2.1.5.21.0|65|0 +1.3.6.1.2.1.5.22.0|65|225427 +1.3.6.1.2.1.5.23.0|65|0 +1.3.6.1.2.1.5.24.0|65|0 +1.3.6.1.2.1.5.25.0|65|0 +1.3.6.1.2.1.5.26.0|65|0 +1.3.6.1.2.1.6.5.0|65|0 +1.3.6.1.2.1.6.6.0|65|34867 +1.3.6.1.2.1.6.7.0|65|1 +1.3.6.1.2.1.6.8.0|65|13 +1.3.6.1.2.1.6.9.0|66|0 +1.3.6.1.2.1.6.10.0|65|418696 +1.3.6.1.2.1.6.11.0|65|1673869 +1.3.6.1.2.1.6.12.0|65|193 +1.3.6.1.2.1.6.14.0|65|0 +1.3.6.1.2.1.6.15.0|65|58 +1.3.6.1.2.1.7.1.0|65|2371828 +1.3.6.1.2.1.7.2.0|65|6 +1.3.6.1.2.1.7.3.0|65|0 +1.3.6.1.2.1.7.4.0|65|2584236 +1.3.6.1.2.1.11.1.0|65|2230303 +1.3.6.1.2.1.11.3.0|65|0 +1.3.6.1.2.1.11.4.0|65|0 +1.3.6.1.2.1.11.5.0|65|0 +1.3.6.1.2.1.11.6.0|65|0 +1.3.6.1.2.1.11.31.0|65|0 +1.3.6.1.2.1.11.32.0|65|0 +1.3.6.1.2.1.31.1.1.1.1.1|4|lo0 +1.3.6.1.2.1.31.1.1.1.1.2|4|eth0 +1.3.6.1.2.1.31.1.1.1.2.1|65|0 +1.3.6.1.2.1.31.1.1.1.2.2|65|0 +1.3.6.1.2.1.31.1.1.1.3.1|65|0 +1.3.6.1.2.1.31.1.1.1.3.2|65|24694 +1.3.6.1.2.1.31.1.1.1.4.1|65|0 +1.3.6.1.2.1.31.1.1.1.4.2|65|0 +1.3.6.1.2.1.31.1.1.1.5.1|65|0 +1.3.6.1.2.1.31.1.1.1.5.2|65|0 +1.3.6.1.2.1.31.1.1.1.14.1|2|1 +1.3.6.1.2.1.31.1.1.1.14.2|2|1 +1.3.6.1.2.1.31.1.1.1.15.1|66|10 +1.3.6.1.2.1.31.1.1.1.15.2|66|10 +1.3.6.1.2.1.31.1.1.1.16.1|2|2 +1.3.6.1.2.1.31.1.1.1.16.2|2|2 +1.3.6.1.2.1.31.1.1.1.17.1|2|2 +1.3.6.1.2.1.31.1.1.1.17.2|2|2 +1.3.6.1.2.1.31.1.1.1.18.1|4| +1.3.6.1.2.1.31.1.1.1.18.2|4| +1.3.6.1.2.1.31.1.1.1.19.1|67|0 +1.3.6.1.2.1.31.1.1.1.19.2|67|0 +1.3.6.1.4.1.1918.2.13.10.10.20.0|4|315646 +1.3.6.1.4.1.1918.2.13.10.10.30.0|4|SY106769 +1.3.6.1.4.1.1918.2.13.10.20.30.0|4|4.04 +1.3.6.1.4.1.1918.2.13.10.20.80.0|4|022 +1.3.6.1.4.1.1918.2.13.10.20.90.0|4|246152313 +1.3.6.1.4.1.1918.2.13.10.40.10.0|2|245 +1.3.6.1.4.1.1918.2.13.10.50.10.0|2|17 +1.3.6.1.4.1.1918.2.13.10.50.20.0|2|15 +1.3.6.1.4.1.1918.2.13.10.50.30.0|2|93 +1.3.6.1.4.1.1918.2.13.10.60.29.0|2|37 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.1|2|1 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.2|2|2 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.3|2|3 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.4|2|4 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.5|2|5 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.6|2|6 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.7|2|7 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.8|2|8 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.9|2|9 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.10|2|10 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.11|2|11 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.12|2|12 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.13|2|13 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.14|2|14 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.15|2|15 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.16|2|16 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.17|2|17 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.18|2|18 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.19|2|19 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.20|2|20 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.21|2|21 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.22|2|22 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.23|2|23 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.24|2|24 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.25|2|25 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.26|2|26 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.27|2|27 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.28|2|28 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.29|2|29 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.30|2|30 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.31|2|31 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.32|2|32 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.33|2|33 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.34|2|34 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.35|2|35 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.36|2|36 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.37|2|37 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.38|2|38 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.39|2|39 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.40|2|40 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.41|2|41 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.42|2|42 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.43|2|43 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.44|2|44 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.45|2|45 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.46|2|46 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.47|2|47 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.48|2|48 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.49|2|49 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.50|2|50 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.51|2|51 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.52|2|52 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.53|2|53 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.54|2|54 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.55|2|55 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.56|2|56 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.57|2|57 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.58|2|58 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.59|2|59 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.60|2|60 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.61|2|61 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.62|2|62 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.63|2|63 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.64|2|64 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.65|2|65 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.66|2|66 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.67|2|67 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.68|2|68 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.69|2|69 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.70|2|70 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.71|2|71 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.72|2|72 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.73|2|73 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.74|2|74 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.75|2|75 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.76|2|76 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.77|2|77 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.78|2|78 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.79|2|79 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.80|2|80 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.81|2|81 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.82|2|82 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.83|2|83 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.84|2|84 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.85|2|85 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.86|2|86 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.87|2|87 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.88|2|88 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.89|2|89 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.90|2|90 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.91|2|91 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.92|2|92 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.93|2|93 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.94|2|94 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.95|2|95 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.96|2|96 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.97|2|97 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.98|2|98 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.99|2|99 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.100|2|100 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.101|2|101 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.102|2|102 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.103|2|103 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.104|2|104 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.105|2|105 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.106|2|106 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.107|2|107 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.108|2|108 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.109|2|109 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.110|2|110 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.111|2|111 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.112|2|112 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.113|2|113 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.114|2|114 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.115|2|115 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.116|2|116 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.117|2|117 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.118|2|118 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.119|2|119 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.120|2|120 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.121|2|121 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.122|2|122 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.123|2|123 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.124|2|124 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.125|2|125 +1.3.6.1.4.1.1918.2.13.10.60.30.1.1.126|2|126 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.1|65|246339625 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.2|65|246339556 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.3|65|246339104 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.4|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.5|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.6|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.7|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.8|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.9|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.10|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.11|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.12|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.13|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.14|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.15|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.16|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.17|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.18|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.19|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.20|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.21|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.22|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.23|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.24|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.25|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.26|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.27|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.28|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.29|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.30|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.31|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.32|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.33|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.34|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.35|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.36|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.37|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.38|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.39|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.40|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.41|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.42|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.43|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.44|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.45|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.46|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.47|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.48|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.49|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.50|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.51|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.52|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.53|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.54|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.55|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.56|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.57|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.58|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.59|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.60|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.61|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.62|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.63|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.64|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.65|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.66|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.67|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.68|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.69|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.70|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.71|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.72|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.73|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.74|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.75|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.76|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.77|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.78|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.79|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.80|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.81|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.82|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.83|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.84|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.85|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.86|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.87|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.88|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.89|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.90|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.91|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.92|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.93|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.94|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.95|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.96|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.97|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.98|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.99|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.100|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.101|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.102|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.103|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.104|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.105|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.106|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.107|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.108|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.109|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.110|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.111|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.112|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.113|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.114|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.115|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.116|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.117|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.118|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.119|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.120|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.121|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.122|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.123|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.124|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.125|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.30.126|65|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.1|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.2|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.3|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.4|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.5|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.6|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.7|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.8|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.9|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.10|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.11|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.12|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.13|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.14|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.15|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.16|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.17|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.18|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.19|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.20|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.21|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.22|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.23|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.24|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.25|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.26|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.27|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.28|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.29|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.30|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.31|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.32|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.33|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.34|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.35|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.36|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.37|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.38|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.39|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.40|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.41|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.42|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.43|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.44|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.45|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.46|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.47|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.48|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.49|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.50|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.51|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.52|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.53|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.54|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.55|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.56|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.57|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.58|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.59|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.60|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.61|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.62|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.63|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.64|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.65|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.66|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.67|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.68|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.69|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.70|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.71|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.72|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.73|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.74|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.75|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.76|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.77|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.78|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.79|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.80|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.81|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.82|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.83|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.84|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.85|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.86|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.87|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.88|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.89|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.90|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.91|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.92|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.93|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.94|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.95|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.96|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.97|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.98|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.99|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.100|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.101|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.102|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.103|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.104|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.105|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.106|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.107|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.108|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.109|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.110|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.111|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.112|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.113|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.114|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.115|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.116|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.117|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.118|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.119|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.120|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.121|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.122|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.123|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.124|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.125|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.60.126|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.1|2|42 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.2|2|42 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.3|2|42 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.4|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.5|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.6|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.7|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.8|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.9|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.10|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.11|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.12|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.13|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.14|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.15|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.16|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.17|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.18|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.19|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.20|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.21|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.22|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.23|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.24|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.25|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.26|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.27|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.28|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.29|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.30|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.31|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.32|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.33|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.34|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.35|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.36|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.37|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.38|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.39|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.40|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.41|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.42|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.43|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.44|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.45|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.46|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.47|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.48|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.49|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.50|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.51|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.52|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.53|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.54|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.55|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.56|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.57|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.58|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.59|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.60|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.61|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.62|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.63|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.64|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.65|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.66|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.67|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.68|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.69|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.70|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.71|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.72|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.73|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.74|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.75|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.76|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.77|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.78|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.79|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.80|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.81|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.82|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.83|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.84|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.85|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.86|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.87|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.88|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.89|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.90|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.91|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.92|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.93|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.94|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.95|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.96|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.97|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.98|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.99|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.100|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.101|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.102|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.103|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.104|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.105|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.106|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.107|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.108|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.109|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.110|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.111|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.112|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.113|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.114|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.115|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.116|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.117|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.118|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.119|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.120|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.121|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.122|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.123|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.124|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.125|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.70.126|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.1|2|2000 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.2|2|2000 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.3|2|2000 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.4|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.5|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.6|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.7|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.8|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.9|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.10|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.11|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.12|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.13|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.14|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.15|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.16|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.17|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.18|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.19|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.20|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.21|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.22|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.23|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.24|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.25|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.26|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.27|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.28|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.29|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.30|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.31|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.32|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.33|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.34|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.35|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.36|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.37|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.38|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.39|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.40|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.41|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.42|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.43|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.44|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.45|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.46|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.47|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.48|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.49|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.50|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.51|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.52|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.53|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.54|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.55|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.56|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.57|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.58|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.59|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.60|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.61|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.62|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.63|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.64|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.65|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.66|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.67|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.68|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.69|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.70|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.71|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.72|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.73|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.74|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.75|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.76|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.77|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.78|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.79|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.80|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.81|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.82|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.83|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.84|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.85|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.86|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.87|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.88|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.89|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.90|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.91|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.92|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.93|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.94|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.95|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.96|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.97|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.98|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.99|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.100|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.101|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.102|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.103|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.104|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.105|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.106|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.107|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.108|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.109|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.110|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.111|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.112|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.113|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.114|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.115|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.116|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.117|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.118|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.119|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.120|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.121|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.122|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.123|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.124|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.125|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.80.126|2|65535 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.1|2|5720 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.2|2|5720 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.3|2|5720 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.4|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.5|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.6|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.7|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.8|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.9|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.10|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.11|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.12|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.13|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.14|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.15|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.16|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.17|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.18|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.19|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.20|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.21|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.22|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.23|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.24|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.25|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.26|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.27|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.28|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.29|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.30|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.31|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.32|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.33|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.34|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.35|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.36|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.37|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.38|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.39|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.40|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.41|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.42|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.43|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.44|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.45|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.46|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.47|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.48|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.49|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.50|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.51|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.52|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.53|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.54|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.55|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.56|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.57|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.58|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.59|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.60|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.61|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.62|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.63|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.64|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.65|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.66|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.67|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.68|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.69|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.70|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.71|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.72|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.73|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.74|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.75|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.76|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.77|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.78|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.79|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.80|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.81|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.82|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.83|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.84|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.85|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.86|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.87|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.88|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.89|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.90|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.91|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.92|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.93|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.94|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.95|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.96|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.97|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.98|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.99|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.100|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.101|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.102|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.103|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.104|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.105|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.106|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.107|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.108|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.109|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.110|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.111|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.112|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.113|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.114|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.115|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.116|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.117|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.118|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.119|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.120|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.121|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.122|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.123|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.124|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.125|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.83.126|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.1|2|5970 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.2|2|5970 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.3|2|5970 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.4|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.5|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.6|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.7|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.8|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.9|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.10|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.11|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.12|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.13|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.14|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.15|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.16|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.17|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.18|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.19|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.20|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.21|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.22|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.23|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.24|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.25|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.26|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.27|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.28|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.29|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.30|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.31|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.32|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.33|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.34|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.35|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.36|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.37|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.38|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.39|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.40|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.41|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.42|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.43|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.44|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.45|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.46|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.47|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.48|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.49|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.50|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.51|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.52|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.53|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.54|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.55|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.56|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.57|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.58|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.59|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.60|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.61|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.62|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.63|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.64|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.65|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.66|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.67|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.68|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.69|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.70|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.71|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.72|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.73|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.74|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.75|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.76|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.77|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.78|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.79|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.80|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.81|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.82|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.83|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.84|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.85|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.86|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.87|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.88|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.89|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.90|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.91|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.92|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.93|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.94|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.95|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.96|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.97|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.98|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.99|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.100|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.101|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.102|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.103|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.104|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.105|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.106|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.107|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.108|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.109|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.110|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.111|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.112|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.113|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.114|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.115|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.116|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.117|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.118|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.119|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.120|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.121|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.122|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.123|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.124|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.125|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.86.126|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.1|2|245 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.2|2|245 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.3|2|245 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.4|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.5|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.6|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.7|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.8|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.9|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.10|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.11|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.12|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.13|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.14|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.15|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.16|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.17|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.18|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.19|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.20|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.21|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.22|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.23|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.24|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.25|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.26|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.27|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.28|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.29|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.30|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.31|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.32|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.33|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.34|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.35|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.36|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.37|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.38|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.39|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.40|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.41|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.42|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.43|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.44|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.45|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.46|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.47|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.48|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.49|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.50|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.51|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.52|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.53|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.54|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.55|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.56|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.57|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.58|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.59|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.60|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.61|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.62|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.63|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.64|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.65|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.66|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.67|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.68|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.69|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.70|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.71|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.72|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.73|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.74|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.75|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.76|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.77|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.78|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.79|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.80|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.81|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.82|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.83|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.84|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.85|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.86|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.87|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.88|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.89|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.90|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.91|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.92|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.93|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.94|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.95|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.96|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.97|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.98|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.99|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.100|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.101|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.102|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.103|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.104|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.105|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.106|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.107|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.108|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.109|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.110|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.111|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.112|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.113|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.114|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.115|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.116|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.117|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.118|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.119|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.120|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.121|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.122|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.123|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.124|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.125|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.90.126|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.1|2|5483 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.2|2|5483 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.3|2|5488 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.4|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.5|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.6|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.7|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.8|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.9|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.10|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.11|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.12|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.13|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.14|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.15|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.16|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.17|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.18|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.19|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.20|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.21|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.22|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.23|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.24|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.25|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.26|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.27|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.28|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.29|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.30|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.31|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.32|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.33|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.34|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.35|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.36|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.37|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.38|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.39|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.40|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.41|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.42|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.43|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.44|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.45|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.46|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.47|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.48|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.49|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.50|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.51|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.52|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.53|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.54|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.55|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.56|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.57|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.58|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.59|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.60|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.61|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.62|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.63|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.64|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.65|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.66|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.67|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.68|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.69|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.70|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.71|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.72|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.73|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.74|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.75|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.76|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.77|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.78|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.79|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.80|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.81|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.82|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.83|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.84|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.85|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.86|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.87|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.88|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.89|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.90|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.91|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.92|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.93|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.94|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.95|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.96|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.97|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.98|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.99|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.100|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.101|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.102|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.103|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.104|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.105|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.106|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.107|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.108|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.109|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.110|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.111|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.112|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.113|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.114|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.115|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.116|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.117|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.118|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.119|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.120|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.121|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.122|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.123|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.124|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.125|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.95.126|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.1|2|6 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.2|2|5 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.3|2|6 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.4|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.5|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.6|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.7|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.8|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.9|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.10|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.11|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.12|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.13|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.14|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.15|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.16|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.17|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.18|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.19|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.20|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.21|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.22|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.23|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.24|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.25|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.26|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.27|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.28|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.29|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.30|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.31|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.32|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.33|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.34|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.35|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.36|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.37|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.38|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.39|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.40|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.41|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.42|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.43|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.44|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.45|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.46|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.47|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.48|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.49|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.50|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.51|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.52|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.53|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.54|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.55|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.56|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.57|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.58|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.59|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.60|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.61|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.62|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.63|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.64|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.65|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.66|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.67|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.68|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.69|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.70|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.71|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.72|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.73|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.74|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.75|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.76|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.77|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.78|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.79|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.80|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.81|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.82|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.83|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.84|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.85|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.86|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.87|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.88|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.89|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.90|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.91|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.92|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.93|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.94|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.95|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.96|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.97|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.98|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.99|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.100|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.101|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.102|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.103|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.104|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.105|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.106|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.107|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.108|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.109|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.110|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.111|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.112|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.113|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.114|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.115|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.116|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.117|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.118|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.119|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.120|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.121|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.122|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.123|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.124|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.125|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.100.126|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.1|2|158 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.2|2|145 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.3|2|145 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.4|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.5|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.6|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.7|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.8|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.9|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.10|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.11|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.12|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.13|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.14|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.15|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.16|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.17|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.18|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.19|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.20|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.21|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.22|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.23|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.24|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.25|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.26|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.27|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.28|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.29|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.30|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.31|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.32|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.33|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.34|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.35|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.36|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.37|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.38|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.39|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.40|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.41|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.42|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.43|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.44|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.45|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.46|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.47|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.48|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.49|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.50|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.51|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.52|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.53|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.54|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.55|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.56|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.57|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.58|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.59|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.60|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.61|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.62|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.63|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.64|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.65|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.66|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.67|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.68|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.69|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.70|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.71|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.72|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.73|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.74|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.75|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.76|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.77|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.78|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.79|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.80|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.81|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.82|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.83|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.84|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.85|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.86|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.87|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.88|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.89|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.90|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.91|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.92|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.93|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.94|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.95|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.96|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.97|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.98|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.99|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.100|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.101|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.102|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.103|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.104|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.105|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.106|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.107|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.108|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.109|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.110|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.111|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.112|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.113|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.114|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.115|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.116|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.117|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.118|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.119|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.120|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.121|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.122|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.123|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.124|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.125|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.105.126|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.1|2|37 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.2|2|37 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.3|2|37 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.4|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.5|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.6|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.7|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.8|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.9|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.10|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.11|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.12|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.13|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.14|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.15|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.16|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.17|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.18|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.19|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.20|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.21|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.22|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.23|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.24|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.25|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.26|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.27|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.28|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.29|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.30|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.31|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.32|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.33|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.34|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.35|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.36|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.37|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.38|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.39|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.40|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.41|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.42|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.43|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.44|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.45|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.46|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.47|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.48|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.49|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.50|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.51|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.52|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.53|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.54|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.55|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.56|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.57|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.58|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.59|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.60|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.61|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.62|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.63|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.64|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.65|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.66|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.67|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.68|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.69|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.70|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.71|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.72|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.73|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.74|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.75|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.76|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.77|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.78|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.79|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.80|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.81|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.82|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.83|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.84|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.85|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.86|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.87|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.88|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.89|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.90|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.91|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.92|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.93|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.94|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.95|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.96|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.97|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.98|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.99|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.100|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.101|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.102|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.103|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.104|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.105|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.106|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.107|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.108|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.109|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.110|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.111|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.112|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.113|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.114|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.115|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.116|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.117|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.118|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.119|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.120|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.121|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.122|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.123|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.124|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.125|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.110.126|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.1|2|2 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.2|2|2 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.3|2|2 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.4|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.5|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.6|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.7|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.8|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.9|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.10|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.11|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.12|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.13|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.14|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.15|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.16|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.17|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.18|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.19|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.20|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.21|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.22|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.23|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.24|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.25|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.26|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.27|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.28|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.29|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.30|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.31|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.32|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.33|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.34|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.35|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.36|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.37|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.38|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.39|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.40|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.41|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.42|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.43|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.44|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.45|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.46|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.47|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.48|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.49|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.50|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.51|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.52|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.53|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.54|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.55|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.56|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.57|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.58|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.59|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.60|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.61|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.62|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.63|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.64|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.65|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.66|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.67|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.68|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.69|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.70|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.71|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.72|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.73|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.74|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.75|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.76|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.77|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.78|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.79|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.80|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.81|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.82|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.83|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.84|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.85|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.86|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.87|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.88|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.89|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.90|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.91|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.92|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.93|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.94|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.95|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.96|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.97|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.98|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.99|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.100|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.101|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.102|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.103|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.104|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.105|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.106|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.107|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.108|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.109|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.110|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.111|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.112|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.113|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.114|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.115|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.116|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.117|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.118|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.119|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.120|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.121|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.122|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.123|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.124|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.125|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.120.126|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.1|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.2|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.3|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.4|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.5|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.6|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.7|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.8|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.9|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.10|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.11|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.12|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.13|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.14|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.15|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.16|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.17|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.18|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.19|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.20|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.21|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.22|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.23|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.24|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.25|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.26|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.27|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.28|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.29|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.30|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.31|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.32|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.33|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.34|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.35|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.36|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.37|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.38|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.39|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.40|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.41|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.42|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.43|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.44|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.45|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.46|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.47|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.48|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.49|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.50|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.51|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.52|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.53|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.54|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.55|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.56|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.57|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.58|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.59|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.60|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.61|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.62|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.63|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.64|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.65|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.66|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.67|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.68|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.69|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.70|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.71|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.72|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.73|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.74|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.75|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.76|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.77|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.78|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.79|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.80|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.81|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.82|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.83|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.84|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.85|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.86|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.87|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.88|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.89|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.90|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.91|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.92|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.93|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.94|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.95|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.96|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.97|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.98|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.99|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.100|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.101|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.102|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.103|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.104|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.105|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.106|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.107|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.108|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.109|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.110|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.111|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.112|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.113|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.114|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.115|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.116|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.117|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.118|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.119|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.120|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.121|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.122|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.123|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.124|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.125|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.130.126|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.1|67|4832400 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.2|67|4832400 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.3|67|4832300 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.4|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.5|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.6|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.7|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.8|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.9|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.10|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.11|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.12|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.13|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.14|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.15|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.16|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.17|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.18|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.19|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.20|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.21|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.22|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.23|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.24|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.25|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.26|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.27|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.28|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.29|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.30|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.31|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.32|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.33|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.34|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.35|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.36|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.37|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.38|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.39|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.40|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.41|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.42|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.43|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.44|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.45|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.46|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.47|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.48|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.49|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.50|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.51|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.52|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.53|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.54|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.55|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.56|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.57|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.58|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.59|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.60|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.61|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.62|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.63|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.64|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.65|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.66|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.67|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.68|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.69|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.70|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.71|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.72|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.73|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.74|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.75|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.76|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.77|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.78|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.79|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.80|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.81|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.82|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.83|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.84|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.85|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.86|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.87|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.88|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.89|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.90|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.91|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.92|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.93|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.94|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.95|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.96|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.97|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.98|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.99|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.100|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.101|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.102|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.103|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.104|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.105|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.106|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.107|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.108|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.109|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.110|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.111|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.112|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.113|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.114|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.115|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.116|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.117|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.118|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.119|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.120|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.121|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.122|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.123|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.124|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.125|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.140.126|67|4294967196 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.1|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.2|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.3|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.4|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.5|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.6|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.7|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.8|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.9|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.10|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.11|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.12|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.13|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.14|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.15|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.16|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.17|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.18|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.19|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.20|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.21|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.22|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.23|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.24|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.25|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.26|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.27|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.28|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.29|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.30|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.31|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.32|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.33|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.34|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.35|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.36|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.37|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.38|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.39|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.40|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.41|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.42|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.43|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.44|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.45|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.46|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.47|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.48|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.49|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.50|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.51|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.52|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.53|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.54|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.55|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.56|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.57|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.58|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.59|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.60|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.61|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.62|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.63|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.64|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.65|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.66|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.67|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.68|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.69|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.70|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.71|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.72|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.73|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.74|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.75|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.76|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.77|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.78|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.79|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.80|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.81|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.82|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.83|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.84|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.85|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.86|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.87|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.88|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.89|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.90|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.91|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.92|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.93|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.94|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.95|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.96|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.97|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.98|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.99|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.100|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.101|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.102|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.103|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.104|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.105|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.106|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.107|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.108|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.109|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.110|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.111|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.112|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.113|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.114|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.115|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.116|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.117|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.118|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.119|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.120|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.121|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.122|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.123|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.124|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.125|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.150.126|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.1|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.2|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.3|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.4|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.5|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.6|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.7|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.8|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.9|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.10|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.11|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.12|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.13|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.14|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.15|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.16|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.17|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.18|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.19|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.20|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.21|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.22|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.23|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.24|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.25|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.26|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.27|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.28|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.29|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.30|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.31|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.32|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.33|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.34|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.35|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.36|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.37|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.38|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.39|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.40|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.41|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.42|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.43|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.44|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.45|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.46|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.47|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.48|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.49|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.50|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.51|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.52|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.53|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.54|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.55|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.56|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.57|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.58|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.59|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.60|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.61|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.62|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.63|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.64|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.65|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.66|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.67|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.68|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.69|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.70|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.71|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.72|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.73|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.74|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.75|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.76|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.77|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.78|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.79|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.80|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.81|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.82|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.83|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.84|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.85|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.86|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.87|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.88|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.89|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.90|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.91|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.92|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.93|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.94|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.95|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.96|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.97|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.98|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.99|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.100|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.101|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.102|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.103|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.104|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.105|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.106|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.107|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.108|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.109|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.110|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.111|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.112|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.113|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.114|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.115|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.116|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.117|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.118|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.119|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.120|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.121|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.122|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.123|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.124|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.125|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.160.126|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.1|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.2|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.3|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.4|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.5|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.6|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.7|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.8|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.9|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.10|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.11|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.12|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.13|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.14|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.15|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.16|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.17|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.18|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.19|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.20|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.21|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.22|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.23|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.24|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.25|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.26|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.27|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.28|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.29|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.30|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.31|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.32|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.33|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.34|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.35|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.36|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.37|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.38|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.39|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.40|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.41|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.42|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.43|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.44|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.45|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.46|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.47|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.48|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.49|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.50|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.51|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.52|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.53|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.54|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.55|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.56|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.57|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.58|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.59|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.60|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.61|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.62|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.63|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.64|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.65|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.66|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.67|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.68|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.69|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.70|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.71|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.72|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.73|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.74|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.75|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.76|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.77|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.78|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.79|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.80|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.81|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.82|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.83|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.84|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.85|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.86|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.87|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.88|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.89|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.90|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.91|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.92|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.93|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.94|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.95|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.96|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.97|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.98|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.99|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.100|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.101|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.102|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.103|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.104|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.105|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.106|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.107|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.108|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.109|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.110|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.111|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.112|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.113|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.114|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.115|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.116|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.117|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.118|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.119|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.120|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.121|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.122|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.123|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.124|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.125|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.170.126|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.1|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.2|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.3|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.4|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.5|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.6|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.7|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.8|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.9|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.10|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.11|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.12|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.13|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.14|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.15|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.16|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.17|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.18|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.19|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.20|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.21|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.22|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.23|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.24|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.25|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.26|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.27|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.28|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.29|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.30|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.31|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.32|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.33|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.34|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.35|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.36|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.37|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.38|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.39|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.40|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.41|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.42|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.43|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.44|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.45|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.46|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.47|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.48|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.49|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.50|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.51|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.52|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.53|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.54|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.55|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.56|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.57|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.58|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.59|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.60|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.61|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.62|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.63|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.64|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.65|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.66|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.67|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.68|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.69|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.70|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.71|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.72|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.73|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.74|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.75|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.76|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.77|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.78|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.79|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.80|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.81|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.82|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.83|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.84|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.85|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.86|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.87|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.88|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.89|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.90|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.91|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.92|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.93|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.94|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.95|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.96|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.97|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.98|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.99|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.100|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.101|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.102|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.103|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.104|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.105|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.106|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.107|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.108|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.109|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.110|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.111|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.112|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.113|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.114|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.115|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.116|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.117|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.118|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.119|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.120|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.121|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.122|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.123|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.124|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.125|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.180.126|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.1|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.2|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.3|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.4|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.5|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.6|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.7|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.8|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.9|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.10|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.11|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.12|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.13|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.14|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.15|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.16|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.17|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.18|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.19|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.20|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.21|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.22|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.23|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.24|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.25|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.26|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.27|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.28|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.29|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.30|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.31|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.32|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.33|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.34|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.35|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.36|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.37|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.38|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.39|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.40|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.41|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.42|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.43|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.44|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.45|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.46|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.47|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.48|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.49|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.50|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.51|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.52|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.53|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.54|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.55|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.56|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.57|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.58|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.59|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.60|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.61|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.62|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.63|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.64|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.65|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.66|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.67|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.68|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.69|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.70|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.71|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.72|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.73|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.74|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.75|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.76|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.77|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.78|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.79|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.80|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.81|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.82|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.83|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.84|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.85|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.86|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.87|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.88|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.89|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.90|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.91|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.92|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.93|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.94|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.95|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.96|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.97|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.98|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.99|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.100|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.101|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.102|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.103|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.104|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.105|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.106|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.107|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.108|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.109|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.110|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.111|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.112|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.113|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.114|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.115|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.116|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.117|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.118|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.119|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.120|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.121|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.122|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.123|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.124|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.125|2|0 +1.3.6.1.4.1.1918.2.13.10.60.30.1.190.126|2|0 +1.3.6.1.4.1.1918.2.13.10.70.10.20.0|2|5481 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.1|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.2|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.3|2|3 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.4|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.5|2|5 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.6|2|6 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.7|2|7 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.8|2|8 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.9|2|9 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.10|2|10 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.11|2|11 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.12|2|12 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.13|2|13 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.14|2|14 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.15|2|15 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.16|2|16 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.17|2|17 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.18|2|18 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.19|2|19 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.20|2|20 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.21|2|21 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.22|2|22 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.23|2|23 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.24|2|24 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.25|2|25 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.26|2|26 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.27|2|27 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.28|2|28 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.29|2|29 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.30|2|30 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.31|2|31 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.32|2|32 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.33|2|33 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.34|2|34 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.35|2|35 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.36|2|36 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.37|2|37 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.38|2|38 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.39|2|39 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.40|2|40 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.41|2|41 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.42|2|42 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.43|2|43 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.44|2|44 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.45|2|45 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.46|2|46 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.47|2|47 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.48|2|48 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.49|2|49 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.50|2|50 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.51|2|51 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.52|2|52 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.53|2|53 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.54|2|54 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.55|2|55 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.56|2|56 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.57|2|57 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.58|2|58 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.59|2|59 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.60|2|60 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.61|2|61 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.62|2|62 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.63|2|63 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.64|2|64 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.65|2|65 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.66|2|66 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.67|2|67 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.68|2|68 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.69|2|69 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.70|2|70 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.71|2|71 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.72|2|72 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.73|2|73 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.74|2|74 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.75|2|75 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.76|2|76 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.77|2|77 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.78|2|78 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.79|2|79 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.80|2|80 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.81|2|81 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.82|2|82 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.83|2|83 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.84|2|84 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.85|2|85 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.86|2|86 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.87|2|87 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.88|2|88 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.89|2|89 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.90|2|90 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.91|2|91 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.92|2|92 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.93|2|93 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.94|2|94 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.95|2|95 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.96|2|96 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.97|2|97 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.98|2|98 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.99|2|99 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.100|2|100 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.101|2|101 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.102|2|102 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.103|2|103 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.104|2|104 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.105|2|105 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.106|2|106 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.107|2|107 +1.3.6.1.4.1.1918.2.13.10.90.40.1.1.108|2|108 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.1|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.2|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.3|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.4|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.5|2|3 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.6|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.7|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.8|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.9|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.10|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.11|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.12|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.13|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.14|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.15|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.16|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.17|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.18|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.19|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.20|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.21|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.22|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.23|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.24|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.25|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.26|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.27|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.28|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.29|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.30|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.31|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.32|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.33|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.34|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.35|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.36|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.37|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.38|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.39|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.40|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.41|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.42|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.43|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.44|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.45|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.46|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.47|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.48|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.49|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.50|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.51|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.52|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.53|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.54|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.55|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.56|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.57|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.58|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.59|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.60|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.61|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.62|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.63|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.64|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.65|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.66|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.67|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.68|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.69|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.70|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.71|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.72|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.73|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.74|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.75|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.76|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.77|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.78|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.79|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.80|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.81|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.82|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.83|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.84|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.85|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.86|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.87|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.88|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.89|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.90|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.91|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.92|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.93|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.94|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.95|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.96|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.97|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.98|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.99|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.100|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.101|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.102|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.103|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.104|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.105|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.106|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.107|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.20.108|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.1|2|3 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.2|2|3 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.3|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.4|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.5|2|3 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.6|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.7|2|3 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.8|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.9|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.10|2|3 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.11|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.12|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.13|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.14|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.15|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.16|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.17|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.18|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.19|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.20|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.21|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.22|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.23|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.24|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.25|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.26|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.27|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.28|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.29|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.30|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.31|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.32|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.33|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.34|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.35|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.36|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.37|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.38|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.39|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.40|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.41|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.42|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.43|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.44|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.45|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.46|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.47|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.48|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.49|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.50|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.51|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.52|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.53|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.54|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.55|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.56|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.57|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.58|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.59|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.60|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.61|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.62|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.63|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.64|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.65|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.66|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.67|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.68|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.69|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.70|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.71|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.72|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.73|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.74|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.75|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.76|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.77|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.78|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.79|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.80|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.81|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.82|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.83|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.84|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.85|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.86|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.87|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.88|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.89|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.90|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.91|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.92|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.93|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.94|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.95|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.96|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.97|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.98|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.99|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.100|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.101|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.102|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.103|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.104|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.105|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.106|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.107|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.30.108|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.1|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.2|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.3|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.4|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.5|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.6|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.7|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.8|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.9|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.10|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.11|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.12|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.13|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.14|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.15|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.16|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.17|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.18|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.19|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.20|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.21|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.22|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.23|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.24|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.25|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.26|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.27|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.28|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.29|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.30|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.31|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.32|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.33|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.34|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.35|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.36|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.37|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.38|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.39|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.40|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.41|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.42|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.43|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.44|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.45|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.46|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.47|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.48|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.49|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.50|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.51|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.52|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.53|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.54|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.55|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.56|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.57|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.58|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.59|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.60|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.61|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.62|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.63|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.64|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.65|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.66|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.67|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.68|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.69|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.70|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.71|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.72|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.73|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.74|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.75|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.76|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.77|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.78|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.79|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.80|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.81|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.82|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.83|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.84|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.85|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.86|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.87|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.88|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.89|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.90|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.91|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.92|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.93|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.94|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.95|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.96|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.97|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.98|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.99|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.100|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.101|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.102|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.103|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.104|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.105|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.106|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.107|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.40.108|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.1|4|Digital Input 1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.2|4|Digital Input 2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.3|4|Cabdoor-Power Pod +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.4|4|Cabdoor-Right Bay +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.5|4|Cabdoor-Middle Bay +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.6|4|Cabdoor-Left Bay +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.7|4|Load Fuse Fail +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.8|4|Battery Fuse Fail +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.9|4|ACD Fan Fail +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.10|4|MOV Fail +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.11|4|Digital Input 11 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.12|4|Digital Input 12 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.13|4|Digital Input 13 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.14|4|Digital Input 14 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.15|4|Digital Input 15 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.16|4|Digital Input 16 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.17|4|Digital Input 17 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.18|4|Digital Input 18 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.19|4|Digital Input 19 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.20|4|Digital Input 20 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.21|4|Digital Input 21 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.22|4|Digital Input 22 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.23|4|Digital Input 23 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.24|4|Digital Input 24 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.25|4|Digital Input 25 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.26|4|Digital Input 26 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.27|4|Digital Input 27 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.28|4|Digital Input 28 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.29|4|Digital Input 29 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.30|4|Digital Input 30 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.31|4|Digital Input 31 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.32|4|Digital Input 32 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.33|4|Digital Input 33 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.34|4|Digital Input 34 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.35|4|Digital Input 35 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.36|4|Digital Input 36 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.37|4|Digital Input 37 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.38|4|Digital Input 38 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.39|4|Digital Input 39 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.40|4|Digital Input 40 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.41|4|Digital Input 41 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.42|4|Digital Input 42 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.43|4|Digital Input 43 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.44|4|Digital Input 44 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.45|4|Digital Input 45 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.46|4|Digital Input 46 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.47|4|Digital Input 47 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.48|4|Digital Input 48 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.49|4|Digital Input 49 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.50|4|Digital Input 50 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.51|4|Digital Input 51 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.52|4|Digital Input 52 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.53|4|Digital Input 53 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.54|4|Digital Input 54 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.55|4|Digital Input 55 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.56|4|Digital Input 56 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.57|4|Digital Input 57 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.58|4|Digital Input 58 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.59|4|Digital Input 59 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.60|4|Digital Input 60 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.61|4|Digital Input 61 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.62|4|Digital Input 62 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.63|4|Digital Input 63 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.64|4|Digital Input 64 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.65|4|Digital Input 65 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.66|4|Digital Input 66 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.67|4|Digital Input 67 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.68|4|Digital Input 68 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.69|4|Digital Input 69 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.70|4|Digital Input 70 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.71|4|Digital Input 71 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.72|4|Digital Input 72 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.73|4|Digital Input 73 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.74|4|Digital Input 74 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.75|4|Digital Input 75 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.76|4|Digital Input 76 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.77|4|Digital Input 77 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.78|4|Digital Input 78 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.79|4|Digital Input 79 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.80|4|Digital Input 80 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.81|4|Digital Input 81 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.82|4|Digital Input 82 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.83|4|Digital Input 83 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.84|4|Digital Input 84 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.85|4|Digital Input 85 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.86|4|Digital Input 86 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.87|4|Digital Input 87 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.88|4|Digital Input 88 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.89|4|Digital Input 89 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.90|4|Digital Input 90 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.91|4|Digital Input 91 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.92|4|Digital Input 92 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.93|4|Digital Input 93 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.94|4|Digital Input 94 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.95|4|Digital Input 95 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.96|4|Digital Input 96 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.97|4|Digital Input 97 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.98|4|Digital Input 98 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.99|4|Digital Input 99 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.100|4|Digital Input 100 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.101|4|Digital Input 101 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.102|4|Digital Input 102 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.103|4|Digital Input 103 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.104|4|Digital Input 104 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.105|4|Digital Input 105 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.106|4|Digital Input 106 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.107|4|Digital Input 107 +1.3.6.1.4.1.1918.2.13.10.90.40.1.50.108|4|Digital Input 108 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.1|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.2|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.3|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.4|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.5|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.6|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.7|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.8|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.9|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.10|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.11|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.12|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.13|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.14|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.15|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.16|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.17|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.18|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.19|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.20|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.21|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.22|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.23|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.24|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.25|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.26|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.27|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.28|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.29|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.30|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.31|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.32|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.33|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.34|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.35|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.36|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.37|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.38|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.39|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.40|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.41|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.42|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.43|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.44|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.45|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.46|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.47|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.48|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.49|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.50|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.51|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.52|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.53|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.54|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.55|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.56|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.57|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.58|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.59|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.60|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.61|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.62|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.63|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.64|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.65|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.66|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.67|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.68|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.69|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.70|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.71|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.72|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.73|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.74|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.75|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.76|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.77|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.78|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.79|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.80|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.81|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.82|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.83|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.84|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.85|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.86|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.87|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.88|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.89|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.90|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.91|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.92|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.93|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.94|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.95|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.96|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.97|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.98|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.99|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.100|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.101|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.102|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.103|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.104|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.105|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.106|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.107|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.60.108|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.1|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.2|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.3|2|3 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.4|2|4 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.5|2|5 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.6|2|6 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.7|2|7 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.8|2|8 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.9|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.10|2|10 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.11|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.12|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.13|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.14|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.15|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.16|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.17|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.18|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.19|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.20|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.21|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.22|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.23|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.24|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.25|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.26|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.27|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.28|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.29|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.30|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.31|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.32|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.33|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.34|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.35|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.36|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.37|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.38|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.39|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.40|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.41|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.42|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.43|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.44|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.45|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.46|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.47|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.48|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.49|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.50|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.51|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.52|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.53|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.54|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.55|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.56|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.57|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.58|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.59|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.60|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.61|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.62|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.63|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.64|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.65|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.66|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.67|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.68|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.69|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.70|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.71|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.72|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.73|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.74|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.75|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.76|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.77|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.78|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.79|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.80|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.81|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.82|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.83|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.84|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.85|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.86|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.87|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.88|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.89|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.90|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.91|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.92|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.93|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.94|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.95|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.96|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.97|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.98|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.99|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.100|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.101|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.102|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.103|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.104|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.105|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.106|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.107|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.70.108|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.1|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.2|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.3|2|3 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.4|2|3 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.5|2|3 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.6|2|3 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.7|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.8|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.9|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.10|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.11|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.12|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.13|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.14|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.15|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.16|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.17|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.18|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.19|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.20|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.21|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.22|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.23|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.24|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.25|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.26|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.27|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.28|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.29|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.30|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.31|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.32|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.33|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.34|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.35|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.36|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.37|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.38|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.39|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.40|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.41|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.42|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.43|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.44|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.45|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.46|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.47|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.48|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.49|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.50|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.51|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.52|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.53|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.54|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.55|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.56|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.57|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.58|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.59|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.60|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.61|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.62|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.63|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.64|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.65|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.66|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.67|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.68|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.69|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.70|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.71|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.72|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.73|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.74|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.75|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.76|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.77|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.78|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.79|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.80|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.81|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.82|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.83|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.84|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.85|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.86|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.87|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.88|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.89|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.90|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.91|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.92|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.93|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.94|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.95|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.96|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.97|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.98|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.99|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.100|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.101|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.102|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.103|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.104|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.105|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.106|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.107|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.81.108|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.1|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.2|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.3|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.4|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.5|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.6|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.7|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.8|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.9|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.10|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.11|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.12|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.13|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.14|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.15|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.16|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.17|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.18|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.19|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.20|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.21|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.22|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.23|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.24|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.25|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.26|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.27|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.28|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.29|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.30|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.31|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.32|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.33|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.34|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.35|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.36|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.37|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.38|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.39|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.40|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.41|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.42|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.43|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.44|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.45|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.46|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.47|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.48|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.49|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.50|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.51|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.52|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.53|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.54|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.55|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.56|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.57|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.58|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.59|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.60|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.61|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.62|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.63|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.64|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.65|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.66|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.67|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.68|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.69|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.70|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.71|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.72|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.73|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.74|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.75|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.76|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.77|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.78|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.79|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.80|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.81|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.82|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.83|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.84|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.85|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.86|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.87|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.88|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.89|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.90|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.91|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.92|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.93|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.94|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.95|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.96|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.97|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.98|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.99|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.100|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.101|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.102|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.103|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.104|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.105|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.106|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.107|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.85.108|67|1000 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.1|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.2|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.3|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.4|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.5|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.6|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.7|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.8|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.9|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.10|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.11|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.12|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.13|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.14|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.15|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.16|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.17|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.18|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.19|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.20|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.21|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.22|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.23|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.24|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.25|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.26|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.27|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.28|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.29|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.30|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.31|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.32|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.33|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.34|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.35|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.36|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.37|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.38|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.39|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.40|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.41|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.42|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.43|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.44|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.45|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.46|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.47|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.48|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.49|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.50|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.51|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.52|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.53|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.54|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.55|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.56|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.57|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.58|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.59|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.60|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.61|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.62|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.63|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.64|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.65|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.66|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.67|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.68|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.69|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.70|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.71|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.72|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.73|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.74|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.75|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.76|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.77|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.78|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.79|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.80|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.81|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.82|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.83|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.84|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.85|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.86|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.87|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.88|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.89|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.90|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.91|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.92|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.93|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.94|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.95|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.96|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.97|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.98|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.99|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.100|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.101|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.102|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.103|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.104|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.105|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.106|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.107|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.86.108|67|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.1|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.2|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.3|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.4|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.5|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.6|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.7|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.8|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.9|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.10|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.11|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.12|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.13|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.14|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.15|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.16|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.17|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.18|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.19|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.20|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.21|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.22|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.23|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.24|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.25|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.26|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.27|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.28|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.29|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.30|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.31|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.32|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.33|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.34|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.35|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.36|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.37|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.38|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.39|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.40|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.41|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.42|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.43|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.44|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.45|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.46|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.47|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.48|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.49|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.50|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.51|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.52|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.53|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.54|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.55|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.56|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.57|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.58|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.59|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.60|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.61|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.62|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.63|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.64|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.65|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.66|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.67|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.68|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.69|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.70|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.71|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.72|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.73|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.74|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.75|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.76|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.77|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.78|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.79|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.80|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.81|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.82|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.83|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.84|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.85|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.86|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.87|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.88|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.89|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.90|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.91|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.92|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.93|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.94|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.95|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.96|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.97|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.98|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.99|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.100|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.101|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.102|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.103|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.104|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.105|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.106|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.107|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.90.108|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.1|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.2|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.3|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.4|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.5|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.6|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.7|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.8|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.9|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.10|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.11|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.12|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.13|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.14|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.15|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.16|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.17|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.18|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.19|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.20|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.21|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.22|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.23|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.24|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.25|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.26|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.27|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.28|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.29|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.30|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.31|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.32|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.33|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.34|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.35|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.36|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.37|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.38|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.39|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.40|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.41|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.42|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.43|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.44|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.45|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.46|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.47|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.48|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.49|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.50|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.51|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.52|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.53|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.54|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.55|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.56|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.57|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.58|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.59|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.60|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.61|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.62|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.63|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.64|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.65|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.66|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.67|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.68|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.69|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.70|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.71|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.72|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.73|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.74|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.75|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.76|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.77|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.78|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.79|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.80|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.81|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.82|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.83|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.84|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.85|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.86|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.87|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.88|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.89|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.90|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.91|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.92|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.93|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.94|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.95|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.96|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.97|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.98|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.99|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.100|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.101|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.102|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.103|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.104|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.105|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.106|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.107|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.100.108|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.1|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.2|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.3|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.4|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.5|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.6|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.7|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.8|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.9|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.10|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.11|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.12|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.13|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.14|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.15|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.16|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.17|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.18|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.19|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.20|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.21|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.22|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.23|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.24|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.25|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.26|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.27|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.28|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.29|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.30|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.31|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.32|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.33|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.34|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.35|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.36|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.37|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.38|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.39|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.40|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.41|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.42|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.43|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.44|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.45|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.46|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.47|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.48|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.49|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.50|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.51|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.52|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.53|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.54|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.55|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.56|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.57|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.58|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.59|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.60|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.61|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.62|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.63|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.64|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.65|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.66|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.67|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.68|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.69|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.70|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.71|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.72|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.73|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.74|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.75|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.76|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.77|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.78|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.79|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.80|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.81|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.82|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.83|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.84|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.85|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.86|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.87|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.88|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.89|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.90|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.91|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.92|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.93|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.94|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.95|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.96|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.97|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.98|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.99|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.100|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.101|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.102|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.103|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.104|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.105|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.106|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.107|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.105.108|2|1 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.1|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.2|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.3|2|3 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.4|2|3 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.5|2|3 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.6|2|3 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.7|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.8|2|3 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.9|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.10|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.11|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.12|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.13|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.14|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.15|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.16|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.17|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.18|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.19|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.20|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.21|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.22|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.23|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.24|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.25|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.26|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.27|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.28|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.29|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.30|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.31|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.32|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.33|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.34|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.35|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.36|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.37|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.38|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.39|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.40|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.41|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.42|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.43|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.44|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.45|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.46|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.47|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.48|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.49|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.50|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.51|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.52|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.53|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.54|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.55|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.56|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.57|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.58|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.59|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.60|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.61|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.62|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.63|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.64|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.65|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.66|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.67|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.68|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.69|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.70|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.71|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.72|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.73|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.74|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.75|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.76|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.77|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.78|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.79|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.80|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.81|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.82|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.83|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.84|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.85|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.86|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.87|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.88|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.89|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.90|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.91|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.92|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.93|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.94|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.95|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.96|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.97|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.98|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.99|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.100|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.101|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.102|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.103|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.104|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.105|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.106|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.107|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.110.108|2|2 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.1|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.2|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.3|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.4|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.5|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.6|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.7|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.8|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.9|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.10|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.11|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.12|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.13|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.14|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.15|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.16|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.17|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.18|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.19|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.20|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.21|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.22|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.23|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.24|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.25|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.26|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.27|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.28|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.29|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.30|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.31|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.32|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.33|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.34|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.35|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.36|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.37|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.38|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.39|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.40|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.41|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.42|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.43|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.44|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.45|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.46|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.47|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.48|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.49|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.50|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.51|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.52|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.53|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.54|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.55|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.56|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.57|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.58|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.59|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.60|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.61|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.62|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.63|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.64|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.65|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.66|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.67|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.68|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.69|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.70|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.71|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.72|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.73|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.74|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.75|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.76|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.77|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.78|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.79|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.80|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.81|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.82|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.83|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.84|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.85|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.86|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.87|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.88|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.89|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.90|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.91|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.92|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.93|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.94|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.95|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.96|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.97|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.98|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.99|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.100|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.101|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.102|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.103|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.104|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.105|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.106|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.107|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.120.108|2|0 +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.1|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.2|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.3|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.4|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.5|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.6|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.7|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.8|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.9|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.10|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.11|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.12|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.13|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.14|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.15|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.16|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.17|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.18|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.19|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.20|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.21|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.22|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.23|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.24|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.25|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.26|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.27|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.28|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.29|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.30|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.31|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.32|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.33|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.34|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.35|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.36|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.37|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.38|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.39|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.40|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.41|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.42|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.43|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.44|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.45|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.46|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.47|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.48|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.49|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.50|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.51|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.52|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.53|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.54|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.55|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.56|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.57|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.58|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.59|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.60|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.61|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.62|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.63|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.64|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.65|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.66|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.67|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.68|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.69|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.70|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.71|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.72|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.73|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.74|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.75|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.76|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.77|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.78|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.79|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.80|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.81|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.82|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.83|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.84|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.85|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.86|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.87|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.88|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.89|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.90|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.91|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.92|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.93|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.94|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.95|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.96|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.97|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.98|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.99|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.100|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.101|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.102|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.103|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.104|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.105|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.106|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.107|4| +1.3.6.1.4.1.1918.2.13.10.90.40.1.130.108|4| +1.3.6.1.4.1.1918.2.13.10.100.30.0|2|17 +1.3.6.1.4.1.1918.2.13.10.100.40.0|2|0 +1.3.6.1.6.3.10.2.1.3.0|2|4591672