diff --git a/html/images/os/cet.png b/html/images/os/cet.png new file mode 100644 index 0000000000..7b4da8d899 Binary files /dev/null and b/html/images/os/cet.png differ diff --git a/html/images/os/delta.png b/html/images/os/delta.png deleted file mode 100644 index b86c2dbbd6..0000000000 Binary files a/html/images/os/delta.png and /dev/null differ diff --git a/html/images/os/delta.svg b/html/images/os/delta.svg new file mode 100644 index 0000000000..dfb068299d --- /dev/null +++ b/html/images/os/delta.svg @@ -0,0 +1 @@ + diff --git a/includes/definitions/cetpower.yaml b/includes/definitions/cetpower.yaml new file mode 100644 index 0000000000..d7bc6c0f26 --- /dev/null +++ b/includes/definitions/cetpower.yaml @@ -0,0 +1,16 @@ +os: cetpower +text: 'CET TSI Controller' +type: power +icon: cet +snmp_bulk: false +over: + - { graph: device_current, text: Load } + - { graph: device_voltage, text: Voltage } + - { graph: device_temperature, text: Temperature } + - { graph: device_power, text: Power } +discovery: + - sysObjectID: + - .1.3.6.1.4.1.12551.4.0 + - sysDescr: + - T2S-ETH supervisor for TSI SNMP V1.0 +mib_dir: cet \ No newline at end of file diff --git a/includes/definitions/discovery/cetpower.yaml b/includes/definitions/discovery/cetpower.yaml new file mode 100644 index 0000000000..492379626e --- /dev/null +++ b/includes/definitions/discovery/cetpower.yaml @@ -0,0 +1,64 @@ +mib: CET-TSI-MIB +modules: + os: + serial: CET-TSI-MIB::tsiT2SSerialNumber + sensors: + load: + options: + skip_value_lt: 1 + data: + - + oid: tsiPhaseTable + value: tsiPhaseAvailablePowerRatioW + num_oid: '.1.3.6.1.4.1.12551.4.1.2.2.1.2.{{ $index }}' + index: 'tsiPhaseAvailablePowerRatio.{{ $index }}' + descr: 'Available Power Ratio {{ $index }}' + power: + options: + skip_value_lt: 1 + data: + - + oid: tsiPhaseTable + value: tsiPhaseCurrentPowerInW + num_oid: '.1.3.6.1.4.1.12551.4.1.2.2.1.12.{{ $index }}' + index: 'tsiPhaseCurrentPowerInW.{{ $index }}' + descr: 'Current Power In {{ $index }}' + - + oid: tsiPhaseTable + value: tsiPhaseInstalledPowerInW + num_oid: '.1.3.6.1.4.1.12551.4.1.2.2.1.14.{{ $index }}' + index: 'tsiPhaseInstalledPowerInW.{{ $index }}' + descr: 'Installed Power In {{ $index }}' + voltage: + options: + skip_value_lt: 1 + divisor: 10 + data: + - + oid: tsiModuleTable + value: tsiModuleVinAC + num_oid: '.1.3.6.1.4.1.12551.4.1.1.1.1.20.{{ $index }}' + index: 'tsiModuleVinAC.{{ $index }}' + descr: 'Module Voltage in AC {{ $index }}' + - + oid: tsiModuleTable + value: tsiModuleVout + num_oid: '.1.3.6.1.4.1.12551.4.1.1.1.1.16.{{ $index }}' + index: 'tsiModuleVout.{{ $index }}' + descr: 'Module Voltage Out {{ $index }}' + - + oid: tsiModuleTable + value: tsiModuleVinDC + num_oid: '.1.3.6.1.4.1.12551.4.1.1.1.1.25.{{ $index }}' + index: 'tsiModuleVinDC.{{ $index }}' + descr: 'Module Voltage in DC {{ $index }}' + temperature: + options: + skip_value_lt: 1 + data: + - + oid: tsiModuleTable + value: tsiModuleTemperature + num_oid: '.1.3.6.1.4.1.12551.4.1.1.1.1.28.{{ $index }}' + index: 'tsiModuleTemperature.{{ $index }}' + descr: 'Module Temperature {{ $index }}' \ No newline at end of file diff --git a/mibs/cet/CET-TSI-MIB b/mibs/cet/CET-TSI-MIB new file mode 100644 index 0000000000..de52e361fd --- /dev/null +++ b/mibs/cet/CET-TSI-MIB @@ -0,0 +1,1732 @@ +--**************************************** +-- CET MIB file definition for TSI +-- +-- Vs 1.1 written by Nicolas Marique +--**************************************** + +CET-TSI-MIB DEFINITIONS ::= BEGIN + IMPORTS + MODULE-IDENTITY, + OBJECT-TYPE, + NOTIFICATION-TYPE, + Integer32 + FROM SNMPv2-SMI + cetMIB + FROM CET-TSI-SMI + DisplayString, DateAndTime + FROM SNMPv2-TC + MODULE-COMPLIANCE, + OBJECT-GROUP, + NOTIFICATION-GROUP + FROM SNMPv2-CONF; + + + cetTSIMIB MODULE-IDENTITY + LAST-UPDATED "200712051000Z" -- 05/12/2007 10:00 AM + ORGANIZATION "CE+T" + CONTACT-INFO "Construction Electronique + Telecommunication (CE+T) + + Postal: Rue du charbonnage, 12 + B-4020 Wandre + BELGIUM + + Tel: ++3243456742 + + E-mail: n.marique@cet.be" + + DESCRIPTION "CET MIB file definition for TSI" + + REVISION "200712051000Z" -- 05/12/2007 10:00 AM + DESCRIPTION "Update of MIB file content to match database + that can be retrieved using T2S Modbus protocol Vs 2.00 + + This include : + + - Addition of tsiRestrained and tsiEPC items in tsiModuleTable + + - Modification of some DESCRIPTION fields in tsiPhaseTable to + clarify installed and available power notion + + - Addition of tsiACGroupACinFreq in tsiACGroupTable + + - Deprecation of tsiT2SSoftwareVersion in tsiT2SInfo + + - Addition of tsiT2SMainSoftwareVersion, tsiT2SSubSoftwareVersion, + tsiT2SMaxKnownParameters and tsiT2SVersionTextError in tsiT2SInfo + + - Addition of tsiConfiguration node and associated subtree + + - Addition of Conformance clause and group for deprecated objects" + + REVISION "200708130900Z" -- 13/08/2007 09:00 AM + DESCRIPTION "First Release of the TSI MIB definition file" + + -- OID : 1.3.6.1.4.1.12551.4 + ::= { cetMIB 4 } + +--================== +-- TSI Subtree +--================== + + -- OID : 1.3.6.1.4.1.12551.4.1 + tsiObjects OBJECT IDENTIFIER ::= { cetTSIMIB 1 } + + -- OID : 1.3.6.1.4.1.12551.4.2 + tsiConformance OBJECT IDENTIFIER ::= { cetTSIMIB 2 } + +--================================================================================ +-- TSI Objects +--================================================================================ + + -- OID : 1.3.6.1.4.1.12551.4.1.1 + tsiModules OBJECT IDENTIFIER ::= { tsiObjects 1 } + + -- OID : 1.3.6.1.4.1.12551.4.1.2 + tsiPhases OBJECT IDENTIFIER ::= { tsiObjects 2 } + + -- OID : 1.3.6.1.4.1.12551.4.1.3 + tsiACGroups OBJECT IDENTIFIER ::= { tsiObjects 3 } + + -- OID : 1.3.6.1.4.1.12551.4.1.4 + tsiDCGroups OBJECT IDENTIFIER ::= { tsiObjects 4 } + + -- OID : 1.3.6.1.4.1.12551.4.1.5 + tsiAlarms OBJECT IDENTIFIER ::= { tsiObjects 5 } + + -- OID : 1.3.6.1.4.1.12551.4.1.6 + tsiTraps OBJECT IDENTIFIER ::= { tsiObjects 6 } + + -- OID : 1.3.6.1.4.1.12551.4.1.7 + tsiEventDescription OBJECT IDENTIFIER ::= { tsiObjects 7 } + + -- OID : 1.3.6.1.4.1.12551.4.1.8 + tsiT2SInfo OBJECT IDENTIFIER ::= { tsiObjects 8 } + + -- OID : 1.3.6.1.4.1.12551.4.1.9 + tsiConfiguration OBJECT IDENTIFIER ::= { tsiObjects 9 } + +--======================= +-- TSI Modules Subtree +--======================= + + --OID : 1.3.6.1.4.1.12551.4.1.1.1 + tsiModuleTable OBJECT-TYPE + SYNTAX SEQUENCE OF TsiModuleTableEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table describing the different values related to + the TSI modules such as voltages, current, status, ..." + ::= { tsiModules 1 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1 + tsiModuleTableEntry OBJECT-TYPE + SYNTAX TsiModuleTableEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The conceptual row referencing the SEQUENCE definition" + INDEX { tsiModuleTableIndex } + ::= { tsiModuleTable 1 } + + TsiModuleTableEntry ::= SEQUENCE { + tsiModuleTableIndex Integer32, + tsiModuleSeen INTEGER, + tsiModuleACOutState INTEGER, + tsiModuleACInState INTEGER, + tsiModuleDCInState INTEGER, + tsiModuleAddress Integer32, + tsiModuleInputRepartition Integer32, + tsiModuleLoadRatioW Integer32, + tsiModuleLoadRatioVA Integer32, + tsiModulePhaseNumber Integer32, + tsiModuleACGroupNumber Integer32, + tsiModuleDCGroupNumber Integer32, + tsiModuleStatus Integer32, + tsiModuleACInStatus Integer32, + tsiModuleDCInStatus Integer32, + tsiModuleVout Integer32, + tsiModuleIout Integer32, + tsiModulePoutW Integer32, + tsiModulePoutVA Integer32, + tsiModuleVinAC Integer32, + tsiModuleIinAC Integer32, + tsiModulePinACW Integer32, + tsiModulePinACVA Integer32, + tsiModuleACinFreq Integer32, + tsiModuleVinDC Integer32, + tsiModuleIinDC Integer32, + tsiModulePinDC Integer32, + tsiModuleTemperature Integer32, + tsiModuleSoftwareVersion Integer32, + tsiModuleSerialNumber Integer32, + tsiModuleNominalPoutW Integer32, + tsiModuleNominalPoutVA Integer32, + tsiModuleNominalVinAC Integer32, + tsiModuleNominalVinDC Integer32, + tsiModuleNominalFreqAC Integer32, + tsiRestrained INTEGER, + tsiEPC INTEGER + } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.1 + tsiModuleTableIndex OBJECT-TYPE + SYNTAX Integer32 (1..32) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Inverter identifier" + ::= { tsiModuleTableEntry 1 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.2 + tsiModuleSeen OBJECT-TYPE + SYNTAX INTEGER { + no(0), + yes(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Flag indicating if the module is seen + on the communication bus or not" + ::= { tsiModuleTableEntry 2 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.3 + tsiModuleACOutState OBJECT-TYPE + SYNTAX INTEGER { + sbr(0), + sb(1), + sbwe(2), + sbwre(3), + unknown(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Status of the module AC output stage" + ::= { tsiModuleTableEntry 3 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.4 + tsiModuleACInState OBJECT-TYPE + SYNTAX INTEGER { + ok(0), + safe(1), + notSync(2), + off(3), + unknown(4) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Status of the module AC input stage" + ::= { tsiModuleTableEntry 4 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.5 + tsiModuleDCInState OBJECT-TYPE + SYNTAX INTEGER { + ok(0), + fail(1), + unknown(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Status of the module DC input stage" + ::= { tsiModuleTableEntry 5 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.6 + tsiModuleAddress OBJECT-TYPE + SYNTAX Integer32 (1..32) + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Configured address of the module" + ::= { tsiModuleTableEntry 6 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.7 + tsiModuleInputRepartition OBJECT-TYPE + SYNTAX Integer32 (0..100) + UNITS "%" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Load repartition ratio between AC and DC Inputs + (0% is AC and 100% is DC)" + ::= { tsiModuleTableEntry 7 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.8 + tsiModuleLoadRatioW OBJECT-TYPE + SYNTAX Integer32 (0..100) + UNITS "%" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Loading ratio regarding power in watts" + ::= { tsiModuleTableEntry 8 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.9 + tsiModuleLoadRatioVA OBJECT-TYPE + SYNTAX Integer32 (0..100) + UNITS "%" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Loading ratio regarding power in VA" + ::= { tsiModuleTableEntry 9 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.10 + tsiModulePhaseNumber OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Label of the phase module is belonging to" + ::= { tsiModuleTableEntry 10 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.11 + tsiModuleACGroupNumber OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Label of the AC group module is belonging to" + ::= { tsiModuleTableEntry 11 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.12 + tsiModuleDCGroupNumber OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Label of the DC group module is belonging to" + ::= { tsiModuleTableEntry 12 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.13 + tsiModuleStatus OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Event number describing module output stage and + internal status" + ::= { tsiModuleTableEntry 13 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.14 + tsiModuleACInStatus OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Event number describing AC input stage" + ::= { tsiModuleTableEntry 14 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.15 + tsiModuleDCInStatus OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Event number describing DC input stage" + ::= { tsiModuleTableEntry 15 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.16 + tsiModuleVout OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output voltage of the module" + ::= { tsiModuleTableEntry 16 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.17 + tsiModuleIout OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output current of the module" + ::= { tsiModuleTableEntry 17 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.18 + tsiModulePoutW OBJECT-TYPE + SYNTAX Integer32 + UNITS "W" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output power in watts of the module" + ::= { tsiModuleTableEntry 18 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.19 + tsiModulePoutVA OBJECT-TYPE + SYNTAX Integer32 + UNITS "VA" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output power in VA of the module" + ::= { tsiModuleTableEntry 19 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.20 + tsiModuleVinAC OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "AC input voltage of the module" + ::= { tsiModuleTableEntry 20 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.21 + tsiModuleIinAC OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "AC input current of the module" + ::= { tsiModuleTableEntry 21 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.22 + tsiModulePinACW OBJECT-TYPE + SYNTAX Integer32 + UNITS "W" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Power in watts sourced from the AC input of the module" + ::= { tsiModuleTableEntry 22 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.23 + tsiModulePinACVA OBJECT-TYPE + SYNTAX Integer32 + UNITS "VA" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Power in VA sourced from the AC input of the module" + ::= { tsiModuleTableEntry 23 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.24 + tsiModuleACinFreq OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1Hz" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Frequency of the AC input source of the module" + ::= { tsiModuleTableEntry 24 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.25 + tsiModuleVinDC OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DC input voltage of the module" + ::= { tsiModuleTableEntry 25 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.26 + tsiModuleIinDC OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DC input current of the module" + ::= { tsiModuleTableEntry 26 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.27 + tsiModulePinDC OBJECT-TYPE + SYNTAX Integer32 + UNITS "W" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Power in watts sourced from the DC input of the module" + ::= { tsiModuleTableEntry 27 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.28 + tsiModuleTemperature OBJECT-TYPE + SYNTAX Integer32 + UNITS "K" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Temperature of the module" + ::= { tsiModuleTableEntry 28 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.29 + tsiModuleSoftwareVersion OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Software version number of the module" + ::= { tsiModuleTableEntry 29 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.30 + tsiModuleSerialNumber OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Serial number of the module" + ::= { tsiModuleTableEntry 30 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.31 + tsiModuleNominalPoutW OBJECT-TYPE + SYNTAX Integer32 + UNITS "W" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Nominal output power in watts of the module" + ::= { tsiModuleTableEntry 31 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.32 + tsiModuleNominalPoutVA OBJECT-TYPE + SYNTAX Integer32 + UNITS "VA" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Nominal output power in VA of the module" + ::= { tsiModuleTableEntry 32 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.33 + tsiModuleNominalVinAC OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Nominal voltage of the AC input of the module" + ::= { tsiModuleTableEntry 33 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.34 + tsiModuleNominalVinDC OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Nominal voltage of the DC input of the module" + ::= { tsiModuleTableEntry 34 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.35 + tsiModuleNominalFreqAC OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1Hz" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Nominal AC frequency of the module" + ::= { tsiModuleTableEntry 35 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.36 + tsiRestrained OBJECT-TYPE + SYNTAX INTEGER { + no(0), + yes(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Flag indicating if the module has limited features" + ::= { tsiModuleTableEntry 36 } + + --OID : .1.3.6.1.4.1.12551.4.1.1.1.1.37 + tsiEPC OBJECT-TYPE + SYNTAX INTEGER { + no(0), + yes(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Flag indicating if the module has an EPC converter" + ::= { tsiModuleTableEntry 37 } + +--====================== +-- TSI Phases Subtree +--====================== + + --OID : .1.3.6.1.4.1.12551.4.1.2.1.0 + tsiNbPhaseConfigured OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of phases configured in the system" + ::= { tsiPhases 1 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2 + tsiPhaseTable OBJECT-TYPE + SYNTAX SEQUENCE OF TsiPhaseTableEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table describing the different values related to + the phases such as voltages, current, loading, ..." + ::= { tsiPhases 2 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1 + tsiPhaseTableEntry OBJECT-TYPE + SYNTAX TsiPhaseTableEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The conceptual row referencing the SEQUENCE definition" + INDEX { tsiPhaseTableIndex } + ::= { tsiPhaseTable 1 } + + TsiPhaseTableEntry ::= SEQUENCE { + tsiPhaseTableIndex Integer32, + tsiPhaseAvailablePowerRatioW Integer32, + tsiPhaseAvailablePowerRatioVA Integer32, + tsiPhaseInstalledPowerRatioW Integer32, + tsiPhaseInstalledPowerRatioVA Integer32, + tsiPhaseVout Integer32, + tsiPhaseIout Integer32, + tsiPhaseACOutFreq Integer32, + tsiPhasePinDC Integer32, + tsiPhasePinACW Integer32, + tsiPhasePinACVA Integer32, + tsiPhaseCurrentPowerInW Integer32, + tsiPhaseCurrentPowerInVA Integer32, + tsiPhaseInstalledPowerInW Integer32, + tsiPhaseInstalledPowerInVA Integer32, + tsiPhaseAvailablePowerInW Integer32, + tsiPhaseAvailablePowerInVA Integer32, + tsiPhaseNbModConfigured Integer32, + tsiPhaseRedundancy Integer32, + tsiPhaseNbModSeen Integer32, + tsiPhaseNbModOK Integer32, + tsiPhaseNbModMO Integer32, + tsiPhaseNbModKO Integer32, + tsiPhaseNbModNT Integer32 + } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.1 + tsiPhaseTableIndex OBJECT-TYPE + SYNTAX Integer32 (1..8) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Phase identifier" + ::= { tsiPhaseTableEntry 1 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.2 + tsiPhaseAvailablePowerRatioW OBJECT-TYPE + SYNTAX Integer32 (0..100) + UNITS "%" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Ratio between output load and available power in watts. + + By available power, we mean the total power that could + be delivered to load. That's to say, the number of valid + modules multiplied by nominal power (no redundancy notion + here)" + ::= { tsiPhaseTableEntry 2 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.3 + tsiPhaseAvailablePowerRatioVA OBJECT-TYPE + SYNTAX Integer32 (0..100) + UNITS "%" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Ratio between output load and available power in VA + + By available power, we mean the total power that could + be delivered to load. That's to say, the number of valid + modules multiplied by nominal power (no redundancy notion + here)" + ::= { tsiPhaseTableEntry 3 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.4 + tsiPhaseInstalledPowerRatioW OBJECT-TYPE + SYNTAX Integer32 (0..100) + UNITS "%" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Ratio between output load and installed power in W + + By installed power, we mean the total amount of power the + system was designed for. That's to say, the number of valid + modules minus the number of redundant modules multiplied by + nominal power" + ::= { tsiPhaseTableEntry 4 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.5 + tsiPhaseInstalledPowerRatioVA OBJECT-TYPE + SYNTAX Integer32 (0..100) + UNITS "%" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Ratio between output load and installed power in VA + + By installed power, we mean the total amount of power the + system was designed for. That's to say, the number of valid + modules minus the number of redundant modules multiplied by + nominal power" + ::= { tsiPhaseTableEntry 5 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.6 + tsiPhaseVout OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output voltage of the phase" + ::= { tsiPhaseTableEntry 6 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.7 + tsiPhaseIout OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Output current of the phase" + ::= { tsiPhaseTableEntry 7 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.8 + tsiPhaseACOutFreq OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1Hz" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Frequency of the output of the phase" + ::= { tsiPhaseTableEntry 8 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.9 + tsiPhasePinDC OBJECT-TYPE + SYNTAX Integer32 + UNITS "W" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total power sourced from the DC input of + the module belonging to that phase" + ::= { tsiPhaseTableEntry 9 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.10 + tsiPhasePinACW OBJECT-TYPE + SYNTAX Integer32 + UNITS "W" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total power in watts sourced from the AC input of + the module belonging to that phase" + ::= { tsiPhaseTableEntry 10 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.11 + tsiPhasePinACVA OBJECT-TYPE + SYNTAX Integer32 + UNITS "VA" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total power in VA sourced from the AC input of + the module belonging to that phase" + ::= { tsiPhaseTableEntry 11 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.12 + tsiPhaseCurrentPowerInW OBJECT-TYPE + SYNTAX Integer32 + UNITS "W" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total power in watts delivered by + the module belonging to that phase" + ::= { tsiPhaseTableEntry 12 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.13 + tsiPhaseCurrentPowerInVA OBJECT-TYPE + SYNTAX Integer32 + UNITS "VA" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total power in VA delivered by + the module belonging to that phase" + ::= { tsiPhaseTableEntry 13 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.14 + tsiPhaseInstalledPowerInW OBJECT-TYPE + SYNTAX Integer32 + UNITS "W" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total power in W installed in that phase + + By installed power, we mean the total amount of power the + system was designed for. That's to say, the number of valid + modules minus the number of redundant modules multiplied by + nominal power" + ::= { tsiPhaseTableEntry 14 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.15 + tsiPhaseInstalledPowerInVA OBJECT-TYPE + SYNTAX Integer32 + UNITS "VA" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total power in VA installed in that phase + + By installed power, we mean the total amount of power the + system was designed for. That's to say, the number of valid + modules minus the number of redundant modules multiplied by + nominal power" + ::= { tsiPhaseTableEntry 15 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.16 + tsiPhaseAvailablePowerInW OBJECT-TYPE + SYNTAX Integer32 + UNITS "W" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total available power in watts in that phase + + By available power, we mean the total power that could + be delivered to load. That's to say, the number of valid + modules multiplied by nominal power (no redundancy notion + here)" + ::= { tsiPhaseTableEntry 16 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.17 + tsiPhaseAvailablePowerInVA OBJECT-TYPE + SYNTAX Integer32 + UNITS "VA" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total available power in VA in that phase + + By available power, we mean the total power that could + be delivered to load. That's to say, the number of valid + modules multiplied by nominal power (no redundancy notion + here)" + ::= { tsiPhaseTableEntry 17 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.18 + tsiPhaseNbModConfigured OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of module configured in the phase" + ::= { tsiPhaseTableEntry 18 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.19 + tsiPhaseRedundancy OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of redundant module configured in the phase" + ::= { tsiPhaseTableEntry 19 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.20 + tsiPhaseNbModSeen OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of module seen in that phase" + ::= { tsiPhaseTableEntry 20 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.21 + tsiPhaseNbModOK OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of module delivering output in that phase" + ::= { tsiPhaseTableEntry 21 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.22 + tsiPhaseNbModMO OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of module manually off in that phase" + ::= { tsiPhaseTableEntry 22 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.23 + tsiPhaseNbModKO OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of module not delivering output + due to a failure in that phase" + ::= { tsiPhaseTableEntry 23 } + + --OID : .1.3.6.1.4.1.12551.4.1.2.2.1.24 + tsiPhaseNbModNT OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of module not seen in that phase (accordingly to + tsiPhaseNbModConfigured)" + ::= { tsiPhaseTableEntry 24 } + + +--======================== +-- TSI AC Group Subtree +--======================== + + --OID : .1.3.6.1.4.1.12551.4.1.3.1.0 + tsiNbACGroupConfigured OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of AC groups configured in the system" + ::= { tsiACGroups 1} + + --OID : .1.3.6.1.4.1.12551.4.1.3.2 + tsiACGroupTable OBJECT-TYPE + SYNTAX SEQUENCE OF TsiACGroupTableEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table describing the different values related to + the AC groups such as voltages, currents, ..." + ::= { tsiACGroups 2 } + + --OID : .1.3.6.1.4.1.12551.4.1.3.2.1 + tsiACGroupTableEntry OBJECT-TYPE + SYNTAX TsiACGroupTableEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The conceptual row referencing the SEQUENCE definition" + INDEX { tsiACGroupTableIndex } + ::= { tsiACGroupTable 1 } + + TsiACGroupTableEntry ::= SEQUENCE { + tsiACGroupTableIndex Integer32, + tsiACGroupVinAC Integer32, + tsiACGroupIinAC Integer32, + tsiACGroupPinACW Integer32, + tsiACGroupPinACVA Integer32, + tsiACGroupNbModSeen Integer32, + tsiACGroupNbModOK Integer32, + tsiACGroupNbModMO Integer32, + tsiACGroupNbModKO Integer32, + tsiACGroupNbModACinOK Integer32, + tsiACGroupACinFreq Integer32 + } + + --OID : .1.3.6.1.4.1.12551.4.1.3.2.1.1 + tsiACGroupTableIndex OBJECT-TYPE + SYNTAX Integer32 (1..4) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "AC group number identifier" + ::= { tsiACGroupTableEntry 1 } + + --OID : .1.3.6.1.4.1.12551.4.1.3.2.1.2 + tsiACGroupVinAC OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "AC input voltage of the group" + ::= { tsiACGroupTableEntry 2 } + + --OID : .1.3.6.1.4.1.12551.4.1.3.2.1.3 + tsiACGroupIinAC OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total current sourced from the AC input of + the module belonging to that group" + ::= { tsiACGroupTableEntry 3 } + + --OID : .1.3.6.1.4.1.12551.4.1.3.2.1.4 + tsiACGroupPinACW OBJECT-TYPE + SYNTAX Integer32 + UNITS "W" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total power in watts sourced from the AC input of + the module belonging to that group" + ::= { tsiACGroupTableEntry 4 } + + --OID : .1.3.6.1.4.1.12551.4.1.3.2.1.5 + tsiACGroupPinACVA OBJECT-TYPE + SYNTAX Integer32 + UNITS "VA" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total power in VA sourced from the AC input of + the module belonging to that group" + ::= { tsiACGroupTableEntry 5 } + + --OID : .1.3.6.1.4.1.12551.4.1.3.2.1.6 + tsiACGroupNbModSeen OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of module seen in that group" + ::= { tsiACGroupTableEntry 6 } + + --OID : .1.3.6.1.4.1.12551.4.1.3.2.1.7 + tsiACGroupNbModOK OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of module delivering output in that group" + ::= { tsiACGroupTableEntry 7 } + + --OID : .1.3.6.1.4.1.12551.4.1.3.2.1.8 + tsiACGroupNbModMO OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of module manually off in that group" + ::= { tsiACGroupTableEntry 8 } + + --OID : .1.3.6.1.4.1.12551.4.1.3.2.1.9 + tsiACGroupNbModKO OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of module not delivering output + due to a failure in that group" + ::= { tsiACGroupTableEntry 9 } + + --OID : .1.3.6.1.4.1.12551.4.1.3.2.1.10 + tsiACGroupNbModACinOK OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of module stating that their AC input stage + is fully functional" + ::= { tsiACGroupTableEntry 10 } + + --OID : .1.3.6.1.4.1.12551.4.1.3.2.1.11 + tsiACGroupACinFreq OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1Hz" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Frequency of the AC input of the group" + ::= { tsiACGroupTableEntry 11 } + +--======================== +-- TSI DC Group Subtree +--======================== + + --OID : .1.3.6.1.4.1.12551.4.1.4.1.0 + tsiNbDCGroupConfigured OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of DC groups configured in the system" + ::= { tsiDCGroups 1} + + --OID : .1.3.6.1.4.1.12551.4.1.4.2 + tsiDCGroupTable OBJECT-TYPE + SYNTAX SEQUENCE OF TsiDCGroupTableEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table describing the different values related to + the DC groups such as voltages, currents, ..." + ::= { tsiDCGroups 2 } + + --OID : .1.3.6.1.4.1.12551.4.1.4.2.1 + tsiDCGroupTableEntry OBJECT-TYPE + SYNTAX TsiDCGroupTableEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The conceptual row referencing the SEQUENCE definition" + INDEX { tsiDCGroupTableIndex } + ::= { tsiDCGroupTable 1 } + + TsiDCGroupTableEntry ::= SEQUENCE { + tsiDCGroupTableIndex Integer32, + tsiDCGroupVinDC Integer32, + tsiDCGroupIinDC Integer32, + tsiDCGroupPinDC Integer32, + tsiDCGroupNbModSeen Integer32, + tsiDCGroupNbModOK Integer32, + tsiDCGroupNbModMO Integer32, + tsiDCGroupNbModKO Integer32, + tsiDCGroupNbModDCinOK Integer32 + } + + --OID : .1.3.6.1.4.1.12551.4.1.4.2.1.1 + tsiDCGroupTableIndex OBJECT-TYPE + SYNTAX Integer32 (1..4) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "AC group number identifier" + ::= { tsiDCGroupTableEntry 1 } + + --OID : .1.3.6.1.4.1.12551.4.1.4.2.1.2 + tsiDCGroupVinDC OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1V" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "DC input voltage of the group" + ::= { tsiDCGroupTableEntry 2 } + + --OID : .1.3.6.1.4.1.12551.4.1.4.2.1.3 + tsiDCGroupIinDC OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.1A" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total current sourced from the DC input of + the module belonging to that group" + ::= { tsiDCGroupTableEntry 3 } + + --OID : .1.3.6.1.4.1.12551.4.1.4.2.1.4 + tsiDCGroupPinDC OBJECT-TYPE + SYNTAX Integer32 + UNITS "W" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total power in watts sourced from the DC input of + the module belonging to that group" + ::= { tsiDCGroupTableEntry 4 } + + --OID : .1.3.6.1.4.1.12551.4.1.4.2.1.5 + tsiDCGroupNbModSeen OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of module seen in that group" + ::= { tsiDCGroupTableEntry 5 } + + --OID : 1.3.6.1.4.1.12551.4.1.4.1.1.6 + tsiDCGroupNbModOK OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of module delivering output in that group" + ::= { tsiDCGroupTableEntry 6 } + + --OID : .1.3.6.1.4.1.12551.4.1.4.2.1.6 + tsiDCGroupNbModMO OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of module manually off in that group" + ::= { tsiDCGroupTableEntry 7 } + + --OID : .1.3.6.1.4.1.12551.4.1.4.2.1.7 + tsiDCGroupNbModKO OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of module not delivering output + due to a failure in that group" + ::= { tsiDCGroupTableEntry 8 } + + --OID : .1.3.6.1.4.1.12551.4.1.4.2.1.8 + tsiDCGroupNbModDCinOK OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of module stating that their AC input stage + is fully functional" + ::= { tsiDCGroupTableEntry 9 } + +--===================== +-- TSI Alarm Subtree +--===================== + + --OID : .1.3.6.1.4.1.12551.4.1.5.1.0 + tsiNbMinorAlarm OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of minor alarms present in the system" + ::= { tsiAlarms 1 } + + --OID : .1.3.6.1.4.1.12551.4.1.5.2.0 + tsiNbMajorAlarm OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Number of major alarms present in the system" + ::= { tsiAlarms 2 } + + --OID : .1.3.6.1.4.1.12551.4.1.5.3.0 + tsiTotalAlarmNumber OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Total number of alarms present in the system" + ::= { tsiAlarms 3 } + + -- OID : .1.3.6.1.4.1.12551.4.1.5.4 + tsiAlarmTable OBJECT-TYPE + SYNTAX SEQUENCE OF TsiAlarmEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table containing the alarm present in the system" + ::= { tsiAlarms 4 } + + -- OID : .1.3.6.1.4.1.12551.4.1.5.4.1 + tsiAlarmEntry OBJECT-TYPE + SYNTAX TsiAlarmEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The conceptual row referencing the SEQUENCE definition" + INDEX { tsiAlarmIndex } + ::= { tsiAlarmTable 1 } + + TsiAlarmEntry ::= SEQUENCE { + tsiAlarmIndex Integer32, + tsiAlarmID Integer32, + tsiAlarmType INTEGER, + tsiAlarmSource INTEGER, + tsiAlarmDescription DisplayString, + tsiAlarmTime DateAndTime + } + + -- OID : .1.3.6.1.4.1.12551.4.1.5.4.1.1 + tsiAlarmIndex OBJECT-TYPE + SYNTAX Integer32 (1..50) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The alarm entry identifier" + ::= { tsiAlarmEntry 1 } + + -- OID : .1.3.6.1.4.1.12551.4.1.5.4.1.2 + tsiAlarmID OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Unique identifier number of the alarm" + ::= { tsiAlarmEntry 2 } + + -- OID : .1.3.6.1.4.1.12551.4.1.5.4.1.3 + tsiAlarmType OBJECT-TYPE + SYNTAX INTEGER { + noAlarm(0), + minor(1), + major(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Severity level of the alarm" + ::= { tsiAlarmEntry 3 } + + -- OID : .1.3.6.1.4.1.12551.4.1.5.4.1.4 + tsiAlarmSource OBJECT-TYPE + SYNTAX INTEGER { + t2s(0), + module01(1), module02(2), module03(3), module04(4), + module05(5), module06(6), module07(7), module08(8), + module09(9), module10(10), module11(11), module12(12), + module13(13), module14(14), module15(15), module16(16), + module17(17), module18(18), module19(19), module20(20), + module21(21), module22(22), module23(23), module24(24), + module25(25), module26(26), module27(27), module28(28), + module29(29), module30(30), module31(31), module32(32), + system(33) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Device responsible of the alarm" + ::= { tsiAlarmEntry 4 } + + -- OID : .1.3.6.1.4.1.12551.4.1.5.4.1.5 + tsiAlarmDescription OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Description string of the alarm" + ::= { tsiAlarmEntry 5 } + + -- OID : .1.3.6.1.4.1.12551.4.1.5.4.1.6 + tsiAlarmTime OBJECT-TYPE + SYNTAX DateAndTime + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Date and time of the occurence of the alarm" + ::= { tsiAlarmEntry 6 } + + + --OID : .1.3.6.1.4.1.12551.4.1.5.5.0 + tsiTempoMajorRelay OBJECT-TYPE + SYNTAX Integer32 + UNITS "s" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Temporisation of the major alarm relay" + ::= { tsiAlarms 5 } + + --OID : .1.3.6.1.4.1.12551.4.1.5.6.0 + tsiTempoMinorRelay OBJECT-TYPE + SYNTAX Integer32 + UNITS "s" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Temporisation of the minor alarm relay" + ::= { tsiAlarms 6 } + + --OID : .1.3.6.1.4.1.12551.4.1.5.7.0 + tsiACInputPresent OBJECT-TYPE + SYNTAX INTEGER { + no(0), + yes(1) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Flag that indicates if the AC input should + be considered as present or not" + ::= { tsiAlarms 7 } + + --OID : .1.3.6.1.4.1.12551.4.1.5.8.0 + tsiSaturationThreshold OBJECT-TYPE + SYNTAX Integer32 (0..100) + UNITS "%" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Ratio threshold over which the saturation + alarm will be raised" + ::= { tsiAlarms 8 } + + --OID : .1.3.6.1.4.1.12551.4.1.5.9.0 + tsiProgrammableRelay OBJECT-TYPE + SYNTAX Integer32 (0..100) + UNITS "%" + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Event number on which the programmable alarm + relay will trigger" + ::= { tsiAlarms 9 } + +--================ +-- Trap SubTree +--================ + + --OID : .1.3.6.1.4.1.12551.4.1.6.0 + tsiTrapsPrefix OBJECT IDENTIFIER + ::= { tsiTraps 0 } + + --OID : .1.3.6.1.4.1.12551.4.1.6.0.1 + tsiTrapMajorAlarmAdded NOTIFICATION-TYPE + OBJECTS { tsiAlarmID, tsiAlarmSource, tsiAlarmDescription, tsiAlarmTime } + STATUS current + DESCRIPTION "This trap is sent each time a new major + alarm is detected in the system" + ::= { tsiTrapsPrefix 1 } + + --OID : .1.3.6.1.4.1.12551.4.1.6.0.2 + tsiTrapMajorAlarmRemoved NOTIFICATION-TYPE + OBJECTS { tsiAlarmID, tsiAlarmSource, tsiAlarmDescription, tsiAlarmTime } + STATUS current + DESCRIPTION "This trap is sent each time a major alarm + that was present in the system disappear from it" + ::= { tsiTrapsPrefix 2 } + + --OID : .1.3.6.1.4.1.12551.4.1.6.0.3 + tsiTrapMinorAlarmAdded NOTIFICATION-TYPE + OBJECTS { tsiAlarmID, tsiAlarmSource, tsiAlarmDescription, tsiAlarmTime } + STATUS current + DESCRIPTION "This trap is sent each time a new minor + alarm is detected in the system" + ::= { tsiTrapsPrefix 3 } + + --OID : .1.3.6.1.4.1.12551.4.1.6.0.4 + tsiTrapMinorAlarmRemoved NOTIFICATION-TYPE + OBJECTS { tsiAlarmID, tsiAlarmSource, tsiAlarmDescription, tsiAlarmTime } + STATUS current + DESCRIPTION "This trap is sent each time a minor alarm + that was present in the system disappear from it" + ::= { tsiTrapsPrefix 4 } + +--================================= +-- TSI Event Description Subtree +--================================= + + -- OID : .1.3.6.1.4.1.12551.4.1.7.1 + tsiEventDescriptionTable OBJECT-TYPE + SYNTAX SEQUENCE OF TsiEventDescriptionEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table containing the event description strings" + ::= { tsiEventDescription 1 } + + -- OID : .1.3.6.1.4.1.12551.4.1.7.1.1 + tsiEventDescriptionEntry OBJECT-TYPE + SYNTAX TsiEventDescriptionEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The conceptual row referencing the SEQUENCE definition" + INDEX { tsiEventDescriptionIndex } + ::= { tsiEventDescriptionTable 1 } + + TsiEventDescriptionEntry ::= SEQUENCE { + tsiEventDescriptionIndex Integer32, + tsiEventDescriptionString DisplayString + } + + -- OID : .1.3.6.1.4.1.12551.4.1.7.1.1.1 + tsiEventDescriptionIndex OBJECT-TYPE + SYNTAX Integer32 (1..300) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The event identifier" + ::= { tsiEventDescriptionEntry 1 } + + + -- OID : .1.3.6.1.4.1.12551.4.1.7.1.1.2 + tsiEventDescriptionString OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Description string of the event" + ::= { tsiEventDescriptionEntry 2 } + +--======================== +-- TSI T2S Info Subtree +--======================== + + -- OID : .1.3.6.1.4.1.12551.4.1.8.1.0 + tsiT2SSoftwareVersion OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS deprecated + DESCRIPTION "Description string of the software version" + ::= { tsiT2SInfo 1 } + + -- OID : .1.3.6.1.4.1.12551.4.1.8.2.0 + tsiT2SSerialNumber OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Description string of the event" + ::= { tsiT2SInfo 2 } + + -- OID : .1.3.6.1.4.1.12551.4.1.8.3.0 + tsiT2SDateAndTime OBJECT-TYPE + SYNTAX DateAndTime + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Configured date and time of the T2S" + ::= { tsiT2SInfo 3 } + + -- OID : .1.3.6.1.4.1.12551.4.1.8.4.0 + tsiT2SMainSoftwareVersion OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Major revision software number of the T2S" + ::= { tsiT2SInfo 4 } + + -- OID : .1.3.6.1.4.1.12551.4.1.8.5.0 + tsiT2SSubSoftwareVersion OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Minor revision software number of the T2S" + ::= { tsiT2SInfo 5 } + + -- OID : .1.3.6.1.4.1.12551.4.1.8.6.0 + tsiT2SMaxKnownParameters OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Version number of TSI modules configuration parameters" + ::= { tsiT2SInfo 6 } + + -- OID : .1.3.6.1.4.1.12551.4.1.8.7.0 + tsiT2SVersionTextError OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Version number of TSI events description" + ::= { tsiT2SInfo 7 } + + +--============================= +-- TSI Configuration Subtree +--============================= + + -- OID : .1.3.6.1.4.1.12551.4.1.9.1 + tsiConfigurationTable OBJECT-TYPE + SYNTAX SEQUENCE OF TsiConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "Table containing the configurable parameters" + ::= { tsiConfiguration 1 } + + -- OID : .1.3.6.1.4.1.12551.4.1.9.1.1 + tsiConfigurationEntry OBJECT-TYPE + SYNTAX TsiConfigurationEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The conceptual row referencing the SEQUENCE definition" + INDEX { tsiConfigurationIndex } + ::= { tsiConfigurationTable 1 } + + TsiConfigurationEntry ::= SEQUENCE { + tsiConfigurationIndex Integer32, + tsiConfigurationID Integer32, + tsiConfigurationValue Integer32, + tsiConfigurationDescription DisplayString, + tsiConfigurationUnits Integer32, + tsiConfigurationValidity DisplayString + } + + -- OID : .1.3.6.1.4.1.12551.4.1.9.1.1.1 + tsiConfigurationIndex OBJECT-TYPE + SYNTAX Integer32 (1..500) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION "The index of the table" + ::= { tsiConfigurationEntry 1 } + + + -- OID : .1.3.6.1.4.1.12551.4.1.9.1.1.2 + tsiConfigurationID OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Unique identifier number associated to the parameter" + ::= { tsiConfigurationEntry 2 } + + -- OID : .1.3.6.1.4.1.12551.4.1.9.1.1.3 + tsiConfigurationValue OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Configured value of the parameter" + ::= { tsiConfigurationEntry 3 } + + -- OID : .1.3.6.1.4.1.12551.4.1.9.1.1.4 + tsiConfigurationDescription OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Textual description of the parameter" + ::= { tsiConfigurationEntry 4 } + + -- OID : .1.3.6.1.4.1.12551.4.1.9.1.1.5 + tsiConfigurationUnits OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Value defining the conversion rule to apply to parameter value + to obtain real value in MKS units. + + This value should be expressed in its hexidecimal form 0xYYWW + to understand it better + + - The high byte YY represents the exponent of the power of 10 + by wich the value should be divided + - The low byte WW represents the unit in which the parameter is expressed + + 0 : No units + 1 : Volts + 2 : Amperes + 3 : Hertz + 4 : Second + 5 : Angle (in degrees) + 6 : Watt + 7 : VA + 8 : Percent + 9 : Degree + 10 : Ohm" + ::= { tsiConfigurationEntry 5 } + + -- OID : .1.3.6.1.4.1.12551.4.1.9.1.1.6 + tsiConfigurationValidity OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Textual description regarding the validity status of the parameter" + ::= { tsiConfigurationEntry 6 } + + -- OID : .1.3.6.1.4.1.12551.4.1.9.2.0 + tsiDigInpLabel1 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Configured label associated to digital input 1" + ::= { tsiConfiguration 2 } + + -- OID : .1.3.6.1.4.1.12551.4.1.9.3.0 + tsiDigInpLabel2 OBJECT-TYPE + SYNTAX DisplayString + MAX-ACCESS read-only + STATUS current + DESCRIPTION "Configured label associated to digital input 2" + ::= { tsiConfiguration 3 } + +--=============================================================================== +-- Conformance Subtree +--=============================================================================== + + --OID : .1.3.6.1.4.1.12551.4.2.1 + tsiMIBCompliances OBJECT IDENTIFIER ::= { tsiConformance 1 } + --OID : .1.3.6.1.4.1.12551.4.2.2 + tsiMIBGroups OBJECT IDENTIFIER ::= { tsiConformance 2 } + +--========================= +-- Compliance Statements +--========================= + + --OID : .1.3.6.1.4.1.12551.4.2.1.1 + tsiMIBCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The core compliance statements for TSI agent" + MODULE -- this module + + GROUP tsiFunctionalGroup + DESCRIPTION "The tsiFunctionalGroup contains the objects + that are mandatory for a TSI agent to support" + + GROUP tsiNotificationGroup + DESCRIPTION "The tsiNotificationGroup contains the notification type + that are mandatory for a TSI agent to support" + + ::= { tsiMIBCompliances 1 } + + --OID : .1.3.6.1.4.1.12551.4.2.1.2 + tsiMIBDeprecated MODULE-COMPLIANCE + STATUS deprecated + DESCRIPTION + "The core compliance statements for TSI agent deprecated objects" + MODULE -- this module + + GROUP tsiDeprecatedGroup + DESCRIPTION "The tsiDeprecatedGroup contains the objets that + have been deprecated and that are hence not + mandatory anymore" + + ::= { tsiMIBCompliances 2 } + +--====================== +-- Conformance Groups +--====================== + + --OID : .1.3.6.1.4.1.12551.4.2.2.1 + tsiFunctionalGroup OBJECT-GROUP + OBJECTS { + + -- TSI Modules Subtree + + tsiModuleSeen, + tsiModuleACOutState, + tsiModuleACInState, + tsiModuleDCInState, + tsiModuleAddress, + tsiModuleInputRepartition, + tsiModuleLoadRatioW, + tsiModuleLoadRatioVA, + tsiModulePhaseNumber, + tsiModuleACGroupNumber, + tsiModuleDCGroupNumber, + tsiModuleStatus, + tsiModuleACInStatus, + tsiModuleDCInStatus, + tsiModuleVout, + tsiModuleIout, + tsiModulePoutW, + tsiModulePoutVA, + tsiModuleVinAC, + tsiModuleIinAC, + tsiModulePinACW, + tsiModulePinACVA, + tsiModuleACinFreq, + tsiModuleVinDC, + tsiModuleIinDC, + tsiModulePinDC, + tsiModuleTemperature, + tsiModuleSoftwareVersion, + tsiModuleSerialNumber, + tsiModuleNominalPoutW, + tsiModuleNominalPoutVA, + tsiModuleNominalVinAC, + tsiModuleNominalVinDC, + tsiModuleNominalFreqAC, + tsiRestrained, + tsiEPC, + + -- TSI Phases Subtree + + tsiNbPhaseConfigured, + tsiPhaseAvailablePowerRatioW, + tsiPhaseAvailablePowerRatioVA, + tsiPhaseInstalledPowerRatioW, + tsiPhaseInstalledPowerRatioVA, + tsiPhaseVout, + tsiPhaseIout, + tsiPhaseACOutFreq, + tsiPhasePinDC, + tsiPhasePinACW, + tsiPhasePinACVA, + tsiPhaseCurrentPowerInW, + tsiPhaseCurrentPowerInVA, + tsiPhaseInstalledPowerInW, + tsiPhaseInstalledPowerInVA, + tsiPhaseAvailablePowerInW, + tsiPhaseAvailablePowerInVA, + tsiPhaseNbModConfigured, + tsiPhaseRedundancy, + tsiPhaseNbModSeen, + tsiPhaseNbModOK, + tsiPhaseNbModMO, + tsiPhaseNbModKO, + tsiPhaseNbModNT, + + -- TSI AC Group Subtree + + tsiNbACGroupConfigured, + tsiACGroupVinAC, + tsiACGroupIinAC, + tsiACGroupPinACW, + tsiACGroupPinACVA, + tsiACGroupNbModSeen, + tsiACGroupNbModOK, + tsiACGroupNbModMO, + tsiACGroupNbModKO, + tsiACGroupNbModACinOK, + tsiACGroupACinFreq, + + -- TSI DC Group Subtree + + tsiNbDCGroupConfigured, + tsiDCGroupVinDC, + tsiDCGroupIinDC, + tsiDCGroupPinDC, + tsiDCGroupNbModSeen, + tsiDCGroupNbModOK, + tsiDCGroupNbModMO, + tsiDCGroupNbModKO, + tsiDCGroupNbModDCinOK, + + -- TSI Alarm Subtree + + tsiNbMinorAlarm, + tsiNbMajorAlarm, + tsiTotalAlarmNumber, + tsiAlarmID, + tsiAlarmType, + tsiAlarmSource, + tsiAlarmDescription, + tsiAlarmTime, + tsiTempoMajorRelay, + tsiTempoMinorRelay, + tsiACInputPresent, + tsiSaturationThreshold, + tsiProgrammableRelay, + + -- TSI Event Description Subtree + + tsiEventDescriptionString, + + -- TSI T2S Info Subtree + + -- tsiT2SSoftwareVersion, + tsiT2SSerialNumber, + tsiT2SDateAndTime, + tsiT2SMainSoftwareVersion, + tsiT2SSubSoftwareVersion, + tsiT2SMaxKnownParameters, + tsiT2SVersionTextError, + + -- TSI Configuration subtree + + tsiConfigurationID, + tsiConfigurationValue, + tsiConfigurationDescription, + tsiConfigurationUnits, + tsiConfigurationValidity, + tsiDigInpLabel1, + tsiDigInpLabel2 + + } + STATUS current + DESCRIPTION + "Conformance group for TSI functional supervision." + ::= { tsiMIBGroups 1 } + + --OID : .1.3.6.1.4.1.12551.4.2.2.2 + tsiNotificationGroup NOTIFICATION-GROUP + NOTIFICATIONS { + tsiTrapMajorAlarmAdded, + tsiTrapMajorAlarmRemoved, + tsiTrapMinorAlarmAdded, + tsiTrapMinorAlarmRemoved + } + STATUS current + DESCRIPTION + "The TSI MIB notification group" + ::= { tsiMIBGroups 2 } + + --OID : .1.3.6.1.4.1.12551.4.2.2.3 + tsiDeprecatedGroup OBJECT-GROUP + OBJECTS { + -- TSI T2S Info Subtree + tsiT2SSoftwareVersion + } + STATUS deprecated + DESCRIPTION + "Conformance group for TSI deprecated objects" + ::= { tsiMIBGroups 3 } + +END diff --git a/mibs/cet/CET-TSI-SMI b/mibs/cet/CET-TSI-SMI new file mode 100644 index 0000000000..3e9e5af3fd --- /dev/null +++ b/mibs/cet/CET-TSI-SMI @@ -0,0 +1,23 @@ +CET-TSI-SMI DEFINITIONS ::= BEGIN + + -- the path to the root + + internet OBJECT IDENTIFIER ::= { iso org(3) dod(6) 1 } + + directory OBJECT IDENTIFIER ::= { internet 1 } + + mgmt OBJECT IDENTIFIER ::= { internet 2 } + + experimental OBJECT IDENTIFIER ::= { internet 3 } + + private OBJECT IDENTIFIER ::= { internet 4 } + enterprises OBJECT IDENTIFIER ::= { private 1 } + cetMIB OBJECT IDENTIFIER ::= { enterprises 12551 } -- assigned by IANA + + -- Other CE+T products + + cetBip OBJECT IDENTIFIER ::= { cetMIB 1 } -- BIP + cetMiniBip OBJECT IDENTIFIER ::= { cetMIB 2 } -- Mini-BIP + bipRdiMIB OBJECT IDENTIFIER ::= { cetMIB 3 } -- BIP-RDI + + END diff --git a/tests/data/cetpower.json b/tests/data/cetpower.json new file mode 100644 index 0000000000..ca7e6b43be --- /dev/null +++ b/tests/data/cetpower.json @@ -0,0 +1,390 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "t2s-eth", + "sysObjectID": ".1.3.6.1.4.1.12551.4.0", + "sysDescr": "T2S-ETH supervisor for TSI SNMP V1.0", + "sysContact": "help@cet-power.com", + "version": null, + "hardware": null, + "features": null, + "os": "cetpower", + "type": "power", + "serial": null, + "icon": "cet.png", + "location": "Local" + } + ] + }, + "poller": "matches discovery" + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "load", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.12551.4.1.2.2.1.2.1", + "sensor_index": "tsiPhaseAvailablePowerRatio.1", + "sensor_type": "cetpower", + "sensor_descr": "Available Power Ratio 1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 28, + "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.12551.4.1.2.2.1.12.1", + "sensor_index": "tsiPhaseCurrentPowerInW.1", + "sensor_type": "cetpower", + "sensor_descr": "Current Power In 1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3411, + "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": "power", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.12551.4.1.2.2.1.14.1", + "sensor_index": "tsiPhaseInstalledPowerInW.1", + "sensor_type": "cetpower", + "sensor_descr": "Installed Power In 1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 12000, + "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": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.12551.4.1.1.1.1.28.4", + "sensor_index": "tsiModuleTemperature.4", + "sensor_type": "cetpower", + "sensor_descr": "Module Temperature 4", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 29, + "sensor_limit": 49, + "sensor_limit_warn": null, + "sensor_limit_low": 19, + "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.12551.4.1.1.1.1.28.5", + "sensor_index": "tsiModuleTemperature.5", + "sensor_type": "cetpower", + "sensor_descr": "Module Temperature 5", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 31, + "sensor_limit": 51, + "sensor_limit_warn": null, + "sensor_limit_low": 21, + "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.12551.4.1.1.1.1.28.6", + "sensor_index": "tsiModuleTemperature.6", + "sensor_type": "cetpower", + "sensor_descr": "Module Temperature 6", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 28, + "sensor_limit": 48, + "sensor_limit_warn": null, + "sensor_limit_low": 18, + "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.12551.4.1.1.1.1.20.4", + "sensor_index": "tsiModuleVinAC.4", + "sensor_type": "cetpower", + "sensor_descr": "Module Voltage in AC 4", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 238.4, + "sensor_limit": 274.16, + "sensor_limit_warn": null, + "sensor_limit_low": 202.64, + "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.12551.4.1.1.1.1.20.5", + "sensor_index": "tsiModuleVinAC.5", + "sensor_type": "cetpower", + "sensor_descr": "Module Voltage in AC 5", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 238.1, + "sensor_limit": 273.815, + "sensor_limit_warn": null, + "sensor_limit_low": 202.385, + "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.12551.4.1.1.1.1.20.6", + "sensor_index": "tsiModuleVinAC.6", + "sensor_type": "cetpower", + "sensor_descr": "Module Voltage in AC 6", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 238.3, + "sensor_limit": 274.045, + "sensor_limit_warn": null, + "sensor_limit_low": 202.555, + "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.12551.4.1.1.1.1.25.4", + "sensor_index": "tsiModuleVinDC.4", + "sensor_type": "cetpower", + "sensor_descr": "Module Voltage in DC 4", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 51.2, + "sensor_limit": 58.88, + "sensor_limit_warn": null, + "sensor_limit_low": 43.52, + "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.12551.4.1.1.1.1.25.5", + "sensor_index": "tsiModuleVinDC.5", + "sensor_type": "cetpower", + "sensor_descr": "Module Voltage in DC 5", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 51.4, + "sensor_limit": 59.11, + "sensor_limit_warn": null, + "sensor_limit_low": 43.69, + "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.12551.4.1.1.1.1.25.6", + "sensor_index": "tsiModuleVinDC.6", + "sensor_type": "cetpower", + "sensor_descr": "Module Voltage in DC 6", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 51.3, + "sensor_limit": 58.995, + "sensor_limit_warn": null, + "sensor_limit_low": 43.605, + "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.12551.4.1.1.1.1.16.4", + "sensor_index": "tsiModuleVout.4", + "sensor_type": "cetpower", + "sensor_descr": "Module Voltage Out 4", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 230.7, + "sensor_limit": 265.305, + "sensor_limit_warn": null, + "sensor_limit_low": 196.095, + "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.12551.4.1.1.1.1.16.5", + "sensor_index": "tsiModuleVout.5", + "sensor_type": "cetpower", + "sensor_descr": "Module Voltage Out 5", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 230.7, + "sensor_limit": 265.305, + "sensor_limit_warn": null, + "sensor_limit_low": 196.095, + "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.12551.4.1.1.1.1.16.6", + "sensor_index": "tsiModuleVout.6", + "sensor_type": "cetpower", + "sensor_descr": "Module Voltage Out 6", + "group": null, + "sensor_divisor": 10, + "sensor_multiplier": 1, + "sensor_current": 230.8, + "sensor_limit": 265.42, + "sensor_limit_warn": null, + "sensor_limit_low": 196.18, + "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 + } + ] + }, + "poller": "matches discovery" + } +} diff --git a/tests/snmpsim/cetpower.snmprec b/tests/snmpsim/cetpower.snmprec new file mode 100644 index 0000000000..5881cc0c14 --- /dev/null +++ b/tests/snmpsim/cetpower.snmprec @@ -0,0 +1,3928 @@ +1.3.6.1.2.1.1.1.0|4|T2S-ETH supervisor for TSI SNMP V1.0 +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.12551.4.0 +1.3.6.1.2.1.1.3.0|67|1827918630 +1.3.6.1.2.1.1.4.0|4|help@cet-power.com +1.3.6.1.2.1.1.5.0|4|T2S-ETH +1.3.6.1.2.1.1.6.0|4|Local +1.3.6.1.2.1.1.7.0|2|79 +1.3.6.1.2.1.33.1.1.1.0|4|CE+T Power +1.3.6.1.2.1.33.1.1.2.0|4|TSI Inverter +1.3.6.1.2.1.33.1.1.3.0|4|208 +1.3.6.1.2.1.33.1.1.4.0|4|7.4.0 +1.3.6.1.2.1.33.1.1.5.0|4|CGS_1 +1.3.6.1.2.1.33.1.1.6.0|4|generic load +1.3.6.1.2.1.33.1.2.1.0|2|2 +1.3.6.1.2.1.33.1.2.2.0|2|0 +1.3.6.1.2.1.33.1.2.3.0|2|6000 +1.3.6.1.2.1.33.1.2.4.0|2|100 +1.3.6.1.2.1.33.1.2.5.0|2|513 +1.3.6.1.2.1.33.1.2.6.0|2|698 +1.3.6.1.2.1.33.1.2.7.0|2|0 +1.3.6.1.2.1.33.1.3.1.0|65|140 +1.3.6.1.2.1.33.1.3.2.0|2|1 +1.3.6.1.2.1.33.1.3.3.1.1.1|2|1 +1.3.6.1.2.1.33.1.3.3.1.1.2|2|0 +1.3.6.1.2.1.33.1.3.3.1.1.3|2|0 +1.3.6.1.2.1.33.1.3.3.1.2.1|2|500 +1.3.6.1.2.1.33.1.3.3.1.2.2|2|0 +1.3.6.1.2.1.33.1.3.3.1.2.3|2|0 +1.3.6.1.2.1.33.1.3.3.1.3.1|2|238 +1.3.6.1.2.1.33.1.3.3.1.3.2|2|0 +1.3.6.1.2.1.33.1.3.3.1.3.3|2|0 +1.3.6.1.2.1.33.1.3.3.1.4.1|2|4 +1.3.6.1.2.1.33.1.3.3.1.4.2|2|0 +1.3.6.1.2.1.33.1.3.3.1.4.3|2|0 +1.3.6.1.2.1.33.1.3.3.1.5.1|2|0 +1.3.6.1.2.1.33.1.3.3.1.5.2|2|0 +1.3.6.1.2.1.33.1.3.3.1.5.3|2|0 +1.3.6.1.2.1.33.1.4.1.0|2|5 +1.3.6.1.2.1.33.1.4.2.0|2|500 +1.3.6.1.2.1.33.1.4.3.0|2|1 +1.3.6.1.2.1.33.1.4.4.1.1.1|2|1 +1.3.6.1.2.1.33.1.4.4.1.1.2|2|0 +1.3.6.1.2.1.33.1.4.4.1.1.3|2|0 +1.3.6.1.2.1.33.1.4.4.1.2.1|2|230 +1.3.6.1.2.1.33.1.4.4.1.2.2|2|0 +1.3.6.1.2.1.33.1.4.4.1.2.3|2|0 +1.3.6.1.2.1.33.1.4.4.1.3.1|2|1629 +1.3.6.1.2.1.33.1.4.4.1.3.2|2|0 +1.3.6.1.2.1.33.1.4.4.1.3.3|2|0 +1.3.6.1.2.1.33.1.4.4.1.4.1|2|3393 +1.3.6.1.2.1.33.1.4.4.1.4.2|2|0 +1.3.6.1.2.1.33.1.4.4.1.4.3|2|0 +1.3.6.1.2.1.33.1.4.4.1.5.1|2|25 +1.3.6.1.2.1.33.1.4.4.1.5.2|2|0 +1.3.6.1.2.1.33.1.4.4.1.5.3|2|0 +1.3.6.1.2.1.33.1.5.1.0|2|500 +1.3.6.1.2.1.33.1.5.2.0|2|1 +1.3.6.1.2.1.33.1.5.3.1.1.1|2|1 +1.3.6.1.2.1.33.1.5.3.1.1.2|2|0 +1.3.6.1.2.1.33.1.5.3.1.1.3|2|0 +1.3.6.1.2.1.33.1.5.3.1.2.1|2|238 +1.3.6.1.2.1.33.1.5.3.1.2.2|2|0 +1.3.6.1.2.1.33.1.5.3.1.2.3|2|0 +1.3.6.1.2.1.33.1.5.3.1.3.1|2|0 +1.3.6.1.2.1.33.1.5.3.1.3.2|2|0 +1.3.6.1.2.1.33.1.5.3.1.3.3|2|0 +1.3.6.1.2.1.33.1.5.3.1.4.1|2|0 +1.3.6.1.2.1.33.1.5.3.1.4.2|2|0 +1.3.6.1.2.1.33.1.5.3.1.4.3|2|0 +1.3.6.1.2.1.33.1.6.1.0|66|0 +1.3.6.1.2.1.33.1.6.2.1.1.1|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.2|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.3|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.4|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.5|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.6|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.7|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.8|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.9|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.10|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.11|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.12|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.13|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.14|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.15|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.16|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.17|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.18|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.19|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.20|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.21|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.22|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.23|2|0 +1.3.6.1.2.1.33.1.6.2.1.1.24|2|0 +1.3.6.1.2.1.33.1.6.2.1.2.1|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.2|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.3|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.4|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.5|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.6|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.7|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.8|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.9|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.10|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.11|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.12|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.13|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.14|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.15|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.16|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.17|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.18|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.19|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.20|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.21|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.22|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.23|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.2.24|6|0.0.0.0.0.0.0.0.0.0.0 +1.3.6.1.2.1.33.1.6.2.1.3.1|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.2|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.3|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.4|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.5|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.6|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.7|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.8|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.9|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.10|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.11|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.12|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.13|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.14|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.15|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.16|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.17|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.18|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.19|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.20|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.21|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.22|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.23|67|0 +1.3.6.1.2.1.33.1.6.2.1.3.24|67|0 +1.3.6.1.2.1.33.1.7.1.0|6|1.3.6.1.2.1.33.1.7.7.1 +1.3.6.1.2.1.33.1.7.2.0|2|1 +1.3.6.1.2.1.33.1.7.3.0|2|6 +1.3.6.1.2.1.33.1.7.4.0|4| +1.3.6.1.2.1.33.1.7.5.0|67|0 +1.3.6.1.2.1.33.1.7.6.0|2|0 +1.3.6.1.2.1.33.1.8.1.0|2|-1 +1.3.6.1.2.1.33.1.8.2.0|2|-1 +1.3.6.1.2.1.33.1.8.3.0|2|-1 +1.3.6.1.2.1.33.1.8.4.0|2|-1 +1.3.6.1.2.1.33.1.8.5.0|2|-1 +1.3.6.1.2.1.33.1.9.1.0|2|230 +1.3.6.1.2.1.33.1.9.2.0|2|500 +1.3.6.1.2.1.33.1.9.3.0|2|230 +1.3.6.1.2.1.33.1.9.4.0|2|500 +1.3.6.1.2.1.33.1.9.5.0|2|15000 +1.3.6.1.2.1.33.1.9.6.0|2|12000 +1.3.6.1.2.1.33.1.9.7.0|2|0 +1.3.6.1.2.1.33.1.9.8.0|2|0 +1.3.6.1.2.1.33.1.9.9.0|2|181 +1.3.6.1.2.1.33.1.9.10.0|2|268 +1.3.6.1.4.1.12551.4.1.1.1.1.1.1|2|1 +1.3.6.1.4.1.12551.4.1.1.1.1.1.2|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.1.3|2|3 +1.3.6.1.4.1.12551.4.1.1.1.1.1.4|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.1.5|2|5 +1.3.6.1.4.1.12551.4.1.1.1.1.1.6|2|6 +1.3.6.1.4.1.12551.4.1.1.1.1.1.7|2|7 +1.3.6.1.4.1.12551.4.1.1.1.1.1.8|2|8 +1.3.6.1.4.1.12551.4.1.1.1.1.1.9|2|9 +1.3.6.1.4.1.12551.4.1.1.1.1.1.10|2|10 +1.3.6.1.4.1.12551.4.1.1.1.1.1.11|2|11 +1.3.6.1.4.1.12551.4.1.1.1.1.1.12|2|12 +1.3.6.1.4.1.12551.4.1.1.1.1.1.13|2|13 +1.3.6.1.4.1.12551.4.1.1.1.1.1.14|2|14 +1.3.6.1.4.1.12551.4.1.1.1.1.1.15|2|15 +1.3.6.1.4.1.12551.4.1.1.1.1.1.16|2|16 +1.3.6.1.4.1.12551.4.1.1.1.1.1.17|2|17 +1.3.6.1.4.1.12551.4.1.1.1.1.1.18|2|18 +1.3.6.1.4.1.12551.4.1.1.1.1.1.19|2|19 +1.3.6.1.4.1.12551.4.1.1.1.1.1.20|2|20 +1.3.6.1.4.1.12551.4.1.1.1.1.1.21|2|21 +1.3.6.1.4.1.12551.4.1.1.1.1.1.22|2|22 +1.3.6.1.4.1.12551.4.1.1.1.1.1.23|2|23 +1.3.6.1.4.1.12551.4.1.1.1.1.1.24|2|24 +1.3.6.1.4.1.12551.4.1.1.1.1.1.25|2|25 +1.3.6.1.4.1.12551.4.1.1.1.1.1.26|2|26 +1.3.6.1.4.1.12551.4.1.1.1.1.1.27|2|27 +1.3.6.1.4.1.12551.4.1.1.1.1.1.28|2|28 +1.3.6.1.4.1.12551.4.1.1.1.1.1.29|2|29 +1.3.6.1.4.1.12551.4.1.1.1.1.1.30|2|30 +1.3.6.1.4.1.12551.4.1.1.1.1.1.31|2|31 +1.3.6.1.4.1.12551.4.1.1.1.1.1.32|2|32 +1.3.6.1.4.1.12551.4.1.1.1.1.2.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.4|2|1 +1.3.6.1.4.1.12551.4.1.1.1.1.2.5|2|1 +1.3.6.1.4.1.12551.4.1.1.1.1.2.6|2|1 +1.3.6.1.4.1.12551.4.1.1.1.1.2.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.2.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.3.1|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.2|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.3|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.4|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.3.5|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.3.6|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.3.7|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.8|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.9|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.10|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.11|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.12|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.13|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.14|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.15|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.16|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.17|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.18|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.19|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.20|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.21|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.22|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.23|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.24|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.25|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.26|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.27|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.28|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.29|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.30|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.31|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.3.32|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.1|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.2|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.3|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.4|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.4.5|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.4.6|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.4.7|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.8|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.9|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.10|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.11|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.12|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.13|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.14|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.15|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.16|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.17|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.18|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.19|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.20|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.21|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.22|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.23|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.24|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.25|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.26|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.27|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.28|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.29|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.30|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.31|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.4.32|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.5.1|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.2|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.3|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.4|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.5.5|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.5.6|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.5.7|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.8|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.9|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.10|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.11|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.12|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.13|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.14|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.15|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.16|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.17|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.18|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.19|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.20|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.21|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.22|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.23|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.24|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.25|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.26|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.27|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.28|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.29|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.30|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.31|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.5.32|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.6.1|2|1 +1.3.6.1.4.1.12551.4.1.1.1.1.6.2|2|2 +1.3.6.1.4.1.12551.4.1.1.1.1.6.3|2|3 +1.3.6.1.4.1.12551.4.1.1.1.1.6.4|2|4 +1.3.6.1.4.1.12551.4.1.1.1.1.6.5|2|5 +1.3.6.1.4.1.12551.4.1.1.1.1.6.6|2|6 +1.3.6.1.4.1.12551.4.1.1.1.1.6.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.6.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.4|2|100 +1.3.6.1.4.1.12551.4.1.1.1.1.7.5|2|100 +1.3.6.1.4.1.12551.4.1.1.1.1.7.6|2|100 +1.3.6.1.4.1.12551.4.1.1.1.1.7.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.7.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.4|2|57 +1.3.6.1.4.1.12551.4.1.1.1.1.8.5|2|54 +1.3.6.1.4.1.12551.4.1.1.1.1.8.6|2|57 +1.3.6.1.4.1.12551.4.1.1.1.1.8.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.8.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.4|2|50 +1.3.6.1.4.1.12551.4.1.1.1.1.9.5|2|49 +1.3.6.1.4.1.12551.4.1.1.1.1.9.6|2|50 +1.3.6.1.4.1.12551.4.1.1.1.1.9.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.9.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.10.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.10.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.10.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.10.4|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.10.5|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.10.6|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.10.7|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.8|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.9|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.10|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.11|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.12|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.13|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.14|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.15|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.16|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.17|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.18|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.19|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.20|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.21|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.22|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.23|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.24|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.25|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.26|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.27|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.28|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.29|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.30|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.31|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.10.32|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.11.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.11.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.11.4|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.11.5|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.11.6|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.11.7|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.8|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.9|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.10|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.11|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.12|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.13|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.14|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.15|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.16|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.17|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.18|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.19|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.20|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.21|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.22|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.23|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.24|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.25|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.26|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.27|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.28|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.29|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.30|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.31|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.11.32|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.12.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.12.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.12.4|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.12.5|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.12.6|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.12.7|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.8|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.9|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.10|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.11|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.12|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.13|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.14|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.15|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.16|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.17|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.18|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.19|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.20|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.21|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.22|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.23|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.24|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.25|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.26|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.27|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.28|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.29|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.30|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.31|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.12.32|2|255 +1.3.6.1.4.1.12551.4.1.1.1.1.13.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.4|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.5|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.6|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.13.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.4|2|160 +1.3.6.1.4.1.12551.4.1.1.1.1.14.5|2|160 +1.3.6.1.4.1.12551.4.1.1.1.1.14.6|2|160 +1.3.6.1.4.1.12551.4.1.1.1.1.14.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.14.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.4|2|193 +1.3.6.1.4.1.12551.4.1.1.1.1.15.5|2|193 +1.3.6.1.4.1.12551.4.1.1.1.1.15.6|2|193 +1.3.6.1.4.1.12551.4.1.1.1.1.15.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.15.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.4|2|2307 +1.3.6.1.4.1.12551.4.1.1.1.1.16.5|2|2307 +1.3.6.1.4.1.12551.4.1.1.1.1.16.6|2|2308 +1.3.6.1.4.1.12551.4.1.1.1.1.16.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.16.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.4|2|549 +1.3.6.1.4.1.12551.4.1.1.1.1.17.5|2|534 +1.3.6.1.4.1.12551.4.1.1.1.1.17.6|2|548 +1.3.6.1.4.1.12551.4.1.1.1.1.17.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.17.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.4|2|1154 +1.3.6.1.4.1.12551.4.1.1.1.1.18.5|2|1098 +1.3.6.1.4.1.12551.4.1.1.1.1.18.6|2|1159 +1.3.6.1.4.1.12551.4.1.1.1.1.18.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.18.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.4|2|1266 +1.3.6.1.4.1.12551.4.1.1.1.1.19.5|2|1231 +1.3.6.1.4.1.12551.4.1.1.1.1.19.6|2|1264 +1.3.6.1.4.1.12551.4.1.1.1.1.19.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.19.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.4|2|2384 +1.3.6.1.4.1.12551.4.1.1.1.1.20.5|2|2381 +1.3.6.1.4.1.12551.4.1.1.1.1.20.6|2|2383 +1.3.6.1.4.1.12551.4.1.1.1.1.20.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.20.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.4|2|12 +1.3.6.1.4.1.12551.4.1.1.1.1.21.5|2|14 +1.3.6.1.4.1.12551.4.1.1.1.1.21.6|2|17 +1.3.6.1.4.1.12551.4.1.1.1.1.21.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.21.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.4|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.5|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.6|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.22.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.4|2|28 +1.3.6.1.4.1.12551.4.1.1.1.1.23.5|2|33 +1.3.6.1.4.1.12551.4.1.1.1.1.23.6|2|40 +1.3.6.1.4.1.12551.4.1.1.1.1.23.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.23.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.4|2|5001 +1.3.6.1.4.1.12551.4.1.1.1.1.24.5|2|5000 +1.3.6.1.4.1.12551.4.1.1.1.1.24.6|2|5001 +1.3.6.1.4.1.12551.4.1.1.1.1.24.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.24.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.4|2|512 +1.3.6.1.4.1.12551.4.1.1.1.1.25.5|2|514 +1.3.6.1.4.1.12551.4.1.1.1.1.25.6|2|513 +1.3.6.1.4.1.12551.4.1.1.1.1.25.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.25.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.4|2|237 +1.3.6.1.4.1.12551.4.1.1.1.1.26.5|2|227 +1.3.6.1.4.1.12551.4.1.1.1.1.26.6|2|238 +1.3.6.1.4.1.12551.4.1.1.1.1.26.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.26.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.4|2|1197 +1.3.6.1.4.1.12551.4.1.1.1.1.27.5|2|1176 +1.3.6.1.4.1.12551.4.1.1.1.1.27.6|2|1223 +1.3.6.1.4.1.12551.4.1.1.1.1.27.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.27.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.4|2|29 +1.3.6.1.4.1.12551.4.1.1.1.1.28.5|2|31 +1.3.6.1.4.1.12551.4.1.1.1.1.28.6|2|28 +1.3.6.1.4.1.12551.4.1.1.1.1.28.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.28.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.4|2|208 +1.3.6.1.4.1.12551.4.1.1.1.1.29.5|2|208 +1.3.6.1.4.1.12551.4.1.1.1.1.29.6|2|208 +1.3.6.1.4.1.12551.4.1.1.1.1.29.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.29.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.1|2|35844 +1.3.6.1.4.1.12551.4.1.1.1.1.30.2|2|36042 +1.3.6.1.4.1.12551.4.1.1.1.1.30.3|2|36092 +1.3.6.1.4.1.12551.4.1.1.1.1.30.4|2|84468 +1.3.6.1.4.1.12551.4.1.1.1.1.30.5|2|80548 +1.3.6.1.4.1.12551.4.1.1.1.1.30.6|2|80110 +1.3.6.1.4.1.12551.4.1.1.1.1.30.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.30.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.4|2|2000 +1.3.6.1.4.1.12551.4.1.1.1.1.31.5|2|2000 +1.3.6.1.4.1.12551.4.1.1.1.1.31.6|2|2000 +1.3.6.1.4.1.12551.4.1.1.1.1.31.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.31.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.4|2|2500 +1.3.6.1.4.1.12551.4.1.1.1.1.32.5|2|2500 +1.3.6.1.4.1.12551.4.1.1.1.1.32.6|2|2500 +1.3.6.1.4.1.12551.4.1.1.1.1.32.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.32.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.4|2|2300 +1.3.6.1.4.1.12551.4.1.1.1.1.33.5|2|2300 +1.3.6.1.4.1.12551.4.1.1.1.1.33.6|2|2300 +1.3.6.1.4.1.12551.4.1.1.1.1.33.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.33.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.4|2|480 +1.3.6.1.4.1.12551.4.1.1.1.1.34.5|2|480 +1.3.6.1.4.1.12551.4.1.1.1.1.34.6|2|480 +1.3.6.1.4.1.12551.4.1.1.1.1.34.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.34.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.4|2|5000 +1.3.6.1.4.1.12551.4.1.1.1.1.35.5|2|5000 +1.3.6.1.4.1.12551.4.1.1.1.1.35.6|2|5000 +1.3.6.1.4.1.12551.4.1.1.1.1.35.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.35.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.4|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.5|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.6|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.36.32|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.1|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.2|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.3|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.4|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.5|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.6|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.7|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.8|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.9|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.10|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.11|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.12|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.13|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.14|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.15|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.16|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.17|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.18|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.19|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.20|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.21|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.22|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.23|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.24|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.25|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.26|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.27|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.28|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.29|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.30|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.31|2|0 +1.3.6.1.4.1.12551.4.1.1.1.1.37.32|2|0 +1.3.6.1.4.1.12551.4.1.2.1.0|2|1 +1.3.6.1.4.1.12551.4.1.2.2.1.1.1|2|1 +1.3.6.1.4.1.12551.4.1.2.2.1.1.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.1.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.2.1|2|28 +1.3.6.1.4.1.12551.4.1.2.2.1.2.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.2.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.3.1|2|25 +1.3.6.1.4.1.12551.4.1.2.2.1.3.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.3.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.4.1|2|56 +1.3.6.1.4.1.12551.4.1.2.2.1.4.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.4.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.5.1|2|50 +1.3.6.1.4.1.12551.4.1.2.2.1.5.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.5.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.6.1|2|230 +1.3.6.1.4.1.12551.4.1.2.2.1.6.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.6.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.7.1|2|1631 +1.3.6.1.4.1.12551.4.1.2.2.1.7.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.7.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.8.1|2|500 +1.3.6.1.4.1.12551.4.1.2.2.1.8.2|2|500 +1.3.6.1.4.1.12551.4.1.2.2.1.8.3|2|500 +1.3.6.1.4.1.12551.4.1.2.2.1.9.1|2|3596 +1.3.6.1.4.1.12551.4.1.2.2.1.9.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.9.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.10.1|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.10.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.10.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.11.1|2|101 +1.3.6.1.4.1.12551.4.1.2.2.1.11.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.11.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.12.1|2|3411 +1.3.6.1.4.1.12551.4.1.2.2.1.12.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.12.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.13.1|2|3761 +1.3.6.1.4.1.12551.4.1.2.2.1.13.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.13.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.14.1|2|12000 +1.3.6.1.4.1.12551.4.1.2.2.1.14.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.14.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.15.1|2|15000 +1.3.6.1.4.1.12551.4.1.2.2.1.15.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.15.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.16.1|2|6000 +1.3.6.1.4.1.12551.4.1.2.2.1.16.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.16.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.17.1|2|7500 +1.3.6.1.4.1.12551.4.1.2.2.1.17.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.17.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.18.1|2|6 +1.3.6.1.4.1.12551.4.1.2.2.1.18.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.18.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.19.1|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.19.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.19.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.20.1|2|3 +1.3.6.1.4.1.12551.4.1.2.2.1.20.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.20.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.21.1|2|3 +1.3.6.1.4.1.12551.4.1.2.2.1.21.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.21.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.22.1|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.22.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.22.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.23.1|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.23.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.23.3|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.24.1|2|3 +1.3.6.1.4.1.12551.4.1.2.2.1.24.2|2|0 +1.3.6.1.4.1.12551.4.1.2.2.1.24.3|2|0 +1.3.6.1.4.1.12551.4.1.3.1.0|2|1 +1.3.6.1.4.1.12551.4.1.3.2.1.1.1|2|1 +1.3.6.1.4.1.12551.4.1.3.2.1.1.2|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.1.3|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.2.1|2|238 +1.3.6.1.4.1.12551.4.1.3.2.1.2.2|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.2.3|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.3.1|2|4 +1.3.6.1.4.1.12551.4.1.3.2.1.3.2|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.3.3|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.4.1|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.4.2|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.4.3|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.5.1|2|101 +1.3.6.1.4.1.12551.4.1.3.2.1.5.2|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.5.3|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.6.1|2|3 +1.3.6.1.4.1.12551.4.1.3.2.1.6.2|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.6.3|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.7.1|2|3 +1.3.6.1.4.1.12551.4.1.3.2.1.7.2|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.7.3|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.8.1|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.8.2|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.8.3|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.9.1|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.9.2|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.9.3|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.10.1|2|3 +1.3.6.1.4.1.12551.4.1.3.2.1.10.2|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.10.3|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.11.1|2|500 +1.3.6.1.4.1.12551.4.1.3.2.1.11.2|2|0 +1.3.6.1.4.1.12551.4.1.3.2.1.11.3|2|0 +1.3.6.1.4.1.12551.4.1.4.1.0|2|1 +1.3.6.1.4.1.12551.4.1.4.2.1.1.1|2|1 +1.3.6.1.4.1.12551.4.1.4.2.1.1.2|2|0 +1.3.6.1.4.1.12551.4.1.4.2.1.2.1|2|513 +1.3.6.1.4.1.12551.4.1.4.2.1.2.2|2|0 +1.3.6.1.4.1.12551.4.1.4.2.1.3.1|2|702 +1.3.6.1.4.1.12551.4.1.4.2.1.3.2|2|0 +1.3.6.1.4.1.12551.4.1.4.2.1.4.1|2|3596 +1.3.6.1.4.1.12551.4.1.4.2.1.4.2|2|0 +1.3.6.1.4.1.12551.4.1.4.2.1.5.1|2|3 +1.3.6.1.4.1.12551.4.1.4.2.1.5.2|2|0 +1.3.6.1.4.1.12551.4.1.4.2.1.6.1|2|3 +1.3.6.1.4.1.12551.4.1.4.2.1.6.2|2|0 +1.3.6.1.4.1.12551.4.1.4.2.1.7.1|2|0 +1.3.6.1.4.1.12551.4.1.4.2.1.7.2|2|0 +1.3.6.1.4.1.12551.4.1.4.2.1.8.1|2|0 +1.3.6.1.4.1.12551.4.1.4.2.1.8.2|2|0 +1.3.6.1.4.1.12551.4.1.4.2.1.9.1|2|0 +1.3.6.1.4.1.12551.4.1.4.2.1.9.2|2|0 +1.3.6.1.4.1.12551.4.1.5.1.0|2|3 +1.3.6.1.4.1.12551.4.1.5.2.0|2|0 +1.3.6.1.4.1.12551.4.1.5.3.0|2|3 +1.3.6.1.4.1.12551.4.1.5.4.1.1.1|2|1 +1.3.6.1.4.1.12551.4.1.5.4.1.1.2|2|2 +1.3.6.1.4.1.12551.4.1.5.4.1.1.3|2|3 +1.3.6.1.4.1.12551.4.1.5.4.1.1.4|2|4 +1.3.6.1.4.1.12551.4.1.5.4.1.1.5|2|5 +1.3.6.1.4.1.12551.4.1.5.4.1.1.6|2|6 +1.3.6.1.4.1.12551.4.1.5.4.1.1.7|2|7 +1.3.6.1.4.1.12551.4.1.5.4.1.1.8|2|8 +1.3.6.1.4.1.12551.4.1.5.4.1.1.9|2|9 +1.3.6.1.4.1.12551.4.1.5.4.1.1.10|2|10 +1.3.6.1.4.1.12551.4.1.5.4.1.1.11|2|11 +1.3.6.1.4.1.12551.4.1.5.4.1.1.12|2|12 +1.3.6.1.4.1.12551.4.1.5.4.1.1.13|2|13 +1.3.6.1.4.1.12551.4.1.5.4.1.1.14|2|14 +1.3.6.1.4.1.12551.4.1.5.4.1.1.15|2|15 +1.3.6.1.4.1.12551.4.1.5.4.1.1.16|2|16 +1.3.6.1.4.1.12551.4.1.5.4.1.1.17|2|17 +1.3.6.1.4.1.12551.4.1.5.4.1.1.18|2|18 +1.3.6.1.4.1.12551.4.1.5.4.1.1.19|2|19 +1.3.6.1.4.1.12551.4.1.5.4.1.1.20|2|20 +1.3.6.1.4.1.12551.4.1.5.4.1.1.21|2|21 +1.3.6.1.4.1.12551.4.1.5.4.1.1.22|2|22 +1.3.6.1.4.1.12551.4.1.5.4.1.1.23|2|23 +1.3.6.1.4.1.12551.4.1.5.4.1.1.24|2|24 +1.3.6.1.4.1.12551.4.1.5.4.1.1.25|2|25 +1.3.6.1.4.1.12551.4.1.5.4.1.1.26|2|26 +1.3.6.1.4.1.12551.4.1.5.4.1.1.27|2|27 +1.3.6.1.4.1.12551.4.1.5.4.1.1.28|2|28 +1.3.6.1.4.1.12551.4.1.5.4.1.1.29|2|29 +1.3.6.1.4.1.12551.4.1.5.4.1.1.30|2|30 +1.3.6.1.4.1.12551.4.1.5.4.1.1.31|2|31 +1.3.6.1.4.1.12551.4.1.5.4.1.1.32|2|32 +1.3.6.1.4.1.12551.4.1.5.4.1.1.33|2|33 +1.3.6.1.4.1.12551.4.1.5.4.1.1.34|2|34 +1.3.6.1.4.1.12551.4.1.5.4.1.1.35|2|35 +1.3.6.1.4.1.12551.4.1.5.4.1.1.36|2|36 +1.3.6.1.4.1.12551.4.1.5.4.1.1.37|2|37 +1.3.6.1.4.1.12551.4.1.5.4.1.1.38|2|38 +1.3.6.1.4.1.12551.4.1.5.4.1.1.39|2|39 +1.3.6.1.4.1.12551.4.1.5.4.1.1.40|2|40 +1.3.6.1.4.1.12551.4.1.5.4.1.1.41|2|41 +1.3.6.1.4.1.12551.4.1.5.4.1.1.42|2|42 +1.3.6.1.4.1.12551.4.1.5.4.1.1.43|2|43 +1.3.6.1.4.1.12551.4.1.5.4.1.1.44|2|44 +1.3.6.1.4.1.12551.4.1.5.4.1.1.45|2|45 +1.3.6.1.4.1.12551.4.1.5.4.1.1.46|2|46 +1.3.6.1.4.1.12551.4.1.5.4.1.1.47|2|47 +1.3.6.1.4.1.12551.4.1.5.4.1.1.48|2|48 +1.3.6.1.4.1.12551.4.1.5.4.1.1.49|2|49 +1.3.6.1.4.1.12551.4.1.5.4.1.1.50|2|50 +1.3.6.1.4.1.12551.4.1.5.4.1.2.1|2|272 +1.3.6.1.4.1.12551.4.1.5.4.1.2.2|2|272 +1.3.6.1.4.1.12551.4.1.5.4.1.2.3|2|272 +1.3.6.1.4.1.12551.4.1.5.4.1.2.4|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.5|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.6|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.7|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.8|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.9|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.10|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.11|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.12|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.13|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.14|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.15|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.16|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.17|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.18|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.19|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.20|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.21|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.22|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.23|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.24|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.25|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.26|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.27|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.28|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.29|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.30|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.31|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.32|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.33|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.34|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.35|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.36|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.37|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.38|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.39|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.40|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.41|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.42|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.43|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.44|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.45|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.46|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.47|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.48|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.49|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.2.50|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.1|2|1 +1.3.6.1.4.1.12551.4.1.5.4.1.3.2|2|1 +1.3.6.1.4.1.12551.4.1.5.4.1.3.3|2|1 +1.3.6.1.4.1.12551.4.1.5.4.1.3.4|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.5|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.6|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.7|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.8|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.9|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.10|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.11|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.12|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.13|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.14|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.15|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.16|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.17|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.18|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.19|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.20|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.21|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.22|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.23|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.24|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.25|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.26|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.27|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.28|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.29|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.30|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.31|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.32|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.33|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.34|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.35|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.36|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.37|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.38|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.39|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.40|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.41|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.42|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.43|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.44|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.45|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.46|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.47|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.48|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.49|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.3.50|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.1|2|3 +1.3.6.1.4.1.12551.4.1.5.4.1.4.2|2|2 +1.3.6.1.4.1.12551.4.1.5.4.1.4.3|2|1 +1.3.6.1.4.1.12551.4.1.5.4.1.4.4|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.5|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.6|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.7|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.8|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.9|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.10|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.11|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.12|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.13|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.14|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.15|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.16|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.17|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.18|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.19|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.20|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.21|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.22|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.23|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.24|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.25|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.26|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.27|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.28|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.29|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.30|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.31|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.32|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.33|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.34|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.35|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.36|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.37|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.38|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.39|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.40|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.41|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.42|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.43|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.44|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.45|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.46|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.47|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.48|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.49|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.4.50|2|0 +1.3.6.1.4.1.12551.4.1.5.4.1.5.1|4|Missing Module +1.3.6.1.4.1.12551.4.1.5.4.1.5.2|4|Missing Module +1.3.6.1.4.1.12551.4.1.5.4.1.5.3|4|Missing Module +1.3.6.1.4.1.12551.4.1.5.4.1.5.4|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.5|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.6|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.7|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.8|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.9|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.10|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.11|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.12|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.13|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.14|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.15|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.16|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.17|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.18|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.19|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.20|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.21|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.22|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.23|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.24|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.25|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.26|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.27|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.28|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.29|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.30|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.31|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.32|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.33|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.34|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.35|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.36|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.37|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.38|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.39|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.40|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.41|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.42|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.43|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.44|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.45|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.46|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.47|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.48|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.49|4| +1.3.6.1.4.1.12551.4.1.5.4.1.5.50|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.1|4e|\x07\xe4\x08\t\x03(# +1.3.6.1.4.1.12551.4.1.5.4.1.6.2|4e|\x07\xe4\x08\t\x03(# +1.3.6.1.4.1.12551.4.1.5.4.1.6.3|4e|\x07\xe4\x08\t\x03(# +1.3.6.1.4.1.12551.4.1.5.4.1.6.4|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.5|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.6|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.7|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.8|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.9|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.10|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.11|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.12|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.13|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.14|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.15|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.16|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.17|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.18|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.19|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.20|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.21|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.22|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.23|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.24|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.25|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.26|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.27|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.28|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.29|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.30|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.31|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.32|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.33|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.34|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.35|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.36|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.37|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.38|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.39|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.40|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.41|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.42|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.43|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.44|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.45|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.46|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.47|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.48|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.49|4| +1.3.6.1.4.1.12551.4.1.5.4.1.6.50|4| +1.3.6.1.4.1.12551.4.1.5.5.0|2|30 +1.3.6.1.4.1.12551.4.1.5.6.0|2|30 +1.3.6.1.4.1.12551.4.1.5.7.0|2|1 +1.3.6.1.4.1.12551.4.1.5.8.0|2|80 +1.3.6.1.4.1.12551.4.1.5.9.0|2|0 +1.3.6.1.4.1.12551.4.1.7.1.1.1.1|2|1 +1.3.6.1.4.1.12551.4.1.7.1.1.1.2|2|2 +1.3.6.1.4.1.12551.4.1.7.1.1.1.3|2|3 +1.3.6.1.4.1.12551.4.1.7.1.1.1.4|2|4 +1.3.6.1.4.1.12551.4.1.7.1.1.1.5|2|5 +1.3.6.1.4.1.12551.4.1.7.1.1.1.6|2|6 +1.3.6.1.4.1.12551.4.1.7.1.1.1.7|2|7 +1.3.6.1.4.1.12551.4.1.7.1.1.1.8|2|8 +1.3.6.1.4.1.12551.4.1.7.1.1.1.9|2|9 +1.3.6.1.4.1.12551.4.1.7.1.1.1.10|2|10 +1.3.6.1.4.1.12551.4.1.7.1.1.1.11|2|11 +1.3.6.1.4.1.12551.4.1.7.1.1.1.12|2|12 +1.3.6.1.4.1.12551.4.1.7.1.1.1.13|2|13 +1.3.6.1.4.1.12551.4.1.7.1.1.1.14|2|14 +1.3.6.1.4.1.12551.4.1.7.1.1.1.15|2|15 +1.3.6.1.4.1.12551.4.1.7.1.1.1.16|2|16 +1.3.6.1.4.1.12551.4.1.7.1.1.1.17|2|17 +1.3.6.1.4.1.12551.4.1.7.1.1.1.18|2|18 +1.3.6.1.4.1.12551.4.1.7.1.1.1.19|2|19 +1.3.6.1.4.1.12551.4.1.7.1.1.1.20|2|20 +1.3.6.1.4.1.12551.4.1.7.1.1.1.21|2|21 +1.3.6.1.4.1.12551.4.1.7.1.1.1.22|2|22 +1.3.6.1.4.1.12551.4.1.7.1.1.1.23|2|23 +1.3.6.1.4.1.12551.4.1.7.1.1.1.24|2|24 +1.3.6.1.4.1.12551.4.1.7.1.1.1.25|2|25 +1.3.6.1.4.1.12551.4.1.7.1.1.1.26|2|26 +1.3.6.1.4.1.12551.4.1.7.1.1.1.27|2|27 +1.3.6.1.4.1.12551.4.1.7.1.1.1.28|2|28 +1.3.6.1.4.1.12551.4.1.7.1.1.1.29|2|29 +1.3.6.1.4.1.12551.4.1.7.1.1.1.30|2|30 +1.3.6.1.4.1.12551.4.1.7.1.1.1.31|2|31 +1.3.6.1.4.1.12551.4.1.7.1.1.1.32|2|32 +1.3.6.1.4.1.12551.4.1.7.1.1.1.33|2|33 +1.3.6.1.4.1.12551.4.1.7.1.1.1.34|2|34 +1.3.6.1.4.1.12551.4.1.7.1.1.1.35|2|35 +1.3.6.1.4.1.12551.4.1.7.1.1.1.36|2|36 +1.3.6.1.4.1.12551.4.1.7.1.1.1.37|2|37 +1.3.6.1.4.1.12551.4.1.7.1.1.1.38|2|38 +1.3.6.1.4.1.12551.4.1.7.1.1.1.39|2|39 +1.3.6.1.4.1.12551.4.1.7.1.1.1.40|2|40 +1.3.6.1.4.1.12551.4.1.7.1.1.1.41|2|41 +1.3.6.1.4.1.12551.4.1.7.1.1.1.42|2|42 +1.3.6.1.4.1.12551.4.1.7.1.1.1.43|2|43 +1.3.6.1.4.1.12551.4.1.7.1.1.1.44|2|44 +1.3.6.1.4.1.12551.4.1.7.1.1.1.45|2|45 +1.3.6.1.4.1.12551.4.1.7.1.1.1.46|2|46 +1.3.6.1.4.1.12551.4.1.7.1.1.1.47|2|47 +1.3.6.1.4.1.12551.4.1.7.1.1.1.48|2|48 +1.3.6.1.4.1.12551.4.1.7.1.1.1.49|2|49 +1.3.6.1.4.1.12551.4.1.7.1.1.1.50|2|50 +1.3.6.1.4.1.12551.4.1.7.1.1.1.51|2|51 +1.3.6.1.4.1.12551.4.1.7.1.1.1.52|2|52 +1.3.6.1.4.1.12551.4.1.7.1.1.1.53|2|53 +1.3.6.1.4.1.12551.4.1.7.1.1.1.54|2|54 +1.3.6.1.4.1.12551.4.1.7.1.1.1.55|2|55 +1.3.6.1.4.1.12551.4.1.7.1.1.1.56|2|56 +1.3.6.1.4.1.12551.4.1.7.1.1.1.57|2|57 +1.3.6.1.4.1.12551.4.1.7.1.1.1.58|2|58 +1.3.6.1.4.1.12551.4.1.7.1.1.1.59|2|59 +1.3.6.1.4.1.12551.4.1.7.1.1.1.60|2|60 +1.3.6.1.4.1.12551.4.1.7.1.1.1.61|2|61 +1.3.6.1.4.1.12551.4.1.7.1.1.1.62|2|62 +1.3.6.1.4.1.12551.4.1.7.1.1.1.63|2|63 +1.3.6.1.4.1.12551.4.1.7.1.1.1.64|2|64 +1.3.6.1.4.1.12551.4.1.7.1.1.1.65|2|65 +1.3.6.1.4.1.12551.4.1.7.1.1.1.66|2|66 +1.3.6.1.4.1.12551.4.1.7.1.1.1.67|2|67 +1.3.6.1.4.1.12551.4.1.7.1.1.1.68|2|68 +1.3.6.1.4.1.12551.4.1.7.1.1.1.69|2|69 +1.3.6.1.4.1.12551.4.1.7.1.1.1.70|2|70 +1.3.6.1.4.1.12551.4.1.7.1.1.1.71|2|71 +1.3.6.1.4.1.12551.4.1.7.1.1.1.72|2|72 +1.3.6.1.4.1.12551.4.1.7.1.1.1.73|2|73 +1.3.6.1.4.1.12551.4.1.7.1.1.1.74|2|74 +1.3.6.1.4.1.12551.4.1.7.1.1.1.75|2|75 +1.3.6.1.4.1.12551.4.1.7.1.1.1.76|2|76 +1.3.6.1.4.1.12551.4.1.7.1.1.1.77|2|77 +1.3.6.1.4.1.12551.4.1.7.1.1.1.78|2|78 +1.3.6.1.4.1.12551.4.1.7.1.1.1.79|2|79 +1.3.6.1.4.1.12551.4.1.7.1.1.1.80|2|80 +1.3.6.1.4.1.12551.4.1.7.1.1.1.81|2|81 +1.3.6.1.4.1.12551.4.1.7.1.1.1.82|2|82 +1.3.6.1.4.1.12551.4.1.7.1.1.1.83|2|83 +1.3.6.1.4.1.12551.4.1.7.1.1.1.84|2|84 +1.3.6.1.4.1.12551.4.1.7.1.1.1.85|2|85 +1.3.6.1.4.1.12551.4.1.7.1.1.1.86|2|86 +1.3.6.1.4.1.12551.4.1.7.1.1.1.87|2|87 +1.3.6.1.4.1.12551.4.1.7.1.1.1.88|2|88 +1.3.6.1.4.1.12551.4.1.7.1.1.1.89|2|89 +1.3.6.1.4.1.12551.4.1.7.1.1.1.90|2|90 +1.3.6.1.4.1.12551.4.1.7.1.1.1.91|2|91 +1.3.6.1.4.1.12551.4.1.7.1.1.1.92|2|92 +1.3.6.1.4.1.12551.4.1.7.1.1.1.93|2|93 +1.3.6.1.4.1.12551.4.1.7.1.1.1.94|2|94 +1.3.6.1.4.1.12551.4.1.7.1.1.1.95|2|95 +1.3.6.1.4.1.12551.4.1.7.1.1.1.96|2|96 +1.3.6.1.4.1.12551.4.1.7.1.1.1.97|2|97 +1.3.6.1.4.1.12551.4.1.7.1.1.1.98|2|98 +1.3.6.1.4.1.12551.4.1.7.1.1.1.99|2|99 +1.3.6.1.4.1.12551.4.1.7.1.1.1.100|2|100 +1.3.6.1.4.1.12551.4.1.7.1.1.1.101|2|101 +1.3.6.1.4.1.12551.4.1.7.1.1.1.102|2|102 +1.3.6.1.4.1.12551.4.1.7.1.1.1.103|2|103 +1.3.6.1.4.1.12551.4.1.7.1.1.1.104|2|104 +1.3.6.1.4.1.12551.4.1.7.1.1.1.105|2|105 +1.3.6.1.4.1.12551.4.1.7.1.1.1.106|2|106 +1.3.6.1.4.1.12551.4.1.7.1.1.1.107|2|107 +1.3.6.1.4.1.12551.4.1.7.1.1.1.108|2|108 +1.3.6.1.4.1.12551.4.1.7.1.1.1.109|2|109 +1.3.6.1.4.1.12551.4.1.7.1.1.1.110|2|110 +1.3.6.1.4.1.12551.4.1.7.1.1.1.111|2|111 +1.3.6.1.4.1.12551.4.1.7.1.1.1.112|2|112 +1.3.6.1.4.1.12551.4.1.7.1.1.1.113|2|113 +1.3.6.1.4.1.12551.4.1.7.1.1.1.114|2|114 +1.3.6.1.4.1.12551.4.1.7.1.1.1.115|2|115 +1.3.6.1.4.1.12551.4.1.7.1.1.1.116|2|116 +1.3.6.1.4.1.12551.4.1.7.1.1.1.117|2|117 +1.3.6.1.4.1.12551.4.1.7.1.1.1.118|2|118 +1.3.6.1.4.1.12551.4.1.7.1.1.1.119|2|119 +1.3.6.1.4.1.12551.4.1.7.1.1.1.120|2|120 +1.3.6.1.4.1.12551.4.1.7.1.1.1.121|2|121 +1.3.6.1.4.1.12551.4.1.7.1.1.1.122|2|122 +1.3.6.1.4.1.12551.4.1.7.1.1.1.123|2|123 +1.3.6.1.4.1.12551.4.1.7.1.1.1.124|2|124 +1.3.6.1.4.1.12551.4.1.7.1.1.1.125|2|125 +1.3.6.1.4.1.12551.4.1.7.1.1.1.126|2|126 +1.3.6.1.4.1.12551.4.1.7.1.1.1.127|2|127 +1.3.6.1.4.1.12551.4.1.7.1.1.1.128|2|128 +1.3.6.1.4.1.12551.4.1.7.1.1.1.129|2|129 +1.3.6.1.4.1.12551.4.1.7.1.1.1.130|2|130 +1.3.6.1.4.1.12551.4.1.7.1.1.1.131|2|131 +1.3.6.1.4.1.12551.4.1.7.1.1.1.132|2|132 +1.3.6.1.4.1.12551.4.1.7.1.1.1.133|2|133 +1.3.6.1.4.1.12551.4.1.7.1.1.1.134|2|134 +1.3.6.1.4.1.12551.4.1.7.1.1.1.135|2|135 +1.3.6.1.4.1.12551.4.1.7.1.1.1.136|2|136 +1.3.6.1.4.1.12551.4.1.7.1.1.1.137|2|137 +1.3.6.1.4.1.12551.4.1.7.1.1.1.138|2|138 +1.3.6.1.4.1.12551.4.1.7.1.1.1.139|2|139 +1.3.6.1.4.1.12551.4.1.7.1.1.1.140|2|140 +1.3.6.1.4.1.12551.4.1.7.1.1.1.141|2|141 +1.3.6.1.4.1.12551.4.1.7.1.1.1.142|2|142 +1.3.6.1.4.1.12551.4.1.7.1.1.1.143|2|143 +1.3.6.1.4.1.12551.4.1.7.1.1.1.144|2|144 +1.3.6.1.4.1.12551.4.1.7.1.1.1.145|2|145 +1.3.6.1.4.1.12551.4.1.7.1.1.1.146|2|146 +1.3.6.1.4.1.12551.4.1.7.1.1.1.147|2|147 +1.3.6.1.4.1.12551.4.1.7.1.1.1.148|2|148 +1.3.6.1.4.1.12551.4.1.7.1.1.1.149|2|149 +1.3.6.1.4.1.12551.4.1.7.1.1.1.150|2|150 +1.3.6.1.4.1.12551.4.1.7.1.1.1.151|2|151 +1.3.6.1.4.1.12551.4.1.7.1.1.1.152|2|152 +1.3.6.1.4.1.12551.4.1.7.1.1.1.153|2|153 +1.3.6.1.4.1.12551.4.1.7.1.1.1.154|2|154 +1.3.6.1.4.1.12551.4.1.7.1.1.1.155|2|155 +1.3.6.1.4.1.12551.4.1.7.1.1.1.156|2|156 +1.3.6.1.4.1.12551.4.1.7.1.1.1.157|2|157 +1.3.6.1.4.1.12551.4.1.7.1.1.1.158|2|158 +1.3.6.1.4.1.12551.4.1.7.1.1.1.159|2|159 +1.3.6.1.4.1.12551.4.1.7.1.1.1.160|2|160 +1.3.6.1.4.1.12551.4.1.7.1.1.1.161|2|161 +1.3.6.1.4.1.12551.4.1.7.1.1.1.162|2|162 +1.3.6.1.4.1.12551.4.1.7.1.1.1.163|2|163 +1.3.6.1.4.1.12551.4.1.7.1.1.1.164|2|164 +1.3.6.1.4.1.12551.4.1.7.1.1.1.165|2|165 +1.3.6.1.4.1.12551.4.1.7.1.1.1.166|2|166 +1.3.6.1.4.1.12551.4.1.7.1.1.1.167|2|167 +1.3.6.1.4.1.12551.4.1.7.1.1.1.168|2|168 +1.3.6.1.4.1.12551.4.1.7.1.1.1.169|2|169 +1.3.6.1.4.1.12551.4.1.7.1.1.1.170|2|170 +1.3.6.1.4.1.12551.4.1.7.1.1.1.171|2|171 +1.3.6.1.4.1.12551.4.1.7.1.1.1.172|2|172 +1.3.6.1.4.1.12551.4.1.7.1.1.1.173|2|173 +1.3.6.1.4.1.12551.4.1.7.1.1.1.174|2|174 +1.3.6.1.4.1.12551.4.1.7.1.1.1.175|2|175 +1.3.6.1.4.1.12551.4.1.7.1.1.1.176|2|176 +1.3.6.1.4.1.12551.4.1.7.1.1.1.177|2|177 +1.3.6.1.4.1.12551.4.1.7.1.1.1.178|2|178 +1.3.6.1.4.1.12551.4.1.7.1.1.1.179|2|179 +1.3.6.1.4.1.12551.4.1.7.1.1.1.180|2|180 +1.3.6.1.4.1.12551.4.1.7.1.1.1.181|2|181 +1.3.6.1.4.1.12551.4.1.7.1.1.1.182|2|182 +1.3.6.1.4.1.12551.4.1.7.1.1.1.183|2|183 +1.3.6.1.4.1.12551.4.1.7.1.1.1.184|2|184 +1.3.6.1.4.1.12551.4.1.7.1.1.1.185|2|185 +1.3.6.1.4.1.12551.4.1.7.1.1.1.186|2|186 +1.3.6.1.4.1.12551.4.1.7.1.1.1.187|2|187 +1.3.6.1.4.1.12551.4.1.7.1.1.1.188|2|188 +1.3.6.1.4.1.12551.4.1.7.1.1.1.189|2|189 +1.3.6.1.4.1.12551.4.1.7.1.1.1.190|2|190 +1.3.6.1.4.1.12551.4.1.7.1.1.1.191|2|191 +1.3.6.1.4.1.12551.4.1.7.1.1.1.192|2|192 +1.3.6.1.4.1.12551.4.1.7.1.1.1.193|2|193 +1.3.6.1.4.1.12551.4.1.7.1.1.1.194|2|194 +1.3.6.1.4.1.12551.4.1.7.1.1.1.195|2|195 +1.3.6.1.4.1.12551.4.1.7.1.1.1.196|2|196 +1.3.6.1.4.1.12551.4.1.7.1.1.1.197|2|197 +1.3.6.1.4.1.12551.4.1.7.1.1.1.198|2|198 +1.3.6.1.4.1.12551.4.1.7.1.1.1.199|2|199 +1.3.6.1.4.1.12551.4.1.7.1.1.1.200|2|200 +1.3.6.1.4.1.12551.4.1.7.1.1.1.201|2|201 +1.3.6.1.4.1.12551.4.1.7.1.1.1.202|2|202 +1.3.6.1.4.1.12551.4.1.7.1.1.1.203|2|203 +1.3.6.1.4.1.12551.4.1.7.1.1.1.204|2|204 +1.3.6.1.4.1.12551.4.1.7.1.1.1.205|2|205 +1.3.6.1.4.1.12551.4.1.7.1.1.1.206|2|206 +1.3.6.1.4.1.12551.4.1.7.1.1.1.207|2|207 +1.3.6.1.4.1.12551.4.1.7.1.1.1.208|2|208 +1.3.6.1.4.1.12551.4.1.7.1.1.1.209|2|209 +1.3.6.1.4.1.12551.4.1.7.1.1.1.210|2|210 +1.3.6.1.4.1.12551.4.1.7.1.1.1.211|2|211 +1.3.6.1.4.1.12551.4.1.7.1.1.1.212|2|212 +1.3.6.1.4.1.12551.4.1.7.1.1.1.213|2|213 +1.3.6.1.4.1.12551.4.1.7.1.1.1.214|2|214 +1.3.6.1.4.1.12551.4.1.7.1.1.1.215|2|215 +1.3.6.1.4.1.12551.4.1.7.1.1.1.216|2|216 +1.3.6.1.4.1.12551.4.1.7.1.1.1.217|2|217 +1.3.6.1.4.1.12551.4.1.7.1.1.1.218|2|218 +1.3.6.1.4.1.12551.4.1.7.1.1.1.219|2|219 +1.3.6.1.4.1.12551.4.1.7.1.1.1.220|2|220 +1.3.6.1.4.1.12551.4.1.7.1.1.1.221|2|221 +1.3.6.1.4.1.12551.4.1.7.1.1.1.222|2|222 +1.3.6.1.4.1.12551.4.1.7.1.1.1.223|2|223 +1.3.6.1.4.1.12551.4.1.7.1.1.1.224|2|224 +1.3.6.1.4.1.12551.4.1.7.1.1.1.225|2|225 +1.3.6.1.4.1.12551.4.1.7.1.1.1.226|2|226 +1.3.6.1.4.1.12551.4.1.7.1.1.1.227|2|227 +1.3.6.1.4.1.12551.4.1.7.1.1.1.228|2|228 +1.3.6.1.4.1.12551.4.1.7.1.1.1.229|2|229 +1.3.6.1.4.1.12551.4.1.7.1.1.1.230|2|230 +1.3.6.1.4.1.12551.4.1.7.1.1.1.231|2|231 +1.3.6.1.4.1.12551.4.1.7.1.1.1.232|2|232 +1.3.6.1.4.1.12551.4.1.7.1.1.1.233|2|233 +1.3.6.1.4.1.12551.4.1.7.1.1.1.234|2|234 +1.3.6.1.4.1.12551.4.1.7.1.1.1.235|2|235 +1.3.6.1.4.1.12551.4.1.7.1.1.1.236|2|236 +1.3.6.1.4.1.12551.4.1.7.1.1.1.237|2|237 +1.3.6.1.4.1.12551.4.1.7.1.1.1.238|2|238 +1.3.6.1.4.1.12551.4.1.7.1.1.1.239|2|239 +1.3.6.1.4.1.12551.4.1.7.1.1.1.240|2|240 +1.3.6.1.4.1.12551.4.1.7.1.1.1.241|2|241 +1.3.6.1.4.1.12551.4.1.7.1.1.1.242|2|242 +1.3.6.1.4.1.12551.4.1.7.1.1.1.243|2|243 +1.3.6.1.4.1.12551.4.1.7.1.1.1.244|2|244 +1.3.6.1.4.1.12551.4.1.7.1.1.1.245|2|245 +1.3.6.1.4.1.12551.4.1.7.1.1.1.246|2|246 +1.3.6.1.4.1.12551.4.1.7.1.1.1.247|2|247 +1.3.6.1.4.1.12551.4.1.7.1.1.1.248|2|248 +1.3.6.1.4.1.12551.4.1.7.1.1.1.249|2|249 +1.3.6.1.4.1.12551.4.1.7.1.1.1.250|2|250 +1.3.6.1.4.1.12551.4.1.7.1.1.1.251|2|251 +1.3.6.1.4.1.12551.4.1.7.1.1.1.252|2|252 +1.3.6.1.4.1.12551.4.1.7.1.1.1.253|2|253 +1.3.6.1.4.1.12551.4.1.7.1.1.1.254|2|254 +1.3.6.1.4.1.12551.4.1.7.1.1.1.255|2|255 +1.3.6.1.4.1.12551.4.1.7.1.1.1.256|2|256 +1.3.6.1.4.1.12551.4.1.7.1.1.1.257|2|257 +1.3.6.1.4.1.12551.4.1.7.1.1.1.258|2|258 +1.3.6.1.4.1.12551.4.1.7.1.1.1.259|2|259 +1.3.6.1.4.1.12551.4.1.7.1.1.1.260|2|260 +1.3.6.1.4.1.12551.4.1.7.1.1.1.261|2|261 +1.3.6.1.4.1.12551.4.1.7.1.1.1.262|2|262 +1.3.6.1.4.1.12551.4.1.7.1.1.1.263|2|263 +1.3.6.1.4.1.12551.4.1.7.1.1.1.264|2|264 +1.3.6.1.4.1.12551.4.1.7.1.1.1.265|2|265 +1.3.6.1.4.1.12551.4.1.7.1.1.1.266|2|266 +1.3.6.1.4.1.12551.4.1.7.1.1.1.267|2|267 +1.3.6.1.4.1.12551.4.1.7.1.1.1.268|2|268 +1.3.6.1.4.1.12551.4.1.7.1.1.1.269|2|269 +1.3.6.1.4.1.12551.4.1.7.1.1.1.270|2|270 +1.3.6.1.4.1.12551.4.1.7.1.1.1.271|2|271 +1.3.6.1.4.1.12551.4.1.7.1.1.1.272|2|272 +1.3.6.1.4.1.12551.4.1.7.1.1.1.273|2|273 +1.3.6.1.4.1.12551.4.1.7.1.1.1.274|2|274 +1.3.6.1.4.1.12551.4.1.7.1.1.1.275|2|275 +1.3.6.1.4.1.12551.4.1.7.1.1.1.276|2|276 +1.3.6.1.4.1.12551.4.1.7.1.1.1.277|2|277 +1.3.6.1.4.1.12551.4.1.7.1.1.1.278|2|278 +1.3.6.1.4.1.12551.4.1.7.1.1.1.279|2|279 +1.3.6.1.4.1.12551.4.1.7.1.1.1.280|2|280 +1.3.6.1.4.1.12551.4.1.7.1.1.1.281|2|281 +1.3.6.1.4.1.12551.4.1.7.1.1.1.282|2|282 +1.3.6.1.4.1.12551.4.1.7.1.1.1.283|2|283 +1.3.6.1.4.1.12551.4.1.7.1.1.1.284|2|284 +1.3.6.1.4.1.12551.4.1.7.1.1.1.285|2|285 +1.3.6.1.4.1.12551.4.1.7.1.1.1.286|2|286 +1.3.6.1.4.1.12551.4.1.7.1.1.1.287|2|287 +1.3.6.1.4.1.12551.4.1.7.1.1.1.288|2|288 +1.3.6.1.4.1.12551.4.1.7.1.1.1.289|2|289 +1.3.6.1.4.1.12551.4.1.7.1.1.1.290|2|290 +1.3.6.1.4.1.12551.4.1.7.1.1.1.291|2|291 +1.3.6.1.4.1.12551.4.1.7.1.1.1.292|2|292 +1.3.6.1.4.1.12551.4.1.7.1.1.1.293|2|293 +1.3.6.1.4.1.12551.4.1.7.1.1.1.294|2|294 +1.3.6.1.4.1.12551.4.1.7.1.1.1.295|2|295 +1.3.6.1.4.1.12551.4.1.7.1.1.1.296|2|296 +1.3.6.1.4.1.12551.4.1.7.1.1.1.297|2|297 +1.3.6.1.4.1.12551.4.1.7.1.1.1.298|2|298 +1.3.6.1.4.1.12551.4.1.7.1.1.1.299|2|299 +1.3.6.1.4.1.12551.4.1.7.1.1.1.300|2|300 +1.3.6.1.4.1.12551.4.1.7.1.1.2.1|4|Fan Failure +1.3.6.1.4.1.12551.4.1.7.1.1.2.2|4|Permanent Fault (2) +1.3.6.1.4.1.12551.4.1.7.1.1.2.3|4|Permanent Fault (3) +1.3.6.1.4.1.12551.4.1.7.1.1.2.4|4|Permanent Fault (4) +1.3.6.1.4.1.12551.4.1.7.1.1.2.5|4|Permanent Fault (5) +1.3.6.1.4.1.12551.4.1.7.1.1.2.6|4|Permanent Fault (6) +1.3.6.1.4.1.12551.4.1.7.1.1.2.7|4|Too Many Starts +1.3.6.1.4.1.12551.4.1.7.1.1.2.8|4|Permanent Fault (8) +1.3.6.1.4.1.12551.4.1.7.1.1.2.9|4|Permanent Fault (9) +1.3.6.1.4.1.12551.4.1.7.1.1.2.10|4|Permanent Fault (10) +1.3.6.1.4.1.12551.4.1.7.1.1.2.11|4|Permanent Fault (11) +1.3.6.1.4.1.12551.4.1.7.1.1.2.12|4|Permanent Fault (12) +1.3.6.1.4.1.12551.4.1.7.1.1.2.13|4|Output Polarity +1.3.6.1.4.1.12551.4.1.7.1.1.2.14|4|Overload Too Long +1.3.6.1.4.1.12551.4.1.7.1.1.2.15|4|Output Fuse +1.3.6.1.4.1.12551.4.1.7.1.1.2.16|4|Permanent Fault (16) +1.3.6.1.4.1.12551.4.1.7.1.1.2.17|4|Not defined 17 +1.3.6.1.4.1.12551.4.1.7.1.1.2.18|4|Permanent Fault (18) +1.3.6.1.4.1.12551.4.1.7.1.1.2.19|4|Permanent Fault (19) +1.3.6.1.4.1.12551.4.1.7.1.1.2.20|4|Not defined 20 +1.3.6.1.4.1.12551.4.1.7.1.1.2.21|4|Not defined 21 +1.3.6.1.4.1.12551.4.1.7.1.1.2.22|4|Not defined 22 +1.3.6.1.4.1.12551.4.1.7.1.1.2.23|4|Not defined 23 +1.3.6.1.4.1.12551.4.1.7.1.1.2.24|4|Not defined 24 +1.3.6.1.4.1.12551.4.1.7.1.1.2.25|4|Not defined 25 +1.3.6.1.4.1.12551.4.1.7.1.1.2.26|4|Not defined 26 +1.3.6.1.4.1.12551.4.1.7.1.1.2.27|4|Not defined 27 +1.3.6.1.4.1.12551.4.1.7.1.1.2.28|4|Permanent Fault (28) +1.3.6.1.4.1.12551.4.1.7.1.1.2.29|4|Permanent Fault (29) +1.3.6.1.4.1.12551.4.1.7.1.1.2.30|4|Permanent Fault (30) +1.3.6.1.4.1.12551.4.1.7.1.1.2.31|4|Permanent Fault (31) +1.3.6.1.4.1.12551.4.1.7.1.1.2.32|4|Permanent Fault (32) +1.3.6.1.4.1.12551.4.1.7.1.1.2.33|4|Output Synchronization +1.3.6.1.4.1.12551.4.1.7.1.1.2.34|4|Temperature Too High +1.3.6.1.4.1.12551.4.1.7.1.1.2.35|4|Com. Bus Failure +1.3.6.1.4.1.12551.4.1.7.1.1.2.36|4|Com. Bus Conflict +1.3.6.1.4.1.12551.4.1.7.1.1.2.37|4|No Power Source +1.3.6.1.4.1.12551.4.1.7.1.1.2.38|4|Com. Bus Failure +1.3.6.1.4.1.12551.4.1.7.1.1.2.39|4|Parameter Query +1.3.6.1.4.1.12551.4.1.7.1.1.2.40|4|Parameter Mismatch +1.3.6.1.4.1.12551.4.1.7.1.1.2.41|4|Phase Not Ready +1.3.6.1.4.1.12551.4.1.7.1.1.2.42|4|Recoverable Fault (42) +1.3.6.1.4.1.12551.4.1.7.1.1.2.43|4|Inv. Mismatch +1.3.6.1.4.1.12551.4.1.7.1.1.2.44|4|Backfeed Error +1.3.6.1.4.1.12551.4.1.7.1.1.2.45|4|Recoverable Fault (45) +1.3.6.1.4.1.12551.4.1.7.1.1.2.46|4|Ext. Clock Fault +1.3.6.1.4.1.12551.4.1.7.1.1.2.47|4|Overload Triangle +1.3.6.1.4.1.12551.4.1.7.1.1.2.48|4|Not defined 48 +1.3.6.1.4.1.12551.4.1.7.1.1.2.49|4|Not defined 49 +1.3.6.1.4.1.12551.4.1.7.1.1.2.50|4|Not defined 50 +1.3.6.1.4.1.12551.4.1.7.1.1.2.51|4|Not defined 51 +1.3.6.1.4.1.12551.4.1.7.1.1.2.52|4|Not defined 52 +1.3.6.1.4.1.12551.4.1.7.1.1.2.53|4|Not defined 53 +1.3.6.1.4.1.12551.4.1.7.1.1.2.54|4|Not defined 54 +1.3.6.1.4.1.12551.4.1.7.1.1.2.55|4|Not defined 55 +1.3.6.1.4.1.12551.4.1.7.1.1.2.56|4|Not defined 56 +1.3.6.1.4.1.12551.4.1.7.1.1.2.57|4|Not defined 57 +1.3.6.1.4.1.12551.4.1.7.1.1.2.58|4|Not defined 58 +1.3.6.1.4.1.12551.4.1.7.1.1.2.59|4|Not defined 59 +1.3.6.1.4.1.12551.4.1.7.1.1.2.60|4|Not defined 60 +1.3.6.1.4.1.12551.4.1.7.1.1.2.61|4|Not defined 61 +1.3.6.1.4.1.12551.4.1.7.1.1.2.62|4|TUS Parameter Mismatch +1.3.6.1.4.1.12551.4.1.7.1.1.2.63|4|Com. Bus XY Failure +1.3.6.1.4.1.12551.4.1.7.1.1.2.64|4|Com. Bus XY Conflict +1.3.6.1.4.1.12551.4.1.7.1.1.2.65|4|Inv. Com. Bus Failure +1.3.6.1.4.1.12551.4.1.7.1.1.2.66|4|T2S Com. Bus Failure +1.3.6.1.4.1.12551.4.1.7.1.1.2.67|4|Inv. Com. Bus Failure +1.3.6.1.4.1.12551.4.1.7.1.1.2.68|4|T2S Com. Bus Failure +1.3.6.1.4.1.12551.4.1.7.1.1.2.69|4|Recoverable Fault (69) +1.3.6.1.4.1.12551.4.1.7.1.1.2.70|4|Recoverable Fault (70) +1.3.6.1.4.1.12551.4.1.7.1.1.2.71|4|Output Volt. Changing +1.3.6.1.4.1.12551.4.1.7.1.1.2.72|4|Output Overload (I) +1.3.6.1.4.1.12551.4.1.7.1.1.2.73|4|Com. Bus Mismatch +1.3.6.1.4.1.12551.4.1.7.1.1.2.74|4|Imminent Start +1.3.6.1.4.1.12551.4.1.7.1.1.2.75|4|Booster Not Ready +1.3.6.1.4.1.12551.4.1.7.1.1.2.76|4|Overload Not Ready +1.3.6.1.4.1.12551.4.1.7.1.1.2.77|4|Temperature Derating +1.3.6.1.4.1.12551.4.1.7.1.1.2.78|4|Output Overload (P) +1.3.6.1.4.1.12551.4.1.7.1.1.2.79|4|Recoverable Fault (79) +1.3.6.1.4.1.12551.4.1.7.1.1.2.80|4|Brownout Derating +1.3.6.1.4.1.12551.4.1.7.1.1.2.81|4|Fan Life +1.3.6.1.4.1.12551.4.1.7.1.1.2.82|4|Remote Off +1.3.6.1.4.1.12551.4.1.7.1.1.2.83|4|Manual Off +1.3.6.1.4.1.12551.4.1.7.1.1.2.84|4|Triangle Off +1.3.6.1.4.1.12551.4.1.7.1.1.2.85|4|Recoverable Fault (85) +1.3.6.1.4.1.12551.4.1.7.1.1.2.86|4|Recoverable Fault (86) +1.3.6.1.4.1.12551.4.1.7.1.1.2.87|4|Not defined 87 +1.3.6.1.4.1.12551.4.1.7.1.1.2.88|4|Recoverable Fault (88) +1.3.6.1.4.1.12551.4.1.7.1.1.2.89|4|Not defined 89 +1.3.6.1.4.1.12551.4.1.7.1.1.2.90|4|TUS AC-in Failure +1.3.6.1.4.1.12551.4.1.7.1.1.2.91|4|TUS Missing +1.3.6.1.4.1.12551.4.1.7.1.1.2.92|4|TUS Supply X Failure +1.3.6.1.4.1.12551.4.1.7.1.1.2.93|4|TUS Supply Y Failure +1.3.6.1.4.1.12551.4.1.7.1.1.2.94|4|TUS Parameter Mismatch +1.3.6.1.4.1.12551.4.1.7.1.1.2.95|4|Com. Bus X Failure +1.3.6.1.4.1.12551.4.1.7.1.1.2.96|4|Com. Bus Y Failure +1.3.6.1.4.1.12551.4.1.7.1.1.2.97|4|Not defined 97 +1.3.6.1.4.1.12551.4.1.7.1.1.2.98|4|Not defined 98 +1.3.6.1.4.1.12551.4.1.7.1.1.2.99|4|Not defined 99 +1.3.6.1.4.1.12551.4.1.7.1.1.2.100|4|Not defined 100 +1.3.6.1.4.1.12551.4.1.7.1.1.2.101|4|Not defined 101 +1.3.6.1.4.1.12551.4.1.7.1.1.2.102|4|Not defined 102 +1.3.6.1.4.1.12551.4.1.7.1.1.2.103|4|Not defined 103 +1.3.6.1.4.1.12551.4.1.7.1.1.2.104|4|Not defined 104 +1.3.6.1.4.1.12551.4.1.7.1.1.2.105|4|Not defined 105 +1.3.6.1.4.1.12551.4.1.7.1.1.2.106|4|Not defined 106 +1.3.6.1.4.1.12551.4.1.7.1.1.2.107|4|Not defined 107 +1.3.6.1.4.1.12551.4.1.7.1.1.2.108|4|Not defined 108 +1.3.6.1.4.1.12551.4.1.7.1.1.2.109|4|Not defined 109 +1.3.6.1.4.1.12551.4.1.7.1.1.2.110|4|Not defined 110 +1.3.6.1.4.1.12551.4.1.7.1.1.2.111|4|Not defined 111 +1.3.6.1.4.1.12551.4.1.7.1.1.2.112|4|Not defined 112 +1.3.6.1.4.1.12551.4.1.7.1.1.2.113|4|Com. Bus XY Noise +1.3.6.1.4.1.12551.4.1.7.1.1.2.114|4|Com. Bus XY Mismatch +1.3.6.1.4.1.12551.4.1.7.1.1.2.115|4|Com. Bus AB-XY Sync +1.3.6.1.4.1.12551.4.1.7.1.1.2.116|4|Com. Bus Wait Sync +1.3.6.1.4.1.12551.4.1.7.1.1.2.117|4|Recoverable Fault (117) +1.3.6.1.4.1.12551.4.1.7.1.1.2.118|4|Module bus (AB) open +1.3.6.1.4.1.12551.4.1.7.1.1.2.119|4|Sync bus (XY) open +1.3.6.1.4.1.12551.4.1.7.1.1.2.120|4|Not defined 120 +1.3.6.1.4.1.12551.4.1.7.1.1.2.121|4|Not defined 121 +1.3.6.1.4.1.12551.4.1.7.1.1.2.122|4|Not defined 122 +1.3.6.1.4.1.12551.4.1.7.1.1.2.123|4|Not defined 123 +1.3.6.1.4.1.12551.4.1.7.1.1.2.124|4|Not defined 124 +1.3.6.1.4.1.12551.4.1.7.1.1.2.125|4|Not defined 125 +1.3.6.1.4.1.12551.4.1.7.1.1.2.126|4|Not defined 126 +1.3.6.1.4.1.12551.4.1.7.1.1.2.127|4|Not defined 127 +1.3.6.1.4.1.12551.4.1.7.1.1.2.128|4|Not defined 128 +1.3.6.1.4.1.12551.4.1.7.1.1.2.129|4|Not defined 129 +1.3.6.1.4.1.12551.4.1.7.1.1.2.130|4|Not defined 130 +1.3.6.1.4.1.12551.4.1.7.1.1.2.131|4|Not defined 131 +1.3.6.1.4.1.12551.4.1.7.1.1.2.132|4|Not defined 132 +1.3.6.1.4.1.12551.4.1.7.1.1.2.133|4|Not defined 133 +1.3.6.1.4.1.12551.4.1.7.1.1.2.134|4|Not defined 134 +1.3.6.1.4.1.12551.4.1.7.1.1.2.135|4|Not defined 135 +1.3.6.1.4.1.12551.4.1.7.1.1.2.136|4|Not defined 136 +1.3.6.1.4.1.12551.4.1.7.1.1.2.137|4|Not defined 137 +1.3.6.1.4.1.12551.4.1.7.1.1.2.138|4|Not defined 138 +1.3.6.1.4.1.12551.4.1.7.1.1.2.139|4|Not defined 139 +1.3.6.1.4.1.12551.4.1.7.1.1.2.140|4|Not defined 140 +1.3.6.1.4.1.12551.4.1.7.1.1.2.141|4|Not defined 141 +1.3.6.1.4.1.12551.4.1.7.1.1.2.142|4|Not defined 142 +1.3.6.1.4.1.12551.4.1.7.1.1.2.143|4|Not defined 143 +1.3.6.1.4.1.12551.4.1.7.1.1.2.144|4|Not defined 144 +1.3.6.1.4.1.12551.4.1.7.1.1.2.145|4|Not defined 145 +1.3.6.1.4.1.12551.4.1.7.1.1.2.146|4|Not defined 146 +1.3.6.1.4.1.12551.4.1.7.1.1.2.147|4|Not defined 147 +1.3.6.1.4.1.12551.4.1.7.1.1.2.148|4|Not defined 148 +1.3.6.1.4.1.12551.4.1.7.1.1.2.149|4|Not defined 149 +1.3.6.1.4.1.12551.4.1.7.1.1.2.150|4|Not defined 150 +1.3.6.1.4.1.12551.4.1.7.1.1.2.151|4|Not defined 151 +1.3.6.1.4.1.12551.4.1.7.1.1.2.152|4|Not defined 152 +1.3.6.1.4.1.12551.4.1.7.1.1.2.153|4|Not defined 153 +1.3.6.1.4.1.12551.4.1.7.1.1.2.154|4|Not defined 154 +1.3.6.1.4.1.12551.4.1.7.1.1.2.155|4|Not defined 155 +1.3.6.1.4.1.12551.4.1.7.1.1.2.156|4|Not defined 156 +1.3.6.1.4.1.12551.4.1.7.1.1.2.157|4|Not defined 157 +1.3.6.1.4.1.12551.4.1.7.1.1.2.158|4|Not defined 158 +1.3.6.1.4.1.12551.4.1.7.1.1.2.159|4|Not defined 159 +1.3.6.1.4.1.12551.4.1.7.1.1.2.160|4|OK +1.3.6.1.4.1.12551.4.1.7.1.1.2.161|4|Source V Too Low Transfert +1.3.6.1.4.1.12551.4.1.7.1.1.2.162|4|Source V Too High Transfert +1.3.6.1.4.1.12551.4.1.7.1.1.2.163|4|Error (163) +1.3.6.1.4.1.12551.4.1.7.1.1.2.164|4|Error (164) +1.3.6.1.4.1.12551.4.1.7.1.1.2.165|4|Source V Too Low Transfert +1.3.6.1.4.1.12551.4.1.7.1.1.2.166|4|Source V Too High Transfert +1.3.6.1.4.1.12551.4.1.7.1.1.2.167|4|Source Not conform +1.3.6.1.4.1.12551.4.1.7.1.1.2.168|4|Source Not conform +1.3.6.1.4.1.12551.4.1.7.1.1.2.169|4|Source Not conform +1.3.6.1.4.1.12551.4.1.7.1.1.2.170|4|Power Disabled +1.3.6.1.4.1.12551.4.1.7.1.1.2.171|4|Source Not conform +1.3.6.1.4.1.12551.4.1.7.1.1.2.172|4|THD Too High +1.3.6.1.4.1.12551.4.1.7.1.1.2.173|4|Output Synchronization +1.3.6.1.4.1.12551.4.1.7.1.1.2.174|4|Error (174) +1.3.6.1.4.1.12551.4.1.7.1.1.2.175|4|Output Synchronization +1.3.6.1.4.1.12551.4.1.7.1.1.2.176|4|Inv. Synchronization +1.3.6.1.4.1.12551.4.1.7.1.1.2.177|4|Synchronization failure +1.3.6.1.4.1.12551.4.1.7.1.1.2.178|4|Not defined 178 +1.3.6.1.4.1.12551.4.1.7.1.1.2.179|4|Source V Too Low Stop +1.3.6.1.4.1.12551.4.1.7.1.1.2.180|4|Source V Too High Stop +1.3.6.1.4.1.12551.4.1.7.1.1.2.181|4|Source Frequ. Too Low +1.3.6.1.4.1.12551.4.1.7.1.1.2.182|4|Source Frequ. Too High +1.3.6.1.4.1.12551.4.1.7.1.1.2.183|4|Phase Not Ready +1.3.6.1.4.1.12551.4.1.7.1.1.2.184|4|Backfeed Error +1.3.6.1.4.1.12551.4.1.7.1.1.2.185|4|Not defined 185 +1.3.6.1.4.1.12551.4.1.7.1.1.2.186|4|Not defined 186 +1.3.6.1.4.1.12551.4.1.7.1.1.2.187|4|Not defined 187 +1.3.6.1.4.1.12551.4.1.7.1.1.2.188|4|Error (188) +1.3.6.1.4.1.12551.4.1.7.1.1.2.189|4|Error (189) +1.3.6.1.4.1.12551.4.1.7.1.1.2.190|4|Error (190) +1.3.6.1.4.1.12551.4.1.7.1.1.2.191|4|Error (191) +1.3.6.1.4.1.12551.4.1.7.1.1.2.192|4|AC starting +1.3.6.1.4.1.12551.4.1.7.1.1.2.193|4|OK +1.3.6.1.4.1.12551.4.1.7.1.1.2.194|4|Source V Too Low Transfert +1.3.6.1.4.1.12551.4.1.7.1.1.2.195|4|Source V Too High Transfert +1.3.6.1.4.1.12551.4.1.7.1.1.2.196|4|Error (196) +1.3.6.1.4.1.12551.4.1.7.1.1.2.197|4|DC starting +1.3.6.1.4.1.12551.4.1.7.1.1.2.198|4|Not defined 198 +1.3.6.1.4.1.12551.4.1.7.1.1.2.199|4|Not defined 199 +1.3.6.1.4.1.12551.4.1.7.1.1.2.200|4|Not defined 200 +1.3.6.1.4.1.12551.4.1.7.1.1.2.201|4|Not defined 201 +1.3.6.1.4.1.12551.4.1.7.1.1.2.202|4|Source V Too Low Transfert +1.3.6.1.4.1.12551.4.1.7.1.1.2.203|4|Source V Too High Transfert +1.3.6.1.4.1.12551.4.1.7.1.1.2.204|4|Source V Too Low Stop +1.3.6.1.4.1.12551.4.1.7.1.1.2.205|4|Not defined 205 +1.3.6.1.4.1.12551.4.1.7.1.1.2.206|4|Not defined 206 +1.3.6.1.4.1.12551.4.1.7.1.1.2.207|4|Not defined 207 +1.3.6.1.4.1.12551.4.1.7.1.1.2.208|4|Not defined 208 +1.3.6.1.4.1.12551.4.1.7.1.1.2.209|4|Not defined 209 +1.3.6.1.4.1.12551.4.1.7.1.1.2.210|4|Source V Too Low Stop +1.3.6.1.4.1.12551.4.1.7.1.1.2.211|4|Source V Too High Stop +1.3.6.1.4.1.12551.4.1.7.1.1.2.212|4|Not defined 212 +1.3.6.1.4.1.12551.4.1.7.1.1.2.213|4|Not defined 213 +1.3.6.1.4.1.12551.4.1.7.1.1.2.214|4|Not defined 214 +1.3.6.1.4.1.12551.4.1.7.1.1.2.215|4|Not defined 215 +1.3.6.1.4.1.12551.4.1.7.1.1.2.216|4|Not defined 216 +1.3.6.1.4.1.12551.4.1.7.1.1.2.217|4|Error (217) +1.3.6.1.4.1.12551.4.1.7.1.1.2.218|4|Not defined 218 +1.3.6.1.4.1.12551.4.1.7.1.1.2.219|4|Not defined 219 +1.3.6.1.4.1.12551.4.1.7.1.1.2.220|4|Error (220) +1.3.6.1.4.1.12551.4.1.7.1.1.2.221|4|Not defined 221 +1.3.6.1.4.1.12551.4.1.7.1.1.2.222|4|Not defined 222 +1.3.6.1.4.1.12551.4.1.7.1.1.2.223|4|Not defined 223 +1.3.6.1.4.1.12551.4.1.7.1.1.2.224|4|Not defined 224 +1.3.6.1.4.1.12551.4.1.7.1.1.2.225|4|Not defined 225 +1.3.6.1.4.1.12551.4.1.7.1.1.2.226|4|Not defined 226 +1.3.6.1.4.1.12551.4.1.7.1.1.2.227|4|Not defined 227 +1.3.6.1.4.1.12551.4.1.7.1.1.2.228|4|Not defined 228 +1.3.6.1.4.1.12551.4.1.7.1.1.2.229|4|Not defined 229 +1.3.6.1.4.1.12551.4.1.7.1.1.2.230|4|Not defined 230 +1.3.6.1.4.1.12551.4.1.7.1.1.2.231|4|Not defined 231 +1.3.6.1.4.1.12551.4.1.7.1.1.2.232|4|Not defined 232 +1.3.6.1.4.1.12551.4.1.7.1.1.2.233|4|Not defined 233 +1.3.6.1.4.1.12551.4.1.7.1.1.2.234|4|Not defined 234 +1.3.6.1.4.1.12551.4.1.7.1.1.2.235|4|Not defined 235 +1.3.6.1.4.1.12551.4.1.7.1.1.2.236|4|Not defined 236 +1.3.6.1.4.1.12551.4.1.7.1.1.2.237|4|Not defined 237 +1.3.6.1.4.1.12551.4.1.7.1.1.2.238|4|Not defined 238 +1.3.6.1.4.1.12551.4.1.7.1.1.2.239|4|Not defined 239 +1.3.6.1.4.1.12551.4.1.7.1.1.2.240|4|Not defined 240 +1.3.6.1.4.1.12551.4.1.7.1.1.2.241|4|Not defined 241 +1.3.6.1.4.1.12551.4.1.7.1.1.2.242|4|Not defined 242 +1.3.6.1.4.1.12551.4.1.7.1.1.2.243|4|Not defined 243 +1.3.6.1.4.1.12551.4.1.7.1.1.2.244|4|Not defined 244 +1.3.6.1.4.1.12551.4.1.7.1.1.2.245|4|Not defined 245 +1.3.6.1.4.1.12551.4.1.7.1.1.2.246|4|Not defined 246 +1.3.6.1.4.1.12551.4.1.7.1.1.2.247|4|Not defined 247 +1.3.6.1.4.1.12551.4.1.7.1.1.2.248|4|Not defined 248 +1.3.6.1.4.1.12551.4.1.7.1.1.2.249|4|Not defined 249 +1.3.6.1.4.1.12551.4.1.7.1.1.2.250|4|Not defined 250 +1.3.6.1.4.1.12551.4.1.7.1.1.2.251|4|Not defined 251 +1.3.6.1.4.1.12551.4.1.7.1.1.2.252|4|Not defined 252 +1.3.6.1.4.1.12551.4.1.7.1.1.2.253|4|Not defined 253 +1.3.6.1.4.1.12551.4.1.7.1.1.2.254|4|Not defined 254 +1.3.6.1.4.1.12551.4.1.7.1.1.2.255|4|Not defined 255 +1.3.6.1.4.1.12551.4.1.7.1.1.2.256|4|MBP Engaged +1.3.6.1.4.1.12551.4.1.7.1.1.2.257|4|Surge Arrester +1.3.6.1.4.1.12551.4.1.7.1.1.2.258|4|Redundancy Lost +1.3.6.1.4.1.12551.4.1.7.1.1.2.259|4|Redundancy +1 Lost +1.3.6.1.4.1.12551.4.1.7.1.1.2.260|4|Main Source Lost +1.3.6.1.4.1.12551.4.1.7.1.1.2.261|4|Secondary Source Lost +1.3.6.1.4.1.12551.4.1.7.1.1.2.262|4|AC Source Lost +1.3.6.1.4.1.12551.4.1.7.1.1.2.263|4|DC Source Lost +1.3.6.1.4.1.12551.4.1.7.1.1.2.264|4|AC Source Not Sync +1.3.6.1.4.1.12551.4.1.7.1.1.2.265|4|DC Source Low +1.3.6.1.4.1.12551.4.1.7.1.1.2.266|4|Output Saturation +1.3.6.1.4.1.12551.4.1.7.1.1.2.267|4|Output Overload +1.3.6.1.4.1.12551.4.1.7.1.1.2.268|4|Output Failure +1.3.6.1.4.1.12551.4.1.7.1.1.2.269|4|System Started +1.3.6.1.4.1.12551.4.1.7.1.1.2.270|4|Sync Redundancy Lost +1.3.6.1.4.1.12551.4.1.7.1.1.2.271|4|All Sync Modules Lost +1.3.6.1.4.1.12551.4.1.7.1.1.2.272|4|Missing Module +1.3.6.1.4.1.12551.4.1.7.1.1.2.273|4|New Module +1.3.6.1.4.1.12551.4.1.7.1.1.2.274|4|Manual or Remote Off +1.3.6.1.4.1.12551.4.1.7.1.1.2.275|4|Output Fault +1.3.6.1.4.1.12551.4.1.7.1.1.2.276|4|Brownout Derating +1.3.6.1.4.1.12551.4.1.7.1.1.2.277|4|Remote Off +1.3.6.1.4.1.12551.4.1.7.1.1.2.278|4|Temperature Derating +1.3.6.1.4.1.12551.4.1.7.1.1.2.279|4|Overtemperature +1.3.6.1.4.1.12551.4.1.7.1.1.2.280|4|Not defined 280 +1.3.6.1.4.1.12551.4.1.7.1.1.2.281|4|Not defined 281 +1.3.6.1.4.1.12551.4.1.7.1.1.2.282|4|Not defined 282 +1.3.6.1.4.1.12551.4.1.7.1.1.2.283|4|Not defined 283 +1.3.6.1.4.1.12551.4.1.7.1.1.2.284|4|Not defined 284 +1.3.6.1.4.1.12551.4.1.7.1.1.2.285|4|Not defined 285 +1.3.6.1.4.1.12551.4.1.7.1.1.2.286|4|Not defined 286 +1.3.6.1.4.1.12551.4.1.7.1.1.2.287|4|Not defined 287 +1.3.6.1.4.1.12551.4.1.7.1.1.2.288|4|Not defined 288 +1.3.6.1.4.1.12551.4.1.7.1.1.2.289|4|Not defined 289 +1.3.6.1.4.1.12551.4.1.7.1.1.2.290|4|Not defined 290 +1.3.6.1.4.1.12551.4.1.7.1.1.2.291|4|Not defined 291 +1.3.6.1.4.1.12551.4.1.7.1.1.2.292|4|Not defined 292 +1.3.6.1.4.1.12551.4.1.7.1.1.2.293|4|Not defined 293 +1.3.6.1.4.1.12551.4.1.7.1.1.2.294|4|Not defined 294 +1.3.6.1.4.1.12551.4.1.7.1.1.2.295|4|Not defined 295 +1.3.6.1.4.1.12551.4.1.7.1.1.2.296|4|Not defined 296 +1.3.6.1.4.1.12551.4.1.7.1.1.2.297|4|Not defined 297 +1.3.6.1.4.1.12551.4.1.7.1.1.2.298|4|Not defined 298 +1.3.6.1.4.1.12551.4.1.7.1.1.2.299|4|Not defined 299 +1.3.6.1.4.1.12551.4.1.7.1.1.2.300|4|Not defined 300 +1.3.6.1.4.1.12551.4.1.8.1.0|4|7.4.0 +1.3.6.1.4.1.12551.4.1.8.2.0|4|1295 +1.3.6.1.4.1.12551.4.1.8.3.0|4e|\x07\xe6\x01\x07\r7; +1.3.6.1.4.1.12551.4.1.8.4.0|2|7 +1.3.6.1.4.1.12551.4.1.8.5.0|2|4 +1.3.6.1.4.1.12551.4.1.8.6.0|2|127 +1.3.6.1.4.1.12551.4.1.8.7.0|2|0 +1.3.6.1.4.1.12551.4.1.8.8.0|4|10.238.0.13 +1.3.6.1.4.1.12551.4.1.8.9.0|4|00:04:A3:DC:A8:86 +1.3.6.1.4.1.12551.4.1.9.1.1.1.1|2|1 +1.3.6.1.4.1.12551.4.1.9.1.1.1.2|2|2 +1.3.6.1.4.1.12551.4.1.9.1.1.1.3|2|3 +1.3.6.1.4.1.12551.4.1.9.1.1.1.4|2|4 +1.3.6.1.4.1.12551.4.1.9.1.1.1.5|2|5 +1.3.6.1.4.1.12551.4.1.9.1.1.1.6|2|6 +1.3.6.1.4.1.12551.4.1.9.1.1.1.7|2|7 +1.3.6.1.4.1.12551.4.1.9.1.1.1.8|2|8 +1.3.6.1.4.1.12551.4.1.9.1.1.1.9|2|9 +1.3.6.1.4.1.12551.4.1.9.1.1.1.10|2|10 +1.3.6.1.4.1.12551.4.1.9.1.1.1.11|2|11 +1.3.6.1.4.1.12551.4.1.9.1.1.1.12|2|12 +1.3.6.1.4.1.12551.4.1.9.1.1.1.13|2|13 +1.3.6.1.4.1.12551.4.1.9.1.1.1.14|2|14 +1.3.6.1.4.1.12551.4.1.9.1.1.1.15|2|15 +1.3.6.1.4.1.12551.4.1.9.1.1.1.16|2|16 +1.3.6.1.4.1.12551.4.1.9.1.1.1.17|2|17 +1.3.6.1.4.1.12551.4.1.9.1.1.1.18|2|18 +1.3.6.1.4.1.12551.4.1.9.1.1.1.19|2|19 +1.3.6.1.4.1.12551.4.1.9.1.1.1.20|2|20 +1.3.6.1.4.1.12551.4.1.9.1.1.1.21|2|21 +1.3.6.1.4.1.12551.4.1.9.1.1.1.22|2|22 +1.3.6.1.4.1.12551.4.1.9.1.1.1.23|2|23 +1.3.6.1.4.1.12551.4.1.9.1.1.1.24|2|24 +1.3.6.1.4.1.12551.4.1.9.1.1.1.25|2|25 +1.3.6.1.4.1.12551.4.1.9.1.1.1.26|2|26 +1.3.6.1.4.1.12551.4.1.9.1.1.1.27|2|27 +1.3.6.1.4.1.12551.4.1.9.1.1.1.28|2|28 +1.3.6.1.4.1.12551.4.1.9.1.1.1.29|2|29 +1.3.6.1.4.1.12551.4.1.9.1.1.1.30|2|30 +1.3.6.1.4.1.12551.4.1.9.1.1.1.31|2|31 +1.3.6.1.4.1.12551.4.1.9.1.1.1.32|2|32 +1.3.6.1.4.1.12551.4.1.9.1.1.1.33|2|33 +1.3.6.1.4.1.12551.4.1.9.1.1.1.34|2|34 +1.3.6.1.4.1.12551.4.1.9.1.1.1.35|2|35 +1.3.6.1.4.1.12551.4.1.9.1.1.1.36|2|36 +1.3.6.1.4.1.12551.4.1.9.1.1.1.37|2|37 +1.3.6.1.4.1.12551.4.1.9.1.1.1.38|2|38 +1.3.6.1.4.1.12551.4.1.9.1.1.1.39|2|39 +1.3.6.1.4.1.12551.4.1.9.1.1.1.40|2|40 +1.3.6.1.4.1.12551.4.1.9.1.1.1.41|2|41 +1.3.6.1.4.1.12551.4.1.9.1.1.1.42|2|42 +1.3.6.1.4.1.12551.4.1.9.1.1.1.43|2|43 +1.3.6.1.4.1.12551.4.1.9.1.1.1.44|2|44 +1.3.6.1.4.1.12551.4.1.9.1.1.1.45|2|45 +1.3.6.1.4.1.12551.4.1.9.1.1.1.46|2|46 +1.3.6.1.4.1.12551.4.1.9.1.1.1.47|2|47 +1.3.6.1.4.1.12551.4.1.9.1.1.1.48|2|48 +1.3.6.1.4.1.12551.4.1.9.1.1.1.49|2|49 +1.3.6.1.4.1.12551.4.1.9.1.1.1.50|2|50 +1.3.6.1.4.1.12551.4.1.9.1.1.1.51|2|51 +1.3.6.1.4.1.12551.4.1.9.1.1.1.52|2|52 +1.3.6.1.4.1.12551.4.1.9.1.1.1.53|2|53 +1.3.6.1.4.1.12551.4.1.9.1.1.1.54|2|54 +1.3.6.1.4.1.12551.4.1.9.1.1.1.55|2|55 +1.3.6.1.4.1.12551.4.1.9.1.1.1.56|2|56 +1.3.6.1.4.1.12551.4.1.9.1.1.1.57|2|57 +1.3.6.1.4.1.12551.4.1.9.1.1.1.58|2|58 +1.3.6.1.4.1.12551.4.1.9.1.1.1.59|2|59 +1.3.6.1.4.1.12551.4.1.9.1.1.1.60|2|60 +1.3.6.1.4.1.12551.4.1.9.1.1.1.61|2|61 +1.3.6.1.4.1.12551.4.1.9.1.1.1.62|2|62 +1.3.6.1.4.1.12551.4.1.9.1.1.1.63|2|63 +1.3.6.1.4.1.12551.4.1.9.1.1.1.64|2|64 +1.3.6.1.4.1.12551.4.1.9.1.1.1.65|2|65 +1.3.6.1.4.1.12551.4.1.9.1.1.1.66|2|66 +1.3.6.1.4.1.12551.4.1.9.1.1.1.67|2|67 +1.3.6.1.4.1.12551.4.1.9.1.1.1.68|2|68 +1.3.6.1.4.1.12551.4.1.9.1.1.1.69|2|69 +1.3.6.1.4.1.12551.4.1.9.1.1.1.70|2|70 +1.3.6.1.4.1.12551.4.1.9.1.1.1.71|2|71 +1.3.6.1.4.1.12551.4.1.9.1.1.1.72|2|72 +1.3.6.1.4.1.12551.4.1.9.1.1.1.73|2|73 +1.3.6.1.4.1.12551.4.1.9.1.1.1.74|2|74 +1.3.6.1.4.1.12551.4.1.9.1.1.1.75|2|75 +1.3.6.1.4.1.12551.4.1.9.1.1.1.76|2|76 +1.3.6.1.4.1.12551.4.1.9.1.1.1.77|2|77 +1.3.6.1.4.1.12551.4.1.9.1.1.1.78|2|78 +1.3.6.1.4.1.12551.4.1.9.1.1.1.79|2|79 +1.3.6.1.4.1.12551.4.1.9.1.1.1.80|2|80 +1.3.6.1.4.1.12551.4.1.9.1.1.1.81|2|81 +1.3.6.1.4.1.12551.4.1.9.1.1.1.82|2|82 +1.3.6.1.4.1.12551.4.1.9.1.1.1.83|2|83 +1.3.6.1.4.1.12551.4.1.9.1.1.1.84|2|84 +1.3.6.1.4.1.12551.4.1.9.1.1.1.85|2|85 +1.3.6.1.4.1.12551.4.1.9.1.1.1.86|2|86 +1.3.6.1.4.1.12551.4.1.9.1.1.1.87|2|87 +1.3.6.1.4.1.12551.4.1.9.1.1.1.88|2|88 +1.3.6.1.4.1.12551.4.1.9.1.1.1.89|2|89 +1.3.6.1.4.1.12551.4.1.9.1.1.1.90|2|90 +1.3.6.1.4.1.12551.4.1.9.1.1.1.91|2|91 +1.3.6.1.4.1.12551.4.1.9.1.1.1.92|2|92 +1.3.6.1.4.1.12551.4.1.9.1.1.1.93|2|93 +1.3.6.1.4.1.12551.4.1.9.1.1.1.94|2|94 +1.3.6.1.4.1.12551.4.1.9.1.1.1.95|2|95 +1.3.6.1.4.1.12551.4.1.9.1.1.1.96|2|96 +1.3.6.1.4.1.12551.4.1.9.1.1.1.97|2|97 +1.3.6.1.4.1.12551.4.1.9.1.1.1.98|2|98 +1.3.6.1.4.1.12551.4.1.9.1.1.1.99|2|99 +1.3.6.1.4.1.12551.4.1.9.1.1.1.100|2|100 +1.3.6.1.4.1.12551.4.1.9.1.1.1.101|2|101 +1.3.6.1.4.1.12551.4.1.9.1.1.1.102|2|102 +1.3.6.1.4.1.12551.4.1.9.1.1.1.103|2|103 +1.3.6.1.4.1.12551.4.1.9.1.1.1.104|2|104 +1.3.6.1.4.1.12551.4.1.9.1.1.1.105|2|105 +1.3.6.1.4.1.12551.4.1.9.1.1.1.106|2|106 +1.3.6.1.4.1.12551.4.1.9.1.1.1.107|2|107 +1.3.6.1.4.1.12551.4.1.9.1.1.1.108|2|108 +1.3.6.1.4.1.12551.4.1.9.1.1.1.109|2|109 +1.3.6.1.4.1.12551.4.1.9.1.1.1.110|2|110 +1.3.6.1.4.1.12551.4.1.9.1.1.1.111|2|111 +1.3.6.1.4.1.12551.4.1.9.1.1.1.112|2|112 +1.3.6.1.4.1.12551.4.1.9.1.1.1.113|2|113 +1.3.6.1.4.1.12551.4.1.9.1.1.1.114|2|114 +1.3.6.1.4.1.12551.4.1.9.1.1.1.115|2|115 +1.3.6.1.4.1.12551.4.1.9.1.1.1.116|2|116 +1.3.6.1.4.1.12551.4.1.9.1.1.1.117|2|117 +1.3.6.1.4.1.12551.4.1.9.1.1.1.118|2|118 +1.3.6.1.4.1.12551.4.1.9.1.1.1.119|2|119 +1.3.6.1.4.1.12551.4.1.9.1.1.1.120|2|120 +1.3.6.1.4.1.12551.4.1.9.1.1.1.121|2|121 +1.3.6.1.4.1.12551.4.1.9.1.1.1.122|2|122 +1.3.6.1.4.1.12551.4.1.9.1.1.1.123|2|123 +1.3.6.1.4.1.12551.4.1.9.1.1.1.124|2|124 +1.3.6.1.4.1.12551.4.1.9.1.1.1.125|2|125 +1.3.6.1.4.1.12551.4.1.9.1.1.1.126|2|126 +1.3.6.1.4.1.12551.4.1.9.1.1.1.127|2|127 +1.3.6.1.4.1.12551.4.1.9.1.1.1.128|2|128 +1.3.6.1.4.1.12551.4.1.9.1.1.1.129|2|129 +1.3.6.1.4.1.12551.4.1.9.1.1.1.130|2|130 +1.3.6.1.4.1.12551.4.1.9.1.1.1.131|2|131 +1.3.6.1.4.1.12551.4.1.9.1.1.1.132|2|132 +1.3.6.1.4.1.12551.4.1.9.1.1.1.133|2|133 +1.3.6.1.4.1.12551.4.1.9.1.1.1.134|2|134 +1.3.6.1.4.1.12551.4.1.9.1.1.1.135|2|135 +1.3.6.1.4.1.12551.4.1.9.1.1.1.136|2|136 +1.3.6.1.4.1.12551.4.1.9.1.1.1.137|2|137 +1.3.6.1.4.1.12551.4.1.9.1.1.1.138|2|138 +1.3.6.1.4.1.12551.4.1.9.1.1.1.139|2|139 +1.3.6.1.4.1.12551.4.1.9.1.1.1.140|2|140 +1.3.6.1.4.1.12551.4.1.9.1.1.1.141|2|141 +1.3.6.1.4.1.12551.4.1.9.1.1.1.142|2|142 +1.3.6.1.4.1.12551.4.1.9.1.1.1.143|2|143 +1.3.6.1.4.1.12551.4.1.9.1.1.1.144|2|144 +1.3.6.1.4.1.12551.4.1.9.1.1.1.145|2|145 +1.3.6.1.4.1.12551.4.1.9.1.1.1.146|2|146 +1.3.6.1.4.1.12551.4.1.9.1.1.1.147|2|147 +1.3.6.1.4.1.12551.4.1.9.1.1.1.148|2|148 +1.3.6.1.4.1.12551.4.1.9.1.1.1.149|2|149 +1.3.6.1.4.1.12551.4.1.9.1.1.1.150|2|150 +1.3.6.1.4.1.12551.4.1.9.1.1.1.151|2|151 +1.3.6.1.4.1.12551.4.1.9.1.1.1.152|2|152 +1.3.6.1.4.1.12551.4.1.9.1.1.1.153|2|153 +1.3.6.1.4.1.12551.4.1.9.1.1.1.154|2|154 +1.3.6.1.4.1.12551.4.1.9.1.1.1.155|2|155 +1.3.6.1.4.1.12551.4.1.9.1.1.1.156|2|156 +1.3.6.1.4.1.12551.4.1.9.1.1.1.157|2|157 +1.3.6.1.4.1.12551.4.1.9.1.1.1.158|2|158 +1.3.6.1.4.1.12551.4.1.9.1.1.1.159|2|159 +1.3.6.1.4.1.12551.4.1.9.1.1.1.160|2|160 +1.3.6.1.4.1.12551.4.1.9.1.1.1.161|2|161 +1.3.6.1.4.1.12551.4.1.9.1.1.1.162|2|162 +1.3.6.1.4.1.12551.4.1.9.1.1.1.163|2|163 +1.3.6.1.4.1.12551.4.1.9.1.1.1.164|2|164 +1.3.6.1.4.1.12551.4.1.9.1.1.1.165|2|165 +1.3.6.1.4.1.12551.4.1.9.1.1.1.166|2|166 +1.3.6.1.4.1.12551.4.1.9.1.1.1.167|2|167 +1.3.6.1.4.1.12551.4.1.9.1.1.1.168|2|168 +1.3.6.1.4.1.12551.4.1.9.1.1.1.169|2|169 +1.3.6.1.4.1.12551.4.1.9.1.1.1.170|2|170 +1.3.6.1.4.1.12551.4.1.9.1.1.1.171|2|171 +1.3.6.1.4.1.12551.4.1.9.1.1.1.172|2|172 +1.3.6.1.4.1.12551.4.1.9.1.1.1.173|2|173 +1.3.6.1.4.1.12551.4.1.9.1.1.1.174|2|174 +1.3.6.1.4.1.12551.4.1.9.1.1.1.175|2|175 +1.3.6.1.4.1.12551.4.1.9.1.1.1.176|2|176 +1.3.6.1.4.1.12551.4.1.9.1.1.1.177|2|177 +1.3.6.1.4.1.12551.4.1.9.1.1.1.178|2|178 +1.3.6.1.4.1.12551.4.1.9.1.1.1.179|2|179 +1.3.6.1.4.1.12551.4.1.9.1.1.1.180|2|180 +1.3.6.1.4.1.12551.4.1.9.1.1.1.181|2|181 +1.3.6.1.4.1.12551.4.1.9.1.1.1.182|2|182 +1.3.6.1.4.1.12551.4.1.9.1.1.1.183|2|183 +1.3.6.1.4.1.12551.4.1.9.1.1.1.184|2|184 +1.3.6.1.4.1.12551.4.1.9.1.1.1.185|2|185 +1.3.6.1.4.1.12551.4.1.9.1.1.1.186|2|186 +1.3.6.1.4.1.12551.4.1.9.1.1.1.187|2|187 +1.3.6.1.4.1.12551.4.1.9.1.1.1.188|2|188 +1.3.6.1.4.1.12551.4.1.9.1.1.1.189|2|189 +1.3.6.1.4.1.12551.4.1.9.1.1.1.190|2|190 +1.3.6.1.4.1.12551.4.1.9.1.1.1.191|2|191 +1.3.6.1.4.1.12551.4.1.9.1.1.1.192|2|192 +1.3.6.1.4.1.12551.4.1.9.1.1.1.193|2|193 +1.3.6.1.4.1.12551.4.1.9.1.1.1.194|2|194 +1.3.6.1.4.1.12551.4.1.9.1.1.1.195|2|195 +1.3.6.1.4.1.12551.4.1.9.1.1.1.196|2|196 +1.3.6.1.4.1.12551.4.1.9.1.1.1.197|2|197 +1.3.6.1.4.1.12551.4.1.9.1.1.1.198|2|198 +1.3.6.1.4.1.12551.4.1.9.1.1.1.199|2|199 +1.3.6.1.4.1.12551.4.1.9.1.1.1.200|2|200 +1.3.6.1.4.1.12551.4.1.9.1.1.1.201|2|201 +1.3.6.1.4.1.12551.4.1.9.1.1.1.202|2|202 +1.3.6.1.4.1.12551.4.1.9.1.1.1.203|2|203 +1.3.6.1.4.1.12551.4.1.9.1.1.1.204|2|204 +1.3.6.1.4.1.12551.4.1.9.1.1.1.205|2|205 +1.3.6.1.4.1.12551.4.1.9.1.1.1.206|2|206 +1.3.6.1.4.1.12551.4.1.9.1.1.1.207|2|207 +1.3.6.1.4.1.12551.4.1.9.1.1.1.208|2|208 +1.3.6.1.4.1.12551.4.1.9.1.1.1.209|2|209 +1.3.6.1.4.1.12551.4.1.9.1.1.1.210|2|210 +1.3.6.1.4.1.12551.4.1.9.1.1.1.211|2|211 +1.3.6.1.4.1.12551.4.1.9.1.1.1.212|2|212 +1.3.6.1.4.1.12551.4.1.9.1.1.1.213|2|213 +1.3.6.1.4.1.12551.4.1.9.1.1.1.214|2|214 +1.3.6.1.4.1.12551.4.1.9.1.1.1.215|2|215 +1.3.6.1.4.1.12551.4.1.9.1.1.1.216|2|216 +1.3.6.1.4.1.12551.4.1.9.1.1.1.217|2|217 +1.3.6.1.4.1.12551.4.1.9.1.1.1.218|2|218 +1.3.6.1.4.1.12551.4.1.9.1.1.1.219|2|219 +1.3.6.1.4.1.12551.4.1.9.1.1.1.220|2|220 +1.3.6.1.4.1.12551.4.1.9.1.1.1.221|2|221 +1.3.6.1.4.1.12551.4.1.9.1.1.1.222|2|222 +1.3.6.1.4.1.12551.4.1.9.1.1.1.223|2|223 +1.3.6.1.4.1.12551.4.1.9.1.1.1.224|2|224 +1.3.6.1.4.1.12551.4.1.9.1.1.1.225|2|225 +1.3.6.1.4.1.12551.4.1.9.1.1.1.226|2|226 +1.3.6.1.4.1.12551.4.1.9.1.1.1.227|2|227 +1.3.6.1.4.1.12551.4.1.9.1.1.1.228|2|228 +1.3.6.1.4.1.12551.4.1.9.1.1.1.229|2|229 +1.3.6.1.4.1.12551.4.1.9.1.1.1.230|2|230 +1.3.6.1.4.1.12551.4.1.9.1.1.1.231|2|231 +1.3.6.1.4.1.12551.4.1.9.1.1.1.232|2|232 +1.3.6.1.4.1.12551.4.1.9.1.1.1.233|2|233 +1.3.6.1.4.1.12551.4.1.9.1.1.1.234|2|234 +1.3.6.1.4.1.12551.4.1.9.1.1.1.235|2|235 +1.3.6.1.4.1.12551.4.1.9.1.1.1.236|2|236 +1.3.6.1.4.1.12551.4.1.9.1.1.1.237|2|237 +1.3.6.1.4.1.12551.4.1.9.1.1.1.238|2|238 +1.3.6.1.4.1.12551.4.1.9.1.1.1.239|2|239 +1.3.6.1.4.1.12551.4.1.9.1.1.1.240|2|240 +1.3.6.1.4.1.12551.4.1.9.1.1.1.241|2|241 +1.3.6.1.4.1.12551.4.1.9.1.1.1.242|2|242 +1.3.6.1.4.1.12551.4.1.9.1.1.1.243|2|243 +1.3.6.1.4.1.12551.4.1.9.1.1.1.244|2|244 +1.3.6.1.4.1.12551.4.1.9.1.1.1.245|2|245 +1.3.6.1.4.1.12551.4.1.9.1.1.1.246|2|246 +1.3.6.1.4.1.12551.4.1.9.1.1.1.247|2|247 +1.3.6.1.4.1.12551.4.1.9.1.1.1.248|2|248 +1.3.6.1.4.1.12551.4.1.9.1.1.1.249|2|249 +1.3.6.1.4.1.12551.4.1.9.1.1.1.250|2|250 +1.3.6.1.4.1.12551.4.1.9.1.1.1.251|2|251 +1.3.6.1.4.1.12551.4.1.9.1.1.1.252|2|252 +1.3.6.1.4.1.12551.4.1.9.1.1.1.253|2|253 +1.3.6.1.4.1.12551.4.1.9.1.1.1.254|2|254 +1.3.6.1.4.1.12551.4.1.9.1.1.1.255|2|255 +1.3.6.1.4.1.12551.4.1.9.1.1.1.256|2|256 +1.3.6.1.4.1.12551.4.1.9.1.1.2.1|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.2|2|1 +1.3.6.1.4.1.12551.4.1.9.1.1.2.3|2|2 +1.3.6.1.4.1.12551.4.1.9.1.1.2.4|2|3 +1.3.6.1.4.1.12551.4.1.9.1.1.2.5|2|4 +1.3.6.1.4.1.12551.4.1.9.1.1.2.6|2|5 +1.3.6.1.4.1.12551.4.1.9.1.1.2.7|2|6 +1.3.6.1.4.1.12551.4.1.9.1.1.2.8|2|7 +1.3.6.1.4.1.12551.4.1.9.1.1.2.9|2|8 +1.3.6.1.4.1.12551.4.1.9.1.1.2.10|2|9 +1.3.6.1.4.1.12551.4.1.9.1.1.2.11|2|10 +1.3.6.1.4.1.12551.4.1.9.1.1.2.12|2|11 +1.3.6.1.4.1.12551.4.1.9.1.1.2.13|2|12 +1.3.6.1.4.1.12551.4.1.9.1.1.2.14|2|13 +1.3.6.1.4.1.12551.4.1.9.1.1.2.15|2|14 +1.3.6.1.4.1.12551.4.1.9.1.1.2.16|2|15 +1.3.6.1.4.1.12551.4.1.9.1.1.2.17|2|16 +1.3.6.1.4.1.12551.4.1.9.1.1.2.18|2|17 +1.3.6.1.4.1.12551.4.1.9.1.1.2.19|2|18 +1.3.6.1.4.1.12551.4.1.9.1.1.2.20|2|19 +1.3.6.1.4.1.12551.4.1.9.1.1.2.21|2|20 +1.3.6.1.4.1.12551.4.1.9.1.1.2.22|2|21 +1.3.6.1.4.1.12551.4.1.9.1.1.2.23|2|22 +1.3.6.1.4.1.12551.4.1.9.1.1.2.24|2|23 +1.3.6.1.4.1.12551.4.1.9.1.1.2.25|2|24 +1.3.6.1.4.1.12551.4.1.9.1.1.2.26|2|25 +1.3.6.1.4.1.12551.4.1.9.1.1.2.27|2|26 +1.3.6.1.4.1.12551.4.1.9.1.1.2.28|2|27 +1.3.6.1.4.1.12551.4.1.9.1.1.2.29|2|28 +1.3.6.1.4.1.12551.4.1.9.1.1.2.30|2|29 +1.3.6.1.4.1.12551.4.1.9.1.1.2.31|2|30 +1.3.6.1.4.1.12551.4.1.9.1.1.2.32|2|31 +1.3.6.1.4.1.12551.4.1.9.1.1.2.33|2|32 +1.3.6.1.4.1.12551.4.1.9.1.1.2.34|2|33 +1.3.6.1.4.1.12551.4.1.9.1.1.2.35|2|34 +1.3.6.1.4.1.12551.4.1.9.1.1.2.36|2|35 +1.3.6.1.4.1.12551.4.1.9.1.1.2.37|2|36 +1.3.6.1.4.1.12551.4.1.9.1.1.2.38|2|37 +1.3.6.1.4.1.12551.4.1.9.1.1.2.39|2|38 +1.3.6.1.4.1.12551.4.1.9.1.1.2.40|2|39 +1.3.6.1.4.1.12551.4.1.9.1.1.2.41|2|40 +1.3.6.1.4.1.12551.4.1.9.1.1.2.42|2|41 +1.3.6.1.4.1.12551.4.1.9.1.1.2.43|2|42 +1.3.6.1.4.1.12551.4.1.9.1.1.2.44|2|43 +1.3.6.1.4.1.12551.4.1.9.1.1.2.45|2|44 +1.3.6.1.4.1.12551.4.1.9.1.1.2.46|2|45 +1.3.6.1.4.1.12551.4.1.9.1.1.2.47|2|46 +1.3.6.1.4.1.12551.4.1.9.1.1.2.48|2|47 +1.3.6.1.4.1.12551.4.1.9.1.1.2.49|2|48 +1.3.6.1.4.1.12551.4.1.9.1.1.2.50|2|49 +1.3.6.1.4.1.12551.4.1.9.1.1.2.51|2|50 +1.3.6.1.4.1.12551.4.1.9.1.1.2.52|2|51 +1.3.6.1.4.1.12551.4.1.9.1.1.2.53|2|52 +1.3.6.1.4.1.12551.4.1.9.1.1.2.54|2|53 +1.3.6.1.4.1.12551.4.1.9.1.1.2.55|2|54 +1.3.6.1.4.1.12551.4.1.9.1.1.2.56|2|55 +1.3.6.1.4.1.12551.4.1.9.1.1.2.57|2|56 +1.3.6.1.4.1.12551.4.1.9.1.1.2.58|2|57 +1.3.6.1.4.1.12551.4.1.9.1.1.2.59|2|58 +1.3.6.1.4.1.12551.4.1.9.1.1.2.60|2|59 +1.3.6.1.4.1.12551.4.1.9.1.1.2.61|2|60 +1.3.6.1.4.1.12551.4.1.9.1.1.2.62|2|61 +1.3.6.1.4.1.12551.4.1.9.1.1.2.63|2|62 +1.3.6.1.4.1.12551.4.1.9.1.1.2.64|2|63 +1.3.6.1.4.1.12551.4.1.9.1.1.2.65|2|64 +1.3.6.1.4.1.12551.4.1.9.1.1.2.66|2|65 +1.3.6.1.4.1.12551.4.1.9.1.1.2.67|2|66 +1.3.6.1.4.1.12551.4.1.9.1.1.2.68|2|67 +1.3.6.1.4.1.12551.4.1.9.1.1.2.69|2|68 +1.3.6.1.4.1.12551.4.1.9.1.1.2.70|2|69 +1.3.6.1.4.1.12551.4.1.9.1.1.2.71|2|70 +1.3.6.1.4.1.12551.4.1.9.1.1.2.72|2|71 +1.3.6.1.4.1.12551.4.1.9.1.1.2.73|2|72 +1.3.6.1.4.1.12551.4.1.9.1.1.2.74|2|73 +1.3.6.1.4.1.12551.4.1.9.1.1.2.75|2|74 +1.3.6.1.4.1.12551.4.1.9.1.1.2.76|2|75 +1.3.6.1.4.1.12551.4.1.9.1.1.2.77|2|76 +1.3.6.1.4.1.12551.4.1.9.1.1.2.78|2|77 +1.3.6.1.4.1.12551.4.1.9.1.1.2.79|2|78 +1.3.6.1.4.1.12551.4.1.9.1.1.2.80|2|79 +1.3.6.1.4.1.12551.4.1.9.1.1.2.81|2|80 +1.3.6.1.4.1.12551.4.1.9.1.1.2.82|2|81 +1.3.6.1.4.1.12551.4.1.9.1.1.2.83|2|82 +1.3.6.1.4.1.12551.4.1.9.1.1.2.84|2|83 +1.3.6.1.4.1.12551.4.1.9.1.1.2.85|2|84 +1.3.6.1.4.1.12551.4.1.9.1.1.2.86|2|85 +1.3.6.1.4.1.12551.4.1.9.1.1.2.87|2|86 +1.3.6.1.4.1.12551.4.1.9.1.1.2.88|2|87 +1.3.6.1.4.1.12551.4.1.9.1.1.2.89|2|88 +1.3.6.1.4.1.12551.4.1.9.1.1.2.90|2|89 +1.3.6.1.4.1.12551.4.1.9.1.1.2.91|2|90 +1.3.6.1.4.1.12551.4.1.9.1.1.2.92|2|91 +1.3.6.1.4.1.12551.4.1.9.1.1.2.93|2|92 +1.3.6.1.4.1.12551.4.1.9.1.1.2.94|2|93 +1.3.6.1.4.1.12551.4.1.9.1.1.2.95|2|94 +1.3.6.1.4.1.12551.4.1.9.1.1.2.96|2|95 +1.3.6.1.4.1.12551.4.1.9.1.1.2.97|2|96 +1.3.6.1.4.1.12551.4.1.9.1.1.2.98|2|97 +1.3.6.1.4.1.12551.4.1.9.1.1.2.99|2|98 +1.3.6.1.4.1.12551.4.1.9.1.1.2.100|2|99 +1.3.6.1.4.1.12551.4.1.9.1.1.2.101|2|100 +1.3.6.1.4.1.12551.4.1.9.1.1.2.102|2|101 +1.3.6.1.4.1.12551.4.1.9.1.1.2.103|2|102 +1.3.6.1.4.1.12551.4.1.9.1.1.2.104|2|103 +1.3.6.1.4.1.12551.4.1.9.1.1.2.105|2|104 +1.3.6.1.4.1.12551.4.1.9.1.1.2.106|2|105 +1.3.6.1.4.1.12551.4.1.9.1.1.2.107|2|106 +1.3.6.1.4.1.12551.4.1.9.1.1.2.108|2|107 +1.3.6.1.4.1.12551.4.1.9.1.1.2.109|2|108 +1.3.6.1.4.1.12551.4.1.9.1.1.2.110|2|109 +1.3.6.1.4.1.12551.4.1.9.1.1.2.111|2|110 +1.3.6.1.4.1.12551.4.1.9.1.1.2.112|2|111 +1.3.6.1.4.1.12551.4.1.9.1.1.2.113|2|112 +1.3.6.1.4.1.12551.4.1.9.1.1.2.114|2|113 +1.3.6.1.4.1.12551.4.1.9.1.1.2.115|2|114 +1.3.6.1.4.1.12551.4.1.9.1.1.2.116|2|115 +1.3.6.1.4.1.12551.4.1.9.1.1.2.117|2|116 +1.3.6.1.4.1.12551.4.1.9.1.1.2.118|2|117 +1.3.6.1.4.1.12551.4.1.9.1.1.2.119|2|118 +1.3.6.1.4.1.12551.4.1.9.1.1.2.120|2|119 +1.3.6.1.4.1.12551.4.1.9.1.1.2.121|2|120 +1.3.6.1.4.1.12551.4.1.9.1.1.2.122|2|121 +1.3.6.1.4.1.12551.4.1.9.1.1.2.123|2|122 +1.3.6.1.4.1.12551.4.1.9.1.1.2.124|2|123 +1.3.6.1.4.1.12551.4.1.9.1.1.2.125|2|124 +1.3.6.1.4.1.12551.4.1.9.1.1.2.126|2|125 +1.3.6.1.4.1.12551.4.1.9.1.1.2.127|2|126 +1.3.6.1.4.1.12551.4.1.9.1.1.2.128|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.129|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.130|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.131|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.132|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.133|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.134|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.135|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.136|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.137|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.138|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.139|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.140|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.141|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.142|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.143|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.144|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.145|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.146|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.147|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.148|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.149|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.150|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.151|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.152|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.153|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.154|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.155|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.156|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.157|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.158|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.159|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.160|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.161|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.162|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.163|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.164|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.165|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.166|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.167|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.168|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.169|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.170|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.171|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.172|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.173|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.174|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.175|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.176|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.177|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.178|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.179|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.180|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.181|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.182|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.183|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.184|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.185|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.186|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.187|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.188|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.189|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.190|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.191|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.192|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.193|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.194|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.195|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.196|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.197|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.198|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.199|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.200|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.201|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.202|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.203|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.204|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.205|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.206|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.207|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.208|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.209|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.210|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.211|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.212|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.213|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.214|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.215|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.216|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.217|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.218|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.219|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.220|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.221|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.222|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.223|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.224|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.225|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.226|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.227|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.228|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.229|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.230|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.231|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.232|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.233|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.234|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.235|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.236|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.237|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.238|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.239|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.240|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.241|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.242|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.243|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.244|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.245|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.246|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.247|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.248|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.249|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.250|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.251|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.252|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.253|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.254|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.255|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.2.256|2|255 +1.3.6.1.4.1.12551.4.1.9.1.1.3.1|2|420 +1.3.6.1.4.1.12551.4.1.9.1.1.3.2|2|420 +1.3.6.1.4.1.12551.4.1.9.1.1.3.3|2|440 +1.3.6.1.4.1.12551.4.1.9.1.1.3.4|2|440 +1.3.6.1.4.1.12551.4.1.9.1.1.3.5|2|440 +1.3.6.1.4.1.12551.4.1.9.1.1.3.6|2|440 +1.3.6.1.4.1.12551.4.1.9.1.1.3.7|2|440 +1.3.6.1.4.1.12551.4.1.9.1.1.3.8|2|440 +1.3.6.1.4.1.12551.4.1.9.1.1.3.9|2|390 +1.3.6.1.4.1.12551.4.1.9.1.1.3.10|2|390 +1.3.6.1.4.1.12551.4.1.9.1.1.3.11|2|390 +1.3.6.1.4.1.12551.4.1.9.1.1.3.12|2|390 +1.3.6.1.4.1.12551.4.1.9.1.1.3.13|2|390 +1.3.6.1.4.1.12551.4.1.9.1.1.3.14|2|390 +1.3.6.1.4.1.12551.4.1.9.1.1.3.15|2|390 +1.3.6.1.4.1.12551.4.1.9.1.1.3.16|2|390 +1.3.6.1.4.1.12551.4.1.9.1.1.3.17|2|390 +1.3.6.1.4.1.12551.4.1.9.1.1.3.18|2|390 +1.3.6.1.4.1.12551.4.1.9.1.1.3.19|2|390 +1.3.6.1.4.1.12551.4.1.9.1.1.3.20|2|390 +1.3.6.1.4.1.12551.4.1.9.1.1.3.21|2|390 +1.3.6.1.4.1.12551.4.1.9.1.1.3.22|2|390 +1.3.6.1.4.1.12551.4.1.9.1.1.3.23|2|390 +1.3.6.1.4.1.12551.4.1.9.1.1.3.24|2|390 +1.3.6.1.4.1.12551.4.1.9.1.1.3.25|2|580 +1.3.6.1.4.1.12551.4.1.9.1.1.3.26|2|580 +1.3.6.1.4.1.12551.4.1.9.1.1.3.27|2|580 +1.3.6.1.4.1.12551.4.1.9.1.1.3.28|2|580 +1.3.6.1.4.1.12551.4.1.9.1.1.3.29|2|580 +1.3.6.1.4.1.12551.4.1.9.1.1.3.30|2|580 +1.3.6.1.4.1.12551.4.1.9.1.1.3.31|2|580 +1.3.6.1.4.1.12551.4.1.9.1.1.3.32|2|580 +1.3.6.1.4.1.12551.4.1.9.1.1.3.33|2|610 +1.3.6.1.4.1.12551.4.1.9.1.1.3.34|2|610 +1.3.6.1.4.1.12551.4.1.9.1.1.3.35|2|610 +1.3.6.1.4.1.12551.4.1.9.1.1.3.36|2|610 +1.3.6.1.4.1.12551.4.1.9.1.1.3.37|2|610 +1.3.6.1.4.1.12551.4.1.9.1.1.3.38|2|610 +1.3.6.1.4.1.12551.4.1.9.1.1.3.39|2|610 +1.3.6.1.4.1.12551.4.1.9.1.1.3.40|2|610 +1.3.6.1.4.1.12551.4.1.9.1.1.3.41|2|610 +1.3.6.1.4.1.12551.4.1.9.1.1.3.42|2|610 +1.3.6.1.4.1.12551.4.1.9.1.1.3.43|2|610 +1.3.6.1.4.1.12551.4.1.9.1.1.3.44|2|610 +1.3.6.1.4.1.12551.4.1.9.1.1.3.45|2|610 +1.3.6.1.4.1.12551.4.1.9.1.1.3.46|2|610 +1.3.6.1.4.1.12551.4.1.9.1.1.3.47|2|610 +1.3.6.1.4.1.12551.4.1.9.1.1.3.48|2|610 +1.3.6.1.4.1.12551.4.1.9.1.1.3.49|2|1915 +1.3.6.1.4.1.12551.4.1.9.1.1.3.50|2|1915 +1.3.6.1.4.1.12551.4.1.9.1.1.3.51|2|1915 +1.3.6.1.4.1.12551.4.1.9.1.1.3.52|2|1915 +1.3.6.1.4.1.12551.4.1.9.1.1.3.53|2|1815 +1.3.6.1.4.1.12551.4.1.9.1.1.3.54|2|1815 +1.3.6.1.4.1.12551.4.1.9.1.1.3.55|2|1815 +1.3.6.1.4.1.12551.4.1.9.1.1.3.56|2|1815 +1.3.6.1.4.1.12551.4.1.9.1.1.3.57|2|1815 +1.3.6.1.4.1.12551.4.1.9.1.1.3.58|2|1815 +1.3.6.1.4.1.12551.4.1.9.1.1.3.59|2|1815 +1.3.6.1.4.1.12551.4.1.9.1.1.3.60|2|1815 +1.3.6.1.4.1.12551.4.1.9.1.1.3.61|2|2585 +1.3.6.1.4.1.12551.4.1.9.1.1.3.62|2|2585 +1.3.6.1.4.1.12551.4.1.9.1.1.3.63|2|2585 +1.3.6.1.4.1.12551.4.1.9.1.1.3.64|2|2585 +1.3.6.1.4.1.12551.4.1.9.1.1.3.65|2|2685 +1.3.6.1.4.1.12551.4.1.9.1.1.3.66|2|2685 +1.3.6.1.4.1.12551.4.1.9.1.1.3.67|2|2685 +1.3.6.1.4.1.12551.4.1.9.1.1.3.68|2|2685 +1.3.6.1.4.1.12551.4.1.9.1.1.3.69|2|2685 +1.3.6.1.4.1.12551.4.1.9.1.1.3.70|2|2685 +1.3.6.1.4.1.12551.4.1.9.1.1.3.71|2|2685 +1.3.6.1.4.1.12551.4.1.9.1.1.3.72|2|2685 +1.3.6.1.4.1.12551.4.1.9.1.1.3.73|2|4730 +1.3.6.1.4.1.12551.4.1.9.1.1.3.74|2|4700 +1.3.6.1.4.1.12551.4.1.9.1.1.3.75|2|5270 +1.3.6.1.4.1.12551.4.1.9.1.1.3.76|2|5300 +1.3.6.1.4.1.12551.4.1.9.1.1.3.77|2|5000 +1.3.6.1.4.1.12551.4.1.9.1.1.3.78|2|1 +1.3.6.1.4.1.12551.4.1.9.1.1.3.79|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.80|2|120 +1.3.6.1.4.1.12551.4.1.9.1.1.3.81|2|240 +1.3.6.1.4.1.12551.4.1.9.1.1.3.82|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.83|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.84|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.85|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.86|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.87|2|2300 +1.3.6.1.4.1.12551.4.1.9.1.1.3.88|2|2300 +1.3.6.1.4.1.12551.4.1.9.1.1.3.89|2|2300 +1.3.6.1.4.1.12551.4.1.9.1.1.3.90|2|2300 +1.3.6.1.4.1.12551.4.1.9.1.1.3.91|2|2300 +1.3.6.1.4.1.12551.4.1.9.1.1.3.92|2|2300 +1.3.6.1.4.1.12551.4.1.9.1.1.3.93|2|2300 +1.3.6.1.4.1.12551.4.1.9.1.1.3.94|2|2300 +1.3.6.1.4.1.12551.4.1.9.1.1.3.95|2|80 +1.3.6.1.4.1.12551.4.1.9.1.1.3.96|2|600 +1.3.6.1.4.1.12551.4.1.9.1.1.3.97|2|100 +1.3.6.1.4.1.12551.4.1.9.1.1.3.98|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.99|2|150 +1.3.6.1.4.1.12551.4.1.9.1.1.3.100|2|150 +1.3.6.1.4.1.12551.4.1.9.1.1.3.101|2|15 +1.3.6.1.4.1.12551.4.1.9.1.1.3.102|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.103|2|1 +1.3.6.1.4.1.12551.4.1.9.1.1.3.104|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.105|2|1 +1.3.6.1.4.1.12551.4.1.9.1.1.3.106|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.107|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.108|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.109|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.110|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.111|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.112|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.113|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.114|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.115|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.116|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.117|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.118|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.119|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.120|2|1 +1.3.6.1.4.1.12551.4.1.9.1.1.3.121|2|1 +1.3.6.1.4.1.12551.4.1.9.1.1.3.122|2|1 +1.3.6.1.4.1.12551.4.1.9.1.1.3.123|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.124|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.125|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.126|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.127|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.128|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.129|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.130|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.131|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.132|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.133|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.134|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.135|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.136|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.137|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.138|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.139|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.140|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.141|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.142|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.143|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.144|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.145|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.146|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.147|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.148|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.149|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.150|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.151|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.152|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.153|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.154|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.155|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.156|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.157|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.158|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.159|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.160|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.161|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.162|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.163|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.164|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.165|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.166|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.167|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.168|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.169|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.170|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.171|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.172|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.173|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.174|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.175|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.176|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.177|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.178|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.179|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.180|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.181|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.182|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.183|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.184|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.185|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.186|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.187|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.188|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.189|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.190|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.191|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.192|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.193|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.194|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.195|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.196|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.197|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.198|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.199|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.200|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.201|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.202|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.203|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.204|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.205|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.206|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.207|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.208|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.209|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.210|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.211|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.212|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.213|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.214|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.215|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.216|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.217|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.218|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.219|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.220|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.221|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.222|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.223|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.224|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.225|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.226|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.227|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.228|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.229|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.230|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.231|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.232|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.233|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.234|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.235|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.236|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.237|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.238|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.239|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.240|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.241|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.242|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.243|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.244|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.245|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.246|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.247|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.248|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.249|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.250|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.251|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.252|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.253|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.254|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.255|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.3.256|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.4.1|4|Vdc Low Start +1.3.6.1.4.1.12551.4.1.9.1.1.4.2|4|Vdc Low Start +1.3.6.1.4.1.12551.4.1.9.1.1.4.3|4|Not defined 3 +1.3.6.1.4.1.12551.4.1.9.1.1.4.4|4|Not defined 4 +1.3.6.1.4.1.12551.4.1.9.1.1.4.5|4|Not defined 5 +1.3.6.1.4.1.12551.4.1.9.1.1.4.6|4|Not defined 6 +1.3.6.1.4.1.12551.4.1.9.1.1.4.7|4|Not defined 7 +1.3.6.1.4.1.12551.4.1.9.1.1.4.8|4|Not defined 8 +1.3.6.1.4.1.12551.4.1.9.1.1.4.9|4|Vdc Low Transfer +1.3.6.1.4.1.12551.4.1.9.1.1.4.10|4|Vdc Low Transfer +1.3.6.1.4.1.12551.4.1.9.1.1.4.11|4|Not defined 11 +1.3.6.1.4.1.12551.4.1.9.1.1.4.12|4|Not defined 12 +1.3.6.1.4.1.12551.4.1.9.1.1.4.13|4|Not defined 13 +1.3.6.1.4.1.12551.4.1.9.1.1.4.14|4|Not defined 14 +1.3.6.1.4.1.12551.4.1.9.1.1.4.15|4|Not defined 15 +1.3.6.1.4.1.12551.4.1.9.1.1.4.16|4|Not defined 16 +1.3.6.1.4.1.12551.4.1.9.1.1.4.17|4|Vdc Low Stop +1.3.6.1.4.1.12551.4.1.9.1.1.4.18|4|Vdc Low Stop +1.3.6.1.4.1.12551.4.1.9.1.1.4.19|4|Not defined 19 +1.3.6.1.4.1.12551.4.1.9.1.1.4.20|4|Not defined 20 +1.3.6.1.4.1.12551.4.1.9.1.1.4.21|4|Not defined 21 +1.3.6.1.4.1.12551.4.1.9.1.1.4.22|4|Not defined 22 +1.3.6.1.4.1.12551.4.1.9.1.1.4.23|4|Not defined 23 +1.3.6.1.4.1.12551.4.1.9.1.1.4.24|4|Not defined 24 +1.3.6.1.4.1.12551.4.1.9.1.1.4.25|4|Vdc High Start +1.3.6.1.4.1.12551.4.1.9.1.1.4.26|4|Vdc High Start +1.3.6.1.4.1.12551.4.1.9.1.1.4.27|4|Not defined 27 +1.3.6.1.4.1.12551.4.1.9.1.1.4.28|4|Not defined 28 +1.3.6.1.4.1.12551.4.1.9.1.1.4.29|4|Not defined 29 +1.3.6.1.4.1.12551.4.1.9.1.1.4.30|4|Not defined 30 +1.3.6.1.4.1.12551.4.1.9.1.1.4.31|4|Not defined 31 +1.3.6.1.4.1.12551.4.1.9.1.1.4.32|4|Not defined 32 +1.3.6.1.4.1.12551.4.1.9.1.1.4.33|4|Vdc High Transfer +1.3.6.1.4.1.12551.4.1.9.1.1.4.34|4|Vdc High Transfer +1.3.6.1.4.1.12551.4.1.9.1.1.4.35|4|Not defined 35 +1.3.6.1.4.1.12551.4.1.9.1.1.4.36|4|Not defined 36 +1.3.6.1.4.1.12551.4.1.9.1.1.4.37|4|Not defined 37 +1.3.6.1.4.1.12551.4.1.9.1.1.4.38|4|Not defined 38 +1.3.6.1.4.1.12551.4.1.9.1.1.4.39|4|Not defined 39 +1.3.6.1.4.1.12551.4.1.9.1.1.4.40|4|Not defined 40 +1.3.6.1.4.1.12551.4.1.9.1.1.4.41|4|Vdc High Stop +1.3.6.1.4.1.12551.4.1.9.1.1.4.42|4|Vdc High Stop +1.3.6.1.4.1.12551.4.1.9.1.1.4.43|4|Not defined 43 +1.3.6.1.4.1.12551.4.1.9.1.1.4.44|4|Not defined 44 +1.3.6.1.4.1.12551.4.1.9.1.1.4.45|4|Not defined 45 +1.3.6.1.4.1.12551.4.1.9.1.1.4.46|4|Not defined 46 +1.3.6.1.4.1.12551.4.1.9.1.1.4.47|4|Not defined 47 +1.3.6.1.4.1.12551.4.1.9.1.1.4.48|4|Not defined 48 +1.3.6.1.4.1.12551.4.1.9.1.1.4.49|4|Vac Low Start +1.3.6.1.4.1.12551.4.1.9.1.1.4.50|4|Vac Low Start +1.3.6.1.4.1.12551.4.1.9.1.1.4.51|4|Vac Low Start +1.3.6.1.4.1.12551.4.1.9.1.1.4.52|4|Not defined 52 +1.3.6.1.4.1.12551.4.1.9.1.1.4.53|4|Vac Low Transfer +1.3.6.1.4.1.12551.4.1.9.1.1.4.54|4|Vac Low Transfer +1.3.6.1.4.1.12551.4.1.9.1.1.4.55|4|Vac Low Transfer +1.3.6.1.4.1.12551.4.1.9.1.1.4.56|4|Not defined 56 +1.3.6.1.4.1.12551.4.1.9.1.1.4.57|4|Vac Low Stop +1.3.6.1.4.1.12551.4.1.9.1.1.4.58|4|Vac Low Stop +1.3.6.1.4.1.12551.4.1.9.1.1.4.59|4|Vac Low Stop +1.3.6.1.4.1.12551.4.1.9.1.1.4.60|4|Not defined 60 +1.3.6.1.4.1.12551.4.1.9.1.1.4.61|4|Vac High start +1.3.6.1.4.1.12551.4.1.9.1.1.4.62|4|Vac High start +1.3.6.1.4.1.12551.4.1.9.1.1.4.63|4|Vac High start +1.3.6.1.4.1.12551.4.1.9.1.1.4.64|4|Not defined 64 +1.3.6.1.4.1.12551.4.1.9.1.1.4.65|4|Vac High Transfer +1.3.6.1.4.1.12551.4.1.9.1.1.4.66|4|Vac High Transfer +1.3.6.1.4.1.12551.4.1.9.1.1.4.67|4|Vac High Transfer +1.3.6.1.4.1.12551.4.1.9.1.1.4.68|4|Not defined 68 +1.3.6.1.4.1.12551.4.1.9.1.1.4.69|4|Vac High Stop +1.3.6.1.4.1.12551.4.1.9.1.1.4.70|4|Vac High Stop +1.3.6.1.4.1.12551.4.1.9.1.1.4.71|4|Vac High Stop +1.3.6.1.4.1.12551.4.1.9.1.1.4.72|4|Not defined 72 +1.3.6.1.4.1.12551.4.1.9.1.1.4.73|4|Freq AC Low Start +1.3.6.1.4.1.12551.4.1.9.1.1.4.74|4|Freq AC Low Stop +1.3.6.1.4.1.12551.4.1.9.1.1.4.75|4|Freq AC High Start +1.3.6.1.4.1.12551.4.1.9.1.1.4.76|4|Freq AC High Stop +1.3.6.1.4.1.12551.4.1.9.1.1.4.77|4|Nominal Freq +1.3.6.1.4.1.12551.4.1.9.1.1.4.78|4|Nb of phases +1.3.6.1.4.1.12551.4.1.9.1.1.4.79|4|Phase shift +1.3.6.1.4.1.12551.4.1.9.1.1.4.80|4|Phase shift L2 +1.3.6.1.4.1.12551.4.1.9.1.1.4.81|4|Phase shift L3 +1.3.6.1.4.1.12551.4.1.9.1.1.4.82|4|Not defined 82 +1.3.6.1.4.1.12551.4.1.9.1.1.4.83|4|Not defined 83 +1.3.6.1.4.1.12551.4.1.9.1.1.4.84|4|Not defined 84 +1.3.6.1.4.1.12551.4.1.9.1.1.4.85|4|Not defined 85 +1.3.6.1.4.1.12551.4.1.9.1.1.4.86|4|Not defined 86 +1.3.6.1.4.1.12551.4.1.9.1.1.4.87|4|Vout nominal +1.3.6.1.4.1.12551.4.1.9.1.1.4.88|4|Vout nominal Phase 2 +1.3.6.1.4.1.12551.4.1.9.1.1.4.89|4|Vout nominal Phase 3 +1.3.6.1.4.1.12551.4.1.9.1.1.4.90|4|Not defined 90 +1.3.6.1.4.1.12551.4.1.9.1.1.4.91|4|Not defined 91 +1.3.6.1.4.1.12551.4.1.9.1.1.4.92|4|Not defined 92 +1.3.6.1.4.1.12551.4.1.9.1.1.4.93|4|Not defined 93 +1.3.6.1.4.1.12551.4.1.9.1.1.4.94|4|Not defined 94 +1.3.6.1.4.1.12551.4.1.9.1.1.4.95|4|Short Circuit Voltage Threshold (V) +1.3.6.1.4.1.12551.4.1.9.1.1.4.96|4|Short Circuit Hold Time (s) +1.3.6.1.4.1.12551.4.1.9.1.1.4.97|4|Source power ratio DC vs AC (%) +1.3.6.1.4.1.12551.4.1.9.1.1.4.98|4|Synchro speed (s) +1.3.6.1.4.1.12551.4.1.9.1.1.4.99|4|Max Power Overload (%) +1.3.6.1.4.1.12551.4.1.9.1.1.4.100|4|Max Current Overload (%) +1.3.6.1.4.1.12551.4.1.9.1.1.4.101|4|Max Overload Duration (s) +1.3.6.1.4.1.12551.4.1.9.1.1.4.102|4|Mode On Line (Safe) +1.3.6.1.4.1.12551.4.1.9.1.1.4.103|4|Booster 10X Iin +1.3.6.1.4.1.12551.4.1.9.1.1.4.104|4|Remote Off Disable AC Power +1.3.6.1.4.1.12551.4.1.9.1.1.4.105|4|AC In grid feed +1.3.6.1.4.1.12551.4.1.9.1.1.4.106|4|In case of sync failure +1.3.6.1.4.1.12551.4.1.9.1.1.4.107|4|Walk In Mode Time (x10 s.) +1.3.6.1.4.1.12551.4.1.9.1.1.4.108|4|Delta Mode +1.3.6.1.4.1.12551.4.1.9.1.1.4.109|4|Airco Mode +1.3.6.1.4.1.12551.4.1.9.1.1.4.110|4|Force Start Without T2S +1.3.6.1.4.1.12551.4.1.9.1.1.4.111|4|Pdc Max (W) +1.3.6.1.4.1.12551.4.1.9.1.1.4.112|4|No power from ACin phase 1 +1.3.6.1.4.1.12551.4.1.9.1.1.4.113|4|No power from ACin phase 2 +1.3.6.1.4.1.12551.4.1.9.1.1.4.114|4|No power from ACin phase 3 +1.3.6.1.4.1.12551.4.1.9.1.1.4.115|4|Not defined 115 +1.3.6.1.4.1.12551.4.1.9.1.1.4.116|4|Sis Module Number +1.3.6.1.4.1.12551.4.1.9.1.1.4.117|4|Sis Module Redundancy +1.3.6.1.4.1.12551.4.1.9.1.1.4.118|4|Multiple sub-systems sync +1.3.6.1.4.1.12551.4.1.9.1.1.4.119|4|Number of sync modules +1.3.6.1.4.1.12551.4.1.9.1.1.4.120|4|System ID +1.3.6.1.4.1.12551.4.1.9.1.1.4.121|4|Output phase ID +1.3.6.1.4.1.12551.4.1.9.1.1.4.122|4|Group ID +1.3.6.1.4.1.12551.4.1.9.1.1.4.123|4|Number of lines in system +1.3.6.1.4.1.12551.4.1.9.1.1.4.124|4|Aux X power supply alarm +1.3.6.1.4.1.12551.4.1.9.1.1.4.125|4|Aux Y power supply alarm +1.3.6.1.4.1.12551.4.1.9.1.1.4.126|4|DC sync ID +1.3.6.1.4.1.12551.4.1.9.1.1.4.127|4|Not defined 127 +1.3.6.1.4.1.12551.4.1.9.1.1.4.128|4|Not defined 128 +1.3.6.1.4.1.12551.4.1.9.1.1.4.129|4|Not defined 129 +1.3.6.1.4.1.12551.4.1.9.1.1.4.130|4|Not defined 130 +1.3.6.1.4.1.12551.4.1.9.1.1.4.131|4|Not defined 131 +1.3.6.1.4.1.12551.4.1.9.1.1.4.132|4|Not defined 132 +1.3.6.1.4.1.12551.4.1.9.1.1.4.133|4|Not defined 133 +1.3.6.1.4.1.12551.4.1.9.1.1.4.134|4|Not defined 134 +1.3.6.1.4.1.12551.4.1.9.1.1.4.135|4|Not defined 135 +1.3.6.1.4.1.12551.4.1.9.1.1.4.136|4|Not defined 136 +1.3.6.1.4.1.12551.4.1.9.1.1.4.137|4|Not defined 137 +1.3.6.1.4.1.12551.4.1.9.1.1.4.138|4|Not defined 138 +1.3.6.1.4.1.12551.4.1.9.1.1.4.139|4|Not defined 139 +1.3.6.1.4.1.12551.4.1.9.1.1.4.140|4|Not defined 140 +1.3.6.1.4.1.12551.4.1.9.1.1.4.141|4|Not defined 141 +1.3.6.1.4.1.12551.4.1.9.1.1.4.142|4|Not defined 142 +1.3.6.1.4.1.12551.4.1.9.1.1.4.143|4|Not defined 143 +1.3.6.1.4.1.12551.4.1.9.1.1.4.144|4|Not defined 144 +1.3.6.1.4.1.12551.4.1.9.1.1.4.145|4|Not defined 145 +1.3.6.1.4.1.12551.4.1.9.1.1.4.146|4|Not defined 146 +1.3.6.1.4.1.12551.4.1.9.1.1.4.147|4|Not defined 147 +1.3.6.1.4.1.12551.4.1.9.1.1.4.148|4|Not defined 148 +1.3.6.1.4.1.12551.4.1.9.1.1.4.149|4|Not defined 149 +1.3.6.1.4.1.12551.4.1.9.1.1.4.150|4|Not defined 150 +1.3.6.1.4.1.12551.4.1.9.1.1.4.151|4|Not defined 151 +1.3.6.1.4.1.12551.4.1.9.1.1.4.152|4|Not defined 152 +1.3.6.1.4.1.12551.4.1.9.1.1.4.153|4|Not defined 153 +1.3.6.1.4.1.12551.4.1.9.1.1.4.154|4|Not defined 154 +1.3.6.1.4.1.12551.4.1.9.1.1.4.155|4|Not defined 155 +1.3.6.1.4.1.12551.4.1.9.1.1.4.156|4|Not defined 156 +1.3.6.1.4.1.12551.4.1.9.1.1.4.157|4|Not defined 157 +1.3.6.1.4.1.12551.4.1.9.1.1.4.158|4|Not defined 158 +1.3.6.1.4.1.12551.4.1.9.1.1.4.159|4|Not defined 159 +1.3.6.1.4.1.12551.4.1.9.1.1.4.160|4|Not defined 160 +1.3.6.1.4.1.12551.4.1.9.1.1.4.161|4|Not defined 161 +1.3.6.1.4.1.12551.4.1.9.1.1.4.162|4|Not defined 162 +1.3.6.1.4.1.12551.4.1.9.1.1.4.163|4|Not defined 163 +1.3.6.1.4.1.12551.4.1.9.1.1.4.164|4|Not defined 164 +1.3.6.1.4.1.12551.4.1.9.1.1.4.165|4|Not defined 165 +1.3.6.1.4.1.12551.4.1.9.1.1.4.166|4|Not defined 166 +1.3.6.1.4.1.12551.4.1.9.1.1.4.167|4|Not defined 167 +1.3.6.1.4.1.12551.4.1.9.1.1.4.168|4|Not defined 168 +1.3.6.1.4.1.12551.4.1.9.1.1.4.169|4|Not defined 169 +1.3.6.1.4.1.12551.4.1.9.1.1.4.170|4|Not defined 170 +1.3.6.1.4.1.12551.4.1.9.1.1.4.171|4|Not defined 171 +1.3.6.1.4.1.12551.4.1.9.1.1.4.172|4|Not defined 172 +1.3.6.1.4.1.12551.4.1.9.1.1.4.173|4|Not defined 173 +1.3.6.1.4.1.12551.4.1.9.1.1.4.174|4|Not defined 174 +1.3.6.1.4.1.12551.4.1.9.1.1.4.175|4|Not defined 175 +1.3.6.1.4.1.12551.4.1.9.1.1.4.176|4|Not defined 176 +1.3.6.1.4.1.12551.4.1.9.1.1.4.177|4|Not defined 177 +1.3.6.1.4.1.12551.4.1.9.1.1.4.178|4|Not defined 178 +1.3.6.1.4.1.12551.4.1.9.1.1.4.179|4|Not defined 179 +1.3.6.1.4.1.12551.4.1.9.1.1.4.180|4|Not defined 180 +1.3.6.1.4.1.12551.4.1.9.1.1.4.181|4|Not defined 181 +1.3.6.1.4.1.12551.4.1.9.1.1.4.182|4|Not defined 182 +1.3.6.1.4.1.12551.4.1.9.1.1.4.183|4|Not defined 183 +1.3.6.1.4.1.12551.4.1.9.1.1.4.184|4|Not defined 184 +1.3.6.1.4.1.12551.4.1.9.1.1.4.185|4|Not defined 185 +1.3.6.1.4.1.12551.4.1.9.1.1.4.186|4|Not defined 186 +1.3.6.1.4.1.12551.4.1.9.1.1.4.187|4|Not defined 187 +1.3.6.1.4.1.12551.4.1.9.1.1.4.188|4|Not defined 188 +1.3.6.1.4.1.12551.4.1.9.1.1.4.189|4|Not defined 189 +1.3.6.1.4.1.12551.4.1.9.1.1.4.190|4|Not defined 190 +1.3.6.1.4.1.12551.4.1.9.1.1.4.191|4|Not defined 191 +1.3.6.1.4.1.12551.4.1.9.1.1.4.192|4|Not defined 192 +1.3.6.1.4.1.12551.4.1.9.1.1.4.193|4|Not defined 193 +1.3.6.1.4.1.12551.4.1.9.1.1.4.194|4|Not defined 194 +1.3.6.1.4.1.12551.4.1.9.1.1.4.195|4|Not defined 195 +1.3.6.1.4.1.12551.4.1.9.1.1.4.196|4|Not defined 196 +1.3.6.1.4.1.12551.4.1.9.1.1.4.197|4|Not defined 197 +1.3.6.1.4.1.12551.4.1.9.1.1.4.198|4|Not defined 198 +1.3.6.1.4.1.12551.4.1.9.1.1.4.199|4|Not defined 199 +1.3.6.1.4.1.12551.4.1.9.1.1.4.200|4|Not defined 200 +1.3.6.1.4.1.12551.4.1.9.1.1.4.201|4|Not defined 201 +1.3.6.1.4.1.12551.4.1.9.1.1.4.202|4|Not defined 202 +1.3.6.1.4.1.12551.4.1.9.1.1.4.203|4|Not defined 203 +1.3.6.1.4.1.12551.4.1.9.1.1.4.204|4|Not defined 204 +1.3.6.1.4.1.12551.4.1.9.1.1.4.205|4|Not defined 205 +1.3.6.1.4.1.12551.4.1.9.1.1.4.206|4|Not defined 206 +1.3.6.1.4.1.12551.4.1.9.1.1.4.207|4|Not defined 207 +1.3.6.1.4.1.12551.4.1.9.1.1.4.208|4|Not defined 208 +1.3.6.1.4.1.12551.4.1.9.1.1.4.209|4|Not defined 209 +1.3.6.1.4.1.12551.4.1.9.1.1.4.210|4|Not defined 210 +1.3.6.1.4.1.12551.4.1.9.1.1.4.211|4|Not defined 211 +1.3.6.1.4.1.12551.4.1.9.1.1.4.212|4|Not defined 212 +1.3.6.1.4.1.12551.4.1.9.1.1.4.213|4|Not defined 213 +1.3.6.1.4.1.12551.4.1.9.1.1.4.214|4|Not defined 214 +1.3.6.1.4.1.12551.4.1.9.1.1.4.215|4|Not defined 215 +1.3.6.1.4.1.12551.4.1.9.1.1.4.216|4|Not defined 216 +1.3.6.1.4.1.12551.4.1.9.1.1.4.217|4|Not defined 217 +1.3.6.1.4.1.12551.4.1.9.1.1.4.218|4|Not defined 218 +1.3.6.1.4.1.12551.4.1.9.1.1.4.219|4|Not defined 219 +1.3.6.1.4.1.12551.4.1.9.1.1.4.220|4|Not defined 220 +1.3.6.1.4.1.12551.4.1.9.1.1.4.221|4|Not defined 221 +1.3.6.1.4.1.12551.4.1.9.1.1.4.222|4|Not defined 222 +1.3.6.1.4.1.12551.4.1.9.1.1.4.223|4|Not defined 223 +1.3.6.1.4.1.12551.4.1.9.1.1.4.224|4|Not defined 224 +1.3.6.1.4.1.12551.4.1.9.1.1.4.225|4|Not defined 225 +1.3.6.1.4.1.12551.4.1.9.1.1.4.226|4|Not defined 226 +1.3.6.1.4.1.12551.4.1.9.1.1.4.227|4|Not defined 227 +1.3.6.1.4.1.12551.4.1.9.1.1.4.228|4|Not defined 228 +1.3.6.1.4.1.12551.4.1.9.1.1.4.229|4|Not defined 229 +1.3.6.1.4.1.12551.4.1.9.1.1.4.230|4|Not defined 230 +1.3.6.1.4.1.12551.4.1.9.1.1.4.231|4|Not defined 231 +1.3.6.1.4.1.12551.4.1.9.1.1.4.232|4|Not defined 232 +1.3.6.1.4.1.12551.4.1.9.1.1.4.233|4|Not defined 233 +1.3.6.1.4.1.12551.4.1.9.1.1.4.234|4|Not defined 234 +1.3.6.1.4.1.12551.4.1.9.1.1.4.235|4|Not defined 235 +1.3.6.1.4.1.12551.4.1.9.1.1.4.236|4|Not defined 236 +1.3.6.1.4.1.12551.4.1.9.1.1.4.237|4|Not defined 237 +1.3.6.1.4.1.12551.4.1.9.1.1.4.238|4|Not defined 238 +1.3.6.1.4.1.12551.4.1.9.1.1.4.239|4|Not defined 239 +1.3.6.1.4.1.12551.4.1.9.1.1.4.240|4|Not defined 240 +1.3.6.1.4.1.12551.4.1.9.1.1.4.241|4|Not defined 241 +1.3.6.1.4.1.12551.4.1.9.1.1.4.242|4|Not defined 242 +1.3.6.1.4.1.12551.4.1.9.1.1.4.243|4|Not defined 243 +1.3.6.1.4.1.12551.4.1.9.1.1.4.244|4|Not defined 244 +1.3.6.1.4.1.12551.4.1.9.1.1.4.245|4|Not defined 245 +1.3.6.1.4.1.12551.4.1.9.1.1.4.246|4|Not defined 246 +1.3.6.1.4.1.12551.4.1.9.1.1.4.247|4|Not defined 247 +1.3.6.1.4.1.12551.4.1.9.1.1.4.248|4|Not defined 248 +1.3.6.1.4.1.12551.4.1.9.1.1.4.249|4|Not defined 249 +1.3.6.1.4.1.12551.4.1.9.1.1.4.250|4|Not defined 250 +1.3.6.1.4.1.12551.4.1.9.1.1.4.251|4|Not defined 251 +1.3.6.1.4.1.12551.4.1.9.1.1.4.252|4|Not defined 252 +1.3.6.1.4.1.12551.4.1.9.1.1.4.253|4|Not defined 253 +1.3.6.1.4.1.12551.4.1.9.1.1.4.254|4|Not defined 254 +1.3.6.1.4.1.12551.4.1.9.1.1.4.255|4|Not defined 255 +1.3.6.1.4.1.12551.4.1.9.1.1.4.256|4|Not defined 256 +1.3.6.1.4.1.12551.4.1.9.1.1.5.1|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.2|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.3|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.4|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.5|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.6|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.7|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.8|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.9|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.10|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.11|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.12|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.13|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.14|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.15|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.16|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.17|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.18|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.19|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.20|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.21|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.22|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.23|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.24|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.25|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.26|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.27|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.28|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.29|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.30|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.31|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.32|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.33|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.34|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.35|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.36|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.37|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.38|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.39|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.40|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.41|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.42|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.43|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.44|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.45|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.46|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.47|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.48|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.49|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.50|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.51|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.52|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.53|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.54|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.55|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.56|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.57|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.58|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.59|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.60|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.61|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.62|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.63|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.64|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.65|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.66|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.67|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.68|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.69|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.70|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.71|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.72|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.73|2|131075 +1.3.6.1.4.1.12551.4.1.9.1.1.5.74|2|131075 +1.3.6.1.4.1.12551.4.1.9.1.1.5.75|2|131075 +1.3.6.1.4.1.12551.4.1.9.1.1.5.76|2|131075 +1.3.6.1.4.1.12551.4.1.9.1.1.5.77|2|131075 +1.3.6.1.4.1.12551.4.1.9.1.1.5.78|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.79|2|5 +1.3.6.1.4.1.12551.4.1.9.1.1.5.80|2|5 +1.3.6.1.4.1.12551.4.1.9.1.1.5.81|2|5 +1.3.6.1.4.1.12551.4.1.9.1.1.5.82|2|5 +1.3.6.1.4.1.12551.4.1.9.1.1.5.83|2|5 +1.3.6.1.4.1.12551.4.1.9.1.1.5.84|2|5 +1.3.6.1.4.1.12551.4.1.9.1.1.5.85|2|5 +1.3.6.1.4.1.12551.4.1.9.1.1.5.86|2|5 +1.3.6.1.4.1.12551.4.1.9.1.1.5.87|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.88|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.89|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.90|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.91|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.92|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.93|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.94|2|65537 +1.3.6.1.4.1.12551.4.1.9.1.1.5.95|2|1 +1.3.6.1.4.1.12551.4.1.9.1.1.5.96|2|65540 +1.3.6.1.4.1.12551.4.1.9.1.1.5.97|2|8 +1.3.6.1.4.1.12551.4.1.9.1.1.5.98|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.99|2|8 +1.3.6.1.4.1.12551.4.1.9.1.1.5.100|2|8 +1.3.6.1.4.1.12551.4.1.9.1.1.5.101|2|4 +1.3.6.1.4.1.12551.4.1.9.1.1.5.102|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.103|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.104|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.105|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.106|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.107|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.108|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.109|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.110|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.111|2|6 +1.3.6.1.4.1.12551.4.1.9.1.1.5.112|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.113|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.114|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.115|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.116|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.117|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.118|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.119|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.120|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.121|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.122|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.123|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.124|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.125|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.126|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.127|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.128|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.129|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.130|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.131|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.132|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.133|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.134|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.135|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.136|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.137|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.138|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.139|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.140|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.141|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.142|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.143|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.144|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.145|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.146|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.147|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.148|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.149|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.150|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.151|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.152|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.153|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.154|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.155|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.156|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.157|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.158|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.159|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.160|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.161|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.162|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.163|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.164|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.165|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.166|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.167|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.168|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.169|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.170|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.171|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.172|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.173|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.174|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.175|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.176|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.177|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.178|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.179|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.180|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.181|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.182|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.183|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.184|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.185|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.186|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.187|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.188|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.189|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.190|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.191|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.192|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.193|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.194|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.195|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.196|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.197|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.198|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.199|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.200|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.201|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.202|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.203|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.204|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.205|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.206|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.207|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.208|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.209|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.210|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.211|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.212|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.213|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.214|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.215|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.216|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.217|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.218|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.219|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.220|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.221|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.222|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.223|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.224|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.225|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.226|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.227|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.228|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.229|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.230|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.231|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.232|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.233|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.234|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.235|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.236|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.237|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.238|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.239|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.240|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.241|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.242|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.243|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.244|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.245|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.246|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.247|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.248|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.249|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.250|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.251|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.252|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.253|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.254|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.255|2|0 +1.3.6.1.4.1.12551.4.1.9.1.1.5.256|2|262144 +1.3.6.1.4.1.12551.4.1.9.1.1.6.1|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.2|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.3|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.4|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.5|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.6|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.7|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.8|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.9|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.10|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.11|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.12|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.13|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.14|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.15|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.16|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.17|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.18|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.19|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.20|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.21|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.22|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.23|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.24|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.25|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.26|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.27|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.28|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.29|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.30|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.31|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.32|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.33|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.34|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.35|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.36|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.37|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.38|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.39|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.40|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.41|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.42|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.43|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.44|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.45|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.46|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.47|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.48|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.49|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.50|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.51|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.52|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.53|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.54|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.55|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.56|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.57|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.58|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.59|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.60|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.61|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.62|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.63|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.64|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.65|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.66|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.67|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.68|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.69|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.70|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.71|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.72|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.73|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.74|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.75|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.76|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.77|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.78|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.79|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.80|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.81|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.82|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.83|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.84|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.85|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.86|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.87|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.88|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.89|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.90|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.91|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.92|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.93|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.94|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.95|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.96|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.97|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.98|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.99|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.100|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.101|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.102|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.103|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.104|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.105|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.106|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.107|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.108|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.109|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.110|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.111|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.112|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.113|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.114|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.115|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.116|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.117|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.118|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.119|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.120|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.121|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.122|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.123|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.124|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.125|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.126|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.127|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.128|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.129|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.130|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.131|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.132|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.133|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.134|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.135|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.136|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.137|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.138|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.139|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.140|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.141|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.142|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.143|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.144|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.145|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.146|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.147|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.148|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.149|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.150|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.151|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.152|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.153|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.154|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.155|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.156|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.157|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.158|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.159|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.160|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.161|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.162|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.163|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.164|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.165|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.166|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.167|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.168|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.169|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.170|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.171|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.172|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.173|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.174|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.175|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.176|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.177|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.178|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.179|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.180|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.181|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.182|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.183|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.184|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.185|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.186|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.187|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.188|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.189|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.190|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.191|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.192|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.193|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.194|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.195|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.196|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.197|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.198|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.199|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.200|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.201|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.202|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.203|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.204|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.205|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.206|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.207|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.208|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.209|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.210|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.211|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.212|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.213|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.214|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.215|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.216|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.217|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.218|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.219|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.220|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.221|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.222|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.223|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.224|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.225|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.226|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.227|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.228|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.229|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.230|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.231|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.232|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.233|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.234|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.235|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.236|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.237|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.238|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.239|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.240|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.241|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.242|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.243|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.244|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.245|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.246|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.247|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.248|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.249|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.250|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.251|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.252|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.253|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.254|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.255|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.1.1.6.256|4|Not implemented +1.3.6.1.4.1.12551.4.1.9.2.0|4|MBP +1.3.6.1.4.1.12551.4.1.9.3.0|4|Surge Arrester