From 6e98139cd1f10d7428567dcbf51cf91783a0b4ac Mon Sep 17 00:00:00 2001 From: Konstantin Date: Sat, 23 Jul 2022 03:55:51 +0700 Subject: [PATCH] ZTE ZXA10 Update (Added dBm graphs) (#14049) * First commit ZXA10 Update * ZTE ZXA10 Update 2 * ZTE ZXA10 Update 3 * ZTE ZXA10 Update 4 * ZTE ZXA10 Update 5 * ZTE ZXA10 Update 6 * ZTE ZXA10 Update 7 * Update, disable snmpbulk * Update test data * Remove unneeded php files and update yaml add OLT Tx power too * Update test data * Update zxa10.yaml Co-authored-by: Tony Murray --- includes/definitions/discovery/zxa10.yaml | 108 +- mibs/zte/ZTE-AN-IF-MIB | 82 + mibs/zte/ZTE-AN-PON-BASE-MIB | 1238 + mibs/zte/ZTE-AN-PON-TC-MIB | 135 + mibs/zte/ZTE-AN-TC-MIB | 377 + tests/data/zxa10_c320.json | 281 +- tests/data/zxa10_c320v2.json | 28385 ++++++++++++++++++++ tests/snmpsim/zxa10_c320.snmprec | 2 +- tests/snmpsim/zxa10_c320v2.snmprec | 1947 ++ 9 files changed, 32504 insertions(+), 51 deletions(-) create mode 100644 mibs/zte/ZTE-AN-IF-MIB create mode 100644 mibs/zte/ZTE-AN-PON-BASE-MIB create mode 100644 mibs/zte/ZTE-AN-PON-TC-MIB create mode 100644 mibs/zte/ZTE-AN-TC-MIB create mode 100644 tests/data/zxa10_c320v2.json create mode 100644 tests/snmpsim/zxa10_c320v2.snmprec diff --git a/includes/definitions/discovery/zxa10.yaml b/includes/definitions/discovery/zxa10.yaml index aa54663151..9a681d7245 100644 --- a/includes/definitions/discovery/zxa10.yaml +++ b/includes/definitions/discovery/zxa10.yaml @@ -1,4 +1,4 @@ -mib: ZTE-AN-SMI:ZTE-AN-CHASSIS-MIB:ZTE-AN-ENVMON-MIB:ZTE-AN-OPTICAL-MODULE-MIB +mib: ZTE-AN-SMI:ZTE-AN-CHASSIS-MIB:ZTE-AN-ENVMON-MIB:ZTE-AN-OPTICAL-MODULE-MIB:ZTE-AN-PON-BASE-MIB:IF-MIB modules: mempools: pre-cache: @@ -8,7 +8,7 @@ modules: - total: ZTE-AN-CHASSIS-MIB::zxAnCardMemSize percent_used: ZTE-AN-CHASSIS-MIB::zxAnCardMemUsage - descr: 'Card {{ ZTE-AN-CHASSIS-MIB::zxAnCardActualType }}' + descr: 'Card {{ ZTE-AN-CHASSIS-MIB::zxAnCardActualType }} ({{ subindex2 }})' skip_values: - oid: ZTE-AN-CHASSIS-MIB::zxAnCardMemUsage @@ -20,23 +20,28 @@ modules: oid: zxAnCardTable value: zxAnCardCpuLoad num_oid: '.1.3.6.1.4.1.3902.1082.10.1.2.4.1.9.{{ $index }}' - descr: '{{ $zxAnCardActualType }} Processor' + descr: '{{ $zxAnCardActualType }} ({{ subindex2 }}) Processor' + skip_values: + - + oid: zxAnCardCpuLoad + op: '=' + value: 0 sensors: pre-cache: data: - oid: - zxAnCardActualType - - zxAnEnvRack - - zxAnEnvShelf - - zxAnEnvSlot + - ifName temperature: data: - oid: zxAnCardEnvParamTable value: zxAnCardTemp num_oid: '.1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.2.{{ $index }}' - descr: "Temp Card {{ $zxAnCardActualType }}" + descr: "Temp Card {{ $zxAnCardActualType }} ({{ subindex2 }})" + low_limit: 0 + skip_value_lt: 1 fanspeed: data: - @@ -58,17 +63,67 @@ modules: oid: zxAnCardEnvParamTable value: zxAnCardVoltage num_oid: '.1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.4.{{ $index }}' - descr: "Voltage Card {{ $zxAnCardActualType }}" + descr: "Voltage Card {{ $zxAnCardActualType }} ({{ subindex2 }})" skip_value_lt: 1 divisor: 1000 - + dbm: + data: + - + oid: zxAnOpticalModuleInfoTable + value: zxAnOpticalIfRxPwrCurrValue + num_oid: '.1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.{{ $index }}' + index: 'zxAnOpticalIfRxPwrCurrValue.{{ $index }}' + descr: "{{ $ifName }} Rx" + group: OLT Interfaces + skip_values: + - + oid: zxAnOpticalIfRxPwrCurrValue + op: '=' + value: '2147483647' + divisor: 1000 + high_limit: -8 + warn_limit: -10 + low_warn_limit: -30 + low_limit: -34 + - + oid: zxAnOpticalModuleInfoTable + value: zxAnOpticalIfTxPwrCurrValue + num_oid: '.1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.{{ $index }}' + index: 'zxAnOpticalIfTxPwrCurrValue.{{ $index }}' + descr: "{{ $ifName }} Tx" + group: OLT Interfaces + skip_values: + - + oid: zxAnOpticalIfTxPwrCurrValue + op: '=' + value: '2147483647' + divisor: 1000 + high_limit: 4 + low_limit: -4 + - + oid: zxAnPonRxOpticalPowerTable + value: zxAnPonRxOpticalPower + num_oid: '.1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.{{ $index }}' + index: 'zxAnPonRxOpticalPower.{{ $index }}' + descr: 'ONU Rx {{ $ifName }}:{{ $subindex1 }}' + group: '{{ $ifName }} ONU Rx Signals' + skip_values: + - + oid: zxAnPonRxOpticalPower + op: '=' + value: '65535000' + divisor: 1000 + high_limit: -8 + warn_limit: -10 + low_warn_limit: -32 + low_limit: -34 power: data: - oid: zxAnCardEnvParamTable value: zxAnCardPowerConsumption num_oid: '.1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.3.{{ $index }}' - descr: "Power Consumption Card {{ $zxAnCardActualType }}" + descr: "Power Consumption Card {{ $zxAnCardActualType }} ({{ subindex2 }})" skip_value_lt: 1 divisor: 1000 current: @@ -77,7 +132,7 @@ modules: oid: zxAnCardEnvParamTable value: zxAnCardCurrent num_oid: '.1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.5.{{ $index }}' - descr: "Current Card {{ $zxAnCardActualType }}" + descr: "Current Card {{ $zxAnCardActualType }} ({{ subindex2 }})" skip_value_lt: 1 divisor: 1000 @@ -85,35 +140,38 @@ modules: data: - oid: zxAnEnvFanTable + value: zxAnEnvFanOperStatus num_oid: '.1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.5.{{ $index }}' - index: 'zxAnEnvFanOperStatus.{{ $index}}' - descr: "Fan speed Slot {{ $index }} Oper Status" + index: 'zxAnEnvFanOperStatus.{{ $index }}' + descr: "Fan speed Slot {{ $subindex2 }} Oper Status" group: Fans state_name: zxAnEnvFanOperStatus states: - - { value: 1, generic: 0, graph: 0, descr: 'up' } - - { value: 2, generic: 1, graph: 0, descr: 'down' } - - { value: 3, generic: 2, graph: 0, descr: 'unknown' } + - { value: 1, generic: 0, graph: 1, descr: 'up' } + - { value: 2, generic: 1, graph: 1, descr: 'down' } + - { value: 3, generic: 2, graph: 1, descr: 'unknown' } - oid: zxAnEnvFanTable + value: zxAnEnvFanOnlineStatus num_oid: '.1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.6.{{ $index }}' index: 'zxAnEnvFanOnlineStatus.{{ $index }}' - descr: "Fan speed Slot {{ $index }} Online Status" + descr: "Fan speed Slot {{ $subindex2 }} Online Status" group: Fans state_name: zxAnEnvFanOnlineStatus states: - - { value: 1, generic: 0, graph: 0, descr: 'online' } - - { value: 2, generic: 1, graph: 0, descr: 'offline' } - - { value: 3, generic: 2, graph: 0, descr: 'unknown' } + - { value: 1, generic: 0, graph: 1, descr: 'online' } + - { value: 2, generic: 1, graph: 1, descr: 'offline' } + - { value: 3, generic: 2, graph: 1, descr: 'unknown' } - oid: zxAnPowerSupplyTable + value: zxAnPowerSupplyInVoltageStatus num_oid: '.1.3.6.1.4.1.3902.1082.10.10.2.3.11.1.3.{{ $index }}' index: 'zxAnPowerSupplyInVoltageStatus.{{ $index }}' - descr: "Power Supply {{ $index }} Status" + descr: "Power Supply {{ $subindex2 }} Voltage Status" group: Power state_name: zxAnPowerSupplyInVoltageStatus states: - - { value: 1, generic: 0, graph: 0, descr: 'normal' } - - { value: 2, generic: 1, graph: 0, descr: 'overVoltage' } - - { value: 3, generic: 1, graph: 0, descr: 'underVoltage' } - - { value: 4, generic: 2, graph: 0, descr: 'off' } + - { value: 1, generic: 0, graph: 1, descr: 'normal' } + - { value: 2, generic: 1, graph: 1, descr: 'overVoltage' } + - { value: 3, generic: 1, graph: 1, descr: 'underVoltage' } + - { value: 4, generic: 2, graph: 1, descr: 'off' } diff --git a/mibs/zte/ZTE-AN-IF-MIB b/mibs/zte/ZTE-AN-IF-MIB new file mode 100644 index 0000000000..8a8b1a2051 --- /dev/null +++ b/mibs/zte/ZTE-AN-IF-MIB @@ -0,0 +1,82 @@ +-------------------------------------------------------------------------------- +-- File Name : ZTE-AN-IF-MIB.mib +-- Date : 2006-09-05 +-- Author : ZTE Nms dept. +-- +-- ZTE Interface MIB for Access Node +-------------------------------------------------------------------------------- + +ZTE-AN-IF-MIB DEFINITIONS ::= BEGIN +IMPORTS + MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE FROM SNMPv2-SMI + DisplayString FROM SNMPv2-TC + ifIndex FROM IF-MIB + ZxAnSubIfIndex FROM ZTE-AN-TC-MIB + zxAnInterface FROM ZTE-AN-SMI; + +zxAnIfMib MODULE-IDENTITY + LAST-UPDATED "201106081500Z" + ORGANIZATION "ZTE Corporation" + CONTACT-INFO "Su Chunshan + Mail: suchunshan@zte.com.cn + Tel : 021-68896284" + DESCRIPTION "The MIB module for the management of the interface for + ZTE Access Node." + REVISION "201106081500Z" + DESCRIPTION + "New oid assignments for xxx xxx." + + ::= { zxAnInterface 5 } + +zxAnIfObjects OBJECT IDENTIFIER ::= { zxAnIfMib 5 } +zxAnIfNotifications OBJECT IDENTIFIER ::= { zxAnIfMib 6 } + +-------------------------------------------------------------------------------- +-- Following objects are defined. +-- 1.Interface Extended Table + +-------------------------------------------------------------------------------- + +-------------------------------------------------------------------------------- +-- 1.Interface Extended Table +-------------------------------------------------------------------------------- + zxAnIfTable OBJECT-TYPE + SYNTAX SEQUENCE OF ZxAnIfEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table includes the general interface infomation." + ::= { zxAnIfObjects 1 } + + zxAnIfEntry OBJECT-TYPE + SYNTAX ZxAnIfEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "An entry in zxAnIfTable." + INDEX { ifIndex, zxAnSubIfIndex } + ::= { zxAnIfTable 1 } + + ZxAnIfEntry ::= SEQUENCE { + zxAnSubIfIndex ZxAnSubIfIndex, + zxAnSubIfAlias DisplayString + } + + zxAnSubIfIndex OBJECT-TYPE + SYNTAX ZxAnSubIfIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Sub-interface index at this interface." + ::= { zxAnIfEntry 2 } + + zxAnSubIfAlias OBJECT-TYPE + SYNTAX DisplayString (SIZE(0..64)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The alias of the sub-interface." + ::= { zxAnIfEntry 3 } + +END + diff --git a/mibs/zte/ZTE-AN-PON-BASE-MIB b/mibs/zte/ZTE-AN-PON-BASE-MIB new file mode 100644 index 0000000000..01a53c3dd8 --- /dev/null +++ b/mibs/zte/ZTE-AN-PON-BASE-MIB @@ -0,0 +1,1238 @@ +ZTE-AN-PON-BASE-MIB DEFINITIONS ::= BEGIN + IMPORTS + enterprises FROM SNMPv2-SMI + RowStatus FROM SNMPv2-TC + IpAddress FROM SNMPv2-SMI + Unsigned32 FROM SNMPv2-SMI + Counter64 FROM SNMPv2-SMI + MacAddress FROM SNMPv2-TC + TEXTUAL-CONVENTION FROM SNMPv2-TC + MODULE-IDENTITY FROM SNMPv2-SMI + OBJECT-GROUP FROM SNMPv2-CONF + MODULE-COMPLIANCE FROM SNMPv2-CONF + OBJECT-TYPE FROM SNMPv2-SMI + NOTIFICATION-TYPE FROM SNMPv2-SMI + ifIndex,InterfaceIndex FROM IF-MIB + DisplayString FROM SNMPv2-TC + Integer32 FROM SNMPv2-SMI + zxAnPon FROM ZTE-AN-SMI + zxAnSubIfIndex FROM ZTE-AN-IF-MIB + NOTIFICATION-GROUP FROM SNMPv2-CONF + InetAddress,InetAddressType FROM INET-ADDRESS-MIB + InetAddressPrefixLength FROM INET-ADDRESS-MIB + ZxAnPonOnuIndex FROM ZTE-AN-PON-TC-MIB + DateAndTime FROM SNMPv2-TC; + +zxAnPonBaseMib MODULE-IDENTITY + LAST-UPDATED "201111020000Z" + ORGANIZATION "ZTE Corporation" + CONTACT-INFO "Guo HongJian ZTE Corporation + Mail: guo.hongjian@zte.com.cn + Tel : +86-21-68897417" + DESCRIPTION + "The MIB module for the management of PON." + + REVISION "201111020000Z" + DESCRIPTION + "The following are the modification of this mib file: + - modify description" + + REVISION "201110110000Z" + DESCRIPTION + "The following are the modification of this mib file: + - add multi-variables usage rules for data copy configuration + - modify description of ONU type + - add multi-variables usage rules for rogue ONU control" + + REVISION "201110090000Z" + DESCRIPTION + "Add multi-variables usage rules for variables of ONU type + configuration." + + REVISION "201105260000Z" + DESCRIPTION + "Initial version of this MIB module." + ::= { zxAnPon 1 } + +-------------------------------------------------------------------------------- +-- Following management objects are defined. + +-- zxAnPonBaseObjects + -- zxAnPonOnuTypeObjects + -- zxAnPonOnuTypeTable + -- zxAnPonOnuIfAttrTable + -- zxAnPonOamObjects + -- zxAnPonRogueOnuMgmt + -- zxAnPonRogueOnuDetectInfoTable + -- zxAnPonRogueOnuCtrl + -- zxAnPonRogueOnuInfoTable + -- zxAnPonPortRogueOnuConfTable + -- zxAnPonRxOpticalPowerTable + -- zxAnPonRxOpticalPowerThreshTable + -- zxAnPonBaseNotifications + -- zxAnPonOamTraps + +-- Following conformance information is defined. +-- zxAnPonConformance + -- zxAnPonCompliances + -- zxAnPonGroups + -- zxAnPonConfDataCopyGroup + -- zxAnPonOnuTypeGroup + -- zxAnPonOamGroup + -- zxAnPonTrapGroup +-------------------------------------------------------------------------------- + +zxAnPonBaseObjects OBJECT IDENTIFIER ::= { zxAnPonBaseMib 2 } +zxAnPonBaseNotifications OBJECT IDENTIFIER ::= { zxAnPonBaseMib 3 } + +zxAnPonOnuTypeObjects OBJECT IDENTIFIER ::= { zxAnPonBaseObjects 2 } +zxAnPonOamObjects OBJECT IDENTIFIER ::= { zxAnPonBaseObjects 4 } +zxAnPonGisObjects OBJECT IDENTIFIER ::= { zxAnPonBaseObjects 5 } + +zxAnPonRogueOnuMgmt OBJECT IDENTIFIER ::= { zxAnPonOamObjects 1 } +zxAnPonRogueOnuCtrl OBJECT IDENTIFIER ::= { zxAnPonRogueOnuMgmt 1 } + +zxAnPonGisGlobalObjects OBJECT IDENTIFIER ::= { zxAnPonGisObjects 1 } + +zxAnPonOamTraps OBJECT IDENTIFIER ::= { zxAnPonBaseNotifications 1 } + +-------------------------------------------------------------------------------- +-- zxAnPonOnuTypeTable +-------------------------------------------------------------------------------- + zxAnPonOnuTypeTable OBJECT-TYPE + SYNTAX SEQUENCE OF ZxAnPonOnuTypeEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Configuration of ONU type." + ::= { zxAnPonOnuTypeObjects 2 } + + zxAnPonOnuTypeEntry OBJECT-TYPE + SYNTAX ZxAnPonOnuTypeEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry of zxAnPonOnuTypeTable. + For the default ONU type such as ZTE-F641,ZTE-F622, + ZTE-F625, ZTE-F621, ZTE-F601, ZTE-F640, ZTE-F628, ZTE-9806, + ZTE-D400, ZTE-D402, ZTE-D420, ZTE-D421, ZTE-D422, ZTE-F401, + ZTE-F420, ZTE-F425, ZTE-F429, ZTE-F430, ZTE-F435, ZTE-F500, + ZTE-F803, ZTE-F820, ZTE-F821, ZTE-F822, set operation is prohibited. + + The multi-variables binding rule should be complied with + when a manager configures ONU type. According to this rule, + all the related mib variables must be included in one SNMP + set operation. + + There are two types of variables: mandatory and optional. + All of the mandatory variables must be included in one SNMP + set operation. Optional variables may be included in one + SNMP set operation with the mandatory variables, but must + not be used alone. + + To create or modify ONU type, the mandatory variables are as + follows: + mandatoty: zxAnPonOnuTypePonType." + INDEX { zxAnPonOnuTypeName } + ::= { zxAnPonOnuTypeTable 1 } + + ZxAnPonOnuTypeEntry ::= + SEQUENCE { + zxAnPonOnuTypeName DisplayString, + zxAnPonOnuTypePonType INTEGER, + zxAnPonOnuTypeDesc DisplayString, + zxAnPonOnuTypeAttr1 Integer32, + zxAnPonOnuTypeAttr2 Integer32, + zxAnPonOnuTypeAttr3 Integer32, + zxAnPonOnuTypeAttr4 Integer32, + zxAnPonOnuTypeAttr5 Integer32, + zxAnPonOnuTypeAttr6 Integer32, + zxAnPonOnuTypeAttr7 Integer32, + zxAnPonOnuTypeAttr8 Integer32, + zxAnPonOnuTypeAttr9 Integer32, + zxAnPonOnuTypeAttr10 Integer32, + zxAnPonOnuTypeRowStatus RowStatus + } + + zxAnPonOnuTypeName OBJECT-TYPE + SYNTAX DisplayString(SIZE(1..64)) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Name of ONU type." + ::= { zxAnPonOnuTypeEntry 1 } + + zxAnPonOnuTypePonType OBJECT-TYPE + SYNTAX INTEGER { + epon(1), + gpon(2) + } + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "PON type.There are two types: + -epon: Ethernet Passive Optical Network + -gpon: Gigabit-Capable PON." + ::= { zxAnPonOnuTypeEntry 2 } + + zxAnPonOnuTypeDesc OBJECT-TYPE + SYNTAX DisplayString(SIZE(0..64)) + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Description of ONU type. + eg. the interface attributes of ONU type. + This variable must comply with the multi-variables binding + rule described in zxAnPonOnuTypeEntry." + ::= { zxAnPonOnuTypeEntry 3 } + + zxAnPonOnuTypeAttr1 OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "For EPON: This attribute indicates protect type, + 1-none, 2-typeC, 3-typeD, default value is 1. + For GPON: This attribute indicates the maximum number of T-CONT, + default value is 255. + This variable must comply with the multi-variables binding + rule described in 'zxAnPonOnuTypeEntry'." + ::= { zxAnPonOnuTypeEntry 4 } + + zxAnPonOnuTypeAttr2 OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "For EPON: This attribute indicates speed, + 1-1G, 2-10G Symmetric, 3-10G Asymmetric, + default value is 1. + For GPON: This attribute indicates the maximum number of GEM port, + default value is 255. + This variable must comply with the multi-variables binding + rule described in 'zxAnPonOnuTypeEntry'." + ::= { zxAnPonOnuTypeEntry 5 } + + zxAnPonOnuTypeAttr3 OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "For EPON: This attribute indicates ONU auto dispatch enable status, + 1-enable, 2-disable, default value is 1. + For GPON: This attribute indicates maximum number of switch per + slot, default value is 255. + This variable must comply with the multi-variables binding + rule described in 'zxAnPonOnuTypeEntry'." + ::= { zxAnPonOnuTypeEntry 6 } + + zxAnPonOnuTypeAttr4 OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "For GPON: This attribute indicates maximum number of flow per + switch, default value is 255. + This attribute is not used for EPON. + This variable must comply with the multi-variables binding + rule described in 'zxAnPonOnuTypeEntry'." + ::= { zxAnPonOnuTypeEntry 7 } + + zxAnPonOnuTypeAttr5 OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "For GPON: This attribute indicates maximum number of IP host. + MSB : Most Significant Byte + LSB : Least Significant Byte + + | MSB | Byte 2 | Byte 1 | LSB | + |--------------|--------------|-----------------|-----------------| + | | |IPv6 host number | IPv4 host number| + | (8bits) | (8bits) | (8bits) | (8bits) | + |-----------------------------------------------------------------| + + IPv4 host default number is 2. IPv6 host default number is 0. + This attribute is not used for EPON. + This variable must comply with the multi-variables binding + rule described in 'zxAnPonOnuTypeEntry'." + ::= { zxAnPonOnuTypeEntry 8 } + + zxAnPonOnuTypeAttr6 OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "For GPON: This attribute indicates service ability of ONU type, + there are three service mode :N:1,1:M,1:P. + If support the service mode,set the corresponding bit to 1, + if not support, set to 0. + Default value is 7. + + | MSB LSB| + |-----|-----------|-----------|-----------| + | ... | 1:P | 1:M | N:1 | + | ... | (1bits) | (1bits) | (1bits) | + +-----+-----------+-----------+-----------+ + This attribute is not used for EPON. + This variable must comply with the multi-variables binding + rule described in 'zxAnPonOnuTypeEntry'." + ::= { zxAnPonOnuTypeEntry 9 } + + zxAnPonOnuTypeAttr7 OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The OLT OMCI management mode. + | MSB | Byte 2 | Byte 1 | LSB | + |-------------------------------------------------------------| + | Reserved | Reserved | Reserved |Reserved WiFi | + | (8bits) | (8bits) | (8bits) |(7bits) (1bit)| + |-------------------------------------------------------------| + Bits 1 - 31 are reserved for future use. + Bit 0 represents WiFi service, default value is 0. + If the bit is set to 1, WiFi service is managed via non-OMCI. + If the bit is set to 0, WiFi service is managed via OMCI. + This attribute is not used for EPON." + ::= { zxAnPonOnuTypeEntry 10 } + + zxAnPonOnuTypeAttr8 OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "A set of capabilities information about ONU. + | MSB |Byte2|Byte1| LSB | + |---------------------------------------------------------------------------| + |Rese-|Rese-|Rese-|Rese-| GIS |Extended| | |Multicast| OMCI | + |rved |rved |rved |rved |Function | OMCI | MGC | VRG | Address |Sending| + |(8bi-|(8bi-|(8bi-|(1bi-| Enabling|Enabling| Mode | | Range | Mode | + | ts) | ts) | ts) | ts)-|(1bit) | (1bit) |(2bits)|(1bit)| (1bit) |(1bit) | + |----------------------- --------------------------------------------------| + Bits 7 - 31 are reserved for future use. + Bit 0 represents OMCI sending mode, default value is 0. + If the bit is set to 1, OLT sends OMCI by synchronous mode. + If the bit is set to 0, OLT sends OMCI by asynchronous mode. + + Bit 1 represents default multicast address range mode, + default value is 0. + If the bit is set to 1, default multicast address range is + all-inclusive mode(224.0.0.0-239.255.255.255). + If the bit is set to 0, default multicast address range is none. + + Bit 2 represents VRG enabling status, default value is 0. + If the bit is set to 1, VRG function of the ONU is enabled. + If the bit is set to 0, VRG function of the ONU is disabled. + This attribute is not used for EPON. + + Bit 3 and bit 4 represent MGC configuration mode, default value + is 0. If both of two bits are set to 0, the MGC configuration mode + is private. If bit 3 is set to 1 and bit 4 is set to 0, the MGC + configuration mode is ITU-T. If bit 3 is set to 0 and bit 4 is set + to 1, the MGC configure mode is both. + + Bit 5 represents extended OMCI enabling status, default value is 0. + If the bit is set to 1, extended OMCI is enabled. + If the bit is set to 0, extended OMCI is disabled. + This attribute is not used for EPON. + + Bit 6 represents PON GIS function is supported or not, + default value is 0. + If the bit is set to 1, GIS function is supported. + If the bit is set to 0, GIS function is not supported." + ::= { zxAnPonOnuTypeEntry 11 } + + zxAnPonOnuTypeAttr9 OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "A set of capabilities information about ONU. + | MSB | Byte 2 | Byte 1 | LSB | + |-------------------------------------------------------------| + | Reserved | Reserved | Reserved | VEIP Number | + | (8bits) | (8bits) | (8bits) | (8bits) | + |-------------------------------------------------------------| + The LSB represents the number of VEIP port. The value 0 represents + the system default. + This attribute is not used for EPON." + ::= { zxAnPonOnuTypeEntry 12 } + + zxAnPonOnuTypeAttr10 OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "A set of capabilities information about ONU. + | MSB | Byte 2 | Byte 1 | LSB | + |------------------------------------------------------------------| + | Reserved | Reserved | Reserved |Reserved|Speed Mode| + | (8bits) | (8bits) | (8bits) | (4bits)|(4bits) | + |------------------------------------------------------------------| + Bits 4 - 31 are reserved for future use. + Bits 0 - 3 represents the ONU speed mode, + 1 - GPON, 2 - XG-PON, 3 - XGS-PON, 4 - automatic, + the default value is 4. + This attribute is not used for EPON." + ::= { zxAnPonOnuTypeEntry 13 } + + zxAnPonOnuTypeRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The status of this conceptual row. + + The supported actions of this conceptual row only include: + 'createAndGo' and 'destroy'. + + To create a row in this table, a manager must + set this object to createAndGo(4). + + In particular, a newly created row cannot be created + until the corresponding zxAnPonOnuTypeName + and zxAnPonOnuTypePonType have been set. + + To delete a row in this table, a manager must + set this object to destroy(6). + + To get this object, the agent always returns active(1)." + ::= { zxAnPonOnuTypeEntry 50 } + +-------------------------------------------------------------------------------- +-- zxAnPonOnuIfAttrTable +-------------------------------------------------------------------------------- + zxAnPonOnuIfAttrTable OBJECT-TYPE + SYNTAX SEQUENCE OF ZxAnPonOnuIfAttrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Configuration of ONU interface attributes." + ::= { zxAnPonOnuTypeObjects 3 } + + zxAnPonOnuIfAttrEntry OBJECT-TYPE + SYNTAX ZxAnPonOnuIfAttrEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry of zxAnPonOnuIfAttrTable. + Entries in the zxAnPonOnuIfAttrTable are created and + deleted using the zxAnPonOnuIfAttrRowStatus object, + modify is prohibited." + INDEX { zxAnPonOnuTypeName, zxAnPonOnuIfId } + ::= { zxAnPonOnuIfAttrTable 1 } + + ZxAnPonOnuIfAttrEntry ::= + SEQUENCE { + zxAnPonOnuIfId Integer32, + zxAnPonOnuIfAttr1 Integer32, + zxAnPonOnuIfAttr2 Integer32, + zxAnPonOnuIfAttr3 Integer32, + zxAnPonOnuIfAttr4 Integer32, + zxAnPonOnuIfAttr5 Integer32, + zxAnPonOnuIfAttr6 Integer32, + zxAnPonOnuIfAttr7 Integer32, + zxAnPonOnuIfAttr8 Integer32, + zxAnPonOnuIfAttr9 Integer32, + zxAnPonOnuIfAttr10 Integer32, + zxAnPonOnuIfAttrRowStatus RowStatus + } + + zxAnPonOnuIfId OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + " + The most significant 16 bits indicate the type of this interface: + ETH(10), E1(20), T1(21), DS1(22), POTS(30), RF(40), WiFi(50), + COM(60), VEIP(70), xDSL(80). + The least significant 16 bits indicate the ID of this interface: + the first 8 bits specifies the slot ID associated with this UNI, + the second 8 bits specifies the port ID associated with this UNI. + eg.the zxAnPonOnuIfId for eth_0/1 is 655361(0xA0001). + " + ::= { zxAnPonOnuIfAttrEntry 1 } + + zxAnPonOnuIfAttr1 OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Reserved for future use." + ::= { zxAnPonOnuIfAttrEntry 2 } + + zxAnPonOnuIfAttr2 OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Reserved for future use." + ::= { zxAnPonOnuIfAttrEntry 3 } + + zxAnPonOnuIfAttr3 OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Reserved for future use." + ::= { zxAnPonOnuIfAttrEntry 4 } + + zxAnPonOnuIfAttr4 OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Reserved for future use." + ::= { zxAnPonOnuIfAttrEntry 5 } + + zxAnPonOnuIfAttr5 OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Reserved for future use." + ::= { zxAnPonOnuIfAttrEntry 6 } + + zxAnPonOnuIfAttr6 OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Reserved for future use." + ::= { zxAnPonOnuIfAttrEntry 7 } + + zxAnPonOnuIfAttr7 OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Reserved for future use." + ::= { zxAnPonOnuIfAttrEntry 8 } + + zxAnPonOnuIfAttr8 OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Reserved for future use." + ::= { zxAnPonOnuIfAttrEntry 9 } + + zxAnPonOnuIfAttr9 OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Reserved for future use." + ::= { zxAnPonOnuIfAttrEntry 10 } + + zxAnPonOnuIfAttr10 OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "Reserved for future use." + ::= { zxAnPonOnuIfAttrEntry 11 } + + zxAnPonOnuIfAttrRowStatus OBJECT-TYPE + SYNTAX RowStatus + MAX-ACCESS read-create + STATUS current + DESCRIPTION + "The status of this conceptual row. + + The supported actions of this conceptual row only include: + 'createAndGo' and 'destroy'. + + To create a row in this table, a manager must + set this object to createAndGo(4). + + To delete a row in this table, a manager must + set this object to destroy(6). + + To get this object, the agent always returns active(1)." + ::= { zxAnPonOnuIfAttrEntry 50 } + + +-------------------------------------------------------------------------------- +-- zxAnPonRxOpticalPowerTable +-------------------------------------------------------------------------------- + zxAnPonRxOpticalPowerTable OBJECT-TYPE + SYNTAX SEQUENCE OF ZxAnPonRxOpticalPowerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Received optical power on OLT side from ONU." + ::= { zxAnPonOamObjects 2 } + + zxAnPonRxOpticalPowerEntry OBJECT-TYPE + SYNTAX ZxAnPonRxOpticalPowerEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry of zxAnPonRxOpticalPowerTable. + The index 'zxAnPonOnuIndex' represents the normal ONU index." + INDEX {ifIndex, zxAnPonOnuIndex } + ::= { zxAnPonRxOpticalPowerTable 1 } + + ZxAnPonRxOpticalPowerEntry ::= SEQUENCE { + zxAnPonOnuIndex ZxAnPonOnuIndex, + zxAnPonRxOpticalPower Integer32 + } + + zxAnPonOnuIndex OBJECT-TYPE + SYNTAX ZxAnPonOnuIndex + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This attribute represents the index of ONU." + ::= { zxAnPonRxOpticalPowerEntry 1 } + + zxAnPonRxOpticalPower OBJECT-TYPE + SYNTAX Integer32 + UNITS "0.001 dBm" + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "Measured the received optical power. + 65535000 means N/A, ONU is not in service. + -80000 means no signal received." + ::= { zxAnPonRxOpticalPowerEntry 2 } + +-------------------------------------------------------------------------------- +-- zxAnPonRxOpticalPowerThreshTable +-------------------------------------------------------------------------------- + zxAnPonRxOpticalPowerThreshTable OBJECT-TYPE + SYNTAX SEQUENCE OF ZxAnPonRxOpticalPowerThreshEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Received threshold of transceiver on OLT side." + ::= { zxAnPonOamObjects 4 } + + zxAnPonRxOpticalPowerThreshEntry OBJECT-TYPE + SYNTAX ZxAnPonRxOpticalPowerThreshEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry of zxAnPonRxOpticalPowerThreshTable. + The index 'zxAnPonOnuIndex' represents the normal ONU index." + INDEX {ifIndex, zxAnPonOnuIndex } + ::= { zxAnPonRxOpticalPowerThreshTable 1 } + + ZxAnPonRxOpticalPowerThreshEntry ::= SEQUENCE { + zxAnPonRxPowerRisingAlarmThresh Integer32, + zxAnPonRxPowerFallingAlarmThresh Integer32, + zxAnPonRxPowerDetectPeriod Unsigned32, + zxAnPonRxPowerRestoreDefault INTEGER + } + + zxAnPonRxPowerRisingAlarmThresh OBJECT-TYPE + SYNTAX Integer32(-34000..-3000) + UNITS "0.001 dBm" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Rising alarm threshold of received power." + DEFVAL { -3000 } + ::= { zxAnPonRxOpticalPowerThreshEntry 1 } + + zxAnPonRxPowerFallingAlarmThresh OBJECT-TYPE + SYNTAX Integer32(-34000..-3000) + UNITS "0.001 dBm" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Falling alarm threshold of received power." + DEFVAL { -34000 } + ::= { zxAnPonRxOpticalPowerThreshEntry 2 } + + zxAnPonRxPowerDetectPeriod OBJECT-TYPE + SYNTAX Unsigned32(60..4294967295) + UNITS "Seconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Detect period." + DEFVAL { 900 } + ::= { zxAnPonRxOpticalPowerThreshEntry 3 } + + zxAnPonRxPowerRestoreDefault OBJECT-TYPE + SYNTAX INTEGER { + restoreDefault(1) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The action of the ONU, when do the action, the + 'zxAnPonRxPowerRisingAlarmThresh' value and + 'zxAnPonRxPowerFallingAlarmThresh' value will be restored to the + system defaule value." + ::= { zxAnPonRxOpticalPowerThreshEntry 4 } + +-------------------------------------------------------------------------------- +-- Rogue ONU Control Group +-------------------------------------------------------------------------------- + zxAnPonRogueOnuOltIndex OBJECT-TYPE + SYNTAX InterfaceIndex + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Same as ifIndex: + |-------------+----------|------------|---------|---------| + |InterfaceType| rack No. | Shelf No. | Slot No.| Port No.| + | 1 (4bits) | (4bits) | (8bits) | (8bits) | (8bits) | + +-------------+----------+------------+---------+---------+ + + The multi-variables binding rule should be complied with + when a manager configures rogue ONU control. + According to this rule, all the related mib variables must be + included in one SNMP set operation. + + There are two types of variables: mandatory and optional. + All of the mandatory variables must be included in one SNMP + set operation. Optional variables may be included in one + SNMP set operation with the mandatory variables, but must + not be used alone. + + To configure rogue ONU control, the mandatory and optional + variables are as follows: + mandatoty: zxAnPonRogueOnuOltIndex, + zxAnPonRogueOnuIndex" + ::= { zxAnPonRogueOnuCtrl 1 } + + zxAnPonRogueOnuIndex OBJECT-TYPE + SYNTAX ZxAnPonOnuIndex + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "Represents the normal ONU index." + ::= { zxAnPonRogueOnuCtrl 2 } + + zxAnPonRogueOnuState OBJECT-TYPE + SYNTAX INTEGER{ + rogueOn(1), + rogueOff(2), + shutDown(3) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object indicates the control action. + -rogueOn:open the transmit power. + -rogueOff:close the transmit power. + -shutDown:shutdown the transceiver." + ::= { zxAnPonRogueOnuCtrl 3 } + + zxAnPonRogueOnuRecoverTime OBJECT-TYPE + SYNTAX Integer32(0..255) + UNITS "Minutes" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object indicates the recovery time. + When 'zxAnPonRogueOnuState' is 'rogueOn', + 'zxAnPonRogueOnuRecoverTime' is invalid." + ::= { zxAnPonRogueOnuCtrl 4} + +-------------------------------------------------------------------------------- +-- Rogue ONU Detect Group +-------------------------------------------------------------------------------- + zxAnPonRogueOnuDetectInfoTable OBJECT-TYPE + SYNTAX SEQUENCE OF ZxAnPonRogueOnuDetectInfoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table is defined to control rogue ONU." + ::= { zxAnPonRogueOnuMgmt 2 } + + zxAnPonRogueOnuDetectInfoEntry OBJECT-TYPE + SYNTAX ZxAnPonRogueOnuDetectInfoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "Entry of zxAnPonRogueOnuDetectInfoTable. + + The multi-variables binding rule should be complied with + when a manager configures rogue ONU detect. + According to this rule, + all the related mib variables must be included in one SNMP + set operation. + + There are two types of variables: mandatory and optional. + All of the mandatory variables must be included in one SNMP + set operation. Optional variables may be included in one + SNMP set operation with the mandatory variables, but must + not be used alone. + + To configure rogue ONU detect, the mandatory and + optional variables are as follows: + mandatoty: zxAnRogueOnuDetectEnable, + zxAnRogueOnuLocatingEnable, + zxAnRogueOnuAutoCloseEnable." + INDEX { zxAnRogueOnuSlot } + ::= { zxAnPonRogueOnuDetectInfoTable 1 } + + ZxAnPonRogueOnuDetectInfoEntry ::= + SEQUENCE { + zxAnRogueOnuSlot Integer32, + zxAnRogueOnuDetectEnable INTEGER, + zxAnRogueOnuLocatingEnable INTEGER, + zxAnRogueOnuAutoCloseEnable INTEGER + } + + zxAnRogueOnuSlot OBJECT-TYPE + SYNTAX Integer32 + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The OLT slot to be configured rogue ONU detection." + ::= { zxAnPonRogueOnuDetectInfoEntry 1 } + + zxAnRogueOnuDetectEnable OBJECT-TYPE + SYNTAX INTEGER{ + enabled(1), + disabled(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object indicates the rogue ONU detection mode. + -enabled(1): enable the rogue ONU detection + -disabled(2): disable the rogue ONU detection." + ::= { zxAnPonRogueOnuDetectInfoEntry 2 } + + zxAnRogueOnuLocatingEnable OBJECT-TYPE + SYNTAX INTEGER{ + enabled(1), + disabled(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object indicates the rogue ONU locating mode. + -enabled(1): locating the rogue ONU + -disabled(1): not locating the rogue ONU. + When 'zxAnRogueOnuDetectEnable' is 'enabled', you can configure + 'zxAnRogueOnuLocatingEnable'. + When 'zxAnRogueOnuDetectEnable' is 'disabled', you can not + configure 'zxAnRogueOnuLocatingEnable'. + This object is not supported for C600 serial." + ::= { zxAnPonRogueOnuDetectInfoEntry 3 } + + zxAnRogueOnuAutoCloseEnable OBJECT-TYPE + SYNTAX INTEGER{ + enabled(1), + disabled(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "This object indicates the rogue ONU shutdown mode. + -enabled(1): shutdown the rogue ONU automatically + -disabled(2): shutdown the rogue ONU manually + When 'zxAnRogueOnuLocatingEnable' is 'enabled', you can configure + 'zxAnRogueOnuAutoCloseEnable'. + When 'zxAnRogueOnuLocatingEnable' is 'disabled', you can not + configure 'zxAnRogueOnuAutoCloseEnable'. + This object is not supported for C600 serial." + ::= { zxAnPonRogueOnuDetectInfoEntry 4 } + +------------------------------------------------------------------------------ +-- Rogue ONU Information +------------------------------------------------------------------------------ + zxAnPonRogueOnuInfoTable OBJECT-TYPE + SYNTAX SEQUENCE OF ZxAnPonRogueOnuInfoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "This table is defined to get rogue ONU information." + ::= { zxAnPonRogueOnuMgmt 3 } + + zxAnPonRogueOnuInfoEntry OBJECT-TYPE + SYNTAX ZxAnPonRogueOnuInfoEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "It is an entry in the zxAnPonRogueOnuInfoTable. The index + 'ifIndex' represents the normal OLT index" + INDEX { ifIndex, zxAnPonRogueOnuInstIndex} + ::= { zxAnPonRogueOnuInfoTable 1 } + + ZxAnPonRogueOnuInfoEntry ::= + SEQUENCE { + zxAnPonRogueOnuInstIndex Integer32, + zxAnPonRogueOnuAuthStatus INTEGER, + zxAnPonRogueOnuId Integer32, + zxAnPonRogueOnuMacAddress MacAddress, + zxAnPonRogueOnuSerialNumber DisplayString, + zxAnPonRogueOnuDetectedTime DateAndTime + } + + zxAnPonRogueOnuInstIndex OBJECT-TYPE + SYNTAX Integer32(1..256) + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The instance No. of the rogue ONU." + ::= { zxAnPonRogueOnuInfoEntry 1 } + + zxAnPonRogueOnuAuthStatus OBJECT-TYPE + SYNTAX INTEGER { + authenticated(1), + unauthenticated(2) + } + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The rogue ONU authentication status, 'authenticated' means this ONU + is authenticated and 'unauthenticated' means this ONU is discovered + by OLT but not authenticated." + ::= { zxAnPonRogueOnuInfoEntry 2 } + + zxAnPonRogueOnuId OBJECT-TYPE + SYNTAX Integer32(0..256) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The unique ONU ID of the specified PON port, + value 0 means ONU is discovered by OLT but not authenticated." + ::= { zxAnPonRogueOnuInfoEntry 3 } + + zxAnPonRogueOnuMacAddress OBJECT-TYPE + SYNTAX MacAddress + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The MAC address of the rogue ONU, only for EPON ONU." + ::= { zxAnPonRogueOnuInfoEntry 4 } + + zxAnPonRogueOnuSerialNumber OBJECT-TYPE + SYNTAX DisplayString(SIZE(0..12)) + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The SN of the rogue ONU, only for GPON ONU." + ::= { zxAnPonRogueOnuInfoEntry 5 } + + zxAnPonRogueOnuDetectedTime OBJECT-TYPE + SYNTAX DateAndTime + MAX-ACCESS read-only + STATUS current + DESCRIPTION + "The date and time when the rogue ONU is detected." + ::= { zxAnPonRogueOnuInfoEntry 6 } + +------------------------------------------------------------------------------ +-- PON Port Rogue ONU Configuration +------------------------------------------------------------------------------ + zxAnPonPortRogueOnuConfTable OBJECT-TYPE + SYNTAX SEQUENCE OF ZxAnPonPortRogueOnuConfEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The PON port rogue ONU management table. + This table only is used for C600 serial." + ::= { zxAnPonRogueOnuMgmt 4 } + + zxAnPonPortRogueOnuConfEntry OBJECT-TYPE + SYNTAX ZxAnPonPortRogueOnuConfEntry + MAX-ACCESS not-accessible + STATUS current + DESCRIPTION + "The PON port rogue ONU management entry." + INDEX { ifIndex } + ::= { zxAnPonPortRogueOnuConfTable 1 } + + ZxAnPonPortRogueOnuConfEntry ::= + SEQUENCE { + zxAnPortRogueOnuLocatingEnable INTEGER, + zxAnPortRogueOnuAutoCloseEnable INTEGER, + zxAnPortRogueOnuDetectEnable INTEGER + } + + zxAnPortRogueOnuLocatingEnable OBJECT-TYPE + SYNTAX INTEGER{ + enabled(1), + disabled(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The rogue ONU locating mode. + enabled(1): locating the rogue ONU + disabled(2): not locating the rogue ONU." + ::= { zxAnPonPortRogueOnuConfEntry 1 } + + zxAnPortRogueOnuAutoCloseEnable OBJECT-TYPE + SYNTAX INTEGER{ + enabled(1), + disabled(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The rogue ONU shutdown mode. + enabled(1): shutdown the rogue ONU automatically + disabled(2): shutdown the rogue ONU manually." + ::= { zxAnPonPortRogueOnuConfEntry 2 } + + zxAnPortRogueOnuDetectEnable OBJECT-TYPE + SYNTAX INTEGER{ + enabled(1), + disabled(2) + } + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The rogue ONU detection mode. + enabled(1) enable the rogue ONU detection function + disabled(2): disable the rogue ONU detection function." + ::= { zxAnPonPortRogueOnuConfEntry 3 } +-------------------------------------------------------------------------------- +-- zxAnPonGisGlobalObjects +-------------------------------------------------------------------------------- + zxAnPonGisLongitude OBJECT-TYPE + SYNTAX Integer32(-18000000..18000000) + UNITS "0.00001 degree" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The longitude of the PON equipment." + ::= { zxAnPonGisGlobalObjects 1 } + + zxAnPonGisLatitude OBJECT-TYPE + SYNTAX Integer32(-9000000..9000000) + UNITS "0.00001 degree" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The latitude of the PON equipment." + ::= { zxAnPonGisGlobalObjects 2 } + + zxAnPonGisElevation OBJECT-TYPE + SYNTAX Integer32(-32768..32767) + UNITS "Meter" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The elevation of the PON equipment." + ::= { zxAnPonGisGlobalObjects 3 } + + zxAnPonGisHorizontalError OBJECT-TYPE + SYNTAX Integer32(0..65535) + UNITS "Meter" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The horizontal error of the PON equipment. It caused by the + changing of horizontal location during the measurement." + ::= { zxAnPonGisGlobalObjects 4 } + + zxAnPonGisAltitudeError OBJECT-TYPE + SYNTAX Integer32(0..65535) + UNITS "Meter" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The altitude error of the PON equipment. It caused by the changing + of altitude location during the measurement." + ::= { zxAnPonGisGlobalObjects 5 } + + zxAnPonGisAreaCode OBJECT-TYPE + SYNTAX OCTET STRING(SIZE(8)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The GIS area code of the PON equipment. + It references from the latest version 2013 of + NBS(National Bureau of Statistics of China), + http://www.stats.gov.cn/tjsj/tjbz/tjyqhdmhcxhfdm/2013/index.html." + ::= { zxAnPonGisGlobalObjects 6 } + + zxAnPonGisTimestamp OBJECT-TYPE + SYNTAX Unsigned32(0..4294967295) + UNITS "Seconds" + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The timestamp of GIS generated by BUAPP. + The offset time based on 0 hour 0 minute 0 second Jan 1st 1970 + in seconds." + ::= { zxAnPonGisGlobalObjects 7 } + + zxAnPonGisDigest OBJECT-TYPE + SYNTAX OCTET STRING(SIZE(8)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The GIS digest." + ::= { zxAnPonGisGlobalObjects 8 } + + zxAnPonGisCheckCode OBJECT-TYPE + SYNTAX OCTET STRING(SIZE(2)) + MAX-ACCESS read-write + STATUS current + DESCRIPTION + "The GIS check code. In order to prevent user input wrong + information, the OLT will generate a new check code according to + the calculation of above 8 variables, and compare the new check + code with the check code generated by BUAPP." + ::= { zxAnPonGisGlobalObjects 9 } + +-------------------------------------------------------------------------------- +-- PON Trap +-------------------------------------------------------------------------------- + zxAnPonRxPowerHighAlm NOTIFICATION-TYPE + OBJECTS { + zxAnPonRxOpticalPower + } + STATUS current + DESCRIPTION + "Alarm for received power." + ::={zxAnPonOamTraps 1} + + zxAnPonRxPowerHighClr NOTIFICATION-TYPE + OBJECTS { + zxAnPonRxOpticalPower + } + STATUS current + DESCRIPTION + "Restore of alarm for received power." + ::={zxAnPonOamTraps 2} + + zxAnPonRxPowerLowAlm NOTIFICATION-TYPE + OBJECTS { + zxAnPonRxOpticalPower + } + STATUS current + DESCRIPTION + "Alarm for received power." + ::={zxAnPonOamTraps 3} + + zxAnPonRxPowerLowClr NOTIFICATION-TYPE + OBJECTS { + zxAnPonRxOpticalPower + } + STATUS current + DESCRIPTION + "Restore of alarm for received power." + ::={zxAnPonOamTraps 4} + +-------------------------------------------------------------------------------- +-- zxAnPonConformance +-------------------------------------------------------------------------------- +zxAnPonBaseConformance OBJECT IDENTIFIER ::= { zxAnPonBaseMib 4} + +zxAnPonCompliances OBJECT IDENTIFIER ::= {zxAnPonBaseConformance 1} +zxAnPonGroups OBJECT IDENTIFIER ::= {zxAnPonBaseConformance 2} + +zxAnPonCompliance MODULE-COMPLIANCE + STATUS current + DESCRIPTION + "The compliance statement for entities which implement the + ZTE-AN-PON-BASE-MIB." + MODULE + MANDATORY-GROUPS{ + zxAnPonOnuTypeGroup, + zxAnPonOamGroup, + zxAnPonTrapGroup + } + ::= { zxAnPonCompliances 1 } + +-------------------------------------------------------------------------------- +-- Units of Conformance +-------------------------------------------------------------------------------- +zxAnPonOnuTypeGroup OBJECT-GROUP + OBJECTS { + zxAnPonOnuTypePonType, + zxAnPonOnuTypeDesc, + zxAnPonOnuTypeAttr1, + zxAnPonOnuTypeAttr2, + zxAnPonOnuTypeAttr3, + zxAnPonOnuTypeAttr4, + zxAnPonOnuTypeAttr5, + zxAnPonOnuTypeAttr6, + zxAnPonOnuTypeAttr7, + zxAnPonOnuTypeAttr8, + zxAnPonOnuTypeAttr9, + zxAnPonOnuTypeAttr10, + zxAnPonOnuTypeRowStatus, + zxAnPonOnuIfAttr1, + zxAnPonOnuIfAttr2, + zxAnPonOnuIfAttr3, + zxAnPonOnuIfAttr4, + zxAnPonOnuIfAttr5, + zxAnPonOnuIfAttr6, + zxAnPonOnuIfAttr7, + zxAnPonOnuIfAttr8, + zxAnPonOnuIfAttr9, + zxAnPonOnuIfAttr10, + zxAnPonOnuIfAttrRowStatus + } + STATUS current + DESCRIPTION + "A collection of objects for ONU type + configuration." + ::= { zxAnPonGroups 2 } + +zxAnPonOamGroup OBJECT-GROUP + OBJECTS { + zxAnPonRogueOnuOltIndex, + zxAnPonRogueOnuIndex, + zxAnPonRogueOnuState, + zxAnPonRogueOnuRecoverTime, + zxAnRogueOnuDetectEnable, + zxAnRogueOnuLocatingEnable, + zxAnRogueOnuAutoCloseEnable, + zxAnPonRogueOnuAuthStatus, + zxAnPonRogueOnuId, + zxAnPonRogueOnuMacAddress, + zxAnPonRogueOnuSerialNumber, + zxAnPonRogueOnuDetectedTime, + zxAnPortRogueOnuLocatingEnable, + zxAnPortRogueOnuAutoCloseEnable, + zxAnPortRogueOnuDetectEnable, + zxAnPonRxOpticalPower, + zxAnPonRxPowerRisingAlarmThresh, + zxAnPonRxPowerFallingAlarmThresh, + zxAnPonRxPowerDetectPeriod + } + STATUS current + DESCRIPTION + "A collection of objects for OLT diagnose." + ::= { zxAnPonGroups 4 } + +zxAnPonGisGroup OBJECT-GROUP + OBJECTS { + zxAnPonGisLongitude, + zxAnPonGisLatitude, + zxAnPonGisElevation, + zxAnPonGisHorizontalError, + zxAnPonGisAltitudeError, + zxAnPonGisAreaCode, + zxAnPonGisTimestamp, + zxAnPonGisDigest, + zxAnPonGisCheckCode + } + STATUS current + DESCRIPTION + "A collection of objects for ONU gis configuration data." + ::= { zxAnPonGroups 6 } + +zxAnPonTrapGroup NOTIFICATION-GROUP + NOTIFICATIONS { + zxAnPonRxPowerHighAlm, + zxAnPonRxPowerHighClr, + zxAnPonRxPowerLowAlm, + zxAnPonRxPowerLowClr + } + STATUS current + DESCRIPTION + "A collection of notifications." + ::= { zxAnPonGroups 20 } + +END + diff --git a/mibs/zte/ZTE-AN-PON-TC-MIB b/mibs/zte/ZTE-AN-PON-TC-MIB new file mode 100644 index 0000000000..41b10de6f5 --- /dev/null +++ b/mibs/zte/ZTE-AN-PON-TC-MIB @@ -0,0 +1,135 @@ +ZTE-AN-PON-TC-MIB DEFINITIONS ::= BEGIN + +IMPORTS + enterprises FROM SNMPv2-SMI + MODULE-IDENTITY FROM SNMPv2-SMI + OBJECT-TYPE FROM SNMPv2-SMI + Integer32 FROM SNMPv2-SMI + TEXTUAL-CONVENTION FROM SNMPv2-TC + zxAnPon FROM ZTE-AN-SMI; + +zxAnPonTcMib MODULE-IDENTITY + LAST-UPDATED "201202291600Z" + ORGANIZATION "ZTE Corporation" + CONTACT-INFO + "Guo HongJian ZTE Corporation + Mail: guo.hongjian@zte.com.cn + Tel: +86-21-68897417" + DESCRIPTION "The MIB module which provides a ZTE access node device PON + managment MIB Textual Conventions." + + REVISION "201202291600Z" + DESCRIPTION + "Initial version of this MIB module." + ::= { zxAnPon 100 } + +-- ------------------------------------------------------------- +-- Textual Conventions +-- ------------------------------------------------------------- + ZxAnPonOnuIndex ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "ZxAnPonOnuIndex represents the index of ONU. + Each bit field of ZxAnPonOnuIndex has + its definitions such as follows. + + MSB -- Most Significant Byte + LSB -- Least Significant Byte + + |MSB Byte 4 | Byte 3 | Byte 2 | Byte 1 LSB| + |---------------------------------------------------------| + | Type | Index | + |(4bits)| (28bits) | + +-------+-------------------------------------------------+ + + ZxAnPonOnuIndex type : + The values definition is, + 0 - Normal ONU index + 3 - Virtual ONU index for profile + + 0 - Normal ONU index + |MSB Byte 4 | Byte 3 | Byte 2 | Byte 1 LSB| + |-----------------------------+---------------------------| + | 0 | Reserve | ONU Index(1..128) | + |(4bits)| (20bits) | | + +---------------------------------------------------------+ + + 3 - Virtual ONU index for profile + |MSB Byte 4 | Byte 3 | Byte 2 | Byte 1 LSB| + |-----------------------------+---------------------------| + | 3 | Profile Index | + |(4bits)| (28bits) | + +---------------------------------------------------------+ + The 'Profile Index' is derived from 'zxAnPonSrvOnuPrfId' of + 'zxAnPonSrvOnuProfileTable'. + " + SYNTAX Integer32 + + ZxAnPonRmOnuIfIndex ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "ZxAnPonRmOnuIfIndex reprensents the index of interface in ONU. + The definition is as follows: + | MSB Byte 4 | Byte 3 | Byte 2 | Byte 1 LSB | + | Type | Reserved | | | + |----------------------+--------------+----------------+--------------| + | 0: ETH UNI | 0 | Slot No. | Port No. | + | 1: WiFi UNI | 0 | Slot No. | Port No. | + | 2: IP host | 0 | 0 | Index | + | 3: Flow | 0 | 0 | Index | + | 4: GEM port | 0 | 0 | Index | + | 5: Multicast GEM port| 0 | 0 | Index | + | 6: VEIP | 0 | 0 | Index | + | 7: WAN | 0 | 0 | Index | + | 8: xDSL UNI | 0 | Slot No. | Port No. | + |---------------------------------------------------------------------| + " + SYNTAX Integer32 + + ZxAnPonRmOnuAniIndex ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "ZxAnPonRmOnuAniIndex reprensents the index of ANI in ONU. + Usually there's only one ANI in ONU. + Two ANIs appear in ONU that supports type C/D protection function. + " + SYNTAX Integer32 + + ZxAnPonRmOnuUniIndex ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "ZxAnPonRmOnuUniIndex reprensents the index of UNI in ONU. + + |MSB Byte 2 | Byte 1 LSB| + |------------------------------+---------------------------| + | Slot No. | Port No. | + +------------------------------+---------------------------+ + " + SYNTAX Integer32 + + ZxAnGponOnuTcontIndex ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "ZxAnGponOnuTcontIndex reprensents the index of T-CONT in ONU, + from 1 to upper limit supported T-CONT count of ONU type. + " + SYNTAX Integer32 + + ZxAnGponOnuGemPortIndex ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "ZxAnGponOnuGemPortIndex reprensents the index of GEM port in ONU, + from 1 to upper limit supported GEM port count of ONU type. + " + SYNTAX Integer32 + + ZxAnGponOnuVportIndex ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "ZxAnGponOnuVportIndex reprensents the index of vport in ONU, + from 1 to 256. + " + SYNTAX Integer32 + +END + diff --git a/mibs/zte/ZTE-AN-TC-MIB b/mibs/zte/ZTE-AN-TC-MIB new file mode 100644 index 0000000000..439b636737 --- /dev/null +++ b/mibs/zte/ZTE-AN-TC-MIB @@ -0,0 +1,377 @@ +ZTE-AN-TC-MIB DEFINITIONS ::= BEGIN + +IMPORTS + enterprises FROM SNMPv2-SMI + MODULE-IDENTITY FROM SNMPv2-SMI + OBJECT-TYPE FROM SNMPv2-SMI + Integer32 FROM SNMPv2-SMI + Unsigned32 FROM SNMPv2-SMI + TEXTUAL-CONVENTION FROM SNMPv2-TC + zxAccessNode FROM ZTE-AN-SMI; + +zxAnTcMib MODULE-IDENTITY + LAST-UPDATED "201107111600Z" + ORGANIZATION "ZTE Corporation" + CONTACT-INFO "ZTE NMS dept. + Su Chunshan 68896292, + Zeng Nanxi 68896250, + Ma Jian 68896249" + DESCRIPTION "The MIB module which provides a ZTE access node device MIB + Textual Conventions." + -- Revision history + REVISION "201107111600Z" + DESCRIPTION + "Add description of ifIndex." + REVISION "200605181400Z" + DESCRIPTION + "Initial version of this MIB module." + ::= { zxAccessNode 1010 } + +-- ------------------------------------------------------------- +-- Textual Conventions +-- ------------------------------------------------------------- + + VlanId ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "A 12-bit VLAN ID used in the VLAN Tag header." + SYNTAX Integer32 (1..4094) + + ZxAnSubIfIndex ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "ZxAnSubIfIndex represents a sub-interface of a physical port. + It must be used with ifIndex. ZxAnSubIfIndex uses a complex coding + to construct the subIfIndex. Each bit field of ZxAnSubIfIndex has + its definitions such as follows. + + MSB -- Most Significant Byte + LSB -- Least Significant Byte + + | MSB | Byte 2 | Byte 1 | LSB | + |-----------+----------------------------------------------| + | SubIfType | SubIf No. | + | (5bits) | (27bits) | + +-----------+----------------------------------------------+ + + SubIfType : + The values definition is, + 0 - Invalid sub-interface + 1 - ONU sub-interface + 2 - ONU vport sub-interface + 3 - ONU service port sub-interface + 4 - ONU gemport sub-interface + 5 - ONU UNI sub-interface + 6 - DSL PVC sub-interface + 7 - ATM/IMA PVC sub-interface + 8 - VLAN sub-interface + 9 - Ethernet service port sub-interface + + 0 - Invalid sub-interface + | MSB | Byte 2 | Byte 1 | LSB | + |-----------+----------------------------------------------| + | 0 | 0 | + | (5bits) | (27bits) | + +-----------+----------------------------------------------+ + + 1 - ONU sub-interface + | MSB | Byte 2 | Byte 1 | LSB | + |-----------+------------------+---------------------------| + | 1 | ONU No. | 0 | + | (5bits) | (11bits) | (16bits) | + +-----------+------------------+---------------------------+ + + 2 - ONU vport sub-interface + | MSB | Byte 2 | Byte 1 | LSB | + |-----------+------------------+--------------+------------| + | 2 | ONU No. | VPort No. | 0 | + | (5bits) | (11bits) | (8bits) | (8bits) | + +-----------+------------------+--------------+------------+ + + 3 - ONU service port sub-interface + | MSB | Byte 2 | Byte 1 | LSB | + |-----------+------------------+---------------------------| + | 3 | ONU No. | Service Port | 0 | + | | | No. | | + | (5bits) | (11bits) | (8bits) | (8bits) | + +-----------+------------------+--------------+------------+ + + 4 - ONU gemport sub-interface + | MSB | Byte 2 | Byte 1 | LSB | + |-----------+------------------+--------------+------------| + | 4 | ONU No. | Gemport No. | 0 | + | (5bits) | (11bits) | (8bits) | (8bits) | + +-----------+------------------+--------------+------------+ + + 5 - ONU UNI sub-interface + | MSB | Byte 2 | Byte 1 | LSB | + |-----------+------------------+--------------+------------| + | 5 | ONU No. | ONU Slot No. |ONU UNI No. | + | (5bits) | (11bits) | (8bits) | (8bits) | + +-----------+------------------+--------------+------------+ + + 6 - DSL PVC sub-interface + | MSB | Byte 2 | Byte 1 | LSB | + |-----------+---------------------------------+------------| + | 6 | 0 | PVC No. | + | (5bits) | (19bits) | (8bits) | + +-----------+---------------------------------+------------+ + + 7 - ATM/IMA PVC sub-interface + | MSB | Byte 2 | Byte 1 | LSB | + |-----------+------------------+---------------------------| + | 7 | 0 | PVC No. | + | (5bits) | (11bits) | (16bits) | + +-----------+------------------+---------------------------+ + + 8 - VLAN sub-interface + | MSB | Byte 2 | Byte 1 | LSB | + |-----------+---+----------------------+-------------------| + | 8 | 0 | SVLAN ID | CVLAN ID | + | (5bits) |(3)| (12bits) | (12bits) | + +-----------+---+----------------------+-------------------+ + + 9 - Ethernet service port sub-interface + | MSB | Byte 2 | Byte 1 | LSB | + |-----------+---------------------------------+------------| + | 9 | 0 |Service Port| + | | | No. | + | (5bits) | (19bits) | (8bits) | + +-----------+---------------------------------+------------+ + + " + SYNTAX Integer32 + + ZxAnPortList ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "ZxAnPortList reprensents a map of ports. It uses a complex coding + to construct a OCTET STRING. + ZxAnPortList is consisted of many physical port units. Each port + unit is the type of OCTET STRING which including some bit fields. + + +-----------+-----------+ +-------------+-------------+ + | Phy Port 1| Phy Port 2| ... | Phy Port n-1| Phy Port n | + | Unit | Unit | | Unit | Unit | + +-----------+-----------+------+-------------+-------------+ + + Each port unit has some bit fields to indicate some information. + The definition of a port unit is as follows. + + | Byte 0 | Byte 1 | Byte 2 | Byte 3 |Byte 4 .. Byte n| + |---------|-------------|----------|-----------|----------------| + |Unit Size|InterfaceType| Port No. |ServiceType| Ports List | + | | |(Phy port)| | (logical port) | + +---------+-------------+----------+-----------+----------------+ + + Unit Size: + The length of this port unit, UNIT is byte. + InterfaceType: + The values definition of interfaceType + 1 - Physical Port + 2 - DSL PVC + 4 - EPON/GPON vport + 5 - ATM PVC + 6 - VDSL PVC + 241 - Smartgroup + Port No.: + The port No. in a slot. + ServiceType: + The service is carried by these ports or virtual circuits. + Ports List: + Each octet within this field specifies a set of eight + ports, with the first octet specifying ports 1 through + 8, the second octet specifying ports 9 through 16, etc. + Within each octet, the most significant bit represents + the lowest numbered port, and the least significant bit + represents the highest numbered port. Thus, each port + of the service entity is represented by a single bit within + the value of this object. If that bit has a value of '1' + then that port is included in the set of ports, the port + is not included if its bit has a value of '0'. + + For Example: + + InterfaceType: 1 - Physical Port + | Byte 0 | Byte 1 | Byte 2 | Byte 3 |Byte 4 .. Byte n| + |---------|----------|----------|----------|----------------------| + |Unit Size| 1 | 0 | 0 |Physical Ports List | + +---------+----------+----------+----------+----------------------+ + + InterfaceType: 2 - DSL PVC + | Byte 0 | Byte 1 | Byte 2 | Byte 3 |Byte 4 .. Byte n| + |---------|----------|----------|----------|----------------------| + |Unit Size| 2 | Port No. | 0 |DSL PVCs List | + +---------+----------+----------+----------+----------------------+ + + InterfaceType: 4 - EPON/GPON vport + | Byte 0 | Byte 1 | Byte 2 | Byte 3 |Byte 4 .. Byte n| + |---------|----------|----------|----------|----------------------| + |Unit Size| 4 | Port No. | ONU |VPorts List | + +---------+----------+----------+----------+----------------------+ + + InterfaceType: 5 - ATM PVC + | Byte 0 | Byte 1 | Byte 2 | Byte 3 |Byte 4 .. Byte n| + |---------|----------|----------|----------|----------------------| + |Unit Size| 5 | Port No. | 0 |ATM PVCs List | + +---------+----------+----------+----------+----------------------+ + + InterfaceType: 6 - VDSL PVC + | Byte 0 | Byte 1 | Byte 2 | Byte 3 |Byte 4 .. Byte n| + |---------|----------|----------|----------|----------------------| + |Unit Size| 6 | Port No. | 0 |VDSL PVCs List | + +---------+----------+----------+----------+----------------------+ + + InterfaceType: 241 - Smartgroup + | Byte 0 | Byte 1 | Byte 2 | Byte 3 |Byte 4 .. Byte n| + |---------|----------|----------|----------|----------------------| + |Unit Size| 241 | 0 | 0 |Smart Groups List | + +---------+----------+----------+----------+----------------------+ + " + SYNTAX OCTET STRING + + ZxAnIdList ::= TEXTUAL-CONVENTION + STATUS current + DESCRIPTION + "ZxAnIdList reprensents a map of id,such as vlan id list, + multicast pkg id list. + Each octet within this field specifies a set of eight + id, with the first octet specifying id 1 through + 8, the second octet specifying id 9 through 16, etc. + Within each octet, the most significant bit represents + the lowest numbered id, and the least significant bit + represents the highest numbered id. Thus, each id + of the service entity is represented by a single bit within the + value of this object. If that bit has a value of '1' + then that id is included in the set of ids; the id + is not included if its bit has a value of '0'. + " + SYNTAX OCTET STRING + +-- ------------------------------------------------------------- +-- Description of ifIndex. +-- ------------------------------------------------------------- +-- +-- A unique index value of a physical interface or a logical +-- interface. Each bit field of ifIndex has its definitions such as +-- follows. +-- +-- MSB : Most Significant Byte +-- LSB : Least Significant Byte +-- +-- | MSB | Byte 2 | Byte 1 | LSB | +-- |--------------------------------------------------------- | +-- |IfType | If No. | +-- |(4bits)| (28bits) | +-- |--------------------------------------------------------- | +-- +-- IfType: +-- The values definition is, +-- 1 - Physical Interface +-- 2 - Logical Interface +-- 3 - Inner-port Interface +-- +-- 1 - Physical Interface +-- | MSB | Byte 2 | Byte 1 | LSB | +-- |--------------------------------------------------------- | +-- | 1 |Rack No.| Shelf No. | Slot No. | Port No. | +-- |(4bits)|(4bits) | (8bits) | (8bits) | (8bits) | +-- |--------------------------------------------------------- | +-- +-- ----------------------------------------------------------------------------- +-- +-- 2 - Logical Interface +-- | MSB | Byte 2 | Byte 1 | LSB | +-- |--------------------------------------------------------- | +-- | 2 |SubType | Logical If No. | +-- |(4bits)|(4bits) | (24bits) | +-- |--------------------------------------------------------- | +-- +-- SubType: +-- The values definition is, +-- 1 - Smartgroup +-- 2 - Interface VLAN +-- 3 - Interface Super VLAN +-- 4 - Loopback ID +-- 5 - Interface Inband VLAN +-- 6 - Pseudo-wire +-- 7 - If Mng +-- 8 - CIP +-- 9 - CPU +-- +-- 1 - Smartgroup +-- | MSB | Byte 2 | Byte 1 | LSB | +-- |--------------------------------------------------------- | +-- | 2 | 1 | 0 | Smartgroup ID | +-- |(4bits)|(4bits) | (8bits) | (16bits) | +-- |--------------------------------------------------------- | +-- +-- 2 - Interface VLAN +-- | MSB | Byte 2 | Byte 1 | LSB | +-- |--------------------------------------------------------- | +-- | 2 | 2 | 0 | If VLAN ID | +-- |(4bits)|(4bits) | (8bits) | (16bits) | +-- |--------------------------------------------------------- | +-- +-- 3 - Interface Super VLAN +-- | MSB | Byte 2 | Byte 1 | LSB | +-- |--------------------------------------------------------- | +-- | 2 | 3 | 0 | If Super VLAN ID | +-- |(4bits)|(4bits) | (8bits) | (16bits) | +-- |--------------------------------------------------------- | +-- +-- 4 - Loopback Id +-- | MSB | Byte 2 | Byte 1 | LSB | +-- |--------------------------------------------------------- | +-- | 2 | 4 | 0 | Loopback ID | +-- |(4bits)|(4bits) | (8bits) | (16bits) | +-- |--------------------------------------------------------- | +-- +-- 5 - Interface Inband VLAN +-- | MSB | Byte 2 | Byte 1 | LSB | +-- |--------------------------------------------------------- | +-- | 2 | 5 | 0 | If Inband VLAN ID | +-- |(4bits)|(4bits) | (8bits) | (16bits) | +-- |--------------------------------------------------------- | +-- +-- 6 - Pseudo Wire +-- | MSB | Byte 2 | Byte 1 | LSB | +-- |--------------------------------------------------------- | +-- | 2 | 6 | 0 | Pseudo-wire No. | +-- |(4bits)|(4bits) | (8bits) | (16bits) | +-- |--------------------------------------------------------- | +-- +-- 7 - Interface MNG +-- | MSB | Byte 2 | Byte 1 | LSB | +-- |--------------------------------------------------------- | +-- | 2 | 7 | 0 | If Mng No. | +-- |(4bits)|(4bits) | (8bits) | (16bits) | +-- |--------------------------------------------------------- | +-- +-- 8 - CIP +-- | MSB | Byte 2 | Byte 1 | LSB | +-- |--------------------------------------------------------- | +-- | 2 | 8 | 0 | CIP | +-- |(4bits)|(4bits) | (8bits) | (16bits) | +-- |--------------------------------------------------------- | +-- +-- 9 - CPU +-- | MSB | Byte 2 | Byte 1 | LSB | +-- |--------------------------------------------------------- | +-- | 2 | 9 | 0 | CPU | +-- |(4bits)|(4bits) | (8bits) | (16bits) | +-- |--------------------------------------------------------- | +-- +-- ----------------------------------------------------------------------------- +-- +-- 3 - Inner-port Interface +-- | MSB | Byte 2 | Byte 1 | Type | LSB | +-- |----------------------------------------------------------------- | +-- | 3 |Rack No.| Shelf No. | Slot No. | Type | Port No. | +-- | | | | | | Smartgroup | +-- |(4bits)|(4bits) | (8bits) | (8bits) |(1bit) | (7bits) | +-- |----------------------------------------------------------------- | +-- + +END + diff --git a/tests/data/zxa10_c320.json b/tests/data/zxa10_c320.json index 94a1009e20..1e75160dc7 100644 --- a/tests/data/zxa10_c320.json +++ b/tests/data/zxa10_c320.json @@ -2350,18 +2350,7 @@ "processor_index": "1.1.1", "processor_type": "zxa10", "processor_usage": 11, - "processor_descr": "GTGOG Processor", - "processor_precision": 1, - "processor_perc_warn": 75 - }, - { - "entPhysicalIndex": 0, - "hrDeviceIndex": 0, - "processor_oid": ".1.3.6.1.4.1.3902.1082.10.1.2.4.1.9.1.1.3", - "processor_index": "1.1.3", - "processor_type": "zxa10", - "processor_usage": 0, - "processor_descr": "PRAM Processor", + "processor_descr": "GTGOG (1) Processor", "processor_precision": 1, "processor_perc_warn": 75 }, @@ -2372,7 +2361,7 @@ "processor_index": "1.1.4", "processor_type": "zxa10", "processor_usage": 8, - "processor_descr": "SMXA Processor", + "processor_descr": "SMXA (4) Processor", "processor_precision": 1, "processor_perc_warn": 75 } @@ -2389,7 +2378,7 @@ "mempool_type": "zxa10", "mempool_class": "system", "mempool_precision": 1, - "mempool_descr": "Card GTGOG", + "mempool_descr": "Card GTGOG (1)", "mempool_perc": 26, "mempool_perc_oid": ".1.3.6.1.4.1.3902.1082.10.1.2.4.1.11.1.1.1", "mempool_used": 133, @@ -2409,7 +2398,7 @@ "mempool_type": "zxa10", "mempool_class": "system", "mempool_precision": 1, - "mempool_descr": "Card SMXA", + "mempool_descr": "Card SMXA (4)", "mempool_perc": 25, "mempool_perc_oid": ".1.3.6.1.4.1.3902.1082.10.1.2.4.1.11.1.1.4", "mempool_used": 512, @@ -2437,7 +2426,7 @@ "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.5.1.1.1", "sensor_index": "1.1.1", "sensor_type": "zxa10", - "sensor_descr": "Current Card GTGOG", + "sensor_descr": "Current Card GTGOG (1)", "group": null, "sensor_divisor": 1000, "sensor_multiplier": 1, @@ -2509,7 +2498,7 @@ "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.3.1.1.1", "sensor_index": "1.1.1", "sensor_type": "zxa10", - "sensor_descr": "Power Consumption Card GTGOG", + "sensor_descr": "Power Consumption Card GTGOG (1)", "group": null, "sensor_divisor": 1000, "sensor_multiplier": 1, @@ -2533,7 +2522,7 @@ "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.3.1.1.3", "sensor_index": "1.1.3", "sensor_type": "zxa10", - "sensor_descr": "Power Consumption Card PRAM", + "sensor_descr": "Power Consumption Card PRAM (3)", "group": null, "sensor_divisor": 1000, "sensor_multiplier": 1, @@ -2550,6 +2539,150 @@ "user_func": null, "state_name": null }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.6.1.1.1", + "sensor_index": "zxAnEnvFanOnlineStatus.1.1.1", + "sensor_type": "zxAnEnvFanOnlineStatus", + "sensor_descr": "Fan speed Slot 1 Online Status", + "group": "Fans", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "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": "zxAnEnvFanOnlineStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.6.1.1.2", + "sensor_index": "zxAnEnvFanOnlineStatus.1.1.2", + "sensor_type": "zxAnEnvFanOnlineStatus", + "sensor_descr": "Fan speed Slot 2 Online Status", + "group": "Fans", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "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": "zxAnEnvFanOnlineStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.5.1.1.1", + "sensor_index": "zxAnEnvFanOperStatus.1.1.1", + "sensor_type": "zxAnEnvFanOperStatus", + "sensor_descr": "Fan speed Slot 1 Oper Status", + "group": "Fans", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "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": "zxAnEnvFanOperStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.5.1.1.2", + "sensor_index": "zxAnEnvFanOperStatus.1.1.2", + "sensor_type": "zxAnEnvFanOperStatus", + "sensor_descr": "Fan speed Slot 2 Oper Status", + "group": "Fans", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "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": "zxAnEnvFanOperStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.3.11.1.3.1.1.3", + "sensor_index": "zxAnPowerSupplyInVoltageStatus.1.1.3", + "sensor_type": "zxAnPowerSupplyInVoltageStatus", + "sensor_descr": "Power Supply 3 Voltage Status", + "group": "Power", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "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": "zxAnPowerSupplyInVoltageStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.3.11.1.3.1.1.4", + "sensor_index": "zxAnPowerSupplyInVoltageStatus.1.1.4", + "sensor_type": "zxAnPowerSupplyInVoltageStatus", + "sensor_descr": "Power Supply 4 Voltage Status", + "group": "Power", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 4, + "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": "zxAnPowerSupplyInVoltageStatus" + }, { "sensor_deleted": 0, "sensor_class": "temperature", @@ -2557,14 +2690,14 @@ "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.2.1.1.1", "sensor_index": "1.1.1", "sensor_type": "zxa10", - "sensor_descr": "Temp Card GTGOG", + "sensor_descr": "Temp Card GTGOG (1)", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": 38, "sensor_limit": 58, "sensor_limit_warn": null, - "sensor_limit_low": 28, + "sensor_limit_low": 0, "sensor_limit_low_warn": null, "sensor_alert": 1, "sensor_custom": "No", @@ -2581,14 +2714,14 @@ "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.2.1.1.3", "sensor_index": "1.1.3", "sensor_type": "zxa10", - "sensor_descr": "Temp Card PRAM", + "sensor_descr": "Temp Card PRAM (3)", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": 37, "sensor_limit": 57, "sensor_limit_warn": null, - "sensor_limit_low": 27, + "sensor_limit_low": 0, "sensor_limit_low_warn": null, "sensor_alert": 1, "sensor_custom": "No", @@ -2605,14 +2738,14 @@ "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.2.1.1.4", "sensor_index": "1.1.4", "sensor_type": "zxa10", - "sensor_descr": "Temp Card SMXA", + "sensor_descr": "Temp Card SMXA (4)", "group": null, "sensor_divisor": 1, "sensor_multiplier": 1, "sensor_current": 43, "sensor_limit": 63, "sensor_limit_warn": null, - "sensor_limit_low": 33, + "sensor_limit_low": 0, "sensor_limit_low_warn": null, "sensor_alert": 1, "sensor_custom": "No", @@ -2629,7 +2762,7 @@ "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.4.1.1.1", "sensor_index": "1.1.1", "sensor_type": "zxa10", - "sensor_descr": "Voltage Card GTGOG", + "sensor_descr": "Voltage Card GTGOG (1)", "group": null, "sensor_divisor": 1000, "sensor_multiplier": 1, @@ -2670,6 +2803,78 @@ "user_func": null, "state_name": null } + ], + "state_indexes": [ + { + "state_name": "zxAnEnvFanOnlineStatus", + "state_descr": "online", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "zxAnEnvFanOnlineStatus", + "state_descr": "offline", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "zxAnEnvFanOnlineStatus", + "state_descr": "unknown", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "zxAnEnvFanOperStatus", + "state_descr": "up", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "zxAnEnvFanOperStatus", + "state_descr": "down", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "zxAnEnvFanOperStatus", + "state_descr": "unknown", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "zxAnPowerSupplyInVoltageStatus", + "state_descr": "normal", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "zxAnPowerSupplyInVoltageStatus", + "state_descr": "overVoltage", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "zxAnPowerSupplyInVoltageStatus", + "state_descr": "underVoltage", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 1 + }, + { + "state_name": "zxAnPowerSupplyInVoltageStatus", + "state_descr": "off", + "state_draw_graph": 1, + "state_value": 4, + "state_generic_value": 2 + } ] }, "poller": "matches discovery" @@ -2826,5 +3031,31 @@ } ] } + }, + "stp": { + "discovery": { + "stp": [ + { + "vlan": null, + "rootBridge": 0, + "bridgeAddress": "000000000000", + "protocolSpecification": "ieee8021d", + "priority": 24576, + "timeSinceTopologyChange": "0", + "topChanges": 0, + "designatedRoot": "d4c1c8188650", + "rootCost": 0, + "rootPort": 0, + "maxAge": 20, + "helloTime": 2, + "holdTime": 6, + "forwardDelay": 15, + "bridgeMaxAge": 20, + "bridgeHelloTime": 2, + "bridgeForwardDelay": 15 + } + ] + }, + "poller": "matches discovery" } } diff --git a/tests/data/zxa10_c320v2.json b/tests/data/zxa10_c320v2.json new file mode 100644 index 0000000000..61eb099f44 --- /dev/null +++ b/tests/data/zxa10_c320v2.json @@ -0,0 +1,28385 @@ +{ + "os": { + "discovery": { + "devices": [ + { + "sysName": "", + "sysObjectID": ".1.3.6.1.4.1.3902.1082.1001.320.2.1", + "sysDescr": "C320 Version V2.1.0 Software, Copyright (c) by ZTE Corporation Compiled", + "sysContact": "", + "version": null, + "hardware": null, + "features": null, + "os": "zxa10", + "type": "network", + "serial": null, + "icon": "zte.svg", + "location": "" + } + ] + }, + "poller": "matches discovery" + }, + "ports": { + "discovery": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/1/1", + "ifName": "gpon_1/1/1", + "portName": null, + "ifIndex": 285278465, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "gpon", + "ifAlias": "gpon_1/1/1", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/1/2", + "ifName": "gpon_1/1/2", + "portName": null, + "ifIndex": 285278466, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "gpon", + "ifAlias": "gpon_1/1/2", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/1/3", + "ifName": "gpon_1/1/3", + "portName": null, + "ifIndex": 285278467, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "gpon", + "ifAlias": "gpon_1/1/3", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/1/4", + "ifName": "gpon_1/1/4", + "portName": null, + "ifIndex": 285278468, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "gpon", + "ifAlias": "gpon_1/1/4", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/1/5", + "ifName": "gpon_1/1/5", + "portName": null, + "ifIndex": 285278469, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "gpon", + "ifAlias": "gpon_1/1/5", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/1/6", + "ifName": "gpon_1/1/6", + "portName": null, + "ifIndex": 285278470, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "gpon", + "ifAlias": "gpon_1/1/6", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/1/7", + "ifName": "gpon_1/1/7", + "portName": null, + "ifIndex": 285278471, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "gpon", + "ifAlias": "gpon_1/1/7", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/1/8", + "ifName": "gpon_1/1/8", + "portName": null, + "ifIndex": 285278472, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "gpon", + "ifAlias": "gpon_1/1/8", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/2/1", + "ifName": "gpon_1/2/1", + "portName": null, + "ifIndex": 285278721, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "gpon", + "ifAlias": "gpon_1/2/1", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/2/2", + "ifName": "gpon_1/2/2", + "portName": null, + "ifIndex": 285278722, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "gpon", + "ifAlias": "gpon_1/2/2", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/2/3", + "ifName": "gpon_1/2/3", + "portName": null, + "ifIndex": 285278723, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "gpon", + "ifAlias": "gpon_1/2/3", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/2/4", + "ifName": "gpon_1/2/4", + "portName": null, + "ifIndex": 285278724, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "gpon", + "ifAlias": "gpon_1/2/4", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/2/5", + "ifName": "gpon_1/2/5", + "portName": null, + "ifIndex": 285278725, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "gpon", + "ifAlias": "gpon_1/2/5", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/2/6", + "ifName": "gpon_1/2/6", + "portName": null, + "ifIndex": 285278726, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "gpon", + "ifAlias": "gpon_1/2/6", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/2/7", + "ifName": "gpon_1/2/7", + "portName": null, + "ifIndex": 285278727, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "gpon", + "ifAlias": "gpon_1/2/7", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/2/8", + "ifName": "gpon_1/2/8", + "portName": null, + "ifIndex": 285278728, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "gpon", + "ifAlias": "gpon_1/2/8", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gei_1/4/1", + "ifName": "gei_1/4/1", + "portName": null, + "ifIndex": 285279233, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "gei_1/4/1", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "xgei_1/4/2", + "ifName": "xgei_1/4/2", + "portName": null, + "ifIndex": 285279234, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "up", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "xgei_1/4/2", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "MONITOR", + "ifName": "gei_1/4/3", + "portName": null, + "ifIndex": 285279235, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "MONITOR", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Mng1", + "ifName": "Mng1", + "portName": null, + "ifIndex": 654311425, + "ifSpeed": null, + "ifSpeed_prev": null, + "ifConnectorPresent": null, + "ifPromiscuousMode": null, + "ifOperStatus": "down", + "ifOperStatus_prev": null, + "ifAdminStatus": null, + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": null, + "ifType": "ethernetCsmacd", + "ifAlias": "Mng1", + "ifPhysAddress": null, + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": null, + "ifInUcastPkts_prev": null, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": null, + "ifOutUcastPkts_prev": null, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": null, + "ifInErrors_prev": null, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": null, + "ifOutErrors_prev": null, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": null, + "ifInOctets_prev": null, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": null, + "ifOutOctets_prev": null, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": null, + "ifInNUcastPkts_prev": null, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": null, + "ifOutNUcastPkts_prev": null, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": null, + "ifInDiscards_prev": null, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": null, + "ifOutDiscards_prev": null, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": null, + "ifInUnknownProtos_prev": null, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": null, + "ifInBroadcastPkts_prev": null, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": null, + "ifOutBroadcastPkts_prev": null, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": null, + "ifInMulticastPkts_prev": null, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": null, + "ifOutMulticastPkts_prev": null, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + }, + "poller": { + "ports": [ + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/1/1", + "ifName": "gpon_1/1/1", + "portName": null, + "ifIndex": 285278465, + "ifSpeed": 2488000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "gpon", + "ifAlias": "gpon_1/1/1", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 3601184316, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 11030737103, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 1407743990, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 933898486207, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 15142238987365, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 1407747331, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 79005, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 83, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 1604638, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/1/2", + "ifName": "gpon_1/1/2", + "portName": null, + "ifIndex": 285278466, + "ifSpeed": 2488000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "gpon", + "ifAlias": "gpon_1/1/2", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 2123337599, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 6191293237, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 3599666, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 559348257214, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 8678024542709, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 3599714, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 348423, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 64, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 1212294, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/1/3", + "ifName": "gpon_1/1/3", + "portName": null, + "ifIndex": 285278467, + "ifSpeed": 2488000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "gpon", + "ifAlias": "gpon_1/1/3", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 4324752701, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 11628399634, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 6123089, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 1377376310970, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 15629636384423, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 6123225, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 46322, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 92, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 1656567, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/1/4", + "ifName": "gpon_1/1/4", + "portName": null, + "ifIndex": 285278468, + "ifSpeed": 2488000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "gpon", + "ifAlias": "gpon_1/1/4", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 3068079475, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 8691505944, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 4444819, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 590518257147, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 12240514289677, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 4444819, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 47413, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 86, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 1522768, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/1/5", + "ifName": "gpon_1/1/5", + "portName": null, + "ifIndex": 285278469, + "ifSpeed": 2488000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "gpon", + "ifAlias": "gpon_1/1/5", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 3070992831, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 9218186817, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 1, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 4615785, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 746127196542, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 12803368112075, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 1, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 4615785, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 339208, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 91, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 1710834, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/1/6", + "ifName": "gpon_1/1/6", + "portName": null, + "ifIndex": 285278470, + "ifSpeed": 2488000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "gpon", + "ifAlias": "gpon_1/1/6", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 2426879987, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 7427963859, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 135, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 2647150, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 636863901574, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 10323049768920, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 135, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 2647150, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 67479, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 73, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 1782432, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/1/7", + "ifName": "gpon_1/1/7", + "portName": null, + "ifIndex": 285278471, + "ifSpeed": 2488000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "gpon", + "ifAlias": "gpon_1/1/7", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 1211624968, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 2597477353, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 244, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 3809510, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 758543432421, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 3346884169800, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 244, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 3809510, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 39712, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 25, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 434685, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/1/8", + "ifName": "gpon_1/1/8", + "portName": null, + "ifIndex": 285278472, + "ifSpeed": 2488000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "gpon", + "ifAlias": "gpon_1/1/8", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/2/1", + "ifName": "gpon_1/2/1", + "portName": null, + "ifIndex": 285278721, + "ifSpeed": 2488000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "gpon", + "ifAlias": "gpon_1/2/1", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 2287371458, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 7246208362, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 46700, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 1048013193, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 425667823646, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 10276181712649, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 46700, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 1048013193, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 134653, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 85, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 1800876, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/2/2", + "ifName": "gpon_1/2/2", + "portName": null, + "ifIndex": 285278722, + "ifSpeed": 2488000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "gpon", + "ifAlias": "gpon_1/2/2", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 1051496363, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 3788034784, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 12500148, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 175908471221, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 5195245575118, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 12500148, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 23272, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 19, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 678234, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/2/3", + "ifName": "gpon_1/2/3", + "portName": null, + "ifIndex": 285278723, + "ifSpeed": 2488000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "gpon", + "ifAlias": "gpon_1/2/3", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 1276962985, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 2393388932, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 585377, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 798713530586, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 2968733027198, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 585377, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 10324, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 20, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 498645, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/2/4", + "ifName": "gpon_1/2/4", + "portName": null, + "ifIndex": 285278724, + "ifSpeed": 2488000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "gpon", + "ifAlias": "gpon_1/2/4", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 2262154535, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 6347756901, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 7, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 1347431, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 541723604727, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 8722918655107, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 7, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 1347431, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 35158, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 28, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 1057183, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/2/5", + "ifName": "gpon_1/2/5", + "portName": null, + "ifIndex": 285278725, + "ifSpeed": 2488000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "gpon", + "ifAlias": "gpon_1/2/5", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 2146153142, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 6067662970, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 1, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 1608003, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 585968950889, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 8503549537937, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 1, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 1608003, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 32677, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 31, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 969130, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/2/6", + "ifName": "gpon_1/2/6", + "portName": null, + "ifIndex": 285278726, + "ifSpeed": 2488000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "gpon", + "ifAlias": "gpon_1/2/6", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 1947853459, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 4942054409, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 7, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 2494624, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 645292455027, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 6682252404727, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 7, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 2494624, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 22390, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 37, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 1009720, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/2/7", + "ifName": "gpon_1/2/7", + "portName": null, + "ifIndex": 285278727, + "ifSpeed": 2488000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "gpon", + "ifAlias": "gpon_1/2/7", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 1779633242, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 6005600688, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 5125696, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 330521694526, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 8509052622993, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 5125696, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 455946, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 35, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 1135069, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gpon_1/2/8", + "ifName": "gpon_1/2/8", + "portName": null, + "ifIndex": 285278728, + "ifSpeed": 2488000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "gpon", + "ifAlias": "gpon_1/2/8", + "ifPhysAddress": "000000000000", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "gei_1/4/1", + "ifName": "gei_1/4/1", + "portName": null, + "ifIndex": 285279233, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 9000, + "ifType": "ethernetCsmacd", + "ifAlias": "gei_1/4/1", + "ifPhysAddress": "d4c1c81885de", + "ifHardType": null, + "ifLastChange": 12700, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "xgei_1/4/2", + "ifName": "xgei_1/4/2", + "portName": null, + "ifIndex": 285279234, + "ifSpeed": 10000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "up", + "ifOperStatus_prev": "up", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "fullDuplex", + "ifMtu": 9000, + "ifType": "ethernetCsmacd", + "ifAlias": "xgei_1/4/2", + "ifPhysAddress": "d4c1c81885de", + "ifHardType": null, + "ifLastChange": 11100, + "ifVlan": "1", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 93650697760, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 32035555034, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 129484979532675, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 9244311390457, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 35495, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 6291, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 1681985, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 5093680, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 1509969, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "MONITOR", + "ifName": "gei_1/4/3", + "portName": null, + "ifIndex": 285279235, + "ifSpeed": 1000000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "false", + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": "unknown", + "ifMtu": 9000, + "ifType": "ethernetCsmacd", + "ifAlias": "MONITOR", + "ifPhysAddress": "d4c1c81885de", + "ifHardType": null, + "ifLastChange": 12700, + "ifVlan": "95", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 0, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 0, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + }, + { + "port_descr_type": null, + "port_descr_descr": null, + "port_descr_circuit": null, + "port_descr_speed": null, + "port_descr_notes": null, + "ifDescr": "Mng1", + "ifName": "Mng1", + "portName": null, + "ifIndex": 654311425, + "ifSpeed": 100000000, + "ifSpeed_prev": null, + "ifConnectorPresent": "false", + "ifPromiscuousMode": "true", + "ifOperStatus": "down", + "ifOperStatus_prev": "down", + "ifAdminStatus": "up", + "ifAdminStatus_prev": null, + "ifDuplex": null, + "ifMtu": 1500, + "ifType": "ethernetCsmacd", + "ifAlias": "Mng1", + "ifPhysAddress": "d4c1c81885df", + "ifHardType": null, + "ifLastChange": 0, + "ifVlan": "", + "ifTrunk": null, + "counter_in": null, + "counter_out": null, + "ignore": 0, + "disabled": 0, + "detailed": 0, + "deleted": 0, + "pagpOperationMode": null, + "pagpPortState": null, + "pagpPartnerDeviceId": null, + "pagpPartnerLearnMethod": null, + "pagpPartnerIfIndex": null, + "pagpPartnerGroupIfIndex": null, + "pagpPartnerDeviceName": null, + "pagpEthcOperationMode": null, + "pagpDeviceId": null, + "pagpGroupIfIndex": null, + "ifInUcastPkts": 0, + "ifInUcastPkts_prev": 0, + "ifInUcastPkts_delta": null, + "ifInUcastPkts_rate": null, + "ifOutUcastPkts": 0, + "ifOutUcastPkts_prev": 0, + "ifOutUcastPkts_delta": null, + "ifOutUcastPkts_rate": null, + "ifInErrors": 0, + "ifInErrors_prev": 0, + "ifInErrors_delta": null, + "ifInErrors_rate": null, + "ifOutErrors": 0, + "ifOutErrors_prev": 0, + "ifOutErrors_delta": null, + "ifOutErrors_rate": null, + "ifInOctets": 0, + "ifInOctets_prev": 0, + "ifInOctets_delta": null, + "ifInOctets_rate": null, + "ifOutOctets": 42, + "ifOutOctets_prev": 0, + "ifOutOctets_delta": null, + "ifOutOctets_rate": null, + "poll_prev": null, + "ifInNUcastPkts": 0, + "ifInNUcastPkts_prev": 0, + "ifInNUcastPkts_delta": null, + "ifInNUcastPkts_rate": null, + "ifOutNUcastPkts": 0, + "ifOutNUcastPkts_prev": 0, + "ifOutNUcastPkts_delta": null, + "ifOutNUcastPkts_rate": null, + "ifInDiscards": 0, + "ifInDiscards_prev": 0, + "ifInDiscards_delta": null, + "ifInDiscards_rate": null, + "ifOutDiscards": 0, + "ifOutDiscards_prev": 0, + "ifOutDiscards_delta": null, + "ifOutDiscards_rate": null, + "ifInUnknownProtos": 0, + "ifInUnknownProtos_prev": 0, + "ifInUnknownProtos_delta": null, + "ifInUnknownProtos_rate": null, + "ifInBroadcastPkts": 0, + "ifInBroadcastPkts_prev": 0, + "ifInBroadcastPkts_delta": null, + "ifInBroadcastPkts_rate": null, + "ifOutBroadcastPkts": 1, + "ifOutBroadcastPkts_prev": 0, + "ifOutBroadcastPkts_delta": null, + "ifOutBroadcastPkts_rate": null, + "ifInMulticastPkts": 0, + "ifInMulticastPkts_prev": 0, + "ifInMulticastPkts_delta": null, + "ifInMulticastPkts_rate": null, + "ifOutMulticastPkts": 0, + "ifOutMulticastPkts_prev": 0, + "ifOutMulticastPkts_delta": null, + "ifOutMulticastPkts_rate": null + } + ] + } + }, + "processors": { + "discovery": { + "processors": [ + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.3902.1082.10.1.2.4.1.9.1.1.1", + "processor_index": "1.1.1", + "processor_type": "zxa10", + "processor_usage": 14, + "processor_descr": "GTGOG (1) Processor", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.3902.1082.10.1.2.4.1.9.1.1.2", + "processor_index": "1.1.2", + "processor_type": "zxa10", + "processor_usage": 12, + "processor_descr": "GTGOG (2) Processor", + "processor_precision": 1, + "processor_perc_warn": 75 + }, + { + "entPhysicalIndex": 0, + "hrDeviceIndex": 0, + "processor_oid": ".1.3.6.1.4.1.3902.1082.10.1.2.4.1.9.1.1.4", + "processor_index": "1.1.4", + "processor_type": "zxa10", + "processor_usage": 22, + "processor_descr": "SMXA (4) Processor", + "processor_precision": 1, + "processor_perc_warn": 75 + } + ] + }, + "poller": "matches discovery" + }, + "mempools": { + "discovery": { + "mempools": [ + { + "mempool_index": "1.1.1", + "entPhysicalIndex": null, + "mempool_type": "zxa10", + "mempool_class": "system", + "mempool_precision": 1, + "mempool_descr": "Card GTGOG (1)", + "mempool_perc": 26, + "mempool_perc_oid": ".1.3.6.1.4.1.3902.1082.10.1.2.4.1.11.1.1.1", + "mempool_used": 133, + "mempool_used_oid": null, + "mempool_free": 379, + "mempool_free_oid": null, + "mempool_total": 512, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 90 + }, + { + "mempool_index": "1.1.2", + "entPhysicalIndex": null, + "mempool_type": "zxa10", + "mempool_class": "system", + "mempool_precision": 1, + "mempool_descr": "Card GTGOG (2)", + "mempool_perc": 26, + "mempool_perc_oid": ".1.3.6.1.4.1.3902.1082.10.1.2.4.1.11.1.1.2", + "mempool_used": 133, + "mempool_used_oid": null, + "mempool_free": 379, + "mempool_free_oid": null, + "mempool_total": 512, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 90 + }, + { + "mempool_index": "1.1.4", + "entPhysicalIndex": null, + "mempool_type": "zxa10", + "mempool_class": "system", + "mempool_precision": 1, + "mempool_descr": "Card SMXA (4)", + "mempool_perc": 26, + "mempool_perc_oid": ".1.3.6.1.4.1.3902.1082.10.1.2.4.1.11.1.1.4", + "mempool_used": 532, + "mempool_used_oid": null, + "mempool_free": 1516, + "mempool_free_oid": null, + "mempool_total": 2048, + "mempool_total_oid": null, + "mempool_largestfree": null, + "mempool_lowestfree": null, + "mempool_deleted": 0, + "mempool_perc_warn": 90 + } + ] + }, + "poller": "matches discovery" + }, + "sensors": { + "discovery": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.5.1.1.1", + "sensor_index": "1.1.1", + "sensor_type": "zxa10", + "sensor_descr": "Current Card GTGOG (1)", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.54, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.5.1.1.2", + "sensor_index": "1.1.2", + "sensor_type": "zxa10", + "sensor_descr": "Current Card GTGOG (2)", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.504, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285279234", + "sensor_index": "zxAnOpticalIfRxPwrCurrValue.285279234", + "sensor_type": "zxa10", + "sensor_descr": "xgei_1/4/2 Rx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -7.607, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -30, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278465", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278465", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/1/1 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.78, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278466", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278466", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/1/2 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.538, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278467", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278467", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/1/3 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.652, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278468", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278468", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/1/4 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.459, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278469", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278469", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/1/5 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.497, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278470", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278470", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/1/6 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.714, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278471", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278471", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/1/7 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.583, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278721", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278721", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/2/1 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.566, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278722", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278722", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/2/2 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.397, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278723", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278723", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/2/3 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.555, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278724", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278724", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/2/4 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.486, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278725", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278725", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/2/5 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.325, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278726", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278726", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/2/6 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.511, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278727", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278727", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/2/7 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 3.469, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285279234", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285279234", + "sensor_type": "zxa10", + "sensor_descr": "xgei_1/4/2 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -1.667, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.1", + "sensor_index": "zxAnPonRxOpticalPower.285278465.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:1", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.419, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.10", + "sensor_index": "zxAnPonRxOpticalPower.285278465.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:10", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.354, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.11", + "sensor_index": "zxAnPonRxOpticalPower.285278465.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:11", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.012, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.12", + "sensor_index": "zxAnPonRxOpticalPower.285278465.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:12", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.609, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.13", + "sensor_index": "zxAnPonRxOpticalPower.285278465.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:13", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.258, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.14", + "sensor_index": "zxAnPonRxOpticalPower.285278465.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:14", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.817, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.15", + "sensor_index": "zxAnPonRxOpticalPower.285278465.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:15", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.206, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.16", + "sensor_index": "zxAnPonRxOpticalPower.285278465.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:16", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.366, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.17", + "sensor_index": "zxAnPonRxOpticalPower.285278465.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:17", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.01, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.18", + "sensor_index": "zxAnPonRxOpticalPower.285278465.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:18", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.336, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.19", + "sensor_index": "zxAnPonRxOpticalPower.285278465.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:19", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.389, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.2", + "sensor_index": "zxAnPonRxOpticalPower.285278465.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:2", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.111, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.20", + "sensor_index": "zxAnPonRxOpticalPower.285278465.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:20", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.852, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.21", + "sensor_index": "zxAnPonRxOpticalPower.285278465.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:21", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.873, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.22", + "sensor_index": "zxAnPonRxOpticalPower.285278465.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:22", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.02, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.23", + "sensor_index": "zxAnPonRxOpticalPower.285278465.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:23", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.89, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.24", + "sensor_index": "zxAnPonRxOpticalPower.285278465.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:24", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.372, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.25", + "sensor_index": "zxAnPonRxOpticalPower.285278465.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:25", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.26", + "sensor_index": "zxAnPonRxOpticalPower.285278465.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:26", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.294, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.27", + "sensor_index": "zxAnPonRxOpticalPower.285278465.27", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:27", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.09, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.28", + "sensor_index": "zxAnPonRxOpticalPower.285278465.28", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:28", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -31.968, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.29", + "sensor_index": "zxAnPonRxOpticalPower.285278465.29", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:29", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.3", + "sensor_index": "zxAnPonRxOpticalPower.285278465.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:3", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.778, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.30", + "sensor_index": "zxAnPonRxOpticalPower.285278465.30", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:30", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.561, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.31", + "sensor_index": "zxAnPonRxOpticalPower.285278465.31", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:31", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.438, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.32", + "sensor_index": "zxAnPonRxOpticalPower.285278465.32", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:32", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.993, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.33", + "sensor_index": "zxAnPonRxOpticalPower.285278465.33", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:33", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.001, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.34", + "sensor_index": "zxAnPonRxOpticalPower.285278465.34", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:34", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.463, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.35", + "sensor_index": "zxAnPonRxOpticalPower.285278465.35", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:35", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.355, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.36", + "sensor_index": "zxAnPonRxOpticalPower.285278465.36", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:36", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.37", + "sensor_index": "zxAnPonRxOpticalPower.285278465.37", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:37", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.38", + "sensor_index": "zxAnPonRxOpticalPower.285278465.38", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:38", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.512, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.39", + "sensor_index": "zxAnPonRxOpticalPower.285278465.39", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:39", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.4", + "sensor_index": "zxAnPonRxOpticalPower.285278465.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:4", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.421, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.40", + "sensor_index": "zxAnPonRxOpticalPower.285278465.40", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:40", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.41", + "sensor_index": "zxAnPonRxOpticalPower.285278465.41", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:41", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.791, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.42", + "sensor_index": "zxAnPonRxOpticalPower.285278465.42", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:42", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -33.785, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.43", + "sensor_index": "zxAnPonRxOpticalPower.285278465.43", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:43", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.101, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.44", + "sensor_index": "zxAnPonRxOpticalPower.285278465.44", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:44", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.45", + "sensor_index": "zxAnPonRxOpticalPower.285278465.45", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:45", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.035, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.5", + "sensor_index": "zxAnPonRxOpticalPower.285278465.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:5", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.169, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.6", + "sensor_index": "zxAnPonRxOpticalPower.285278465.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:6", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.634, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.7", + "sensor_index": "zxAnPonRxOpticalPower.285278465.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:7", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.475, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.8", + "sensor_index": "zxAnPonRxOpticalPower.285278465.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:8", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.575, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.9", + "sensor_index": "zxAnPonRxOpticalPower.285278465.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:9", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.628, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.1", + "sensor_index": "zxAnPonRxOpticalPower.285278466.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:1", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.438, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.10", + "sensor_index": "zxAnPonRxOpticalPower.285278466.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:10", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.021, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.11", + "sensor_index": "zxAnPonRxOpticalPower.285278466.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:11", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.426, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.12", + "sensor_index": "zxAnPonRxOpticalPower.285278466.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:12", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.873, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.13", + "sensor_index": "zxAnPonRxOpticalPower.285278466.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:13", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.419, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.14", + "sensor_index": "zxAnPonRxOpticalPower.285278466.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:14", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -31.085, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.15", + "sensor_index": "zxAnPonRxOpticalPower.285278466.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:15", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.16", + "sensor_index": "zxAnPonRxOpticalPower.285278466.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:16", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.485, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.17", + "sensor_index": "zxAnPonRxOpticalPower.285278466.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:17", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.868, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.18", + "sensor_index": "zxAnPonRxOpticalPower.285278466.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:18", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.861, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.19", + "sensor_index": "zxAnPonRxOpticalPower.285278466.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:19", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.23, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.2", + "sensor_index": "zxAnPonRxOpticalPower.285278466.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:2", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.20", + "sensor_index": "zxAnPonRxOpticalPower.285278466.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:20", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.21", + "sensor_index": "zxAnPonRxOpticalPower.285278466.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:21", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.114, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.22", + "sensor_index": "zxAnPonRxOpticalPower.285278466.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:22", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.23", + "sensor_index": "zxAnPonRxOpticalPower.285278466.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:23", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.24", + "sensor_index": "zxAnPonRxOpticalPower.285278466.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:24", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.695, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.25", + "sensor_index": "zxAnPonRxOpticalPower.285278466.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:25", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.26", + "sensor_index": "zxAnPonRxOpticalPower.285278466.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:26", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.27", + "sensor_index": "zxAnPonRxOpticalPower.285278466.27", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:27", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.747, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.28", + "sensor_index": "zxAnPonRxOpticalPower.285278466.28", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:28", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.518, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.29", + "sensor_index": "zxAnPonRxOpticalPower.285278466.29", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:29", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.506, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.3", + "sensor_index": "zxAnPonRxOpticalPower.285278466.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:3", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.089, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.30", + "sensor_index": "zxAnPonRxOpticalPower.285278466.30", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:30", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.7, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.31", + "sensor_index": "zxAnPonRxOpticalPower.285278466.31", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:31", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.965, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.32", + "sensor_index": "zxAnPonRxOpticalPower.285278466.32", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:32", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.33", + "sensor_index": "zxAnPonRxOpticalPower.285278466.33", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:33", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.244, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.4", + "sensor_index": "zxAnPonRxOpticalPower.285278466.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:4", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.5", + "sensor_index": "zxAnPonRxOpticalPower.285278466.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:5", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.208, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.6", + "sensor_index": "zxAnPonRxOpticalPower.285278466.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:6", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.814, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.7", + "sensor_index": "zxAnPonRxOpticalPower.285278466.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:7", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.241, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.8", + "sensor_index": "zxAnPonRxOpticalPower.285278466.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:8", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.698, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.9", + "sensor_index": "zxAnPonRxOpticalPower.285278466.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:9", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.362, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.1", + "sensor_index": "zxAnPonRxOpticalPower.285278467.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:1", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -28.731, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.10", + "sensor_index": "zxAnPonRxOpticalPower.285278467.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:10", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.599, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.11", + "sensor_index": "zxAnPonRxOpticalPower.285278467.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:11", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.708, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.12", + "sensor_index": "zxAnPonRxOpticalPower.285278467.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:12", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.08, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.13", + "sensor_index": "zxAnPonRxOpticalPower.285278467.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:13", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.676, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.14", + "sensor_index": "zxAnPonRxOpticalPower.285278467.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:14", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -33.397, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.15", + "sensor_index": "zxAnPonRxOpticalPower.285278467.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:15", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.16", + "sensor_index": "zxAnPonRxOpticalPower.285278467.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:16", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.17", + "sensor_index": "zxAnPonRxOpticalPower.285278467.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:17", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.503, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.18", + "sensor_index": "zxAnPonRxOpticalPower.285278467.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:18", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.467, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.19", + "sensor_index": "zxAnPonRxOpticalPower.285278467.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:19", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.291, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.2", + "sensor_index": "zxAnPonRxOpticalPower.285278467.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:2", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.20", + "sensor_index": "zxAnPonRxOpticalPower.285278467.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:20", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.291, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.21", + "sensor_index": "zxAnPonRxOpticalPower.285278467.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:21", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.192, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.22", + "sensor_index": "zxAnPonRxOpticalPower.285278467.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:22", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.045, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.23", + "sensor_index": "zxAnPonRxOpticalPower.285278467.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:23", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.51, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.24", + "sensor_index": "zxAnPonRxOpticalPower.285278467.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:24", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.788, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.25", + "sensor_index": "zxAnPonRxOpticalPower.285278467.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:25", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.788, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.26", + "sensor_index": "zxAnPonRxOpticalPower.285278467.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:26", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.27", + "sensor_index": "zxAnPonRxOpticalPower.285278467.27", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:27", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.111, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.28", + "sensor_index": "zxAnPonRxOpticalPower.285278467.28", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:28", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.438, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.29", + "sensor_index": "zxAnPonRxOpticalPower.285278467.29", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:29", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.062, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.3", + "sensor_index": "zxAnPonRxOpticalPower.285278467.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:3", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.768, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.30", + "sensor_index": "zxAnPonRxOpticalPower.285278467.30", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:30", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.79, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.31", + "sensor_index": "zxAnPonRxOpticalPower.285278467.31", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:31", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.287, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.32", + "sensor_index": "zxAnPonRxOpticalPower.285278467.32", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:32", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.472, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.33", + "sensor_index": "zxAnPonRxOpticalPower.285278467.33", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:33", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.687, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.34", + "sensor_index": "zxAnPonRxOpticalPower.285278467.34", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:34", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.35", + "sensor_index": "zxAnPonRxOpticalPower.285278467.35", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:35", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.161, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.36", + "sensor_index": "zxAnPonRxOpticalPower.285278467.36", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:36", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.426, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.37", + "sensor_index": "zxAnPonRxOpticalPower.285278467.37", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:37", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.098, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.38", + "sensor_index": "zxAnPonRxOpticalPower.285278467.38", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:38", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.911, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.39", + "sensor_index": "zxAnPonRxOpticalPower.285278467.39", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:39", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.736, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.4", + "sensor_index": "zxAnPonRxOpticalPower.285278467.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:4", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.536, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.40", + "sensor_index": "zxAnPonRxOpticalPower.285278467.40", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:40", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.08, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.41", + "sensor_index": "zxAnPonRxOpticalPower.285278467.41", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:41", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.205, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.42", + "sensor_index": "zxAnPonRxOpticalPower.285278467.42", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:42", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.487, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.5", + "sensor_index": "zxAnPonRxOpticalPower.285278467.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:5", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.306, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.6", + "sensor_index": "zxAnPonRxOpticalPower.285278467.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:6", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.134, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.7", + "sensor_index": "zxAnPonRxOpticalPower.285278467.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:7", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.132, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.8", + "sensor_index": "zxAnPonRxOpticalPower.285278467.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:8", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.271, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.9", + "sensor_index": "zxAnPonRxOpticalPower.285278467.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:9", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.675, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.1", + "sensor_index": "zxAnPonRxOpticalPower.285278468.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:1", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.233, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.10", + "sensor_index": "zxAnPonRxOpticalPower.285278468.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:10", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.271, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.11", + "sensor_index": "zxAnPonRxOpticalPower.285278468.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:11", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.8, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.12", + "sensor_index": "zxAnPonRxOpticalPower.285278468.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:12", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.533, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.13", + "sensor_index": "zxAnPonRxOpticalPower.285278468.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:13", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.187, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.14", + "sensor_index": "zxAnPonRxOpticalPower.285278468.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:14", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.261, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.15", + "sensor_index": "zxAnPonRxOpticalPower.285278468.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:15", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.979, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.16", + "sensor_index": "zxAnPonRxOpticalPower.285278468.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:16", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.01, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.17", + "sensor_index": "zxAnPonRxOpticalPower.285278468.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:17", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.765, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.18", + "sensor_index": "zxAnPonRxOpticalPower.285278468.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:18", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.26, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.19", + "sensor_index": "zxAnPonRxOpticalPower.285278468.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:19", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.2", + "sensor_index": "zxAnPonRxOpticalPower.285278468.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:2", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.058, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.20", + "sensor_index": "zxAnPonRxOpticalPower.285278468.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:20", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -29.434, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.21", + "sensor_index": "zxAnPonRxOpticalPower.285278468.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:21", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -30.764, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.22", + "sensor_index": "zxAnPonRxOpticalPower.285278468.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:22", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.644, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.23", + "sensor_index": "zxAnPonRxOpticalPower.285278468.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:23", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.248, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.24", + "sensor_index": "zxAnPonRxOpticalPower.285278468.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:24", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.306, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.25", + "sensor_index": "zxAnPonRxOpticalPower.285278468.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:25", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.991, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.26", + "sensor_index": "zxAnPonRxOpticalPower.285278468.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:26", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.806, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.27", + "sensor_index": "zxAnPonRxOpticalPower.285278468.27", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:27", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.831, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.28", + "sensor_index": "zxAnPonRxOpticalPower.285278468.28", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:28", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.38, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.29", + "sensor_index": "zxAnPonRxOpticalPower.285278468.29", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:29", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.243, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.3", + "sensor_index": "zxAnPonRxOpticalPower.285278468.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:3", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.986, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.30", + "sensor_index": "zxAnPonRxOpticalPower.285278468.30", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:30", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.144, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.31", + "sensor_index": "zxAnPonRxOpticalPower.285278468.31", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:31", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.298, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.32", + "sensor_index": "zxAnPonRxOpticalPower.285278468.32", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:32", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.377, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.33", + "sensor_index": "zxAnPonRxOpticalPower.285278468.33", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:33", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.34", + "sensor_index": "zxAnPonRxOpticalPower.285278468.34", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:34", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.874, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.35", + "sensor_index": "zxAnPonRxOpticalPower.285278468.35", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:35", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.442, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.36", + "sensor_index": "zxAnPonRxOpticalPower.285278468.36", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:36", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.561, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.37", + "sensor_index": "zxAnPonRxOpticalPower.285278468.37", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:37", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.726, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.38", + "sensor_index": "zxAnPonRxOpticalPower.285278468.38", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:38", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.413, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.4", + "sensor_index": "zxAnPonRxOpticalPower.285278468.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:4", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.307, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.5", + "sensor_index": "zxAnPonRxOpticalPower.285278468.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:5", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.353, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.6", + "sensor_index": "zxAnPonRxOpticalPower.285278468.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:6", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -30.662, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.7", + "sensor_index": "zxAnPonRxOpticalPower.285278468.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:7", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.874, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.8", + "sensor_index": "zxAnPonRxOpticalPower.285278468.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:8", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.9", + "sensor_index": "zxAnPonRxOpticalPower.285278468.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:9", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -28.299, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.1", + "sensor_index": "zxAnPonRxOpticalPower.285278469.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:1", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.636, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.10", + "sensor_index": "zxAnPonRxOpticalPower.285278469.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:10", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.872, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.11", + "sensor_index": "zxAnPonRxOpticalPower.285278469.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:11", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.226, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.12", + "sensor_index": "zxAnPonRxOpticalPower.285278469.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:12", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.682, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.13", + "sensor_index": "zxAnPonRxOpticalPower.285278469.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:13", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.525, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.14", + "sensor_index": "zxAnPonRxOpticalPower.285278469.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:14", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.226, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.15", + "sensor_index": "zxAnPonRxOpticalPower.285278469.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:15", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -18.709, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.16", + "sensor_index": "zxAnPonRxOpticalPower.285278469.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:16", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.09, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.17", + "sensor_index": "zxAnPonRxOpticalPower.285278469.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:17", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.18", + "sensor_index": "zxAnPonRxOpticalPower.285278469.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:18", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.747, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.19", + "sensor_index": "zxAnPonRxOpticalPower.285278469.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:19", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.894, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.2", + "sensor_index": "zxAnPonRxOpticalPower.285278469.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:2", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.791, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.20", + "sensor_index": "zxAnPonRxOpticalPower.285278469.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:20", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -33.239, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.21", + "sensor_index": "zxAnPonRxOpticalPower.285278469.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:21", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.526, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.22", + "sensor_index": "zxAnPonRxOpticalPower.285278469.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:22", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.381, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.23", + "sensor_index": "zxAnPonRxOpticalPower.285278469.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:23", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.325, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.24", + "sensor_index": "zxAnPonRxOpticalPower.285278469.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:24", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -18.416, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.25", + "sensor_index": "zxAnPonRxOpticalPower.285278469.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:25", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.26", + "sensor_index": "zxAnPonRxOpticalPower.285278469.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:26", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.665, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.27", + "sensor_index": "zxAnPonRxOpticalPower.285278469.27", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:27", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.65, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.28", + "sensor_index": "zxAnPonRxOpticalPower.285278469.28", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:28", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.687, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.29", + "sensor_index": "zxAnPonRxOpticalPower.285278469.29", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:29", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.3", + "sensor_index": "zxAnPonRxOpticalPower.285278469.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:3", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.259, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.30", + "sensor_index": "zxAnPonRxOpticalPower.285278469.30", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:30", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.441, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.31", + "sensor_index": "zxAnPonRxOpticalPower.285278469.31", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:31", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -18.781, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.32", + "sensor_index": "zxAnPonRxOpticalPower.285278469.32", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:32", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.157, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.33", + "sensor_index": "zxAnPonRxOpticalPower.285278469.33", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:33", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.596, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.34", + "sensor_index": "zxAnPonRxOpticalPower.285278469.34", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:34", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.628, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.35", + "sensor_index": "zxAnPonRxOpticalPower.285278469.35", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:35", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.415, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.36", + "sensor_index": "zxAnPonRxOpticalPower.285278469.36", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:36", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -30.969, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.37", + "sensor_index": "zxAnPonRxOpticalPower.285278469.37", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:37", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.017, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.38", + "sensor_index": "zxAnPonRxOpticalPower.285278469.38", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:38", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.601, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.39", + "sensor_index": "zxAnPonRxOpticalPower.285278469.39", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:39", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.4", + "sensor_index": "zxAnPonRxOpticalPower.285278469.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:4", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.079, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.40", + "sensor_index": "zxAnPonRxOpticalPower.285278469.40", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:40", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.012, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.41", + "sensor_index": "zxAnPonRxOpticalPower.285278469.41", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:41", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.42", + "sensor_index": "zxAnPonRxOpticalPower.285278469.42", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:42", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -32.084, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.43", + "sensor_index": "zxAnPonRxOpticalPower.285278469.43", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:43", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -29.586, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.5", + "sensor_index": "zxAnPonRxOpticalPower.285278469.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:5", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.499, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.6", + "sensor_index": "zxAnPonRxOpticalPower.285278469.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:6", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.841, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.7", + "sensor_index": "zxAnPonRxOpticalPower.285278469.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:7", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.438, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.8", + "sensor_index": "zxAnPonRxOpticalPower.285278469.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:8", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.278, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.9", + "sensor_index": "zxAnPonRxOpticalPower.285278469.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:9", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.534, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.1", + "sensor_index": "zxAnPonRxOpticalPower.285278470.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:1", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.884, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.10", + "sensor_index": "zxAnPonRxOpticalPower.285278470.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:10", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.316, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.11", + "sensor_index": "zxAnPonRxOpticalPower.285278470.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:11", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.561, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.12", + "sensor_index": "zxAnPonRxOpticalPower.285278470.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:12", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.13", + "sensor_index": "zxAnPonRxOpticalPower.285278470.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:13", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.506, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.14", + "sensor_index": "zxAnPonRxOpticalPower.285278470.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:14", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.938, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.15", + "sensor_index": "zxAnPonRxOpticalPower.285278470.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:15", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.16", + "sensor_index": "zxAnPonRxOpticalPower.285278470.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:16", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.391, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.17", + "sensor_index": "zxAnPonRxOpticalPower.285278470.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:17", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.353, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.18", + "sensor_index": "zxAnPonRxOpticalPower.285278470.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:18", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.202, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.19", + "sensor_index": "zxAnPonRxOpticalPower.285278470.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:19", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.39, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.2", + "sensor_index": "zxAnPonRxOpticalPower.285278470.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:2", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.136, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.20", + "sensor_index": "zxAnPonRxOpticalPower.285278470.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:20", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.144, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.21", + "sensor_index": "zxAnPonRxOpticalPower.285278470.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:21", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -33.841, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.22", + "sensor_index": "zxAnPonRxOpticalPower.285278470.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:22", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.611, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.23", + "sensor_index": "zxAnPonRxOpticalPower.285278470.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:23", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.292, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.24", + "sensor_index": "zxAnPonRxOpticalPower.285278470.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:24", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.261, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.25", + "sensor_index": "zxAnPonRxOpticalPower.285278470.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:25", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.596, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.26", + "sensor_index": "zxAnPonRxOpticalPower.285278470.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:26", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.294, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.27", + "sensor_index": "zxAnPonRxOpticalPower.285278470.27", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:27", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.976, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.28", + "sensor_index": "zxAnPonRxOpticalPower.285278470.28", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:28", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.496, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.29", + "sensor_index": "zxAnPonRxOpticalPower.285278470.29", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:29", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.3", + "sensor_index": "zxAnPonRxOpticalPower.285278470.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:3", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -33.045, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.30", + "sensor_index": "zxAnPonRxOpticalPower.285278470.30", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:30", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.43, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.31", + "sensor_index": "zxAnPonRxOpticalPower.285278470.31", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:31", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.32", + "sensor_index": "zxAnPonRxOpticalPower.285278470.32", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:32", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.624, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.33", + "sensor_index": "zxAnPonRxOpticalPower.285278470.33", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:33", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.525, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.34", + "sensor_index": "zxAnPonRxOpticalPower.285278470.34", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:34", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.307, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.35", + "sensor_index": "zxAnPonRxOpticalPower.285278470.35", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:35", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.189, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.36", + "sensor_index": "zxAnPonRxOpticalPower.285278470.36", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:36", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.545, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.37", + "sensor_index": "zxAnPonRxOpticalPower.285278470.37", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:37", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.692, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.4", + "sensor_index": "zxAnPonRxOpticalPower.285278470.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:4", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.068, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.5", + "sensor_index": "zxAnPonRxOpticalPower.285278470.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:5", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.705, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.6", + "sensor_index": "zxAnPonRxOpticalPower.285278470.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:6", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.79, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.7", + "sensor_index": "zxAnPonRxOpticalPower.285278470.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:7", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.612, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.8", + "sensor_index": "zxAnPonRxOpticalPower.285278470.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:8", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.9", + "sensor_index": "zxAnPonRxOpticalPower.285278470.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:9", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.791, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.1", + "sensor_index": "zxAnPonRxOpticalPower.285278471.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:1", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.10", + "sensor_index": "zxAnPonRxOpticalPower.285278471.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:10", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.51, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.11", + "sensor_index": "zxAnPonRxOpticalPower.285278471.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:11", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.089, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.12", + "sensor_index": "zxAnPonRxOpticalPower.285278471.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:12", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.08, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.13", + "sensor_index": "zxAnPonRxOpticalPower.285278471.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:13", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.14", + "sensor_index": "zxAnPonRxOpticalPower.285278471.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:14", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.695, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.15", + "sensor_index": "zxAnPonRxOpticalPower.285278471.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:15", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.16", + "sensor_index": "zxAnPonRxOpticalPower.285278471.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:16", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -28.014, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.17", + "sensor_index": "zxAnPonRxOpticalPower.285278471.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:17", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.496, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.18", + "sensor_index": "zxAnPonRxOpticalPower.285278471.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:18", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.19", + "sensor_index": "zxAnPonRxOpticalPower.285278471.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:19", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.941, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.2", + "sensor_index": "zxAnPonRxOpticalPower.285278471.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:2", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.3", + "sensor_index": "zxAnPonRxOpticalPower.285278471.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:3", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.4", + "sensor_index": "zxAnPonRxOpticalPower.285278471.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:4", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.5", + "sensor_index": "zxAnPonRxOpticalPower.285278471.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:5", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.905, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.6", + "sensor_index": "zxAnPonRxOpticalPower.285278471.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:6", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.856, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.7", + "sensor_index": "zxAnPonRxOpticalPower.285278471.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:7", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.8", + "sensor_index": "zxAnPonRxOpticalPower.285278471.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:8", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.467, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.9", + "sensor_index": "zxAnPonRxOpticalPower.285278471.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:9", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.058, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.1", + "sensor_index": "zxAnPonRxOpticalPower.285278721.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:1", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.10", + "sensor_index": "zxAnPonRxOpticalPower.285278721.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:10", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.11", + "sensor_index": "zxAnPonRxOpticalPower.285278721.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:11", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.565, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.12", + "sensor_index": "zxAnPonRxOpticalPower.285278721.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:12", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.13", + "sensor_index": "zxAnPonRxOpticalPower.285278721.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:13", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.467, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.14", + "sensor_index": "zxAnPonRxOpticalPower.285278721.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:14", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.171, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.15", + "sensor_index": "zxAnPonRxOpticalPower.285278721.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:15", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.16", + "sensor_index": "zxAnPonRxOpticalPower.285278721.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:16", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.17", + "sensor_index": "zxAnPonRxOpticalPower.285278721.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:17", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.66, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.18", + "sensor_index": "zxAnPonRxOpticalPower.285278721.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:18", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.19", + "sensor_index": "zxAnPonRxOpticalPower.285278721.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:19", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.2", + "sensor_index": "zxAnPonRxOpticalPower.285278721.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:2", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.20", + "sensor_index": "zxAnPonRxOpticalPower.285278721.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:20", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.306, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.21", + "sensor_index": "zxAnPonRxOpticalPower.285278721.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:21", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -30.376, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.22", + "sensor_index": "zxAnPonRxOpticalPower.285278721.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:22", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -28.731, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.23", + "sensor_index": "zxAnPonRxOpticalPower.285278721.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:23", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -36.989, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.24", + "sensor_index": "zxAnPonRxOpticalPower.285278721.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:24", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -32.693, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.25", + "sensor_index": "zxAnPonRxOpticalPower.285278721.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:25", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -32.218, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.26", + "sensor_index": "zxAnPonRxOpticalPower.285278721.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:26", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.27", + "sensor_index": "zxAnPonRxOpticalPower.285278721.27", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:27", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.28", + "sensor_index": "zxAnPonRxOpticalPower.285278721.28", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:28", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -33.591, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.29", + "sensor_index": "zxAnPonRxOpticalPower.285278721.29", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:29", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.3", + "sensor_index": "zxAnPonRxOpticalPower.285278721.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:3", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.30", + "sensor_index": "zxAnPonRxOpticalPower.285278721.30", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:30", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.02, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.31", + "sensor_index": "zxAnPonRxOpticalPower.285278721.31", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:31", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.32", + "sensor_index": "zxAnPonRxOpticalPower.285278721.32", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:32", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -32.218, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.33", + "sensor_index": "zxAnPonRxOpticalPower.285278721.33", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:33", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -30.559, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.34", + "sensor_index": "zxAnPonRxOpticalPower.285278721.34", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:34", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.045, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.35", + "sensor_index": "zxAnPonRxOpticalPower.285278721.35", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:35", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.654, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.36", + "sensor_index": "zxAnPonRxOpticalPower.285278721.36", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:36", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.884, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.37", + "sensor_index": "zxAnPonRxOpticalPower.285278721.37", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:37", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.023, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.38", + "sensor_index": "zxAnPonRxOpticalPower.285278721.38", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:38", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.248, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.39", + "sensor_index": "zxAnPonRxOpticalPower.285278721.39", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:39", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.768, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.4", + "sensor_index": "zxAnPonRxOpticalPower.285278721.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:4", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.726, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.40", + "sensor_index": "zxAnPonRxOpticalPower.285278721.40", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:40", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -29.586, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.41", + "sensor_index": "zxAnPonRxOpticalPower.285278721.41", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:41", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.869, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.42", + "sensor_index": "zxAnPonRxOpticalPower.285278721.42", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:42", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.506, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.43", + "sensor_index": "zxAnPonRxOpticalPower.285278721.43", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:43", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.023, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.44", + "sensor_index": "zxAnPonRxOpticalPower.285278721.44", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:44", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.741, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.45", + "sensor_index": "zxAnPonRxOpticalPower.285278721.45", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:45", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -31.433, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.46", + "sensor_index": "zxAnPonRxOpticalPower.285278721.46", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:46", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -29.843, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.47", + "sensor_index": "zxAnPonRxOpticalPower.285278721.47", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:47", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.48", + "sensor_index": "zxAnPonRxOpticalPower.285278721.48", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:48", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.49", + "sensor_index": "zxAnPonRxOpticalPower.285278721.49", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:49", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.686, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.5", + "sensor_index": "zxAnPonRxOpticalPower.285278721.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:5", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.497, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.50", + "sensor_index": "zxAnPonRxOpticalPower.285278721.50", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:50", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -31.317, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.51", + "sensor_index": "zxAnPonRxOpticalPower.285278721.51", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:51", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.52", + "sensor_index": "zxAnPonRxOpticalPower.285278721.52", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:52", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.067, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.53", + "sensor_index": "zxAnPonRxOpticalPower.285278721.53", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:53", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.271, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.54", + "sensor_index": "zxAnPonRxOpticalPower.285278721.54", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:54", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.55", + "sensor_index": "zxAnPonRxOpticalPower.285278721.55", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:55", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.258, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.56", + "sensor_index": "zxAnPonRxOpticalPower.285278721.56", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:56", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.01, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.57", + "sensor_index": "zxAnPonRxOpticalPower.285278721.57", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:57", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -30.969, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.58", + "sensor_index": "zxAnPonRxOpticalPower.285278721.58", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:58", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -32.084, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.59", + "sensor_index": "zxAnPonRxOpticalPower.285278721.59", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:59", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.088, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.6", + "sensor_index": "zxAnPonRxOpticalPower.285278721.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:6", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.784, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.7", + "sensor_index": "zxAnPonRxOpticalPower.285278721.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:7", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.162, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.8", + "sensor_index": "zxAnPonRxOpticalPower.285278721.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:8", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.9", + "sensor_index": "zxAnPonRxOpticalPower.285278721.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:9", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -31.317, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.1", + "sensor_index": "zxAnPonRxOpticalPower.285278722.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:1", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.067, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.10", + "sensor_index": "zxAnPonRxOpticalPower.285278722.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:10", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.687, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.11", + "sensor_index": "zxAnPonRxOpticalPower.285278722.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:11", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.949, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.12", + "sensor_index": "zxAnPonRxOpticalPower.285278722.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:12", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.773, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.13", + "sensor_index": "zxAnPonRxOpticalPower.285278722.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:13", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.226, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.14", + "sensor_index": "zxAnPonRxOpticalPower.285278722.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:14", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.076, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.15", + "sensor_index": "zxAnPonRxOpticalPower.285278722.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:15", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.645, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.16", + "sensor_index": "zxAnPonRxOpticalPower.285278722.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:16", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.17", + "sensor_index": "zxAnPonRxOpticalPower.285278722.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:17", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.18", + "sensor_index": "zxAnPonRxOpticalPower.285278722.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:18", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.565, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.19", + "sensor_index": "zxAnPonRxOpticalPower.285278722.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:19", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.66, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.2", + "sensor_index": "zxAnPonRxOpticalPower.285278722.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:2", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.20", + "sensor_index": "zxAnPonRxOpticalPower.285278722.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:20", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.624, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.21", + "sensor_index": "zxAnPonRxOpticalPower.285278722.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:21", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.22", + "sensor_index": "zxAnPonRxOpticalPower.285278722.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:22", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.708, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.3", + "sensor_index": "zxAnPonRxOpticalPower.285278722.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:3", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.904, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.4", + "sensor_index": "zxAnPonRxOpticalPower.285278722.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:4", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.5", + "sensor_index": "zxAnPonRxOpticalPower.285278722.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:5", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.6", + "sensor_index": "zxAnPonRxOpticalPower.285278722.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:6", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.788, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.7", + "sensor_index": "zxAnPonRxOpticalPower.285278722.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:7", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.975, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.8", + "sensor_index": "zxAnPonRxOpticalPower.285278722.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:8", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.031, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.9", + "sensor_index": "zxAnPonRxOpticalPower.285278722.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:9", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.1", + "sensor_index": "zxAnPonRxOpticalPower.285278723.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:1", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -35.58, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.10", + "sensor_index": "zxAnPonRxOpticalPower.285278723.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:10", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.441, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.11", + "sensor_index": "zxAnPonRxOpticalPower.285278723.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:11", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.98, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.12", + "sensor_index": "zxAnPonRxOpticalPower.285278723.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:12", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.249, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.2", + "sensor_index": "zxAnPonRxOpticalPower.285278723.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:2", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.726, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.3", + "sensor_index": "zxAnPonRxOpticalPower.285278723.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:3", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.675, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.4", + "sensor_index": "zxAnPonRxOpticalPower.285278723.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:4", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.236, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.5", + "sensor_index": "zxAnPonRxOpticalPower.285278723.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:5", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.531, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.6", + "sensor_index": "zxAnPonRxOpticalPower.285278723.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:6", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.271, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.7", + "sensor_index": "zxAnPonRxOpticalPower.285278723.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:7", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.079, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.8", + "sensor_index": "zxAnPonRxOpticalPower.285278723.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:8", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.438, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.9", + "sensor_index": "zxAnPonRxOpticalPower.285278723.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:9", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.222, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.1", + "sensor_index": "zxAnPonRxOpticalPower.285278724.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:1", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.856, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.10", + "sensor_index": "zxAnPonRxOpticalPower.285278724.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:10", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.031, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.11", + "sensor_index": "zxAnPonRxOpticalPower.285278724.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:11", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.741, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.12", + "sensor_index": "zxAnPonRxOpticalPower.285278724.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:12", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.706, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.13", + "sensor_index": "zxAnPonRxOpticalPower.285278724.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:13", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.757, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.14", + "sensor_index": "zxAnPonRxOpticalPower.285278724.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:14", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.467, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.15", + "sensor_index": "zxAnPonRxOpticalPower.285278724.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:15", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.056, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.16", + "sensor_index": "zxAnPonRxOpticalPower.285278724.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:16", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -30.091, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.17", + "sensor_index": "zxAnPonRxOpticalPower.285278724.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:17", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.335, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.18", + "sensor_index": "zxAnPonRxOpticalPower.285278724.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:18", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -33.591, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.19", + "sensor_index": "zxAnPonRxOpticalPower.285278724.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:19", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.02, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.2", + "sensor_index": "zxAnPonRxOpticalPower.285278724.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:2", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -35.58, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.20", + "sensor_index": "zxAnPonRxOpticalPower.285278724.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:20", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -29.834, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.21", + "sensor_index": "zxAnPonRxOpticalPower.285278724.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:21", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.078, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.22", + "sensor_index": "zxAnPonRxOpticalPower.285278724.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:22", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.382, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.23", + "sensor_index": "zxAnPonRxOpticalPower.285278724.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:23", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.146, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.24", + "sensor_index": "zxAnPonRxOpticalPower.285278724.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:24", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.25", + "sensor_index": "zxAnPonRxOpticalPower.285278724.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:25", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.992, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.26", + "sensor_index": "zxAnPonRxOpticalPower.285278724.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:26", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.3", + "sensor_index": "zxAnPonRxOpticalPower.285278724.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:3", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.976, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.4", + "sensor_index": "zxAnPonRxOpticalPower.285278724.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:4", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.915, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.5", + "sensor_index": "zxAnPonRxOpticalPower.285278724.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:5", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.41, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.6", + "sensor_index": "zxAnPonRxOpticalPower.285278724.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:6", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.89, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.7", + "sensor_index": "zxAnPonRxOpticalPower.285278724.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:7", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.034, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.8", + "sensor_index": "zxAnPonRxOpticalPower.285278724.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:8", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.089, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.9", + "sensor_index": "zxAnPonRxOpticalPower.285278724.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:9", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -30.662, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.1", + "sensor_index": "zxAnPonRxOpticalPower.285278725.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:1", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.189, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.10", + "sensor_index": "zxAnPonRxOpticalPower.285278725.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:10", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.402, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.11", + "sensor_index": "zxAnPonRxOpticalPower.285278725.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:11", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.031, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.12", + "sensor_index": "zxAnPonRxOpticalPower.285278725.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:12", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.345, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.13", + "sensor_index": "zxAnPonRxOpticalPower.285278725.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:13", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.774, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.14", + "sensor_index": "zxAnPonRxOpticalPower.285278725.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:14", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.915, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.15", + "sensor_index": "zxAnPonRxOpticalPower.285278725.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:15", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.261, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.16", + "sensor_index": "zxAnPonRxOpticalPower.285278725.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:16", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.157, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.17", + "sensor_index": "zxAnPonRxOpticalPower.285278725.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:17", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.18", + "sensor_index": "zxAnPonRxOpticalPower.285278725.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:18", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.19", + "sensor_index": "zxAnPonRxOpticalPower.285278725.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:19", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.248, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.2", + "sensor_index": "zxAnPonRxOpticalPower.285278725.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:2", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.20", + "sensor_index": "zxAnPonRxOpticalPower.285278725.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:20", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.297, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.21", + "sensor_index": "zxAnPonRxOpticalPower.285278725.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:21", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.993, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.22", + "sensor_index": "zxAnPonRxOpticalPower.285278725.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:22", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.644, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.23", + "sensor_index": "zxAnPonRxOpticalPower.285278725.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:23", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.24", + "sensor_index": "zxAnPonRxOpticalPower.285278725.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:24", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.291, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.25", + "sensor_index": "zxAnPonRxOpticalPower.285278725.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:25", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.763, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.26", + "sensor_index": "zxAnPonRxOpticalPower.285278725.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:26", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.2, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.27", + "sensor_index": "zxAnPonRxOpticalPower.285278725.27", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:27", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.3", + "sensor_index": "zxAnPonRxOpticalPower.285278725.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:3", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.757, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.4", + "sensor_index": "zxAnPonRxOpticalPower.285278725.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:4", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.5", + "sensor_index": "zxAnPonRxOpticalPower.285278725.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:5", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.585, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.6", + "sensor_index": "zxAnPonRxOpticalPower.285278725.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:6", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.856, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.7", + "sensor_index": "zxAnPonRxOpticalPower.285278725.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:7", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.503, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.8", + "sensor_index": "zxAnPonRxOpticalPower.285278725.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:8", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.187, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.9", + "sensor_index": "zxAnPonRxOpticalPower.285278725.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:9", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.086, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.1", + "sensor_index": "zxAnPonRxOpticalPower.285278726.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:1", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.976, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.10", + "sensor_index": "zxAnPonRxOpticalPower.285278726.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:10", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.989, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.11", + "sensor_index": "zxAnPonRxOpticalPower.285278726.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:11", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.82, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.12", + "sensor_index": "zxAnPonRxOpticalPower.285278726.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:12", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.13", + "sensor_index": "zxAnPonRxOpticalPower.285278726.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:13", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.317, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.14", + "sensor_index": "zxAnPonRxOpticalPower.285278726.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:14", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.906, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.15", + "sensor_index": "zxAnPonRxOpticalPower.285278726.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:15", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.16", + "sensor_index": "zxAnPonRxOpticalPower.285278726.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:16", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.565, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.17", + "sensor_index": "zxAnPonRxOpticalPower.285278726.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:17", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.809, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.18", + "sensor_index": "zxAnPonRxOpticalPower.285278726.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:18", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.19", + "sensor_index": "zxAnPonRxOpticalPower.285278726.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:19", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.609, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.2", + "sensor_index": "zxAnPonRxOpticalPower.285278726.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:2", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.179, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.20", + "sensor_index": "zxAnPonRxOpticalPower.285278726.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:20", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.089, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.21", + "sensor_index": "zxAnPonRxOpticalPower.285278726.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:21", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.51, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.22", + "sensor_index": "zxAnPonRxOpticalPower.285278726.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:22", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.868, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.23", + "sensor_index": "zxAnPonRxOpticalPower.285278726.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:23", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.645, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.24", + "sensor_index": "zxAnPonRxOpticalPower.285278726.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:24", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.534, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.25", + "sensor_index": "zxAnPonRxOpticalPower.285278726.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:25", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.26", + "sensor_index": "zxAnPonRxOpticalPower.285278726.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:26", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.218, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.3", + "sensor_index": "zxAnPonRxOpticalPower.285278726.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:3", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.634, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.4", + "sensor_index": "zxAnPonRxOpticalPower.285278726.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:4", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -28.801, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.5", + "sensor_index": "zxAnPonRxOpticalPower.285278726.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:5", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.654, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.6", + "sensor_index": "zxAnPonRxOpticalPower.285278726.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:6", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.907, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.7", + "sensor_index": "zxAnPonRxOpticalPower.285278726.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:7", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.739, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.8", + "sensor_index": "zxAnPonRxOpticalPower.285278726.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:8", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -28.999, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.9", + "sensor_index": "zxAnPonRxOpticalPower.285278726.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:9", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -30.183, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.1", + "sensor_index": "zxAnPonRxOpticalPower.285278727.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:1", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.676, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.10", + "sensor_index": "zxAnPonRxOpticalPower.285278727.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:10", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.456, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.11", + "sensor_index": "zxAnPonRxOpticalPower.285278727.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:11", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.788, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.12", + "sensor_index": "zxAnPonRxOpticalPower.285278727.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:12", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.034, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.13", + "sensor_index": "zxAnPonRxOpticalPower.285278727.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:13", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.291, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.14", + "sensor_index": "zxAnPonRxOpticalPower.285278727.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:14", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.15", + "sensor_index": "zxAnPonRxOpticalPower.285278727.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:15", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.862, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.16", + "sensor_index": "zxAnPonRxOpticalPower.285278727.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:16", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.724, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.17", + "sensor_index": "zxAnPonRxOpticalPower.285278727.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:17", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.549, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.18", + "sensor_index": "zxAnPonRxOpticalPower.285278727.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:18", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.204, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.19", + "sensor_index": "zxAnPonRxOpticalPower.285278727.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:19", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.976, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.2", + "sensor_index": "zxAnPonRxOpticalPower.285278727.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:2", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.66, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.20", + "sensor_index": "zxAnPonRxOpticalPower.285278727.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:20", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.21", + "sensor_index": "zxAnPonRxOpticalPower.285278727.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:21", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.841, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.22", + "sensor_index": "zxAnPonRxOpticalPower.285278727.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:22", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.518, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.23", + "sensor_index": "zxAnPonRxOpticalPower.285278727.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:23", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.247, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.24", + "sensor_index": "zxAnPonRxOpticalPower.285278727.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:24", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.056, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.25", + "sensor_index": "zxAnPonRxOpticalPower.285278727.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:25", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.228, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.26", + "sensor_index": "zxAnPonRxOpticalPower.285278727.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:26", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.197, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.27", + "sensor_index": "zxAnPonRxOpticalPower.285278727.27", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:27", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.336, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.28", + "sensor_index": "zxAnPonRxOpticalPower.285278727.28", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:28", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.79, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.29", + "sensor_index": "zxAnPonRxOpticalPower.285278727.29", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:29", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.993, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.3", + "sensor_index": "zxAnPonRxOpticalPower.285278727.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:3", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.35, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.4", + "sensor_index": "zxAnPonRxOpticalPower.285278727.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:4", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.229, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.5", + "sensor_index": "zxAnPonRxOpticalPower.285278727.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:5", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.6", + "sensor_index": "zxAnPonRxOpticalPower.285278727.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:6", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.345, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.7", + "sensor_index": "zxAnPonRxOpticalPower.285278727.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:7", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.045, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.8", + "sensor_index": "zxAnPonRxOpticalPower.285278727.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:8", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.41, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.9", + "sensor_index": "zxAnPonRxOpticalPower.285278727.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:9", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.056, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.7.1.1.1", + "sensor_index": "1.1.1", + "sensor_type": "zxa10", + "sensor_descr": "Fan speed Slot 1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3372, + "sensor_limit": 6069.6, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "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": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.7.1.1.2", + "sensor_index": "1.1.2", + "sensor_type": "zxa10", + "sensor_descr": "Fan speed Slot 2", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3366, + "sensor_limit": 6058.8, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "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.3902.1082.10.10.2.1.6.1.3.1.1.1", + "sensor_index": "1.1.1", + "sensor_type": "zxa10", + "sensor_descr": "Power Consumption Card GTGOG (1)", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 28.366, + "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.3902.1082.10.10.2.1.6.1.3.1.1.2", + "sensor_index": "1.1.2", + "sensor_type": "zxa10", + "sensor_descr": "Power Consumption Card GTGOG (2)", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 25.069, + "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.3902.1082.10.10.2.1.6.1.3.1.1.3", + "sensor_index": "1.1.3", + "sensor_type": "zxa10", + "sensor_descr": "Power Consumption Card PRAM (3)", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 96, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.6.1.1.1", + "sensor_index": "zxAnEnvFanOnlineStatus.1.1.1", + "sensor_type": "zxAnEnvFanOnlineStatus", + "sensor_descr": "Fan speed Slot 1 Online Status", + "group": "Fans", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "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": "zxAnEnvFanOnlineStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.6.1.1.2", + "sensor_index": "zxAnEnvFanOnlineStatus.1.1.2", + "sensor_type": "zxAnEnvFanOnlineStatus", + "sensor_descr": "Fan speed Slot 2 Online Status", + "group": "Fans", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "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": "zxAnEnvFanOnlineStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.5.1.1.1", + "sensor_index": "zxAnEnvFanOperStatus.1.1.1", + "sensor_type": "zxAnEnvFanOperStatus", + "sensor_descr": "Fan speed Slot 1 Oper Status", + "group": "Fans", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "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": "zxAnEnvFanOperStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.5.1.1.2", + "sensor_index": "zxAnEnvFanOperStatus.1.1.2", + "sensor_type": "zxAnEnvFanOperStatus", + "sensor_descr": "Fan speed Slot 2 Oper Status", + "group": "Fans", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "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": "zxAnEnvFanOperStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.3.11.1.3.1.1.3", + "sensor_index": "zxAnPowerSupplyInVoltageStatus.1.1.3", + "sensor_type": "zxAnPowerSupplyInVoltageStatus", + "sensor_descr": "Power Supply 3 Voltage Status", + "group": "Power", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "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": "zxAnPowerSupplyInVoltageStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.3.11.1.3.1.1.4", + "sensor_index": "zxAnPowerSupplyInVoltageStatus.1.1.4", + "sensor_type": "zxAnPowerSupplyInVoltageStatus", + "sensor_descr": "Power Supply 4 Voltage Status", + "group": "Power", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 4, + "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": "zxAnPowerSupplyInVoltageStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.2.1.1.1", + "sensor_index": "1.1.1", + "sensor_type": "zxa10", + "sensor_descr": "Temp Card GTGOG (1)", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 37, + "sensor_limit": 57, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "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.3902.1082.10.10.2.1.6.1.2.1.1.2", + "sensor_index": "1.1.2", + "sensor_type": "zxa10", + "sensor_descr": "Temp Card GTGOG (2)", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 36, + "sensor_limit": 56, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "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.3902.1082.10.10.2.1.6.1.2.1.1.3", + "sensor_index": "1.1.3", + "sensor_type": "zxa10", + "sensor_descr": "Temp Card PRAM (3)", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 36, + "sensor_limit": 56, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "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.3902.1082.10.10.2.1.6.1.2.1.1.4", + "sensor_index": "1.1.4", + "sensor_type": "zxa10", + "sensor_descr": "Temp Card SMXA (4)", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 43, + "sensor_limit": 63, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "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.3902.1082.10.10.2.1.6.1.4.1.1.1", + "sensor_index": "1.1.1", + "sensor_type": "zxa10", + "sensor_descr": "Voltage Card GTGOG (1)", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 51.387, + "sensor_limit": 59.09505, + "sensor_limit_warn": null, + "sensor_limit_low": 43.67895, + "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.3902.1082.10.10.2.1.6.1.4.1.1.2", + "sensor_index": "1.1.2", + "sensor_type": "zxa10", + "sensor_descr": "Voltage Card GTGOG (2)", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 51.371, + "sensor_limit": 59.07665, + "sensor_limit_warn": null, + "sensor_limit_low": 43.66535, + "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.3902.1082.10.10.2.3.11.1.2.1.1.3", + "sensor_index": "1.1.3", + "sensor_type": "zxa10", + "sensor_descr": "DC Input Slot 3", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 59, + "sensor_limit": 67.85, + "sensor_limit_warn": null, + "sensor_limit_low": 50.15, + "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 + } + ], + "state_indexes": [ + { + "state_name": "zxAnEnvFanOnlineStatus", + "state_descr": "online", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "zxAnEnvFanOnlineStatus", + "state_descr": "offline", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "zxAnEnvFanOnlineStatus", + "state_descr": "unknown", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "zxAnEnvFanOperStatus", + "state_descr": "up", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "zxAnEnvFanOperStatus", + "state_descr": "down", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "zxAnEnvFanOperStatus", + "state_descr": "unknown", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "zxAnPowerSupplyInVoltageStatus", + "state_descr": "normal", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "zxAnPowerSupplyInVoltageStatus", + "state_descr": "overVoltage", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "zxAnPowerSupplyInVoltageStatus", + "state_descr": "underVoltage", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 1 + }, + { + "state_name": "zxAnPowerSupplyInVoltageStatus", + "state_descr": "off", + "state_draw_graph": 1, + "state_value": 4, + "state_generic_value": 2 + } + ] + }, + "poller": { + "sensors": [ + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.5.1.1.1", + "sensor_index": "1.1.1", + "sensor_type": "zxa10", + "sensor_descr": "Current Card GTGOG (1)", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.54, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "current", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.5.1.1.2", + "sensor_index": "1.1.2", + "sensor_type": "zxa10", + "sensor_descr": "Current Card GTGOG (2)", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 0.504, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285279234", + "sensor_index": "zxAnOpticalIfRxPwrCurrValue.285279234", + "sensor_type": "zxa10", + "sensor_descr": "xgei_1/4/2 Rx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -7.607, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -30, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278465", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278465", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/1/1 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 2147483.647, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": 3.78, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278466", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278466", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/1/2 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 2147483.647, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": 3.538, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278467", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278467", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/1/3 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 2147483.647, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": 3.652, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278468", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278468", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/1/4 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 2147483.647, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": 3.459, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278469", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278469", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/1/5 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 2147483.647, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": 3.497, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278470", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278470", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/1/6 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 2147483.647, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": 3.714, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278471", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278471", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/1/7 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 2147483.647, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": 3.583, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278721", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278721", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/2/1 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 2147483.647, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": 3.566, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278722", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278722", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/2/2 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 2147483.647, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": 3.397, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278723", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278723", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/2/3 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 2147483.647, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": 3.555, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278724", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278724", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/2/4 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 2147483.647, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": 3.486, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278725", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278725", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/2/5 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 2147483.647, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": 3.325, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278726", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278726", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/2/6 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 2147483.647, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": 3.511, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278727", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285278727", + "sensor_type": "zxa10", + "sensor_descr": "gpon_1/2/7 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 2147483.647, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": 3.469, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285279234", + "sensor_index": "zxAnOpticalIfTxPwrCurrValue.285279234", + "sensor_type": "zxa10", + "sensor_descr": "xgei_1/4/2 Tx", + "group": "OLT Interfaces", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -7.607, + "sensor_limit": 4, + "sensor_limit_warn": null, + "sensor_limit_low": -4, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": -1.667, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.1", + "sensor_index": "zxAnPonRxOpticalPower.285278465.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:1", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.419, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.10", + "sensor_index": "zxAnPonRxOpticalPower.285278465.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:10", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.354, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.11", + "sensor_index": "zxAnPonRxOpticalPower.285278465.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:11", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.012, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.12", + "sensor_index": "zxAnPonRxOpticalPower.285278465.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:12", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.609, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.13", + "sensor_index": "zxAnPonRxOpticalPower.285278465.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:13", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.258, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.14", + "sensor_index": "zxAnPonRxOpticalPower.285278465.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:14", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.817, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.15", + "sensor_index": "zxAnPonRxOpticalPower.285278465.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:15", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.206, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.16", + "sensor_index": "zxAnPonRxOpticalPower.285278465.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:16", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.366, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.17", + "sensor_index": "zxAnPonRxOpticalPower.285278465.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:17", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.01, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.18", + "sensor_index": "zxAnPonRxOpticalPower.285278465.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:18", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.336, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.19", + "sensor_index": "zxAnPonRxOpticalPower.285278465.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:19", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.389, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.2", + "sensor_index": "zxAnPonRxOpticalPower.285278465.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:2", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.111, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.20", + "sensor_index": "zxAnPonRxOpticalPower.285278465.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:20", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.852, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.21", + "sensor_index": "zxAnPonRxOpticalPower.285278465.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:21", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.873, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.22", + "sensor_index": "zxAnPonRxOpticalPower.285278465.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:22", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.02, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.23", + "sensor_index": "zxAnPonRxOpticalPower.285278465.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:23", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.89, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.24", + "sensor_index": "zxAnPonRxOpticalPower.285278465.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:24", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.372, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.25", + "sensor_index": "zxAnPonRxOpticalPower.285278465.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:25", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.26", + "sensor_index": "zxAnPonRxOpticalPower.285278465.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:26", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.294, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.27", + "sensor_index": "zxAnPonRxOpticalPower.285278465.27", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:27", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.09, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.28", + "sensor_index": "zxAnPonRxOpticalPower.285278465.28", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:28", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -31.968, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.29", + "sensor_index": "zxAnPonRxOpticalPower.285278465.29", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:29", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.3", + "sensor_index": "zxAnPonRxOpticalPower.285278465.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:3", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.778, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.30", + "sensor_index": "zxAnPonRxOpticalPower.285278465.30", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:30", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.561, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.31", + "sensor_index": "zxAnPonRxOpticalPower.285278465.31", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:31", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.438, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.32", + "sensor_index": "zxAnPonRxOpticalPower.285278465.32", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:32", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.993, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.33", + "sensor_index": "zxAnPonRxOpticalPower.285278465.33", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:33", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.001, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.34", + "sensor_index": "zxAnPonRxOpticalPower.285278465.34", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:34", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.463, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.35", + "sensor_index": "zxAnPonRxOpticalPower.285278465.35", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:35", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.355, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.36", + "sensor_index": "zxAnPonRxOpticalPower.285278465.36", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:36", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.37", + "sensor_index": "zxAnPonRxOpticalPower.285278465.37", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:37", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.38", + "sensor_index": "zxAnPonRxOpticalPower.285278465.38", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:38", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.512, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.39", + "sensor_index": "zxAnPonRxOpticalPower.285278465.39", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:39", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.4", + "sensor_index": "zxAnPonRxOpticalPower.285278465.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:4", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.421, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.40", + "sensor_index": "zxAnPonRxOpticalPower.285278465.40", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:40", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.41", + "sensor_index": "zxAnPonRxOpticalPower.285278465.41", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:41", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.791, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.42", + "sensor_index": "zxAnPonRxOpticalPower.285278465.42", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:42", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -33.785, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.43", + "sensor_index": "zxAnPonRxOpticalPower.285278465.43", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:43", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.101, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.44", + "sensor_index": "zxAnPonRxOpticalPower.285278465.44", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:44", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.45", + "sensor_index": "zxAnPonRxOpticalPower.285278465.45", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:45", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.035, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.5", + "sensor_index": "zxAnPonRxOpticalPower.285278465.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:5", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.169, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.6", + "sensor_index": "zxAnPonRxOpticalPower.285278465.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:6", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.634, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.7", + "sensor_index": "zxAnPonRxOpticalPower.285278465.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:7", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.475, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.8", + "sensor_index": "zxAnPonRxOpticalPower.285278465.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:8", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.575, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.9", + "sensor_index": "zxAnPonRxOpticalPower.285278465.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/1:9", + "group": "gpon_1/1/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.628, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.1", + "sensor_index": "zxAnPonRxOpticalPower.285278466.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:1", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.438, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.10", + "sensor_index": "zxAnPonRxOpticalPower.285278466.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:10", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.021, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.11", + "sensor_index": "zxAnPonRxOpticalPower.285278466.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:11", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.426, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.12", + "sensor_index": "zxAnPonRxOpticalPower.285278466.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:12", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.873, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.13", + "sensor_index": "zxAnPonRxOpticalPower.285278466.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:13", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.419, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.14", + "sensor_index": "zxAnPonRxOpticalPower.285278466.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:14", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -31.085, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.15", + "sensor_index": "zxAnPonRxOpticalPower.285278466.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:15", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.16", + "sensor_index": "zxAnPonRxOpticalPower.285278466.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:16", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.485, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.17", + "sensor_index": "zxAnPonRxOpticalPower.285278466.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:17", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.868, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.18", + "sensor_index": "zxAnPonRxOpticalPower.285278466.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:18", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.861, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.19", + "sensor_index": "zxAnPonRxOpticalPower.285278466.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:19", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.23, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.2", + "sensor_index": "zxAnPonRxOpticalPower.285278466.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:2", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.20", + "sensor_index": "zxAnPonRxOpticalPower.285278466.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:20", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.21", + "sensor_index": "zxAnPonRxOpticalPower.285278466.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:21", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.114, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.22", + "sensor_index": "zxAnPonRxOpticalPower.285278466.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:22", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.23", + "sensor_index": "zxAnPonRxOpticalPower.285278466.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:23", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.24", + "sensor_index": "zxAnPonRxOpticalPower.285278466.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:24", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.695, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.25", + "sensor_index": "zxAnPonRxOpticalPower.285278466.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:25", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.26", + "sensor_index": "zxAnPonRxOpticalPower.285278466.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:26", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.27", + "sensor_index": "zxAnPonRxOpticalPower.285278466.27", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:27", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.747, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.28", + "sensor_index": "zxAnPonRxOpticalPower.285278466.28", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:28", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.518, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.29", + "sensor_index": "zxAnPonRxOpticalPower.285278466.29", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:29", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.506, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.3", + "sensor_index": "zxAnPonRxOpticalPower.285278466.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:3", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.089, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.30", + "sensor_index": "zxAnPonRxOpticalPower.285278466.30", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:30", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.7, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.31", + "sensor_index": "zxAnPonRxOpticalPower.285278466.31", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:31", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.965, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.32", + "sensor_index": "zxAnPonRxOpticalPower.285278466.32", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:32", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.33", + "sensor_index": "zxAnPonRxOpticalPower.285278466.33", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:33", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.244, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.4", + "sensor_index": "zxAnPonRxOpticalPower.285278466.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:4", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.5", + "sensor_index": "zxAnPonRxOpticalPower.285278466.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:5", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.208, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.6", + "sensor_index": "zxAnPonRxOpticalPower.285278466.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:6", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.814, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.7", + "sensor_index": "zxAnPonRxOpticalPower.285278466.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:7", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.241, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.8", + "sensor_index": "zxAnPonRxOpticalPower.285278466.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:8", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.698, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.9", + "sensor_index": "zxAnPonRxOpticalPower.285278466.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/2:9", + "group": "gpon_1/1/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.362, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.1", + "sensor_index": "zxAnPonRxOpticalPower.285278467.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:1", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -28.731, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.10", + "sensor_index": "zxAnPonRxOpticalPower.285278467.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:10", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.599, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.11", + "sensor_index": "zxAnPonRxOpticalPower.285278467.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:11", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.708, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.12", + "sensor_index": "zxAnPonRxOpticalPower.285278467.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:12", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.08, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.13", + "sensor_index": "zxAnPonRxOpticalPower.285278467.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:13", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.676, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.14", + "sensor_index": "zxAnPonRxOpticalPower.285278467.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:14", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -33.397, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.15", + "sensor_index": "zxAnPonRxOpticalPower.285278467.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:15", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.16", + "sensor_index": "zxAnPonRxOpticalPower.285278467.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:16", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.17", + "sensor_index": "zxAnPonRxOpticalPower.285278467.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:17", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.503, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.18", + "sensor_index": "zxAnPonRxOpticalPower.285278467.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:18", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.467, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.19", + "sensor_index": "zxAnPonRxOpticalPower.285278467.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:19", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.291, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.2", + "sensor_index": "zxAnPonRxOpticalPower.285278467.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:2", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.20", + "sensor_index": "zxAnPonRxOpticalPower.285278467.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:20", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.291, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.21", + "sensor_index": "zxAnPonRxOpticalPower.285278467.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:21", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.192, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.22", + "sensor_index": "zxAnPonRxOpticalPower.285278467.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:22", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.045, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.23", + "sensor_index": "zxAnPonRxOpticalPower.285278467.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:23", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.51, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.24", + "sensor_index": "zxAnPonRxOpticalPower.285278467.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:24", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.788, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.25", + "sensor_index": "zxAnPonRxOpticalPower.285278467.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:25", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.788, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.26", + "sensor_index": "zxAnPonRxOpticalPower.285278467.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:26", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.27", + "sensor_index": "zxAnPonRxOpticalPower.285278467.27", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:27", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.111, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.28", + "sensor_index": "zxAnPonRxOpticalPower.285278467.28", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:28", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.438, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.29", + "sensor_index": "zxAnPonRxOpticalPower.285278467.29", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:29", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.062, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.3", + "sensor_index": "zxAnPonRxOpticalPower.285278467.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:3", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.768, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.30", + "sensor_index": "zxAnPonRxOpticalPower.285278467.30", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:30", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.79, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.31", + "sensor_index": "zxAnPonRxOpticalPower.285278467.31", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:31", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.287, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.32", + "sensor_index": "zxAnPonRxOpticalPower.285278467.32", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:32", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.472, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.33", + "sensor_index": "zxAnPonRxOpticalPower.285278467.33", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:33", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.687, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.34", + "sensor_index": "zxAnPonRxOpticalPower.285278467.34", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:34", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.35", + "sensor_index": "zxAnPonRxOpticalPower.285278467.35", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:35", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.161, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.36", + "sensor_index": "zxAnPonRxOpticalPower.285278467.36", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:36", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.426, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.37", + "sensor_index": "zxAnPonRxOpticalPower.285278467.37", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:37", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.098, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.38", + "sensor_index": "zxAnPonRxOpticalPower.285278467.38", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:38", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.911, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.39", + "sensor_index": "zxAnPonRxOpticalPower.285278467.39", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:39", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.736, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.4", + "sensor_index": "zxAnPonRxOpticalPower.285278467.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:4", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.536, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.40", + "sensor_index": "zxAnPonRxOpticalPower.285278467.40", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:40", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.08, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.41", + "sensor_index": "zxAnPonRxOpticalPower.285278467.41", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:41", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.205, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.42", + "sensor_index": "zxAnPonRxOpticalPower.285278467.42", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:42", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.487, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.5", + "sensor_index": "zxAnPonRxOpticalPower.285278467.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:5", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.306, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.6", + "sensor_index": "zxAnPonRxOpticalPower.285278467.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:6", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.134, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.7", + "sensor_index": "zxAnPonRxOpticalPower.285278467.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:7", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.132, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.8", + "sensor_index": "zxAnPonRxOpticalPower.285278467.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:8", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.271, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.9", + "sensor_index": "zxAnPonRxOpticalPower.285278467.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/3:9", + "group": "gpon_1/1/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.675, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.1", + "sensor_index": "zxAnPonRxOpticalPower.285278468.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:1", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.233, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.10", + "sensor_index": "zxAnPonRxOpticalPower.285278468.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:10", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.271, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.11", + "sensor_index": "zxAnPonRxOpticalPower.285278468.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:11", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.8, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.12", + "sensor_index": "zxAnPonRxOpticalPower.285278468.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:12", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.533, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.13", + "sensor_index": "zxAnPonRxOpticalPower.285278468.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:13", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.187, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.14", + "sensor_index": "zxAnPonRxOpticalPower.285278468.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:14", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.261, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.15", + "sensor_index": "zxAnPonRxOpticalPower.285278468.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:15", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.979, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.16", + "sensor_index": "zxAnPonRxOpticalPower.285278468.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:16", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.01, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.17", + "sensor_index": "zxAnPonRxOpticalPower.285278468.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:17", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.765, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.18", + "sensor_index": "zxAnPonRxOpticalPower.285278468.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:18", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.26, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.19", + "sensor_index": "zxAnPonRxOpticalPower.285278468.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:19", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.2", + "sensor_index": "zxAnPonRxOpticalPower.285278468.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:2", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.058, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.20", + "sensor_index": "zxAnPonRxOpticalPower.285278468.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:20", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -29.434, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.21", + "sensor_index": "zxAnPonRxOpticalPower.285278468.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:21", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -30.764, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.22", + "sensor_index": "zxAnPonRxOpticalPower.285278468.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:22", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.644, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.23", + "sensor_index": "zxAnPonRxOpticalPower.285278468.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:23", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.248, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.24", + "sensor_index": "zxAnPonRxOpticalPower.285278468.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:24", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.306, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.25", + "sensor_index": "zxAnPonRxOpticalPower.285278468.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:25", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.991, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.26", + "sensor_index": "zxAnPonRxOpticalPower.285278468.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:26", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.806, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.27", + "sensor_index": "zxAnPonRxOpticalPower.285278468.27", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:27", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.831, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.28", + "sensor_index": "zxAnPonRxOpticalPower.285278468.28", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:28", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.38, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.29", + "sensor_index": "zxAnPonRxOpticalPower.285278468.29", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:29", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.243, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.3", + "sensor_index": "zxAnPonRxOpticalPower.285278468.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:3", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.986, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.30", + "sensor_index": "zxAnPonRxOpticalPower.285278468.30", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:30", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.144, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.31", + "sensor_index": "zxAnPonRxOpticalPower.285278468.31", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:31", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.298, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.32", + "sensor_index": "zxAnPonRxOpticalPower.285278468.32", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:32", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.377, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.33", + "sensor_index": "zxAnPonRxOpticalPower.285278468.33", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:33", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.34", + "sensor_index": "zxAnPonRxOpticalPower.285278468.34", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:34", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.874, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.35", + "sensor_index": "zxAnPonRxOpticalPower.285278468.35", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:35", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.442, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.36", + "sensor_index": "zxAnPonRxOpticalPower.285278468.36", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:36", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.561, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.37", + "sensor_index": "zxAnPonRxOpticalPower.285278468.37", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:37", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.726, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.38", + "sensor_index": "zxAnPonRxOpticalPower.285278468.38", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:38", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.413, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.4", + "sensor_index": "zxAnPonRxOpticalPower.285278468.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:4", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.307, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.5", + "sensor_index": "zxAnPonRxOpticalPower.285278468.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:5", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.353, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.6", + "sensor_index": "zxAnPonRxOpticalPower.285278468.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:6", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -30.662, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.7", + "sensor_index": "zxAnPonRxOpticalPower.285278468.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:7", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.874, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.8", + "sensor_index": "zxAnPonRxOpticalPower.285278468.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:8", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.9", + "sensor_index": "zxAnPonRxOpticalPower.285278468.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/4:9", + "group": "gpon_1/1/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -28.299, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.1", + "sensor_index": "zxAnPonRxOpticalPower.285278469.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:1", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.636, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.10", + "sensor_index": "zxAnPonRxOpticalPower.285278469.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:10", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.872, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.11", + "sensor_index": "zxAnPonRxOpticalPower.285278469.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:11", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.226, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.12", + "sensor_index": "zxAnPonRxOpticalPower.285278469.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:12", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.682, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.13", + "sensor_index": "zxAnPonRxOpticalPower.285278469.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:13", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.525, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.14", + "sensor_index": "zxAnPonRxOpticalPower.285278469.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:14", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.226, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.15", + "sensor_index": "zxAnPonRxOpticalPower.285278469.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:15", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -18.709, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.16", + "sensor_index": "zxAnPonRxOpticalPower.285278469.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:16", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.09, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.17", + "sensor_index": "zxAnPonRxOpticalPower.285278469.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:17", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.18", + "sensor_index": "zxAnPonRxOpticalPower.285278469.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:18", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.747, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.19", + "sensor_index": "zxAnPonRxOpticalPower.285278469.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:19", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.894, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.2", + "sensor_index": "zxAnPonRxOpticalPower.285278469.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:2", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.791, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.20", + "sensor_index": "zxAnPonRxOpticalPower.285278469.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:20", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -33.239, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.21", + "sensor_index": "zxAnPonRxOpticalPower.285278469.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:21", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.526, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.22", + "sensor_index": "zxAnPonRxOpticalPower.285278469.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:22", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.381, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.23", + "sensor_index": "zxAnPonRxOpticalPower.285278469.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:23", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.325, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.24", + "sensor_index": "zxAnPonRxOpticalPower.285278469.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:24", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -18.416, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.25", + "sensor_index": "zxAnPonRxOpticalPower.285278469.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:25", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.26", + "sensor_index": "zxAnPonRxOpticalPower.285278469.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:26", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.665, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.27", + "sensor_index": "zxAnPonRxOpticalPower.285278469.27", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:27", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.65, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.28", + "sensor_index": "zxAnPonRxOpticalPower.285278469.28", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:28", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.687, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.29", + "sensor_index": "zxAnPonRxOpticalPower.285278469.29", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:29", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.3", + "sensor_index": "zxAnPonRxOpticalPower.285278469.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:3", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.259, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.30", + "sensor_index": "zxAnPonRxOpticalPower.285278469.30", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:30", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.441, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.31", + "sensor_index": "zxAnPonRxOpticalPower.285278469.31", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:31", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -18.781, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.32", + "sensor_index": "zxAnPonRxOpticalPower.285278469.32", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:32", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.157, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.33", + "sensor_index": "zxAnPonRxOpticalPower.285278469.33", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:33", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.596, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.34", + "sensor_index": "zxAnPonRxOpticalPower.285278469.34", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:34", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.628, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.35", + "sensor_index": "zxAnPonRxOpticalPower.285278469.35", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:35", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.415, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.36", + "sensor_index": "zxAnPonRxOpticalPower.285278469.36", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:36", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -30.969, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.37", + "sensor_index": "zxAnPonRxOpticalPower.285278469.37", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:37", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.017, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.38", + "sensor_index": "zxAnPonRxOpticalPower.285278469.38", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:38", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.601, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.39", + "sensor_index": "zxAnPonRxOpticalPower.285278469.39", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:39", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.4", + "sensor_index": "zxAnPonRxOpticalPower.285278469.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:4", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.079, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.40", + "sensor_index": "zxAnPonRxOpticalPower.285278469.40", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:40", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.012, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.41", + "sensor_index": "zxAnPonRxOpticalPower.285278469.41", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:41", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.42", + "sensor_index": "zxAnPonRxOpticalPower.285278469.42", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:42", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -32.084, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.43", + "sensor_index": "zxAnPonRxOpticalPower.285278469.43", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:43", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -29.586, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.5", + "sensor_index": "zxAnPonRxOpticalPower.285278469.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:5", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.499, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.6", + "sensor_index": "zxAnPonRxOpticalPower.285278469.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:6", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.841, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.7", + "sensor_index": "zxAnPonRxOpticalPower.285278469.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:7", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.438, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.8", + "sensor_index": "zxAnPonRxOpticalPower.285278469.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:8", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.278, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.9", + "sensor_index": "zxAnPonRxOpticalPower.285278469.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/5:9", + "group": "gpon_1/1/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.534, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.1", + "sensor_index": "zxAnPonRxOpticalPower.285278470.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:1", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.884, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.10", + "sensor_index": "zxAnPonRxOpticalPower.285278470.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:10", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.316, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.11", + "sensor_index": "zxAnPonRxOpticalPower.285278470.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:11", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.561, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.12", + "sensor_index": "zxAnPonRxOpticalPower.285278470.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:12", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.13", + "sensor_index": "zxAnPonRxOpticalPower.285278470.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:13", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.506, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.14", + "sensor_index": "zxAnPonRxOpticalPower.285278470.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:14", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.938, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.15", + "sensor_index": "zxAnPonRxOpticalPower.285278470.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:15", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.16", + "sensor_index": "zxAnPonRxOpticalPower.285278470.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:16", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.391, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.17", + "sensor_index": "zxAnPonRxOpticalPower.285278470.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:17", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.353, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.18", + "sensor_index": "zxAnPonRxOpticalPower.285278470.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:18", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.202, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.19", + "sensor_index": "zxAnPonRxOpticalPower.285278470.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:19", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.39, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.2", + "sensor_index": "zxAnPonRxOpticalPower.285278470.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:2", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.136, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.20", + "sensor_index": "zxAnPonRxOpticalPower.285278470.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:20", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.144, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.21", + "sensor_index": "zxAnPonRxOpticalPower.285278470.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:21", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -33.841, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.22", + "sensor_index": "zxAnPonRxOpticalPower.285278470.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:22", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.611, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.23", + "sensor_index": "zxAnPonRxOpticalPower.285278470.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:23", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.292, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.24", + "sensor_index": "zxAnPonRxOpticalPower.285278470.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:24", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.261, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.25", + "sensor_index": "zxAnPonRxOpticalPower.285278470.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:25", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.596, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.26", + "sensor_index": "zxAnPonRxOpticalPower.285278470.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:26", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.294, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.27", + "sensor_index": "zxAnPonRxOpticalPower.285278470.27", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:27", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.976, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.28", + "sensor_index": "zxAnPonRxOpticalPower.285278470.28", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:28", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.496, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.29", + "sensor_index": "zxAnPonRxOpticalPower.285278470.29", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:29", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.3", + "sensor_index": "zxAnPonRxOpticalPower.285278470.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:3", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -33.045, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.30", + "sensor_index": "zxAnPonRxOpticalPower.285278470.30", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:30", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.43, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.31", + "sensor_index": "zxAnPonRxOpticalPower.285278470.31", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:31", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.32", + "sensor_index": "zxAnPonRxOpticalPower.285278470.32", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:32", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.624, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.33", + "sensor_index": "zxAnPonRxOpticalPower.285278470.33", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:33", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.525, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.34", + "sensor_index": "zxAnPonRxOpticalPower.285278470.34", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:34", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.307, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.35", + "sensor_index": "zxAnPonRxOpticalPower.285278470.35", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:35", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.189, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.36", + "sensor_index": "zxAnPonRxOpticalPower.285278470.36", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:36", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.545, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.37", + "sensor_index": "zxAnPonRxOpticalPower.285278470.37", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:37", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.692, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.4", + "sensor_index": "zxAnPonRxOpticalPower.285278470.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:4", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.068, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.5", + "sensor_index": "zxAnPonRxOpticalPower.285278470.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:5", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.705, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.6", + "sensor_index": "zxAnPonRxOpticalPower.285278470.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:6", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.79, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.7", + "sensor_index": "zxAnPonRxOpticalPower.285278470.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:7", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.612, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.8", + "sensor_index": "zxAnPonRxOpticalPower.285278470.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:8", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.9", + "sensor_index": "zxAnPonRxOpticalPower.285278470.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/6:9", + "group": "gpon_1/1/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.791, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.1", + "sensor_index": "zxAnPonRxOpticalPower.285278471.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:1", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.10", + "sensor_index": "zxAnPonRxOpticalPower.285278471.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:10", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.51, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.11", + "sensor_index": "zxAnPonRxOpticalPower.285278471.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:11", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.089, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.12", + "sensor_index": "zxAnPonRxOpticalPower.285278471.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:12", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.08, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.13", + "sensor_index": "zxAnPonRxOpticalPower.285278471.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:13", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.14", + "sensor_index": "zxAnPonRxOpticalPower.285278471.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:14", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.695, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.15", + "sensor_index": "zxAnPonRxOpticalPower.285278471.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:15", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.16", + "sensor_index": "zxAnPonRxOpticalPower.285278471.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:16", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -28.014, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.17", + "sensor_index": "zxAnPonRxOpticalPower.285278471.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:17", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.496, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.18", + "sensor_index": "zxAnPonRxOpticalPower.285278471.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:18", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.19", + "sensor_index": "zxAnPonRxOpticalPower.285278471.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:19", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.941, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.2", + "sensor_index": "zxAnPonRxOpticalPower.285278471.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:2", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.3", + "sensor_index": "zxAnPonRxOpticalPower.285278471.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:3", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.4", + "sensor_index": "zxAnPonRxOpticalPower.285278471.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:4", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.5", + "sensor_index": "zxAnPonRxOpticalPower.285278471.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:5", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.905, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.6", + "sensor_index": "zxAnPonRxOpticalPower.285278471.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:6", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.856, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.7", + "sensor_index": "zxAnPonRxOpticalPower.285278471.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:7", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.8", + "sensor_index": "zxAnPonRxOpticalPower.285278471.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:8", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.467, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.9", + "sensor_index": "zxAnPonRxOpticalPower.285278471.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/1/7:9", + "group": "gpon_1/1/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.058, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.1", + "sensor_index": "zxAnPonRxOpticalPower.285278721.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:1", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.10", + "sensor_index": "zxAnPonRxOpticalPower.285278721.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:10", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.11", + "sensor_index": "zxAnPonRxOpticalPower.285278721.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:11", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.565, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.12", + "sensor_index": "zxAnPonRxOpticalPower.285278721.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:12", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.13", + "sensor_index": "zxAnPonRxOpticalPower.285278721.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:13", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.467, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.14", + "sensor_index": "zxAnPonRxOpticalPower.285278721.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:14", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.171, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.15", + "sensor_index": "zxAnPonRxOpticalPower.285278721.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:15", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.16", + "sensor_index": "zxAnPonRxOpticalPower.285278721.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:16", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.17", + "sensor_index": "zxAnPonRxOpticalPower.285278721.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:17", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.66, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.18", + "sensor_index": "zxAnPonRxOpticalPower.285278721.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:18", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.19", + "sensor_index": "zxAnPonRxOpticalPower.285278721.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:19", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.2", + "sensor_index": "zxAnPonRxOpticalPower.285278721.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:2", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.20", + "sensor_index": "zxAnPonRxOpticalPower.285278721.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:20", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.306, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.21", + "sensor_index": "zxAnPonRxOpticalPower.285278721.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:21", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -30.376, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.22", + "sensor_index": "zxAnPonRxOpticalPower.285278721.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:22", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -28.731, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.23", + "sensor_index": "zxAnPonRxOpticalPower.285278721.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:23", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -36.989, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.24", + "sensor_index": "zxAnPonRxOpticalPower.285278721.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:24", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -32.693, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.25", + "sensor_index": "zxAnPonRxOpticalPower.285278721.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:25", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -32.218, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.26", + "sensor_index": "zxAnPonRxOpticalPower.285278721.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:26", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.27", + "sensor_index": "zxAnPonRxOpticalPower.285278721.27", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:27", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.28", + "sensor_index": "zxAnPonRxOpticalPower.285278721.28", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:28", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -33.591, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.29", + "sensor_index": "zxAnPonRxOpticalPower.285278721.29", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:29", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.3", + "sensor_index": "zxAnPonRxOpticalPower.285278721.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:3", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.30", + "sensor_index": "zxAnPonRxOpticalPower.285278721.30", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:30", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.02, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.31", + "sensor_index": "zxAnPonRxOpticalPower.285278721.31", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:31", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.32", + "sensor_index": "zxAnPonRxOpticalPower.285278721.32", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:32", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -32.218, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.33", + "sensor_index": "zxAnPonRxOpticalPower.285278721.33", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:33", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -30.559, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.34", + "sensor_index": "zxAnPonRxOpticalPower.285278721.34", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:34", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.045, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.35", + "sensor_index": "zxAnPonRxOpticalPower.285278721.35", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:35", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.654, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.36", + "sensor_index": "zxAnPonRxOpticalPower.285278721.36", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:36", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.884, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.37", + "sensor_index": "zxAnPonRxOpticalPower.285278721.37", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:37", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.023, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.38", + "sensor_index": "zxAnPonRxOpticalPower.285278721.38", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:38", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.248, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.39", + "sensor_index": "zxAnPonRxOpticalPower.285278721.39", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:39", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.768, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.4", + "sensor_index": "zxAnPonRxOpticalPower.285278721.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:4", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.726, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.40", + "sensor_index": "zxAnPonRxOpticalPower.285278721.40", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:40", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -29.586, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.41", + "sensor_index": "zxAnPonRxOpticalPower.285278721.41", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:41", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.869, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.42", + "sensor_index": "zxAnPonRxOpticalPower.285278721.42", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:42", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.506, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.43", + "sensor_index": "zxAnPonRxOpticalPower.285278721.43", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:43", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.023, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.44", + "sensor_index": "zxAnPonRxOpticalPower.285278721.44", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:44", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.741, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.45", + "sensor_index": "zxAnPonRxOpticalPower.285278721.45", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:45", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -31.433, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.46", + "sensor_index": "zxAnPonRxOpticalPower.285278721.46", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:46", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -29.843, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.47", + "sensor_index": "zxAnPonRxOpticalPower.285278721.47", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:47", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.48", + "sensor_index": "zxAnPonRxOpticalPower.285278721.48", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:48", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.49", + "sensor_index": "zxAnPonRxOpticalPower.285278721.49", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:49", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.686, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.5", + "sensor_index": "zxAnPonRxOpticalPower.285278721.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:5", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.497, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.50", + "sensor_index": "zxAnPonRxOpticalPower.285278721.50", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:50", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -31.317, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.51", + "sensor_index": "zxAnPonRxOpticalPower.285278721.51", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:51", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.52", + "sensor_index": "zxAnPonRxOpticalPower.285278721.52", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:52", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.067, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.53", + "sensor_index": "zxAnPonRxOpticalPower.285278721.53", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:53", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.271, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.54", + "sensor_index": "zxAnPonRxOpticalPower.285278721.54", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:54", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.55", + "sensor_index": "zxAnPonRxOpticalPower.285278721.55", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:55", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.258, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.56", + "sensor_index": "zxAnPonRxOpticalPower.285278721.56", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:56", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.01, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.57", + "sensor_index": "zxAnPonRxOpticalPower.285278721.57", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:57", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -30.969, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.58", + "sensor_index": "zxAnPonRxOpticalPower.285278721.58", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:58", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -32.084, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.59", + "sensor_index": "zxAnPonRxOpticalPower.285278721.59", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:59", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.088, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.6", + "sensor_index": "zxAnPonRxOpticalPower.285278721.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:6", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.784, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.7", + "sensor_index": "zxAnPonRxOpticalPower.285278721.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:7", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.162, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.8", + "sensor_index": "zxAnPonRxOpticalPower.285278721.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:8", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.9", + "sensor_index": "zxAnPonRxOpticalPower.285278721.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/1:9", + "group": "gpon_1/2/1 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -31.317, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.1", + "sensor_index": "zxAnPonRxOpticalPower.285278722.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:1", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.067, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.10", + "sensor_index": "zxAnPonRxOpticalPower.285278722.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:10", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.687, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.11", + "sensor_index": "zxAnPonRxOpticalPower.285278722.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:11", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.949, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.12", + "sensor_index": "zxAnPonRxOpticalPower.285278722.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:12", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.773, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.13", + "sensor_index": "zxAnPonRxOpticalPower.285278722.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:13", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.226, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.14", + "sensor_index": "zxAnPonRxOpticalPower.285278722.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:14", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.076, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.15", + "sensor_index": "zxAnPonRxOpticalPower.285278722.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:15", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.645, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.16", + "sensor_index": "zxAnPonRxOpticalPower.285278722.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:16", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.17", + "sensor_index": "zxAnPonRxOpticalPower.285278722.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:17", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.18", + "sensor_index": "zxAnPonRxOpticalPower.285278722.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:18", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.565, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.19", + "sensor_index": "zxAnPonRxOpticalPower.285278722.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:19", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.66, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.2", + "sensor_index": "zxAnPonRxOpticalPower.285278722.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:2", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.20", + "sensor_index": "zxAnPonRxOpticalPower.285278722.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:20", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.624, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.21", + "sensor_index": "zxAnPonRxOpticalPower.285278722.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:21", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.22", + "sensor_index": "zxAnPonRxOpticalPower.285278722.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:22", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.708, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.3", + "sensor_index": "zxAnPonRxOpticalPower.285278722.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:3", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.904, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.4", + "sensor_index": "zxAnPonRxOpticalPower.285278722.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:4", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.5", + "sensor_index": "zxAnPonRxOpticalPower.285278722.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:5", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.6", + "sensor_index": "zxAnPonRxOpticalPower.285278722.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:6", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.788, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.7", + "sensor_index": "zxAnPonRxOpticalPower.285278722.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:7", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.975, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.8", + "sensor_index": "zxAnPonRxOpticalPower.285278722.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:8", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.031, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.9", + "sensor_index": "zxAnPonRxOpticalPower.285278722.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/2:9", + "group": "gpon_1/2/2 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.1", + "sensor_index": "zxAnPonRxOpticalPower.285278723.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:1", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -35.58, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.10", + "sensor_index": "zxAnPonRxOpticalPower.285278723.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:10", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.441, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.11", + "sensor_index": "zxAnPonRxOpticalPower.285278723.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:11", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.98, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.12", + "sensor_index": "zxAnPonRxOpticalPower.285278723.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:12", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.249, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.2", + "sensor_index": "zxAnPonRxOpticalPower.285278723.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:2", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.726, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.3", + "sensor_index": "zxAnPonRxOpticalPower.285278723.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:3", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.675, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.4", + "sensor_index": "zxAnPonRxOpticalPower.285278723.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:4", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.236, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.5", + "sensor_index": "zxAnPonRxOpticalPower.285278723.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:5", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -19.531, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.6", + "sensor_index": "zxAnPonRxOpticalPower.285278723.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:6", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.271, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.7", + "sensor_index": "zxAnPonRxOpticalPower.285278723.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:7", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.079, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.8", + "sensor_index": "zxAnPonRxOpticalPower.285278723.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:8", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.438, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.9", + "sensor_index": "zxAnPonRxOpticalPower.285278723.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/3:9", + "group": "gpon_1/2/3 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -20.222, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.1", + "sensor_index": "zxAnPonRxOpticalPower.285278724.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:1", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.856, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.10", + "sensor_index": "zxAnPonRxOpticalPower.285278724.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:10", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.031, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.11", + "sensor_index": "zxAnPonRxOpticalPower.285278724.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:11", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.741, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.12", + "sensor_index": "zxAnPonRxOpticalPower.285278724.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:12", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.706, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.13", + "sensor_index": "zxAnPonRxOpticalPower.285278724.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:13", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.757, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.14", + "sensor_index": "zxAnPonRxOpticalPower.285278724.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:14", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.467, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.15", + "sensor_index": "zxAnPonRxOpticalPower.285278724.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:15", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.056, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.16", + "sensor_index": "zxAnPonRxOpticalPower.285278724.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:16", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -30.091, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.17", + "sensor_index": "zxAnPonRxOpticalPower.285278724.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:17", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.335, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.18", + "sensor_index": "zxAnPonRxOpticalPower.285278724.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:18", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -33.591, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.19", + "sensor_index": "zxAnPonRxOpticalPower.285278724.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:19", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.02, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.2", + "sensor_index": "zxAnPonRxOpticalPower.285278724.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:2", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -35.58, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.20", + "sensor_index": "zxAnPonRxOpticalPower.285278724.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:20", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -29.834, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.21", + "sensor_index": "zxAnPonRxOpticalPower.285278724.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:21", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.078, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.22", + "sensor_index": "zxAnPonRxOpticalPower.285278724.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:22", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.382, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.23", + "sensor_index": "zxAnPonRxOpticalPower.285278724.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:23", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.146, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.24", + "sensor_index": "zxAnPonRxOpticalPower.285278724.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:24", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.25", + "sensor_index": "zxAnPonRxOpticalPower.285278724.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:25", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.992, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.26", + "sensor_index": "zxAnPonRxOpticalPower.285278724.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:26", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.3", + "sensor_index": "zxAnPonRxOpticalPower.285278724.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:3", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.976, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.4", + "sensor_index": "zxAnPonRxOpticalPower.285278724.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:4", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.915, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.5", + "sensor_index": "zxAnPonRxOpticalPower.285278724.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:5", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.41, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.6", + "sensor_index": "zxAnPonRxOpticalPower.285278724.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:6", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.89, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.7", + "sensor_index": "zxAnPonRxOpticalPower.285278724.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:7", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.034, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.8", + "sensor_index": "zxAnPonRxOpticalPower.285278724.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:8", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.089, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.9", + "sensor_index": "zxAnPonRxOpticalPower.285278724.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/4:9", + "group": "gpon_1/2/4 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -30.662, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.1", + "sensor_index": "zxAnPonRxOpticalPower.285278725.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:1", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.189, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.10", + "sensor_index": "zxAnPonRxOpticalPower.285278725.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:10", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.402, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.11", + "sensor_index": "zxAnPonRxOpticalPower.285278725.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:11", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.031, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.12", + "sensor_index": "zxAnPonRxOpticalPower.285278725.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:12", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.345, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.13", + "sensor_index": "zxAnPonRxOpticalPower.285278725.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:13", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.774, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.14", + "sensor_index": "zxAnPonRxOpticalPower.285278725.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:14", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.915, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.15", + "sensor_index": "zxAnPonRxOpticalPower.285278725.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:15", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.261, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.16", + "sensor_index": "zxAnPonRxOpticalPower.285278725.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:16", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.157, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.17", + "sensor_index": "zxAnPonRxOpticalPower.285278725.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:17", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.18", + "sensor_index": "zxAnPonRxOpticalPower.285278725.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:18", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.19", + "sensor_index": "zxAnPonRxOpticalPower.285278725.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:19", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.248, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.2", + "sensor_index": "zxAnPonRxOpticalPower.285278725.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:2", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.20", + "sensor_index": "zxAnPonRxOpticalPower.285278725.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:20", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.297, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.21", + "sensor_index": "zxAnPonRxOpticalPower.285278725.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:21", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.993, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.22", + "sensor_index": "zxAnPonRxOpticalPower.285278725.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:22", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.644, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.23", + "sensor_index": "zxAnPonRxOpticalPower.285278725.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:23", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.24", + "sensor_index": "zxAnPonRxOpticalPower.285278725.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:24", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.291, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.25", + "sensor_index": "zxAnPonRxOpticalPower.285278725.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:25", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.763, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.26", + "sensor_index": "zxAnPonRxOpticalPower.285278725.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:26", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.2, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.27", + "sensor_index": "zxAnPonRxOpticalPower.285278725.27", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:27", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.3", + "sensor_index": "zxAnPonRxOpticalPower.285278725.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:3", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.757, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.4", + "sensor_index": "zxAnPonRxOpticalPower.285278725.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:4", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.5", + "sensor_index": "zxAnPonRxOpticalPower.285278725.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:5", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.585, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.6", + "sensor_index": "zxAnPonRxOpticalPower.285278725.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:6", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.856, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.7", + "sensor_index": "zxAnPonRxOpticalPower.285278725.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:7", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.503, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.8", + "sensor_index": "zxAnPonRxOpticalPower.285278725.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:8", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.187, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.9", + "sensor_index": "zxAnPonRxOpticalPower.285278725.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/5:9", + "group": "gpon_1/2/5 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.086, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.1", + "sensor_index": "zxAnPonRxOpticalPower.285278726.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:1", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.976, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.10", + "sensor_index": "zxAnPonRxOpticalPower.285278726.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:10", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.989, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.11", + "sensor_index": "zxAnPonRxOpticalPower.285278726.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:11", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.82, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.12", + "sensor_index": "zxAnPonRxOpticalPower.285278726.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:12", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.13", + "sensor_index": "zxAnPonRxOpticalPower.285278726.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:13", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.317, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.14", + "sensor_index": "zxAnPonRxOpticalPower.285278726.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:14", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.906, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.15", + "sensor_index": "zxAnPonRxOpticalPower.285278726.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:15", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.16", + "sensor_index": "zxAnPonRxOpticalPower.285278726.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:16", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.565, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.17", + "sensor_index": "zxAnPonRxOpticalPower.285278726.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:17", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.809, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.18", + "sensor_index": "zxAnPonRxOpticalPower.285278726.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:18", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.19", + "sensor_index": "zxAnPonRxOpticalPower.285278726.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:19", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.609, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.2", + "sensor_index": "zxAnPonRxOpticalPower.285278726.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:2", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.179, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.20", + "sensor_index": "zxAnPonRxOpticalPower.285278726.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:20", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.089, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.21", + "sensor_index": "zxAnPonRxOpticalPower.285278726.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:21", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.51, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.22", + "sensor_index": "zxAnPonRxOpticalPower.285278726.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:22", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.868, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.23", + "sensor_index": "zxAnPonRxOpticalPower.285278726.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:23", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -27.645, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.24", + "sensor_index": "zxAnPonRxOpticalPower.285278726.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:24", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.534, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.25", + "sensor_index": "zxAnPonRxOpticalPower.285278726.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:25", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.26", + "sensor_index": "zxAnPonRxOpticalPower.285278726.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:26", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.218, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.3", + "sensor_index": "zxAnPonRxOpticalPower.285278726.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:3", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.634, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.4", + "sensor_index": "zxAnPonRxOpticalPower.285278726.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:4", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -28.801, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.5", + "sensor_index": "zxAnPonRxOpticalPower.285278726.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:5", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.654, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.6", + "sensor_index": "zxAnPonRxOpticalPower.285278726.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:6", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.907, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.7", + "sensor_index": "zxAnPonRxOpticalPower.285278726.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:7", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.739, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.8", + "sensor_index": "zxAnPonRxOpticalPower.285278726.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:8", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -28.999, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.9", + "sensor_index": "zxAnPonRxOpticalPower.285278726.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/6:9", + "group": "gpon_1/2/6 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -30.183, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.1", + "sensor_index": "zxAnPonRxOpticalPower.285278727.1", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:1", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.676, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.10", + "sensor_index": "zxAnPonRxOpticalPower.285278727.10", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:10", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.456, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.11", + "sensor_index": "zxAnPonRxOpticalPower.285278727.11", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:11", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.788, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.12", + "sensor_index": "zxAnPonRxOpticalPower.285278727.12", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:12", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.034, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.13", + "sensor_index": "zxAnPonRxOpticalPower.285278727.13", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:13", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.291, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.14", + "sensor_index": "zxAnPonRxOpticalPower.285278727.14", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:14", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.15", + "sensor_index": "zxAnPonRxOpticalPower.285278727.15", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:15", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.862, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.16", + "sensor_index": "zxAnPonRxOpticalPower.285278727.16", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:16", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.724, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.17", + "sensor_index": "zxAnPonRxOpticalPower.285278727.17", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:17", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -21.549, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.18", + "sensor_index": "zxAnPonRxOpticalPower.285278727.18", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:18", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.204, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.19", + "sensor_index": "zxAnPonRxOpticalPower.285278727.19", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:19", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.976, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.2", + "sensor_index": "zxAnPonRxOpticalPower.285278727.2", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:2", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.66, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.20", + "sensor_index": "zxAnPonRxOpticalPower.285278727.20", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:20", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.21", + "sensor_index": "zxAnPonRxOpticalPower.285278727.21", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:21", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -24.841, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.22", + "sensor_index": "zxAnPonRxOpticalPower.285278727.22", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:22", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.518, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.23", + "sensor_index": "zxAnPonRxOpticalPower.285278727.23", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:23", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.247, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.24", + "sensor_index": "zxAnPonRxOpticalPower.285278727.24", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:24", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.056, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.25", + "sensor_index": "zxAnPonRxOpticalPower.285278727.25", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:25", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.228, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.26", + "sensor_index": "zxAnPonRxOpticalPower.285278727.26", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:26", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.197, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.27", + "sensor_index": "zxAnPonRxOpticalPower.285278727.27", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:27", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.336, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.28", + "sensor_index": "zxAnPonRxOpticalPower.285278727.28", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:28", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.79, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.29", + "sensor_index": "zxAnPonRxOpticalPower.285278727.29", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:29", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.993, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.3", + "sensor_index": "zxAnPonRxOpticalPower.285278727.3", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:3", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -22.35, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.4", + "sensor_index": "zxAnPonRxOpticalPower.285278727.4", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:4", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -25.229, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.5", + "sensor_index": "zxAnPonRxOpticalPower.285278727.5", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:5", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -80, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.6", + "sensor_index": "zxAnPonRxOpticalPower.285278727.6", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:6", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.345, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.7", + "sensor_index": "zxAnPonRxOpticalPower.285278727.7", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:7", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.045, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.8", + "sensor_index": "zxAnPonRxOpticalPower.285278727.8", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:8", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -23.41, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "dbm", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.9", + "sensor_index": "zxAnPonRxOpticalPower.285278727.9", + "sensor_type": "zxa10", + "sensor_descr": "ONU Rx gpon_1/2/7:9", + "group": "gpon_1/2/7 ONU Rx Signals", + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": -26.056, + "sensor_limit": -8, + "sensor_limit_warn": -10, + "sensor_limit_low": -34, + "sensor_limit_low_warn": -32, + "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": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.7.1.1.1", + "sensor_index": "1.1.1", + "sensor_type": "zxa10", + "sensor_descr": "Fan speed Slot 1", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3372, + "sensor_limit": 6069.6, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "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": "fanspeed", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.7.1.1.2", + "sensor_index": "1.1.2", + "sensor_type": "zxa10", + "sensor_descr": "Fan speed Slot 2", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 3366, + "sensor_limit": 6058.8, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "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.3902.1082.10.10.2.1.6.1.3.1.1.1", + "sensor_index": "1.1.1", + "sensor_type": "zxa10", + "sensor_descr": "Power Consumption Card GTGOG (1)", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 28.366, + "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.3902.1082.10.10.2.1.6.1.3.1.1.2", + "sensor_index": "1.1.2", + "sensor_type": "zxa10", + "sensor_descr": "Power Consumption Card GTGOG (2)", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 25.069, + "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.3902.1082.10.10.2.1.6.1.3.1.1.3", + "sensor_index": "1.1.3", + "sensor_type": "zxa10", + "sensor_descr": "Power Consumption Card PRAM (3)", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 96, + "sensor_limit": null, + "sensor_limit_warn": null, + "sensor_limit_low": null, + "sensor_limit_low_warn": null, + "sensor_alert": 1, + "sensor_custom": "No", + "entPhysicalIndex": null, + "entPhysicalIndex_measured": null, + "sensor_prev": null, + "user_func": null, + "state_name": null + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.6.1.1.1", + "sensor_index": "zxAnEnvFanOnlineStatus.1.1.1", + "sensor_type": "zxAnEnvFanOnlineStatus", + "sensor_descr": "Fan speed Slot 1 Online Status", + "group": "Fans", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "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": "zxAnEnvFanOnlineStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.6.1.1.2", + "sensor_index": "zxAnEnvFanOnlineStatus.1.1.2", + "sensor_type": "zxAnEnvFanOnlineStatus", + "sensor_descr": "Fan speed Slot 2 Online Status", + "group": "Fans", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "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": "zxAnEnvFanOnlineStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.5.1.1.1", + "sensor_index": "zxAnEnvFanOperStatus.1.1.1", + "sensor_type": "zxAnEnvFanOperStatus", + "sensor_descr": "Fan speed Slot 1 Oper Status", + "group": "Fans", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "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": "zxAnEnvFanOperStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.5.1.1.2", + "sensor_index": "zxAnEnvFanOperStatus.1.1.2", + "sensor_type": "zxAnEnvFanOperStatus", + "sensor_descr": "Fan speed Slot 2 Oper Status", + "group": "Fans", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 1, + "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": "zxAnEnvFanOperStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.3.11.1.3.1.1.3", + "sensor_index": "zxAnPowerSupplyInVoltageStatus.1.1.3", + "sensor_type": "zxAnPowerSupplyInVoltageStatus", + "sensor_descr": "Power Supply 3 Voltage Status", + "group": "Power", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 2, + "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": "zxAnPowerSupplyInVoltageStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "state", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.3.11.1.3.1.1.4", + "sensor_index": "zxAnPowerSupplyInVoltageStatus.1.1.4", + "sensor_type": "zxAnPowerSupplyInVoltageStatus", + "sensor_descr": "Power Supply 4 Voltage Status", + "group": "Power", + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 4, + "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": "zxAnPowerSupplyInVoltageStatus" + }, + { + "sensor_deleted": 0, + "sensor_class": "temperature", + "poller_type": "snmp", + "sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.2.1.1.1", + "sensor_index": "1.1.1", + "sensor_type": "zxa10", + "sensor_descr": "Temp Card GTGOG (1)", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 37, + "sensor_limit": 57, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "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.3902.1082.10.10.2.1.6.1.2.1.1.2", + "sensor_index": "1.1.2", + "sensor_type": "zxa10", + "sensor_descr": "Temp Card GTGOG (2)", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 36, + "sensor_limit": 56, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "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.3902.1082.10.10.2.1.6.1.2.1.1.3", + "sensor_index": "1.1.3", + "sensor_type": "zxa10", + "sensor_descr": "Temp Card PRAM (3)", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 36, + "sensor_limit": 56, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "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.3902.1082.10.10.2.1.6.1.2.1.1.4", + "sensor_index": "1.1.4", + "sensor_type": "zxa10", + "sensor_descr": "Temp Card SMXA (4)", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 43, + "sensor_limit": 63, + "sensor_limit_warn": null, + "sensor_limit_low": 0, + "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.3902.1082.10.10.2.1.6.1.4.1.1.1", + "sensor_index": "1.1.1", + "sensor_type": "zxa10", + "sensor_descr": "Voltage Card GTGOG (1)", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 51.387, + "sensor_limit": 59.09505, + "sensor_limit_warn": null, + "sensor_limit_low": 43.67895, + "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.3902.1082.10.10.2.1.6.1.4.1.1.2", + "sensor_index": "1.1.2", + "sensor_type": "zxa10", + "sensor_descr": "Voltage Card GTGOG (2)", + "group": null, + "sensor_divisor": 1000, + "sensor_multiplier": 1, + "sensor_current": 51.371, + "sensor_limit": 59.07665, + "sensor_limit_warn": null, + "sensor_limit_low": 43.66535, + "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.3902.1082.10.10.2.3.11.1.2.1.1.3", + "sensor_index": "1.1.3", + "sensor_type": "zxa10", + "sensor_descr": "DC Input Slot 3", + "group": null, + "sensor_divisor": 1, + "sensor_multiplier": 1, + "sensor_current": 59, + "sensor_limit": 67.85, + "sensor_limit_warn": null, + "sensor_limit_low": 50.15, + "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 + } + ], + "state_indexes": [ + { + "state_name": "zxAnEnvFanOnlineStatus", + "state_descr": "online", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "zxAnEnvFanOnlineStatus", + "state_descr": "offline", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "zxAnEnvFanOnlineStatus", + "state_descr": "unknown", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "zxAnEnvFanOperStatus", + "state_descr": "up", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "zxAnEnvFanOperStatus", + "state_descr": "down", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "zxAnEnvFanOperStatus", + "state_descr": "unknown", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 2 + }, + { + "state_name": "zxAnPowerSupplyInVoltageStatus", + "state_descr": "normal", + "state_draw_graph": 1, + "state_value": 1, + "state_generic_value": 0 + }, + { + "state_name": "zxAnPowerSupplyInVoltageStatus", + "state_descr": "overVoltage", + "state_draw_graph": 1, + "state_value": 2, + "state_generic_value": 1 + }, + { + "state_name": "zxAnPowerSupplyInVoltageStatus", + "state_descr": "underVoltage", + "state_draw_graph": 1, + "state_value": 3, + "state_generic_value": 1 + }, + { + "state_name": "zxAnPowerSupplyInVoltageStatus", + "state_descr": "off", + "state_draw_graph": 1, + "state_value": 4, + "state_generic_value": 2 + } + ] + } + }, + "vlans": { + "discovery": { + "vlans": [ + { + "vlan_vlan": 1, + "vlan_domain": 1, + "vlan_name": "VLAN0001", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 95, + "vlan_domain": 1, + "vlan_name": "Monitoring", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 96, + "vlan_domain": 1, + "vlan_name": "VLAN0096", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 99, + "vlan_domain": 1, + "vlan_name": "Management", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 101, + "vlan_domain": 1, + "vlan_name": "VLAN0101", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 102, + "vlan_domain": 1, + "vlan_name": "VLAN0102", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 103, + "vlan_domain": 1, + "vlan_name": "VLAN0103", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 104, + "vlan_domain": 1, + "vlan_name": "VLAN0104", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 105, + "vlan_domain": 1, + "vlan_name": "VLAN0105", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 106, + "vlan_domain": 1, + "vlan_name": "VLAN0106", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 107, + "vlan_domain": 1, + "vlan_name": "VLAN0107", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 108, + "vlan_domain": 1, + "vlan_name": "VLAN0108", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 109, + "vlan_domain": 1, + "vlan_name": "VLAN0109", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 110, + "vlan_domain": 1, + "vlan_name": "VLAN0110", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 111, + "vlan_domain": 1, + "vlan_name": "VLAN0111", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 112, + "vlan_domain": 1, + "vlan_name": "VLAN0112", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 113, + "vlan_domain": 1, + "vlan_name": "VLAN0113", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 114, + "vlan_domain": 1, + "vlan_name": "VLAN0114", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 115, + "vlan_domain": 1, + "vlan_name": "VLAN0115", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 3300, + "vlan_domain": 1, + "vlan_name": "SVLAN", + "vlan_type": null, + "vlan_mtu": null + }, + { + "vlan_vlan": 4024, + "vlan_domain": 1, + "vlan_name": "IPTV", + "vlan_type": null, + "vlan_mtu": null + } + ] + } + }, + "stp": { + "discovery": { + "stp": [ + { + "vlan": null, + "rootBridge": 0, + "bridgeAddress": "000000000000", + "protocolSpecification": "ieee8021d", + "priority": 24576, + "timeSinceTopologyChange": "0", + "topChanges": 0, + "designatedRoot": "d4c1c81885de", + "rootCost": 0, + "rootPort": 0, + "maxAge": 20, + "helloTime": 2, + "holdTime": 6, + "forwardDelay": 15, + "bridgeMaxAge": 20, + "bridgeHelloTime": 2, + "bridgeForwardDelay": 15 + } + ] + }, + "poller": "matches discovery" + } +} diff --git a/tests/snmpsim/zxa10_c320.snmprec b/tests/snmpsim/zxa10_c320.snmprec index 604e1cd3c9..21e2671a85 100644 --- a/tests/snmpsim/zxa10_c320.snmprec +++ b/tests/snmpsim/zxa10_c320.snmprec @@ -2809,4 +2809,4 @@ 1.3.6.1.4.1.3902.1082.10.10.2.5.3.1.5.5|2|255 1.3.6.1.4.1.3902.1082.10.10.2.5.3.1.5.6|2|255 1.3.6.1.4.1.3902.1082.10.10.2.5.3.1.5.7|2|255 -1.3.6.1.4.1.3902.1082.10.10.2.5.3.1.5.8|2|255 +1.3.6.1.4.1.3902.1082.10.10.2.5.3.1.5.8|2|255 \ No newline at end of file diff --git a/tests/snmpsim/zxa10_c320v2.snmprec b/tests/snmpsim/zxa10_c320v2.snmprec new file mode 100644 index 0000000000..0a1aa89fb9 --- /dev/null +++ b/tests/snmpsim/zxa10_c320v2.snmprec @@ -0,0 +1,1947 @@ +1.0.8802.1.1.2.1.3.7.1.3.285279233|4|gei_1/4/1 +1.0.8802.1.1.2.1.3.7.1.3.285279234|4|xgei_1/4/2 +1.0.8802.1.1.2.1.3.7.1.3.285279235|4|gei_1/4/3 +1.0.8802.1.1.2.1.4.1.1.4.0.285279234.2026079720|2|4 +1.0.8802.1.1.2.1.4.1.1.5.0.285279234.2026079720|4|30 c5 0f a8 0b 90 +1.0.8802.1.1.2.1.4.1.1.6.0.285279234.2026079720|2|5 +1.0.8802.1.1.2.1.4.1.1.7.0.285279234.2026079720|4|XGigabitEthernet0/0/10(xgei_1/4/2) +1.0.8802.1.1.2.1.4.1.1.8.0.285279234.2026079720|4|private +1.0.8802.1.1.2.1.4.1.1.9.0.285279234.2026079720|4|private +1.0.8802.1.1.2.1.4.1.1.10.0.285279234.2026079720|4x|22487561776569205377697463682053363333302d4834385836430a48756177656920566572736174696c6520526f7574696e6720506c6174666f726d20536f6674776172650d0a5652502028522920736f6674776172652c2056657273696f6e20352e31373020285336333330205632303052303139433030535043353030290d0a436f707972696768742028432920323030302d3230313920485541574549205445434820436f2e2c204c74642e22 +1.0.8802.1.1.2.1.4.1.1.11.0.285279234.2026079720|4|28 00 00 00 2 4 +1.0.8802.1.1.2.1.4.1.1.12.0.285279234.2026079720|4|28 00 00 00 2 4 +1.0.8802.1.1.2.1.4.2.1.3.0.285279234.2026079720.1.4.10.238.2.131|2|2 +1.3.6.1.2.1.1.1.0|4|C320 Version V2.1.0 Software, Copyright (c) by ZTE Corporation Compiled +1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.3902.1082.1001.320.2.1 +1.3.6.1.2.1.1.3.0|67|167022100 +1.3.6.1.2.1.1.4.0|4| +1.3.6.1.2.1.1.5.0|4| +1.3.6.1.2.1.1.6.0|4| +1.3.6.1.2.1.2.2.1.2.285278465|4| +1.3.6.1.2.1.2.2.1.2.285278466|4| +1.3.6.1.2.1.2.2.1.2.285278467|4| +1.3.6.1.2.1.2.2.1.2.285278468|4| +1.3.6.1.2.1.2.2.1.2.285278469|4| +1.3.6.1.2.1.2.2.1.2.285278470|4| +1.3.6.1.2.1.2.2.1.2.285278471|4| +1.3.6.1.2.1.2.2.1.2.285278472|4| +1.3.6.1.2.1.2.2.1.2.285278721|4| +1.3.6.1.2.1.2.2.1.2.285278722|4| +1.3.6.1.2.1.2.2.1.2.285278723|4| +1.3.6.1.2.1.2.2.1.2.285278724|4| +1.3.6.1.2.1.2.2.1.2.285278725|4| +1.3.6.1.2.1.2.2.1.2.285278726|4| +1.3.6.1.2.1.2.2.1.2.285278727|4| +1.3.6.1.2.1.2.2.1.2.285278728|4| +1.3.6.1.2.1.2.2.1.2.285279233|4| +1.3.6.1.2.1.2.2.1.2.285279234|4| +1.3.6.1.2.1.2.2.1.2.285279235|4|MONITOR +1.3.6.1.2.1.2.2.1.2.654311425|4| +1.3.6.1.2.1.2.2.1.3.285278465|2|250 +1.3.6.1.2.1.2.2.1.3.285278466|2|250 +1.3.6.1.2.1.2.2.1.3.285278467|2|250 +1.3.6.1.2.1.2.2.1.3.285278468|2|250 +1.3.6.1.2.1.2.2.1.3.285278469|2|250 +1.3.6.1.2.1.2.2.1.3.285278470|2|250 +1.3.6.1.2.1.2.2.1.3.285278471|2|250 +1.3.6.1.2.1.2.2.1.3.285278472|2|250 +1.3.6.1.2.1.2.2.1.3.285278721|2|250 +1.3.6.1.2.1.2.2.1.3.285278722|2|250 +1.3.6.1.2.1.2.2.1.3.285278723|2|250 +1.3.6.1.2.1.2.2.1.3.285278724|2|250 +1.3.6.1.2.1.2.2.1.3.285278725|2|250 +1.3.6.1.2.1.2.2.1.3.285278726|2|250 +1.3.6.1.2.1.2.2.1.3.285278727|2|250 +1.3.6.1.2.1.2.2.1.3.285278728|2|250 +1.3.6.1.2.1.2.2.1.3.285279233|2|6 +1.3.6.1.2.1.2.2.1.3.285279234|2|6 +1.3.6.1.2.1.2.2.1.3.285279235|2|6 +1.3.6.1.2.1.2.2.1.3.654311425|2|6 +1.3.6.1.2.1.2.2.1.4.285278465|2|1500 +1.3.6.1.2.1.2.2.1.4.285278466|2|1500 +1.3.6.1.2.1.2.2.1.4.285278467|2|1500 +1.3.6.1.2.1.2.2.1.4.285278468|2|1500 +1.3.6.1.2.1.2.2.1.4.285278469|2|1500 +1.3.6.1.2.1.2.2.1.4.285278470|2|1500 +1.3.6.1.2.1.2.2.1.4.285278471|2|1500 +1.3.6.1.2.1.2.2.1.4.285278472|2|1500 +1.3.6.1.2.1.2.2.1.4.285278721|2|1500 +1.3.6.1.2.1.2.2.1.4.285278722|2|1500 +1.3.6.1.2.1.2.2.1.4.285278723|2|1500 +1.3.6.1.2.1.2.2.1.4.285278724|2|1500 +1.3.6.1.2.1.2.2.1.4.285278725|2|1500 +1.3.6.1.2.1.2.2.1.4.285278726|2|1500 +1.3.6.1.2.1.2.2.1.4.285278727|2|1500 +1.3.6.1.2.1.2.2.1.4.285278728|2|1500 +1.3.6.1.2.1.2.2.1.4.285279233|2|9000 +1.3.6.1.2.1.2.2.1.4.285279234|2|9000 +1.3.6.1.2.1.2.2.1.4.285279235|2|9000 +1.3.6.1.2.1.2.2.1.4.654311425|2|1500 +1.3.6.1.2.1.2.2.1.6.285278465|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.285278466|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.285278467|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.285278468|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.285278469|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.285278470|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.285278471|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.285278472|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.285278721|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.285278722|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.285278723|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.285278724|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.285278725|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.285278726|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.285278727|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.285278728|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.285279233|4x|D4C1C81885DE +1.3.6.1.2.1.2.2.1.6.285279234|4x|D4C1C81885DE +1.3.6.1.2.1.2.2.1.6.285279235|4x|D4C1C81885DE +1.3.6.1.2.1.2.2.1.6.654311425|4x|D4C1C81885DF +1.3.6.1.2.1.2.2.1.7.285278465|2|1 +1.3.6.1.2.1.2.2.1.7.285278466|2|1 +1.3.6.1.2.1.2.2.1.7.285278467|2|1 +1.3.6.1.2.1.2.2.1.7.285278468|2|1 +1.3.6.1.2.1.2.2.1.7.285278469|2|1 +1.3.6.1.2.1.2.2.1.7.285278470|2|1 +1.3.6.1.2.1.2.2.1.7.285278471|2|1 +1.3.6.1.2.1.2.2.1.7.285278472|2|1 +1.3.6.1.2.1.2.2.1.7.285278721|2|1 +1.3.6.1.2.1.2.2.1.7.285278722|2|1 +1.3.6.1.2.1.2.2.1.7.285278723|2|1 +1.3.6.1.2.1.2.2.1.7.285278724|2|1 +1.3.6.1.2.1.2.2.1.7.285278725|2|1 +1.3.6.1.2.1.2.2.1.7.285278726|2|1 +1.3.6.1.2.1.2.2.1.7.285278727|2|1 +1.3.6.1.2.1.2.2.1.7.285278728|2|1 +1.3.6.1.2.1.2.2.1.7.285279233|2|1 +1.3.6.1.2.1.2.2.1.7.285279234|2|1 +1.3.6.1.2.1.2.2.1.7.285279235|2|1 +1.3.6.1.2.1.2.2.1.7.654311425|2|1 +1.3.6.1.2.1.2.2.1.8.285278465|2|1 +1.3.6.1.2.1.2.2.1.8.285278466|2|1 +1.3.6.1.2.1.2.2.1.8.285278467|2|1 +1.3.6.1.2.1.2.2.1.8.285278468|2|1 +1.3.6.1.2.1.2.2.1.8.285278469|2|1 +1.3.6.1.2.1.2.2.1.8.285278470|2|1 +1.3.6.1.2.1.2.2.1.8.285278471|2|1 +1.3.6.1.2.1.2.2.1.8.285278472|2|2 +1.3.6.1.2.1.2.2.1.8.285278721|2|1 +1.3.6.1.2.1.2.2.1.8.285278722|2|1 +1.3.6.1.2.1.2.2.1.8.285278723|2|1 +1.3.6.1.2.1.2.2.1.8.285278724|2|1 +1.3.6.1.2.1.2.2.1.8.285278725|2|1 +1.3.6.1.2.1.2.2.1.8.285278726|2|1 +1.3.6.1.2.1.2.2.1.8.285278727|2|1 +1.3.6.1.2.1.2.2.1.8.285278728|2|2 +1.3.6.1.2.1.2.2.1.8.285279233|2|2 +1.3.6.1.2.1.2.2.1.8.285279234|2|1 +1.3.6.1.2.1.2.2.1.8.285279235|2|2 +1.3.6.1.2.1.2.2.1.8.654311425|2|2 +1.3.6.1.2.1.2.2.1.9.285278465|67|0 +1.3.6.1.2.1.2.2.1.9.285278466|67|0 +1.3.6.1.2.1.2.2.1.9.285278467|67|0 +1.3.6.1.2.1.2.2.1.9.285278468|67|0 +1.3.6.1.2.1.2.2.1.9.285278469|67|0 +1.3.6.1.2.1.2.2.1.9.285278470|67|0 +1.3.6.1.2.1.2.2.1.9.285278471|67|0 +1.3.6.1.2.1.2.2.1.9.285278472|67|0 +1.3.6.1.2.1.2.2.1.9.285278721|67|0 +1.3.6.1.2.1.2.2.1.9.285278722|67|0 +1.3.6.1.2.1.2.2.1.9.285278723|67|0 +1.3.6.1.2.1.2.2.1.9.285278724|67|0 +1.3.6.1.2.1.2.2.1.9.285278725|67|0 +1.3.6.1.2.1.2.2.1.9.285278726|67|0 +1.3.6.1.2.1.2.2.1.9.285278727|67|0 +1.3.6.1.2.1.2.2.1.9.285278728|67|0 +1.3.6.1.2.1.2.2.1.9.285279233|67|12700 +1.3.6.1.2.1.2.2.1.9.285279234|67|11100 +1.3.6.1.2.1.2.2.1.9.285279235|67|12700 +1.3.6.1.2.1.2.2.1.9.654311425|67|0 +1.3.6.1.2.1.2.2.1.13.285278465|65|0 +1.3.6.1.2.1.2.2.1.13.285278466|65|0 +1.3.6.1.2.1.2.2.1.13.285278467|65|0 +1.3.6.1.2.1.2.2.1.13.285278468|65|0 +1.3.6.1.2.1.2.2.1.13.285278469|65|1 +1.3.6.1.2.1.2.2.1.13.285278470|65|135 +1.3.6.1.2.1.2.2.1.13.285278471|65|244 +1.3.6.1.2.1.2.2.1.13.285278472|65|0 +1.3.6.1.2.1.2.2.1.13.285278721|65|46700 +1.3.6.1.2.1.2.2.1.13.285278722|65|0 +1.3.6.1.2.1.2.2.1.13.285278723|65|0 +1.3.6.1.2.1.2.2.1.13.285278724|65|7 +1.3.6.1.2.1.2.2.1.13.285278725|65|1 +1.3.6.1.2.1.2.2.1.13.285278726|65|7 +1.3.6.1.2.1.2.2.1.13.285278727|65|0 +1.3.6.1.2.1.2.2.1.13.285278728|65|0 +1.3.6.1.2.1.2.2.1.13.285279233|65|0 +1.3.6.1.2.1.2.2.1.13.285279234|65|35495 +1.3.6.1.2.1.2.2.1.13.285279235|65|0 +1.3.6.1.2.1.2.2.1.13.654311425|65|0 +1.3.6.1.2.1.2.2.1.14.285278465|65|0 +1.3.6.1.2.1.2.2.1.14.285278466|65|0 +1.3.6.1.2.1.2.2.1.14.285278467|65|0 +1.3.6.1.2.1.2.2.1.14.285278468|65|0 +1.3.6.1.2.1.2.2.1.14.285278469|65|1 +1.3.6.1.2.1.2.2.1.14.285278470|65|135 +1.3.6.1.2.1.2.2.1.14.285278471|65|244 +1.3.6.1.2.1.2.2.1.14.285278472|65|0 +1.3.6.1.2.1.2.2.1.14.285278721|65|46700 +1.3.6.1.2.1.2.2.1.14.285278722|65|0 +1.3.6.1.2.1.2.2.1.14.285278723|65|0 +1.3.6.1.2.1.2.2.1.14.285278724|65|7 +1.3.6.1.2.1.2.2.1.14.285278725|65|1 +1.3.6.1.2.1.2.2.1.14.285278726|65|7 +1.3.6.1.2.1.2.2.1.14.285278727|65|0 +1.3.6.1.2.1.2.2.1.14.285278728|65|0 +1.3.6.1.2.1.2.2.1.14.285279233|65|0 +1.3.6.1.2.1.2.2.1.14.285279234|65|0 +1.3.6.1.2.1.2.2.1.14.285279235|65|0 +1.3.6.1.2.1.2.2.1.14.654311425|65|0 +1.3.6.1.2.1.2.2.1.19.285278465|65|1407747331 +1.3.6.1.2.1.2.2.1.19.285278466|65|3599714 +1.3.6.1.2.1.2.2.1.19.285278467|65|6123225 +1.3.6.1.2.1.2.2.1.19.285278468|65|4444819 +1.3.6.1.2.1.2.2.1.19.285278469|65|4615785 +1.3.6.1.2.1.2.2.1.19.285278470|65|2647150 +1.3.6.1.2.1.2.2.1.19.285278471|65|3809510 +1.3.6.1.2.1.2.2.1.19.285278472|65|0 +1.3.6.1.2.1.2.2.1.19.285278721|65|1048013193 +1.3.6.1.2.1.2.2.1.19.285278722|65|12500148 +1.3.6.1.2.1.2.2.1.19.285278723|65|585377 +1.3.6.1.2.1.2.2.1.19.285278724|65|1347431 +1.3.6.1.2.1.2.2.1.19.285278725|65|1608003 +1.3.6.1.2.1.2.2.1.19.285278726|65|2494624 +1.3.6.1.2.1.2.2.1.19.285278727|65|5125696 +1.3.6.1.2.1.2.2.1.19.285278728|65|0 +1.3.6.1.2.1.2.2.1.19.285279233|65|0 +1.3.6.1.2.1.2.2.1.19.285279234|65|0 +1.3.6.1.2.1.2.2.1.19.285279235|65|0 +1.3.6.1.2.1.2.2.1.19.654311425|65|0 +1.3.6.1.2.1.2.2.1.20.285278465|65|1407743990 +1.3.6.1.2.1.2.2.1.20.285278466|65|3599666 +1.3.6.1.2.1.2.2.1.20.285278467|65|6123089 +1.3.6.1.2.1.2.2.1.20.285278468|65|4444819 +1.3.6.1.2.1.2.2.1.20.285278469|65|4615785 +1.3.6.1.2.1.2.2.1.20.285278470|65|2647150 +1.3.6.1.2.1.2.2.1.20.285278471|65|3809510 +1.3.6.1.2.1.2.2.1.20.285278472|65|0 +1.3.6.1.2.1.2.2.1.20.285278721|65|1048013193 +1.3.6.1.2.1.2.2.1.20.285278722|65|12500148 +1.3.6.1.2.1.2.2.1.20.285278723|65|585377 +1.3.6.1.2.1.2.2.1.20.285278724|65|1347431 +1.3.6.1.2.1.2.2.1.20.285278725|65|1608003 +1.3.6.1.2.1.2.2.1.20.285278726|65|2494624 +1.3.6.1.2.1.2.2.1.20.285278727|65|5125696 +1.3.6.1.2.1.2.2.1.20.285278728|65|0 +1.3.6.1.2.1.2.2.1.20.285279233|65|0 +1.3.6.1.2.1.2.2.1.20.285279234|65|0 +1.3.6.1.2.1.2.2.1.20.285279235|65|0 +1.3.6.1.2.1.2.2.1.20.654311425|65|0 +1.3.6.1.2.1.4.22.1.2.2.10.238.9.17|4x|D4C1C81885DE +1.3.6.1.2.1.4.22.1.2.2.10.238.9.22|4x|30C50FA80B9F +1.3.6.1.2.1.4.22.1.2.4.192.168.3.7|4x|D4C1C81885DF +1.3.6.1.2.1.5.1.0|65|36862 +1.3.6.1.2.1.5.2.0|65|0 +1.3.6.1.2.1.5.3.0|65|423 +1.3.6.1.2.1.5.4.0|65|2092 +1.3.6.1.2.1.5.5.0|65|0 +1.3.6.1.2.1.5.6.0|65|0 +1.3.6.1.2.1.5.7.0|65|0 +1.3.6.1.2.1.5.8.0|65|34347 +1.3.6.1.2.1.5.9.0|65|0 +1.3.6.1.2.1.5.10.0|65|0 +1.3.6.1.2.1.5.11.0|65|0 +1.3.6.1.2.1.5.12.0|65|0 +1.3.6.1.2.1.5.13.0|65|0 +1.3.6.1.2.1.5.14.0|65|35736 +1.3.6.1.2.1.5.15.0|65|0 +1.3.6.1.2.1.5.16.0|65|0 +1.3.6.1.2.1.5.17.0|65|1389 +1.3.6.1.2.1.5.18.0|65|0 +1.3.6.1.2.1.5.19.0|65|0 +1.3.6.1.2.1.5.20.0|65|0 +1.3.6.1.2.1.5.21.0|65|0 +1.3.6.1.2.1.5.22.0|65|34347 +1.3.6.1.2.1.5.23.0|65|0 +1.3.6.1.2.1.5.24.0|65|0 +1.3.6.1.2.1.5.25.0|65|0 +1.3.6.1.2.1.5.26.0|65|0 +1.3.6.1.2.1.6.5.0|65|0 +1.3.6.1.2.1.6.6.0|65|19 +1.3.6.1.2.1.6.7.0|65|0 +1.3.6.1.2.1.6.8.0|65|5 +1.3.6.1.2.1.6.9.0|66|0 +1.3.6.1.2.1.6.10.0|65|4681 +1.3.6.1.2.1.6.11.0|65|3470 +1.3.6.1.2.1.6.12.0|65|16 +1.3.6.1.2.1.6.14.0|65|0 +1.3.6.1.2.1.6.15.0|65|103 +1.3.6.1.2.1.7.1.0|65|11684584 +1.3.6.1.2.1.7.2.0|65|0 +1.3.6.1.2.1.7.3.0|65|0 +1.3.6.1.2.1.7.4.0|65|11814472 +1.3.6.1.2.1.10.7.2.1.19.285279233|2|3 +1.3.6.1.2.1.10.7.2.1.19.285279234|2|3 +1.3.6.1.2.1.10.7.2.1.19.285279235|2|1 +1.3.6.1.2.1.11.1.0|65|11684533 +1.3.6.1.2.1.11.2.0|65|11757492 +1.3.6.1.2.1.11.3.0|65|0 +1.3.6.1.2.1.11.4.0|65|0 +1.3.6.1.2.1.11.5.0|65|0 +1.3.6.1.2.1.11.6.0|65|57 +1.3.6.1.2.1.11.8.0|65|0 +1.3.6.1.2.1.11.9.0|65|0 +1.3.6.1.2.1.11.10.0|65|0 +1.3.6.1.2.1.11.11.0|65|0 +1.3.6.1.2.1.11.12.0|65|0 +1.3.6.1.2.1.11.13.0|65|201758073 +1.3.6.1.2.1.11.14.0|65|0 +1.3.6.1.2.1.11.15.0|65|10511075 +1.3.6.1.2.1.11.16.0|65|32677 +1.3.6.1.2.1.11.17.0|65|0 +1.3.6.1.2.1.11.18.0|65|0 +1.3.6.1.2.1.11.19.0|65|0 +1.3.6.1.2.1.11.20.0|65|0 +1.3.6.1.2.1.11.21.0|65|0 +1.3.6.1.2.1.11.22.0|65|0 +1.3.6.1.2.1.11.24.0|65|0 +1.3.6.1.2.1.11.25.0|65|0 +1.3.6.1.2.1.11.26.0|65|0 +1.3.6.1.2.1.11.27.0|65|0 +1.3.6.1.2.1.11.28.0|65|11684537 +1.3.6.1.2.1.11.29.0|65|72979 +1.3.6.1.2.1.11.31.0|65|0 +1.3.6.1.2.1.11.32.0|65|0 +1.3.6.1.2.1.17.2.1.0|2|3 +1.3.6.1.2.1.17.2.2.0|2|24576 +1.3.6.1.2.1.17.2.3.0|67|0 +1.3.6.1.2.1.17.2.4.0|65|0 +1.3.6.1.2.1.17.2.5.0|4x|6000D4C1C81885DE +1.3.6.1.2.1.17.2.6.0|2|0 +1.3.6.1.2.1.17.2.7.0|2|0 +1.3.6.1.2.1.17.2.8.0|2|2000 +1.3.6.1.2.1.17.2.9.0|2|200 +1.3.6.1.2.1.17.2.10.0|2|600 +1.3.6.1.2.1.17.2.11.0|2|1500 +1.3.6.1.2.1.17.2.12.0|2|2000 +1.3.6.1.2.1.17.2.13.0|2|200 +1.3.6.1.2.1.17.2.14.0|2|1500 +1.3.6.1.2.1.17.2.15.1.1.285279234|2|285279234 +1.3.6.1.2.1.17.2.15.1.2.285279234|2|128 +1.3.6.1.2.1.17.2.15.1.3.285279234|2|5 +1.3.6.1.2.1.17.2.15.1.4.285279234|2|1 +1.3.6.1.2.1.17.2.15.1.5.285279234|2|2000 +1.3.6.1.2.1.17.2.15.1.6.285279234|4x|6000D4C1C81885DE +1.3.6.1.2.1.17.2.15.1.7.285279234|2|2000 +1.3.6.1.2.1.17.2.15.1.8.285279234|4x|6000D4C1C81885DE +1.3.6.1.2.1.17.2.15.1.9.285279234|4x|8001 +1.3.6.1.2.1.17.2.15.1.10.285279234|65|0 +1.3.6.1.2.1.17.2.15.1.11.285279234|2|2000 +1.3.6.1.2.1.17.7.1.1.1.0|2|1 +1.3.6.1.2.1.17.7.1.2.2.1.2.99.48.197.15.168.11.159|2|285279234 +1.3.6.1.2.1.17.7.1.2.2.1.2.3300.0.0.94.0.1.132|2|285279234 +1.3.6.1.2.1.17.7.1.2.2.1.2.3300.0.0.94.0.1.228|2|285279234 +1.3.6.1.2.1.17.7.1.2.2.1.2.3300.0.0.94.0.1.244|2|285279234 +1.3.6.1.2.1.17.7.1.2.2.1.2.3300.160.243.228.5.228.1|2|285279234 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.1|66|1 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.95|66|95 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.96|66|96 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.99|66|99 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.101|66|101 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.102|66|102 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.103|66|103 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.104|66|104 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.105|66|105 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.106|66|106 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.107|66|107 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.108|66|108 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.109|66|109 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.110|66|110 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.111|66|111 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.112|66|112 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.113|66|113 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.114|66|114 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.115|66|115 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.3300|66|3300 +1.3.6.1.2.1.17.7.1.4.2.1.3.0.4024|66|4024 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.1|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a4330203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.95|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a4530203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.96|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.99|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a4330203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.101|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a4330203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.102|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a4330203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.103|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a4330203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.104|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a4330203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.105|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a4330203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.106|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a4330203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.107|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a4330203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.108|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a4330203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.109|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a4330203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.110|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a4330203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.111|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a4330203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.112|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a4330203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.113|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a4330203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.114|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a4330203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.115|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a4330203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.3300|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a4330203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.4.0.4024|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a4330203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.1|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.95|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3230203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.96|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.99|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.101|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.102|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.103|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.104|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.105|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.106|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.107|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.108|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.109|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.110|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.111|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.112|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.113|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.114|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.115|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.3300|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.2.1.5.0.4024|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.17.7.1.4.3.1.1.1|4|VLAN0001 +1.3.6.1.2.1.17.7.1.4.3.1.1.95|4|Monitoring +1.3.6.1.2.1.17.7.1.4.3.1.1.96|4|VLAN0096 +1.3.6.1.2.1.17.7.1.4.3.1.1.99|4|Management +1.3.6.1.2.1.17.7.1.4.3.1.1.101|4|VLAN0101 +1.3.6.1.2.1.17.7.1.4.3.1.1.102|4|VLAN0102 +1.3.6.1.2.1.17.7.1.4.3.1.1.103|4|VLAN0103 +1.3.6.1.2.1.17.7.1.4.3.1.1.104|4|VLAN0104 +1.3.6.1.2.1.17.7.1.4.3.1.1.105|4|VLAN0105 +1.3.6.1.2.1.17.7.1.4.3.1.1.106|4|VLAN0106 +1.3.6.1.2.1.17.7.1.4.3.1.1.107|4|VLAN0107 +1.3.6.1.2.1.17.7.1.4.3.1.1.108|4|VLAN0108 +1.3.6.1.2.1.17.7.1.4.3.1.1.109|4|VLAN0109 +1.3.6.1.2.1.17.7.1.4.3.1.1.110|4|VLAN0110 +1.3.6.1.2.1.17.7.1.4.3.1.1.111|4|VLAN0111 +1.3.6.1.2.1.17.7.1.4.3.1.1.112|4|VLAN0112 +1.3.6.1.2.1.17.7.1.4.3.1.1.113|4|VLAN0113 +1.3.6.1.2.1.17.7.1.4.3.1.1.114|4|VLAN0114 +1.3.6.1.2.1.17.7.1.4.3.1.1.115|4|VLAN0115 +1.3.6.1.2.1.17.7.1.4.3.1.1.3300|4|SVLAN +1.3.6.1.2.1.17.7.1.4.3.1.1.4024|4|IPTV +1.3.6.1.2.1.17.7.1.4.5.1.1.285279233|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.285279234|66|1 +1.3.6.1.2.1.17.7.1.4.5.1.1.285279235|66|95 +1.3.6.1.2.1.31.1.1.1.1.285278465|4|gpon_1/1/1 +1.3.6.1.2.1.31.1.1.1.1.285278466|4|gpon_1/1/2 +1.3.6.1.2.1.31.1.1.1.1.285278467|4|gpon_1/1/3 +1.3.6.1.2.1.31.1.1.1.1.285278468|4|gpon_1/1/4 +1.3.6.1.2.1.31.1.1.1.1.285278469|4|gpon_1/1/5 +1.3.6.1.2.1.31.1.1.1.1.285278470|4|gpon_1/1/6 +1.3.6.1.2.1.31.1.1.1.1.285278471|4|gpon_1/1/7 +1.3.6.1.2.1.31.1.1.1.1.285278472|4|gpon_1/1/8 +1.3.6.1.2.1.31.1.1.1.1.285278721|4|gpon_1/2/1 +1.3.6.1.2.1.31.1.1.1.1.285278722|4|gpon_1/2/2 +1.3.6.1.2.1.31.1.1.1.1.285278723|4|gpon_1/2/3 +1.3.6.1.2.1.31.1.1.1.1.285278724|4|gpon_1/2/4 +1.3.6.1.2.1.31.1.1.1.1.285278725|4|gpon_1/2/5 +1.3.6.1.2.1.31.1.1.1.1.285278726|4|gpon_1/2/6 +1.3.6.1.2.1.31.1.1.1.1.285278727|4|gpon_1/2/7 +1.3.6.1.2.1.31.1.1.1.1.285278728|4|gpon_1/2/8 +1.3.6.1.2.1.31.1.1.1.1.285279233|4|gei_1/4/1 +1.3.6.1.2.1.31.1.1.1.1.285279234|4|xgei_1/4/2 +1.3.6.1.2.1.31.1.1.1.1.285279235|4|gei_1/4/3 +1.3.6.1.2.1.31.1.1.1.1.654311425|4|Mng1 +1.3.6.1.2.1.31.1.1.1.2.285278465|65|1604638 +1.3.6.1.2.1.31.1.1.1.2.285278466|65|1212294 +1.3.6.1.2.1.31.1.1.1.2.285278467|65|1656567 +1.3.6.1.2.1.31.1.1.1.2.285278468|65|1522768 +1.3.6.1.2.1.31.1.1.1.2.285278469|65|1710834 +1.3.6.1.2.1.31.1.1.1.2.285278470|65|1782432 +1.3.6.1.2.1.31.1.1.1.2.285278471|65|434685 +1.3.6.1.2.1.31.1.1.1.2.285278472|65|0 +1.3.6.1.2.1.31.1.1.1.2.285278721|65|1800876 +1.3.6.1.2.1.31.1.1.1.2.285278722|65|678234 +1.3.6.1.2.1.31.1.1.1.2.285278723|65|498645 +1.3.6.1.2.1.31.1.1.1.2.285278724|65|1057183 +1.3.6.1.2.1.31.1.1.1.2.285278725|65|969130 +1.3.6.1.2.1.31.1.1.1.2.285278726|65|1009720 +1.3.6.1.2.1.31.1.1.1.2.285278727|65|1135069 +1.3.6.1.2.1.31.1.1.1.2.285278728|65|0 +1.3.6.1.2.1.31.1.1.1.2.285279233|65|0 +1.3.6.1.2.1.31.1.1.1.2.285279234|65|5093680 +1.3.6.1.2.1.31.1.1.1.2.285279235|65|0 +1.3.6.1.2.1.31.1.1.1.2.654311425|65|0 +1.3.6.1.2.1.31.1.1.1.3.285278465|65|79005 +1.3.6.1.2.1.31.1.1.1.3.285278466|65|348423 +1.3.6.1.2.1.31.1.1.1.3.285278467|65|46322 +1.3.6.1.2.1.31.1.1.1.3.285278468|65|47413 +1.3.6.1.2.1.31.1.1.1.3.285278469|65|339208 +1.3.6.1.2.1.31.1.1.1.3.285278470|65|67479 +1.3.6.1.2.1.31.1.1.1.3.285278471|65|39712 +1.3.6.1.2.1.31.1.1.1.3.285278472|65|0 +1.3.6.1.2.1.31.1.1.1.3.285278721|65|134653 +1.3.6.1.2.1.31.1.1.1.3.285278722|65|23272 +1.3.6.1.2.1.31.1.1.1.3.285278723|65|10324 +1.3.6.1.2.1.31.1.1.1.3.285278724|65|35158 +1.3.6.1.2.1.31.1.1.1.3.285278725|65|32677 +1.3.6.1.2.1.31.1.1.1.3.285278726|65|22390 +1.3.6.1.2.1.31.1.1.1.3.285278727|65|455946 +1.3.6.1.2.1.31.1.1.1.3.285278728|65|0 +1.3.6.1.2.1.31.1.1.1.3.285279233|65|0 +1.3.6.1.2.1.31.1.1.1.3.285279234|65|6291 +1.3.6.1.2.1.31.1.1.1.3.285279235|65|0 +1.3.6.1.2.1.31.1.1.1.3.654311425|65|0 +1.3.6.1.2.1.31.1.1.1.4.285278465|65|0 +1.3.6.1.2.1.31.1.1.1.4.285278466|65|0 +1.3.6.1.2.1.31.1.1.1.4.285278467|65|0 +1.3.6.1.2.1.31.1.1.1.4.285278468|65|0 +1.3.6.1.2.1.31.1.1.1.4.285278469|65|0 +1.3.6.1.2.1.31.1.1.1.4.285278470|65|0 +1.3.6.1.2.1.31.1.1.1.4.285278471|65|0 +1.3.6.1.2.1.31.1.1.1.4.285278472|65|0 +1.3.6.1.2.1.31.1.1.1.4.285278721|65|0 +1.3.6.1.2.1.31.1.1.1.4.285278722|65|0 +1.3.6.1.2.1.31.1.1.1.4.285278723|65|0 +1.3.6.1.2.1.31.1.1.1.4.285278724|65|0 +1.3.6.1.2.1.31.1.1.1.4.285278725|65|0 +1.3.6.1.2.1.31.1.1.1.4.285278726|65|0 +1.3.6.1.2.1.31.1.1.1.4.285278727|65|0 +1.3.6.1.2.1.31.1.1.1.4.285278728|65|0 +1.3.6.1.2.1.31.1.1.1.4.285279233|65|0 +1.3.6.1.2.1.31.1.1.1.4.285279234|65|1509969 +1.3.6.1.2.1.31.1.1.1.4.285279235|65|0 +1.3.6.1.2.1.31.1.1.1.4.654311425|65|0 +1.3.6.1.2.1.31.1.1.1.5.285278465|65|83 +1.3.6.1.2.1.31.1.1.1.5.285278466|65|64 +1.3.6.1.2.1.31.1.1.1.5.285278467|65|92 +1.3.6.1.2.1.31.1.1.1.5.285278468|65|86 +1.3.6.1.2.1.31.1.1.1.5.285278469|65|91 +1.3.6.1.2.1.31.1.1.1.5.285278470|65|73 +1.3.6.1.2.1.31.1.1.1.5.285278471|65|25 +1.3.6.1.2.1.31.1.1.1.5.285278472|65|0 +1.3.6.1.2.1.31.1.1.1.5.285278721|65|85 +1.3.6.1.2.1.31.1.1.1.5.285278722|65|19 +1.3.6.1.2.1.31.1.1.1.5.285278723|65|20 +1.3.6.1.2.1.31.1.1.1.5.285278724|65|28 +1.3.6.1.2.1.31.1.1.1.5.285278725|65|31 +1.3.6.1.2.1.31.1.1.1.5.285278726|65|37 +1.3.6.1.2.1.31.1.1.1.5.285278727|65|35 +1.3.6.1.2.1.31.1.1.1.5.285278728|65|0 +1.3.6.1.2.1.31.1.1.1.5.285279233|65|0 +1.3.6.1.2.1.31.1.1.1.5.285279234|65|1681985 +1.3.6.1.2.1.31.1.1.1.5.285279235|65|0 +1.3.6.1.2.1.31.1.1.1.5.654311425|65|1 +1.3.6.1.2.1.31.1.1.1.6.285278465|70|933898486207 +1.3.6.1.2.1.31.1.1.1.6.285278466|70|559348257214 +1.3.6.1.2.1.31.1.1.1.6.285278467|70|1377376310970 +1.3.6.1.2.1.31.1.1.1.6.285278468|70|590518257147 +1.3.6.1.2.1.31.1.1.1.6.285278469|70|746127196542 +1.3.6.1.2.1.31.1.1.1.6.285278470|70|636863901574 +1.3.6.1.2.1.31.1.1.1.6.285278471|70|758543432421 +1.3.6.1.2.1.31.1.1.1.6.285278472|70|0 +1.3.6.1.2.1.31.1.1.1.6.285278721|70|425667823646 +1.3.6.1.2.1.31.1.1.1.6.285278722|70|175908471221 +1.3.6.1.2.1.31.1.1.1.6.285278723|70|798713530586 +1.3.6.1.2.1.31.1.1.1.6.285278724|70|541723604727 +1.3.6.1.2.1.31.1.1.1.6.285278725|70|585968950889 +1.3.6.1.2.1.31.1.1.1.6.285278726|70|645292455027 +1.3.6.1.2.1.31.1.1.1.6.285278727|70|330521694526 +1.3.6.1.2.1.31.1.1.1.6.285278728|70|0 +1.3.6.1.2.1.31.1.1.1.6.285279233|70|0 +1.3.6.1.2.1.31.1.1.1.6.285279234|70|129484979532675 +1.3.6.1.2.1.31.1.1.1.6.285279235|70|0 +1.3.6.1.2.1.31.1.1.1.6.654311425|70|0 +1.3.6.1.2.1.31.1.1.1.7.285278465|70|3601184316 +1.3.6.1.2.1.31.1.1.1.7.285278466|70|2123337599 +1.3.6.1.2.1.31.1.1.1.7.285278467|70|4324752701 +1.3.6.1.2.1.31.1.1.1.7.285278468|70|3068079475 +1.3.6.1.2.1.31.1.1.1.7.285278469|70|3070992831 +1.3.6.1.2.1.31.1.1.1.7.285278470|70|2426879987 +1.3.6.1.2.1.31.1.1.1.7.285278471|70|1211624968 +1.3.6.1.2.1.31.1.1.1.7.285278472|70|0 +1.3.6.1.2.1.31.1.1.1.7.285278721|70|2287371458 +1.3.6.1.2.1.31.1.1.1.7.285278722|70|1051496363 +1.3.6.1.2.1.31.1.1.1.7.285278723|70|1276962985 +1.3.6.1.2.1.31.1.1.1.7.285278724|70|2262154535 +1.3.6.1.2.1.31.1.1.1.7.285278725|70|2146153142 +1.3.6.1.2.1.31.1.1.1.7.285278726|70|1947853459 +1.3.6.1.2.1.31.1.1.1.7.285278727|70|1779633242 +1.3.6.1.2.1.31.1.1.1.7.285278728|70|0 +1.3.6.1.2.1.31.1.1.1.7.285279233|70|0 +1.3.6.1.2.1.31.1.1.1.7.285279234|70|93650697760 +1.3.6.1.2.1.31.1.1.1.7.285279235|70|0 +1.3.6.1.2.1.31.1.1.1.7.654311425|70|0 +1.3.6.1.2.1.31.1.1.1.8.285278465|70|1604638 +1.3.6.1.2.1.31.1.1.1.8.285278466|70|1212294 +1.3.6.1.2.1.31.1.1.1.8.285278467|70|1656567 +1.3.6.1.2.1.31.1.1.1.8.285278468|70|1522768 +1.3.6.1.2.1.31.1.1.1.8.285278469|70|1710834 +1.3.6.1.2.1.31.1.1.1.8.285278470|70|1782432 +1.3.6.1.2.1.31.1.1.1.8.285278471|70|434685 +1.3.6.1.2.1.31.1.1.1.8.285278472|70|0 +1.3.6.1.2.1.31.1.1.1.8.285278721|70|1800876 +1.3.6.1.2.1.31.1.1.1.8.285278722|70|678234 +1.3.6.1.2.1.31.1.1.1.8.285278723|70|498645 +1.3.6.1.2.1.31.1.1.1.8.285278724|70|1057183 +1.3.6.1.2.1.31.1.1.1.8.285278725|70|969130 +1.3.6.1.2.1.31.1.1.1.8.285278726|70|1009720 +1.3.6.1.2.1.31.1.1.1.8.285278727|70|1135069 +1.3.6.1.2.1.31.1.1.1.8.285278728|70|0 +1.3.6.1.2.1.31.1.1.1.8.285279233|70|0 +1.3.6.1.2.1.31.1.1.1.8.285279234|70|5093680 +1.3.6.1.2.1.31.1.1.1.8.285279235|70|0 +1.3.6.1.2.1.31.1.1.1.8.654311425|70|0 +1.3.6.1.2.1.31.1.1.1.9.285278465|70|79005 +1.3.6.1.2.1.31.1.1.1.9.285278466|70|348423 +1.3.6.1.2.1.31.1.1.1.9.285278467|70|46322 +1.3.6.1.2.1.31.1.1.1.9.285278468|70|47413 +1.3.6.1.2.1.31.1.1.1.9.285278469|70|339208 +1.3.6.1.2.1.31.1.1.1.9.285278470|70|67479 +1.3.6.1.2.1.31.1.1.1.9.285278471|70|39712 +1.3.6.1.2.1.31.1.1.1.9.285278472|70|0 +1.3.6.1.2.1.31.1.1.1.9.285278721|70|134653 +1.3.6.1.2.1.31.1.1.1.9.285278722|70|23272 +1.3.6.1.2.1.31.1.1.1.9.285278723|70|10324 +1.3.6.1.2.1.31.1.1.1.9.285278724|70|35158 +1.3.6.1.2.1.31.1.1.1.9.285278725|70|32677 +1.3.6.1.2.1.31.1.1.1.9.285278726|70|22390 +1.3.6.1.2.1.31.1.1.1.9.285278727|70|455946 +1.3.6.1.2.1.31.1.1.1.9.285278728|70|0 +1.3.6.1.2.1.31.1.1.1.9.285279233|70|0 +1.3.6.1.2.1.31.1.1.1.9.285279234|70|6291 +1.3.6.1.2.1.31.1.1.1.9.285279235|70|0 +1.3.6.1.2.1.31.1.1.1.9.654311425|70|0 +1.3.6.1.2.1.31.1.1.1.10.285278465|70|15142238987365 +1.3.6.1.2.1.31.1.1.1.10.285278466|70|8678024542709 +1.3.6.1.2.1.31.1.1.1.10.285278467|70|15629636384423 +1.3.6.1.2.1.31.1.1.1.10.285278468|70|12240514289677 +1.3.6.1.2.1.31.1.1.1.10.285278469|70|12803368112075 +1.3.6.1.2.1.31.1.1.1.10.285278470|70|10323049768920 +1.3.6.1.2.1.31.1.1.1.10.285278471|70|3346884169800 +1.3.6.1.2.1.31.1.1.1.10.285278472|70|0 +1.3.6.1.2.1.31.1.1.1.10.285278721|70|10276181712649 +1.3.6.1.2.1.31.1.1.1.10.285278722|70|5195245575118 +1.3.6.1.2.1.31.1.1.1.10.285278723|70|2968733027198 +1.3.6.1.2.1.31.1.1.1.10.285278724|70|8722918655107 +1.3.6.1.2.1.31.1.1.1.10.285278725|70|8503549537937 +1.3.6.1.2.1.31.1.1.1.10.285278726|70|6682252404727 +1.3.6.1.2.1.31.1.1.1.10.285278727|70|8509052622993 +1.3.6.1.2.1.31.1.1.1.10.285278728|70|0 +1.3.6.1.2.1.31.1.1.1.10.285279233|70|0 +1.3.6.1.2.1.31.1.1.1.10.285279234|70|9244311390457 +1.3.6.1.2.1.31.1.1.1.10.285279235|70|0 +1.3.6.1.2.1.31.1.1.1.10.654311425|70|42 +1.3.6.1.2.1.31.1.1.1.11.285278465|70|11030737103 +1.3.6.1.2.1.31.1.1.1.11.285278466|70|6191293237 +1.3.6.1.2.1.31.1.1.1.11.285278467|70|11628399634 +1.3.6.1.2.1.31.1.1.1.11.285278468|70|8691505944 +1.3.6.1.2.1.31.1.1.1.11.285278469|70|9218186817 +1.3.6.1.2.1.31.1.1.1.11.285278470|70|7427963859 +1.3.6.1.2.1.31.1.1.1.11.285278471|70|2597477353 +1.3.6.1.2.1.31.1.1.1.11.285278472|70|0 +1.3.6.1.2.1.31.1.1.1.11.285278721|70|7246208362 +1.3.6.1.2.1.31.1.1.1.11.285278722|70|3788034784 +1.3.6.1.2.1.31.1.1.1.11.285278723|70|2393388932 +1.3.6.1.2.1.31.1.1.1.11.285278724|70|6347756901 +1.3.6.1.2.1.31.1.1.1.11.285278725|70|6067662970 +1.3.6.1.2.1.31.1.1.1.11.285278726|70|4942054409 +1.3.6.1.2.1.31.1.1.1.11.285278727|70|6005600688 +1.3.6.1.2.1.31.1.1.1.11.285278728|70|0 +1.3.6.1.2.1.31.1.1.1.11.285279233|70|0 +1.3.6.1.2.1.31.1.1.1.11.285279234|70|32035555034 +1.3.6.1.2.1.31.1.1.1.11.285279235|70|0 +1.3.6.1.2.1.31.1.1.1.11.654311425|70|0 +1.3.6.1.2.1.31.1.1.1.12.285278465|70|0 +1.3.6.1.2.1.31.1.1.1.12.285278466|70|0 +1.3.6.1.2.1.31.1.1.1.12.285278467|70|0 +1.3.6.1.2.1.31.1.1.1.12.285278468|70|0 +1.3.6.1.2.1.31.1.1.1.12.285278469|70|0 +1.3.6.1.2.1.31.1.1.1.12.285278470|70|0 +1.3.6.1.2.1.31.1.1.1.12.285278471|70|0 +1.3.6.1.2.1.31.1.1.1.12.285278472|70|0 +1.3.6.1.2.1.31.1.1.1.12.285278721|70|0 +1.3.6.1.2.1.31.1.1.1.12.285278722|70|0 +1.3.6.1.2.1.31.1.1.1.12.285278723|70|0 +1.3.6.1.2.1.31.1.1.1.12.285278724|70|0 +1.3.6.1.2.1.31.1.1.1.12.285278725|70|0 +1.3.6.1.2.1.31.1.1.1.12.285278726|70|0 +1.3.6.1.2.1.31.1.1.1.12.285278727|70|0 +1.3.6.1.2.1.31.1.1.1.12.285278728|70|0 +1.3.6.1.2.1.31.1.1.1.12.285279233|70|0 +1.3.6.1.2.1.31.1.1.1.12.285279234|70|1509969 +1.3.6.1.2.1.31.1.1.1.12.285279235|70|0 +1.3.6.1.2.1.31.1.1.1.12.654311425|70|0 +1.3.6.1.2.1.31.1.1.1.13.285278465|70|83 +1.3.6.1.2.1.31.1.1.1.13.285278466|70|64 +1.3.6.1.2.1.31.1.1.1.13.285278467|70|92 +1.3.6.1.2.1.31.1.1.1.13.285278468|70|86 +1.3.6.1.2.1.31.1.1.1.13.285278469|70|91 +1.3.6.1.2.1.31.1.1.1.13.285278470|70|73 +1.3.6.1.2.1.31.1.1.1.13.285278471|70|25 +1.3.6.1.2.1.31.1.1.1.13.285278472|70|0 +1.3.6.1.2.1.31.1.1.1.13.285278721|70|85 +1.3.6.1.2.1.31.1.1.1.13.285278722|70|19 +1.3.6.1.2.1.31.1.1.1.13.285278723|70|20 +1.3.6.1.2.1.31.1.1.1.13.285278724|70|28 +1.3.6.1.2.1.31.1.1.1.13.285278725|70|31 +1.3.6.1.2.1.31.1.1.1.13.285278726|70|37 +1.3.6.1.2.1.31.1.1.1.13.285278727|70|35 +1.3.6.1.2.1.31.1.1.1.13.285278728|70|0 +1.3.6.1.2.1.31.1.1.1.13.285279233|70|0 +1.3.6.1.2.1.31.1.1.1.13.285279234|70|1681985 +1.3.6.1.2.1.31.1.1.1.13.285279235|70|0 +1.3.6.1.2.1.31.1.1.1.13.654311425|70|0 +1.3.6.1.2.1.31.1.1.1.14.285278465|2|1 +1.3.6.1.2.1.31.1.1.1.14.285278466|2|1 +1.3.6.1.2.1.31.1.1.1.14.285278467|2|1 +1.3.6.1.2.1.31.1.1.1.14.285278468|2|1 +1.3.6.1.2.1.31.1.1.1.14.285278469|2|1 +1.3.6.1.2.1.31.1.1.1.14.285278470|2|1 +1.3.6.1.2.1.31.1.1.1.14.285278471|2|1 +1.3.6.1.2.1.31.1.1.1.14.285278472|2|1 +1.3.6.1.2.1.31.1.1.1.14.285278721|2|1 +1.3.6.1.2.1.31.1.1.1.14.285278722|2|1 +1.3.6.1.2.1.31.1.1.1.14.285278723|2|1 +1.3.6.1.2.1.31.1.1.1.14.285278724|2|1 +1.3.6.1.2.1.31.1.1.1.14.285278725|2|1 +1.3.6.1.2.1.31.1.1.1.14.285278726|2|1 +1.3.6.1.2.1.31.1.1.1.14.285278727|2|1 +1.3.6.1.2.1.31.1.1.1.14.285278728|2|1 +1.3.6.1.2.1.31.1.1.1.14.285279233|2|1 +1.3.6.1.2.1.31.1.1.1.14.285279234|2|1 +1.3.6.1.2.1.31.1.1.1.14.285279235|2|1 +1.3.6.1.2.1.31.1.1.1.14.654311425|2|2 +1.3.6.1.2.1.31.1.1.1.15.285278465|66|2488 +1.3.6.1.2.1.31.1.1.1.15.285278466|66|2488 +1.3.6.1.2.1.31.1.1.1.15.285278467|66|2488 +1.3.6.1.2.1.31.1.1.1.15.285278468|66|2488 +1.3.6.1.2.1.31.1.1.1.15.285278469|66|2488 +1.3.6.1.2.1.31.1.1.1.15.285278470|66|2488 +1.3.6.1.2.1.31.1.1.1.15.285278471|66|2488 +1.3.6.1.2.1.31.1.1.1.15.285278472|66|2488 +1.3.6.1.2.1.31.1.1.1.15.285278721|66|2488 +1.3.6.1.2.1.31.1.1.1.15.285278722|66|2488 +1.3.6.1.2.1.31.1.1.1.15.285278723|66|2488 +1.3.6.1.2.1.31.1.1.1.15.285278724|66|2488 +1.3.6.1.2.1.31.1.1.1.15.285278725|66|2488 +1.3.6.1.2.1.31.1.1.1.15.285278726|66|2488 +1.3.6.1.2.1.31.1.1.1.15.285278727|66|2488 +1.3.6.1.2.1.31.1.1.1.15.285278728|66|2488 +1.3.6.1.2.1.31.1.1.1.15.285279233|66|1000 +1.3.6.1.2.1.31.1.1.1.15.285279234|66|10000 +1.3.6.1.2.1.31.1.1.1.15.285279235|66|1000 +1.3.6.1.2.1.31.1.1.1.15.654311425|66|100 +1.3.6.1.2.1.31.1.1.1.16.285278465|2|2 +1.3.6.1.2.1.31.1.1.1.16.285278466|2|2 +1.3.6.1.2.1.31.1.1.1.16.285278467|2|2 +1.3.6.1.2.1.31.1.1.1.16.285278468|2|2 +1.3.6.1.2.1.31.1.1.1.16.285278469|2|2 +1.3.6.1.2.1.31.1.1.1.16.285278470|2|2 +1.3.6.1.2.1.31.1.1.1.16.285278471|2|2 +1.3.6.1.2.1.31.1.1.1.16.285278472|2|2 +1.3.6.1.2.1.31.1.1.1.16.285278721|2|2 +1.3.6.1.2.1.31.1.1.1.16.285278722|2|2 +1.3.6.1.2.1.31.1.1.1.16.285278723|2|2 +1.3.6.1.2.1.31.1.1.1.16.285278724|2|2 +1.3.6.1.2.1.31.1.1.1.16.285278725|2|2 +1.3.6.1.2.1.31.1.1.1.16.285278726|2|2 +1.3.6.1.2.1.31.1.1.1.16.285278727|2|2 +1.3.6.1.2.1.31.1.1.1.16.285278728|2|2 +1.3.6.1.2.1.31.1.1.1.16.285279233|2|2 +1.3.6.1.2.1.31.1.1.1.16.285279234|2|2 +1.3.6.1.2.1.31.1.1.1.16.285279235|2|2 +1.3.6.1.2.1.31.1.1.1.16.654311425|2|1 +1.3.6.1.2.1.31.1.1.1.17.285278465|2|2 +1.3.6.1.2.1.31.1.1.1.17.285278466|2|2 +1.3.6.1.2.1.31.1.1.1.17.285278467|2|2 +1.3.6.1.2.1.31.1.1.1.17.285278468|2|2 +1.3.6.1.2.1.31.1.1.1.17.285278469|2|2 +1.3.6.1.2.1.31.1.1.1.17.285278470|2|2 +1.3.6.1.2.1.31.1.1.1.17.285278471|2|2 +1.3.6.1.2.1.31.1.1.1.17.285278472|2|2 +1.3.6.1.2.1.31.1.1.1.17.285278721|2|2 +1.3.6.1.2.1.31.1.1.1.17.285278722|2|2 +1.3.6.1.2.1.31.1.1.1.17.285278723|2|2 +1.3.6.1.2.1.31.1.1.1.17.285278724|2|2 +1.3.6.1.2.1.31.1.1.1.17.285278725|2|2 +1.3.6.1.2.1.31.1.1.1.17.285278726|2|2 +1.3.6.1.2.1.31.1.1.1.17.285278727|2|2 +1.3.6.1.2.1.31.1.1.1.17.285278728|2|2 +1.3.6.1.2.1.31.1.1.1.17.285279233|2|2 +1.3.6.1.2.1.31.1.1.1.17.285279234|2|2 +1.3.6.1.2.1.31.1.1.1.17.285279235|2|2 +1.3.6.1.2.1.31.1.1.1.17.654311425|2|2 +1.3.6.1.2.1.31.1.1.1.18.285278465|4| +1.3.6.1.2.1.31.1.1.1.18.285278466|4| +1.3.6.1.2.1.31.1.1.1.18.285278467|4| +1.3.6.1.2.1.31.1.1.1.18.285278468|4| +1.3.6.1.2.1.31.1.1.1.18.285278469|4| +1.3.6.1.2.1.31.1.1.1.18.285278470|4| +1.3.6.1.2.1.31.1.1.1.18.285278471|4| +1.3.6.1.2.1.31.1.1.1.18.285278472|4| +1.3.6.1.2.1.31.1.1.1.18.285278721|4| +1.3.6.1.2.1.31.1.1.1.18.285278722|4| +1.3.6.1.2.1.31.1.1.1.18.285278723|4| +1.3.6.1.2.1.31.1.1.1.18.285278724|4| +1.3.6.1.2.1.31.1.1.1.18.285278725|4| +1.3.6.1.2.1.31.1.1.1.18.285278726|4| +1.3.6.1.2.1.31.1.1.1.18.285278727|4| +1.3.6.1.2.1.31.1.1.1.18.285278728|4| +1.3.6.1.2.1.31.1.1.1.18.285279233|4| +1.3.6.1.2.1.31.1.1.1.18.285279234|4| +1.3.6.1.2.1.31.1.1.1.18.285279235|4|MONITOR +1.3.6.1.2.1.31.1.1.1.18.654311425|4| +1.3.6.1.2.1.31.1.1.1.19.285278465|2|0 +1.3.6.1.2.1.31.1.1.1.19.285278466|2|0 +1.3.6.1.2.1.31.1.1.1.19.285278467|2|0 +1.3.6.1.2.1.31.1.1.1.19.285278468|2|0 +1.3.6.1.2.1.31.1.1.1.19.285278469|2|0 +1.3.6.1.2.1.31.1.1.1.19.285278470|2|0 +1.3.6.1.2.1.31.1.1.1.19.285278471|2|0 +1.3.6.1.2.1.31.1.1.1.19.285278472|2|0 +1.3.6.1.2.1.31.1.1.1.19.285278721|2|0 +1.3.6.1.2.1.31.1.1.1.19.285278722|2|0 +1.3.6.1.2.1.31.1.1.1.19.285278723|2|0 +1.3.6.1.2.1.31.1.1.1.19.285278724|2|0 +1.3.6.1.2.1.31.1.1.1.19.285278725|2|0 +1.3.6.1.2.1.31.1.1.1.19.285278726|2|0 +1.3.6.1.2.1.31.1.1.1.19.285278727|2|0 +1.3.6.1.2.1.31.1.1.1.19.285278728|2|0 +1.3.6.1.2.1.31.1.1.1.19.285279233|2|0 +1.3.6.1.2.1.31.1.1.1.19.285279234|2|0 +1.3.6.1.2.1.31.1.1.1.19.285279235|2|0 +1.3.6.1.2.1.31.1.1.1.19.654311425|2|0 +1.3.6.1.2.1.47.1.1.1.1.2.1|4|C320 shelf +1.3.6.1.2.1.47.1.1.1.1.2.2|4| +1.3.6.1.2.1.47.1.1.1.1.2.10|4|8 ports GPON OLT line card. +1.3.6.1.2.1.47.1.1.1.1.2.20|4|8 ports GPON OLT line card. +1.3.6.1.2.1.47.1.1.1.1.2.30|4|General Power Card. +1.3.6.1.2.1.47.1.1.1.1.2.40|4|Type A switch management card. +1.3.6.1.2.1.47.1.1.1.1.3.1|6|2.280.1.3.1 +1.3.6.1.2.1.47.1.1.1.1.3.2|6|0.0.0.0.1 +1.3.6.1.2.1.47.1.1.1.1.3.10|6|2.280.36.1.1 +1.3.6.1.2.1.47.1.1.1.1.3.20|6|2.280.36.1.1 +1.3.6.1.2.1.47.1.1.1.1.3.30|6|2.281.0.3.1 +1.3.6.1.2.1.47.1.1.1.1.3.40|6|2.280.1.10.1 +1.3.6.1.2.1.47.1.1.1.1.4.1|2|0 +1.3.6.1.2.1.47.1.1.1.1.4.2|2|1 +1.3.6.1.2.1.47.1.1.1.1.4.10|2|1 +1.3.6.1.2.1.47.1.1.1.1.4.20|2|1 +1.3.6.1.2.1.47.1.1.1.1.4.30|2|1 +1.3.6.1.2.1.47.1.1.1.1.4.40|2|1 +1.3.6.1.2.1.47.1.1.1.1.5.1|2|5 +1.3.6.1.2.1.47.1.1.1.1.5.2|2|1 +1.3.6.1.2.1.47.1.1.1.1.5.10|2|3 +1.3.6.1.2.1.47.1.1.1.1.5.20|2|3 +1.3.6.1.2.1.47.1.1.1.1.5.30|2|6 +1.3.6.1.2.1.47.1.1.1.1.5.40|2|3 +1.3.6.1.2.1.47.1.1.1.1.6.1|2|-1 +1.3.6.1.2.1.47.1.1.1.1.6.2|2|5 +1.3.6.1.2.1.47.1.1.1.1.6.10|2|0 +1.3.6.1.2.1.47.1.1.1.1.6.20|2|1 +1.3.6.1.2.1.47.1.1.1.1.6.30|2|2 +1.3.6.1.2.1.47.1.1.1.1.6.40|2|3 +1.3.6.1.2.1.47.1.1.1.1.8.1|4| +1.3.6.1.2.1.47.1.1.1.1.8.2|4| +1.3.6.1.2.1.47.1.1.1.1.8.10|4|140600 +1.3.6.1.2.1.47.1.1.1.1.8.20|4|140600 +1.3.6.1.2.1.47.1.1.1.1.8.30|4| +1.3.6.1.2.1.47.1.1.1.1.8.40|4|131201 +1.3.6.1.2.1.47.1.1.1.1.9.1|4| +1.3.6.1.2.1.47.1.1.1.1.9.2|4| +1.3.6.1.2.1.47.1.1.1.1.9.10|4| +1.3.6.1.2.1.47.1.1.1.1.9.20|4| +1.3.6.1.2.1.47.1.1.1.1.9.30|4| +1.3.6.1.2.1.47.1.1.1.1.9.40|4|V2.1.0 +1.3.6.1.2.1.47.1.1.1.1.10.1|4| +1.3.6.1.2.1.47.1.1.1.1.10.2|4| +1.3.6.1.2.1.47.1.1.1.1.10.10|4|V2.1.0 +1.3.6.1.2.1.47.1.1.1.1.10.20|4|V2.1.0 +1.3.6.1.2.1.47.1.1.1.1.10.30|4|V1.01 +1.3.6.1.2.1.47.1.1.1.1.10.40|4|V2.1.0 +1.3.6.1.2.1.47.1.1.1.1.11.1|4|210108200803 +1.3.6.1.2.1.47.1.1.1.1.11.2|4| +1.3.6.1.2.1.47.1.1.1.1.11.10|4|732329200705 +1.3.6.1.2.1.47.1.1.1.1.11.20|4|732329200425 +1.3.6.1.2.1.47.1.1.1.1.11.30|4|734971900039 +1.3.6.1.2.1.47.1.1.1.1.11.40|4|734762100047 +1.3.6.1.2.1.47.1.1.1.1.12.1|4|ZTE +1.3.6.1.2.1.47.1.1.1.1.12.2|4|ZTE +1.3.6.1.2.1.47.1.1.1.1.12.10|4|ZTE +1.3.6.1.2.1.47.1.1.1.1.12.20|4|ZTE +1.3.6.1.2.1.47.1.1.1.1.12.30|4|ZTE +1.3.6.1.2.1.47.1.1.1.1.12.40|4|ZTE +1.3.6.1.2.1.47.1.1.1.1.13.1|4|C320_SHELF +1.3.6.1.2.1.47.1.1.1.1.13.2|4| +1.3.6.1.2.1.47.1.1.1.1.13.10|4|GTGO +1.3.6.1.2.1.47.1.1.1.1.13.20|4|GTGO +1.3.6.1.2.1.47.1.1.1.1.13.30|4|PRAM +1.3.6.1.2.1.47.1.1.1.1.13.40|4|SMXA +1.3.6.1.2.1.47.1.1.1.1.14.1|4| +1.3.6.1.2.1.47.1.1.1.1.14.2|4| +1.3.6.1.2.1.47.1.1.1.1.14.10|4| +1.3.6.1.2.1.47.1.1.1.1.14.20|4| +1.3.6.1.2.1.47.1.1.1.1.14.30|4| +1.3.6.1.2.1.47.1.1.1.1.14.40|4| +1.3.6.1.2.1.47.1.1.1.1.16.1|2|2 +1.3.6.1.2.1.47.1.1.1.1.16.2|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.10|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.20|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.30|2|1 +1.3.6.1.2.1.47.1.1.1.1.16.40|2|1 +1.3.6.1.2.1.47.1.1.1.1.17.1|4|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF +1.3.6.1.2.1.47.1.1.1.1.17.2|4x|000000000000000000000000000000000a3030203030203030203030203030203030203030203030203030203030203030203030203030203030203030203030200a303020303020303020303020303020303020303020303020303020303020 +1.3.6.1.2.1.47.1.1.1.1.17.10|4|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00EE12 +1.3.6.1.2.1.47.1.1.1.1.17.20|4|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF00EE12 +1.3.6.1.2.1.47.1.1.1.1.17.30|4|000000000000000000000000000000000000000000 +1.3.6.1.2.1.47.1.1.1.1.17.40|4|000000000000000000000000000000000000000000 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.2.1.1.1|2|599041 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.2.1.1.2|2|599041 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.2.1.1.3|2|606211 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.2.1.1.4|2|590090 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.3.1.1.1|2|599137 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.3.1.1.2|2|599137 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.3.1.1.3|2|606211 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.3.1.1.4|2|590090 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.4.1.1.1|4|GTGOG +1.3.6.1.4.1.3902.1082.10.1.2.4.1.4.1.1.2|4|GTGOG +1.3.6.1.4.1.3902.1082.10.1.2.4.1.4.1.1.3|4|PRAM +1.3.6.1.4.1.3902.1082.10.1.2.4.1.4.1.1.4|4|SMXA +1.3.6.1.4.1.3902.1082.10.1.2.4.1.5.1.1.1|2|1 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.5.1.1.2|2|1 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.5.1.1.3|2|1 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.5.1.1.4|2|1 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.6.1.1.1|2|4 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.6.1.1.2|2|4 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.6.1.1.3|2|4 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.6.1.1.4|2|4 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.7.1.1.1|2|8 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.7.1.1.2|2|8 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.7.1.1.3|2|3 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.7.1.1.4|2|3 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.9.1.1.1|2|14 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.9.1.1.2|2|12 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.9.1.1.3|2|0 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.9.1.1.4|2|22 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.10.1.1.1|2|100 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.10.1.1.2|2|100 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.10.1.1.3|2|100 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.10.1.1.4|2|100 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.11.1.1.1|2|26 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.11.1.1.2|2|26 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.11.1.1.3|2|0 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.11.1.1.4|2|26 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.12.1.1.1|2|100 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.12.1.1.2|2|100 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.12.1.1.3|2|100 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.12.1.1.4|2|100 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.13.1.1.1|2|1 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.13.1.1.2|2|1 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.13.1.1.3|2|2 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.13.1.1.4|2|1 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.14.1.1.1|4|732329200705 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.14.1.1.2|4|732329200425 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.14.1.1.3|4|734971900039 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.14.1.1.4|4|734762100047 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.19.1.1.1|2|512 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.19.1.1.2|2|512 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.19.1.1.3|2|0 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.19.1.1.4|2|2048 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.23.1.1.1|4|V1.0.0 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.23.1.1.2|4|V1.0.0 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.23.1.1.3|4|V1.0.0 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.23.1.1.4|4|V1.0.0 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.24.1.1.1|2|2 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.24.1.1.2|2|2 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.24.1.1.3|2|2 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.24.1.1.4|2|2 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.25.1.1.1|4x|07E6060711010902 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.25.1.1.2|4x|07E6060711010302 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.25.1.1.3|4x|0000000000000000 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.25.1.1.4|4x|07E60607103B3A02 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.26.1.1.1|4|V1.3 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.26.1.1.2|4|V1.3 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.26.1.1.3|4| +1.3.6.1.4.1.3902.1082.10.1.2.4.1.26.1.1.4|4|V2.3 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.27.1.1.1|4| +1.3.6.1.4.1.3902.1082.10.1.2.4.1.27.1.1.2|4| +1.3.6.1.4.1.3902.1082.10.1.2.4.1.27.1.1.3|4| +1.3.6.1.4.1.3902.1082.10.1.2.4.1.27.1.1.4|4|V2.1.0 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.28.1.1.1|4|pm.fw(V4.0.14) +1.3.6.1.4.1.3902.1082.10.1.2.4.1.28.1.1.2|4|pm.fw(V4.0.14) +1.3.6.1.4.1.3902.1082.10.1.2.4.1.28.1.1.3|4| +1.3.6.1.4.1.3902.1082.10.1.2.4.1.28.1.1.4|4| +1.3.6.1.4.1.3902.1082.10.1.2.4.1.29.1.1.1|4|140600 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.29.1.1.2|4|140600 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.29.1.1.3|4| +1.3.6.1.4.1.3902.1082.10.1.2.4.1.29.1.1.4|4|131201 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.50.1.1.1|2|1 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.50.1.1.2|2|1 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.50.1.1.3|2|1 +1.3.6.1.4.1.3902.1082.10.1.2.4.1.50.1.1.4|2|1 +1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.2.1.1.1|2|37 +1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.2.1.1.2|2|36 +1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.2.1.1.3|2|36 +1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.2.1.1.4|2|43 +1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.3.1.1.1|2|28366 +1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.3.1.1.2|2|25069 +1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.3.1.1.3|2|96000 +1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.3.1.1.4|2|0 +1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.4.1.1.1|2|51387 +1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.4.1.1.2|2|51371 +1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.4.1.1.3|2|0 +1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.4.1.1.4|2|0 +1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.5.1.1.1|2|540 +1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.5.1.1.2|2|504 +1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.5.1.1.3|2|0 +1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.5.1.1.4|2|0 +1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.7.1.1.1|2|0 +1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.7.1.1.2|2|0 +1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.7.1.1.3|2|-1000 +1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.7.1.1.4|2|0 +1.3.6.1.4.1.3902.1082.10.10.2.3.11.1.2.1.1.3|2|59 +1.3.6.1.4.1.3902.1082.10.10.2.3.11.1.2.1.1.4|2|0 +1.3.6.1.4.1.3902.1082.10.10.2.3.11.1.3.1.1.3|2|2 +1.3.6.1.4.1.3902.1082.10.10.2.3.11.1.3.1.1.4|2|4 +1.3.6.1.4.1.3902.1082.10.10.2.3.11.1.4.1.1.3|2|0 +1.3.6.1.4.1.3902.1082.10.10.2.3.11.1.4.1.1.4|2|0 +1.3.6.1.4.1.3902.1082.10.10.2.3.11.1.5.1.1.3|2|0 +1.3.6.1.4.1.3902.1082.10.10.2.3.11.1.5.1.1.4|2|0 +1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.2.1.1.1|2|3 +1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.2.1.1.2|2|3 +1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.3.1.1.1|2|3 +1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.3.1.1.2|2|3 +1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.4.1.1.1|2|1 +1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.4.1.1.2|2|1 +1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.5.1.1.1|2|1 +1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.5.1.1.2|2|1 +1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.6.1.1.1|2|1 +1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.6.1.1.2|2|1 +1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.7.1.1.1|2|3372 +1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.7.1.1.2|2|3366 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278465|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278466|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278467|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278468|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278469|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278470|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278471|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278472|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278721|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278722|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278723|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278724|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278725|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278726|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278727|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285278728|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285279233|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.285279234|2|-7607 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.3.285278465|2|3780 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.3.285278466|2|3538 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.3.285278467|2|3652 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.3.285278468|2|3459 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.3.285278469|2|3497 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.3.285278470|2|3714 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.3.285278471|2|3583 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.3.285278472|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.3.285278721|2|3566 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.3.285278722|2|3397 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.3.285278723|2|3555 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.3.285278724|2|3486 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.3.285278725|2|3325 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.3.285278726|2|3511 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.3.285278727|2|3469 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.3.285278728|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.3.285279233|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.3.285279234|2|-1667 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.4.285278465|2|25 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.4.285278466|2|25 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.4.285278467|2|25 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.4.285278468|2|25 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.4.285278469|2|25 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.4.285278470|2|25 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.4.285278471|2|25 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.4.285278472|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.4.285278721|2|25 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.4.285278722|2|25 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.4.285278723|2|25 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.4.285278724|2|25 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.4.285278725|2|25 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.4.285278726|2|25 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.4.285278727|2|25 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.4.285278728|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.4.285279233|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.4.285279234|2|103 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.5.285278465|2|17850 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.5.285278466|2|17300 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.5.285278467|2|19650 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.5.285278468|2|17650 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.5.285278469|2|14650 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.5.285278470|2|14750 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.5.285278471|2|17484 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.5.285278472|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.5.285278721|2|18700 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.5.285278722|2|15400 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.5.285278723|2|15850 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.5.285278724|2|14550 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.5.285278725|2|16650 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.5.285278726|2|14850 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.5.285278727|2|20250 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.5.285278728|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.5.285279233|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.5.285279234|2|28702 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.6.285278465|2|3260 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.6.285278466|2|3276 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.6.285278467|2|3276 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.6.285278468|2|3276 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.6.285278469|2|3291 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.6.285278470|2|3276 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.6.285278471|2|3283 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.6.285278472|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.6.285278721|2|3252 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.6.285278722|2|3268 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.6.285278723|2|3268 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.6.285278724|2|3268 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.6.285278725|2|3268 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.6.285278726|2|3260 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.6.285278727|2|3268 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.6.285278728|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.6.285279233|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.6.285279234|2|3287 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.7.285278465|2|1490 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.7.285278466|2|1490 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.7.285278467|2|1490 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.7.285278468|2|1490 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.7.285278469|2|1490 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.7.285278470|2|1490 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.7.285278471|2|1490 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.7.285278472|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.7.285278721|2|1490 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.7.285278722|2|1490 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.7.285278723|2|1490 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.7.285278724|2|1490 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.7.285278725|2|1490 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.7.285278726|2|1490 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.7.285278727|2|1490 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.7.285278728|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.7.285279233|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.7.285279234|2|1330 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.8.285278465|2|36750 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.8.285278466|2|37105 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.8.285278467|2|37175 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.8.285278468|2|37355 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.8.285278469|2|36605 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.8.285278470|2|36500 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.8.285278471|2|53812 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.8.285278472|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.8.285278721|2|36750 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.8.285278722|2|36820 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.8.285278723|2|36140 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.8.285278724|2|36710 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.8.285278725|2|36140 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.8.285278726|2|35785 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.8.285278727|2|35035 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.8.285278728|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.8.285279233|2|2147483647 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.8.285279234|2|38503 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.9.285278465|2|3 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.9.285278466|2|3 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.9.285278467|2|3 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.9.285278468|2|3 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.9.285278469|2|3 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.9.285278470|2|3 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.9.285278471|2|3 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.9.285278472|2|3 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.9.285278721|2|3 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.9.285278722|2|3 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.9.285278723|2|3 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.9.285278724|2|3 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.9.285278725|2|3 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.9.285278726|2|3 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.9.285278727|2|3 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.9.285278728|2|3 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.9.285279233|2|3 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.9.285279234|2|3 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.10.285278465|4|10 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.10.285278466|4|10 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.10.285278467|4|10 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.10.285278468|4|10 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.10.285278469|4|10 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.10.285278470|4|10 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.10.285278471|4|1.0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.10.285278472|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.10.285278721|4|10 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.10.285278722|4|10 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.10.285278723|4|10 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.10.285278724|4|10 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.10.285278725|4|10 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.10.285278726|4|10 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.10.285278727|4|10 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.10.285278728|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.10.285279233|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.10.285279234|4|1.0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.11.285278465|4|THMPRS4343GBA-DM +1.3.6.1.4.1.3902.1082.30.40.2.4.1.11.285278466|4|THMPRS4343GBA-DM +1.3.6.1.4.1.3902.1082.30.40.2.4.1.11.285278467|4|THMPRS4343GBA-DM +1.3.6.1.4.1.3902.1082.30.40.2.4.1.11.285278468|4|THMPRS4343GBA-DM +1.3.6.1.4.1.3902.1082.30.40.2.4.1.11.285278469|4|THMPRS4343GBA-DM +1.3.6.1.4.1.3902.1082.30.40.2.4.1.11.285278470|4|THMPRS4343GBA-DM +1.3.6.1.4.1.3902.1082.30.40.2.4.1.11.285278471|4|LTE3680M-BC +1.3.6.1.4.1.3902.1082.30.40.2.4.1.11.285278472|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.11.285278721|4|THMPRS4343GBA-DM +1.3.6.1.4.1.3902.1082.30.40.2.4.1.11.285278722|4|THMPRS4343GBA-DM +1.3.6.1.4.1.3902.1082.30.40.2.4.1.11.285278723|4|THMPRS4343GBA-DM +1.3.6.1.4.1.3902.1082.30.40.2.4.1.11.285278724|4|THMPRS4343GBA-DM +1.3.6.1.4.1.3902.1082.30.40.2.4.1.11.285278725|4|THMPRS4343GBA-DM +1.3.6.1.4.1.3902.1082.30.40.2.4.1.11.285278726|4|THMPRS4343GBA-DM +1.3.6.1.4.1.3902.1082.30.40.2.4.1.11.285278727|4|THMPRS4343GBA-DM +1.3.6.1.4.1.3902.1082.30.40.2.4.1.11.285278728|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.11.285279233|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.11.285279234|4|GR-SP10-W333L-D +1.3.6.1.4.1.3902.1082.30.40.2.4.1.12.285278465|4|TSUHAN LTD. +1.3.6.1.4.1.3902.1082.30.40.2.4.1.12.285278466|4|TSUHAN LTD. +1.3.6.1.4.1.3902.1082.30.40.2.4.1.12.285278467|4|TSUHAN LTD. +1.3.6.1.4.1.3902.1082.30.40.2.4.1.12.285278468|4|TSUHAN LTD. +1.3.6.1.4.1.3902.1082.30.40.2.4.1.12.285278469|4|TSUHAN LTD. +1.3.6.1.4.1.3902.1082.30.40.2.4.1.12.285278470|4|TSUHAN LTD. +1.3.6.1.4.1.3902.1082.30.40.2.4.1.12.285278471|4|Ligent +1.3.6.1.4.1.3902.1082.30.40.2.4.1.12.285278472|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.12.285278721|4|TSUHAN LTD. +1.3.6.1.4.1.3902.1082.30.40.2.4.1.12.285278722|4|TSUHAN LTD. +1.3.6.1.4.1.3902.1082.30.40.2.4.1.12.285278723|4|TSUHAN LTD. +1.3.6.1.4.1.3902.1082.30.40.2.4.1.12.285278724|4|TSUHAN LTD. +1.3.6.1.4.1.3902.1082.30.40.2.4.1.12.285278725|4|TSUHAN LTD. +1.3.6.1.4.1.3902.1082.30.40.2.4.1.12.285278726|4|TSUHAN LTD. +1.3.6.1.4.1.3902.1082.30.40.2.4.1.12.285278727|4|TSUHAN LTD. +1.3.6.1.4.1.3902.1082.30.40.2.4.1.12.285278728|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.12.285279233|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.12.285279234|4|Gateray +1.3.6.1.4.1.3902.1082.30.40.2.4.1.13.285278465|4|T4432119653322 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.13.285278466|4|T4432121161606 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.13.285278467|4|T4432119652620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.13.285278468|4|T4432121250612 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.13.285278469|4|T4432121252575 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.13.285278470|4|T4432121253406 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.13.285278471|4|G6822000251 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.13.285278472|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.13.285278721|4|T4432119652877 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.13.285278722|4|T4432121160792 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.13.285278723|4|T4432119653365 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.13.285278724|4|T4432121160513 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.13.285278725|4|T4432121252472 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.13.285278726|4|T4432121162472 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.13.285278727|4|T4432119653100 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.13.285278728|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.13.285279233|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.13.285279234|4|W20022107141 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.14.285278465|4|210529 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.14.285278466|4|210531 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.14.285278467|4|210529 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.14.285278468|4|210601 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.14.285278469|4|210601 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.14.285278470|4|210601 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.14.285278471|4|120207 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.14.285278472|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.14.285278721|4|210529 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.14.285278722|4|210531 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.14.285278723|4|210529 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.14.285278724|4|210531 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.14.285278725|4|210531 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.14.285278726|4|210531 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.14.285278727|4|210529 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.14.285278728|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.14.285279233|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.14.285279234|4|200227 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.15.285278465|4|SFP/SFP+ +1.3.6.1.4.1.3902.1082.30.40.2.4.1.15.285278466|4|SFP/SFP+ +1.3.6.1.4.1.3902.1082.30.40.2.4.1.15.285278467|4|SFP/SFP+ +1.3.6.1.4.1.3902.1082.30.40.2.4.1.15.285278468|4|SFP/SFP+ +1.3.6.1.4.1.3902.1082.30.40.2.4.1.15.285278469|4|SFP/SFP+ +1.3.6.1.4.1.3902.1082.30.40.2.4.1.15.285278470|4|SFP/SFP+ +1.3.6.1.4.1.3902.1082.30.40.2.4.1.15.285278471|4|SFP/SFP+ +1.3.6.1.4.1.3902.1082.30.40.2.4.1.15.285278472|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.15.285278721|4|SFP/SFP+ +1.3.6.1.4.1.3902.1082.30.40.2.4.1.15.285278722|4|SFP/SFP+ +1.3.6.1.4.1.3902.1082.30.40.2.4.1.15.285278723|4|SFP/SFP+ +1.3.6.1.4.1.3902.1082.30.40.2.4.1.15.285278724|4|SFP/SFP+ +1.3.6.1.4.1.3902.1082.30.40.2.4.1.15.285278725|4|SFP/SFP+ +1.3.6.1.4.1.3902.1082.30.40.2.4.1.15.285278726|4|SFP/SFP+ +1.3.6.1.4.1.3902.1082.30.40.2.4.1.15.285278727|4|SFP/SFP+ +1.3.6.1.4.1.3902.1082.30.40.2.4.1.15.285278728|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.15.285279233|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.15.285279234|4|10GBASE-LR +1.3.6.1.4.1.3902.1082.30.40.2.4.1.16.285278465|4|SC +1.3.6.1.4.1.3902.1082.30.40.2.4.1.16.285278466|4|SC +1.3.6.1.4.1.3902.1082.30.40.2.4.1.16.285278467|4|SC +1.3.6.1.4.1.3902.1082.30.40.2.4.1.16.285278468|4|SC +1.3.6.1.4.1.3902.1082.30.40.2.4.1.16.285278469|4|SC +1.3.6.1.4.1.3902.1082.30.40.2.4.1.16.285278470|4|SC +1.3.6.1.4.1.3902.1082.30.40.2.4.1.16.285278471|4|SC +1.3.6.1.4.1.3902.1082.30.40.2.4.1.16.285278472|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.16.285278721|4|SC +1.3.6.1.4.1.3902.1082.30.40.2.4.1.16.285278722|4|SC +1.3.6.1.4.1.3902.1082.30.40.2.4.1.16.285278723|4|SC +1.3.6.1.4.1.3902.1082.30.40.2.4.1.16.285278724|4|SC +1.3.6.1.4.1.3902.1082.30.40.2.4.1.16.285278725|4|SC +1.3.6.1.4.1.3902.1082.30.40.2.4.1.16.285278726|4|SC +1.3.6.1.4.1.3902.1082.30.40.2.4.1.16.285278727|4|SC +1.3.6.1.4.1.3902.1082.30.40.2.4.1.16.285278728|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.16.285279233|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.16.285279234|4|LC +1.3.6.1.4.1.3902.1082.30.40.2.4.1.17.285278465|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.17.285278466|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.17.285278467|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.17.285278468|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.17.285278469|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.17.285278470|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.17.285278471|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.17.285278472|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.17.285278721|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.17.285278722|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.17.285278723|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.17.285278724|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.17.285278725|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.17.285278726|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.17.285278727|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.17.285278728|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.17.285279233|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.17.285279234|4x|476174657261792020202020202020200a303020303020303020303020 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.18.285278465|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.18.285278466|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.18.285278467|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.18.285278468|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.18.285278469|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.18.285278470|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.18.285278471|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.18.285278472|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.18.285278721|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.18.285278722|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.18.285278723|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.18.285278724|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.18.285278725|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.18.285278726|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.18.285278727|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.18.285278728|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.18.285279233|4x|FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF0a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646204646204646204646204646204646204646204646204646200a464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620464620 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.18.285279234|4x|5000F6004B00FB008CA0753088B879180a4146204338203039204334203943203430203044204143203444204631203036203331203435203737203036204632200a3237203130203030204232203232204431203030204338204646204646204646204646204646204646204646204646200a4646204646204646204646204646204646204646204646203030203030203030203030203030203030203030203030200a3030203030203030203030203346203830203030203030203030203030203030203030203031203030203030203030200a3031203030203030203030203031203030203030203030203031203030203030203030204646204646204646203834200a3236203831203830203639203338203046203141203942203036204337204646204646204646204646203038204646200a303020303020464620464620303020303020464620464620464620464620464620464620464620464620464620303020 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.19.285278465|2|2 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.19.285278466|2|2 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.19.285278467|2|2 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.19.285278468|2|2 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.19.285278469|2|2 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.19.285278470|2|2 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.19.285278471|2|2 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.19.285278472|2|255 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.19.285278721|2|2 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.19.285278722|2|2 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.19.285278723|2|2 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.19.285278724|2|2 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.19.285278725|2|2 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.19.285278726|2|2 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.19.285278727|2|2 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.19.285278728|2|255 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.19.285279233|2|255 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.19.285279234|2|255 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.20.285278465|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.20.285278466|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.20.285278467|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.20.285278468|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.20.285278469|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.20.285278470|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.20.285278471|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.20.285278472|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.20.285278721|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.20.285278722|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.20.285278723|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.20.285278724|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.20.285278725|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.20.285278726|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.20.285278727|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.20.285278728|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.20.285279233|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.20.285279234|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.21.285278465|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.21.285278466|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.21.285278467|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.21.285278468|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.21.285278469|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.21.285278470|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.21.285278471|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.21.285278472|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.21.285278721|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.21.285278722|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.21.285278723|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.21.285278724|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.21.285278725|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.21.285278726|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.21.285278727|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.21.285278728|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.21.285279233|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.21.285279234|4| +1.3.6.1.4.1.3902.1082.30.40.2.4.1.40.285278465|2|20 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.40.285278466|2|20 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.40.285278467|2|20 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.40.285278468|2|20 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.40.285278469|2|20 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.40.285278470|2|20 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.40.285278471|2|20 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.40.285278472|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.40.285278721|2|20 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.40.285278722|2|20 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.40.285278723|2|20 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.40.285278724|2|20 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.40.285278725|2|20 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.40.285278726|2|20 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.40.285278727|2|20 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.40.285278728|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.40.285279233|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.40.285279234|2|3 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.41.285278465|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.41.285278466|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.41.285278467|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.41.285278468|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.41.285278469|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.41.285278470|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.41.285278471|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.41.285278472|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.41.285278721|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.41.285278722|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.41.285278723|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.41.285278724|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.41.285278725|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.41.285278726|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.41.285278727|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.41.285278728|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.41.285279233|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.41.285279234|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.42.285278465|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.42.285278466|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.42.285278467|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.42.285278468|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.42.285278469|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.42.285278470|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.42.285278471|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.42.285278472|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.42.285278721|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.42.285278722|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.42.285278723|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.42.285278724|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.42.285278725|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.42.285278726|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.42.285278727|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.42.285278728|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.42.285279233|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.42.285279234|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.43.285278465|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.43.285278466|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.43.285278467|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.43.285278468|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.43.285278469|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.43.285278470|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.43.285278471|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.43.285278472|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.43.285278721|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.43.285278722|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.43.285278723|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.43.285278724|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.43.285278725|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.43.285278726|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.43.285278727|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.43.285278728|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.43.285279233|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.43.285279234|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.44.285278465|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.44.285278466|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.44.285278467|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.44.285278468|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.44.285278469|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.44.285278470|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.44.285278471|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.44.285278472|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.44.285278721|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.44.285278722|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.44.285278723|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.44.285278724|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.44.285278725|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.44.285278726|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.44.285278727|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.44.285278728|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.44.285279233|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.44.285279234|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.45.285278465|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.45.285278466|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.45.285278467|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.45.285278468|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.45.285278469|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.45.285278470|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.45.285278471|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.45.285278472|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.45.285278721|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.45.285278722|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.45.285278723|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.45.285278724|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.45.285278725|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.45.285278726|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.45.285278727|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.45.285278728|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.45.285279233|2|0 +1.3.6.1.4.1.3902.1082.30.40.2.4.1.45.285279234|2|0 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.1|2|-23419 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.2|2|-24111 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.3|2|-20778 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.4|2|-26421 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.5|2|-21169 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.6|2|-20634 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.7|2|-21475 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.8|2|-20575 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.9|2|-22628 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.10|2|-23354 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.11|2|-21012 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.12|2|-19609 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.13|2|-25258 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.14|2|-25817 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.15|2|-23206 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.16|2|-22366 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.17|2|-23010 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.18|2|-22336 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.19|2|-24389 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.20|2|-25852 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.21|2|-22873 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.22|2|-22020 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.23|2|-22890 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.24|2|-23372 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.25|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.26|2|-24294 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.27|2|-21090 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.28|2|-31968 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.29|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.30|2|-25561 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.31|2|-21438 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.32|2|-22993 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.33|2|-24001 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.34|2|-21463 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.35|2|-27355 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.36|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.37|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.38|2|-21512 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.39|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.40|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.41|2|-21791 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.42|2|-33785 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.43|2|-21101 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.44|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278465.45|2|-21035 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.1|2|-21438 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.2|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.3|2|-24089 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.4|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.5|2|-19208 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.6|2|-24814 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.7|2|-20241 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.8|2|-27698 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.9|2|-20362 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.10|2|-26021 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.11|2|-22426 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.12|2|-22873 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.13|2|-20419 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.14|2|-31085 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.15|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.16|2|-19485 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.17|2|-24868 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.18|2|-20861 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.19|2|-19230 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.20|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.21|2|-25114 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.22|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.23|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.24|2|-20695 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.25|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.26|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.27|2|-23747 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.28|2|-22518 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.29|2|-23506 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.30|2|-21700 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.31|2|-19965 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.32|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278466.33|2|-19244 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.1|2|-28731 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.2|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.3|2|-23768 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.4|2|-21536 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.5|2|-22306 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.6|2|-24134 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.7|2|-20132 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.8|2|-24271 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.9|2|-21675 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.10|2|-21599 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.11|2|-22708 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.12|2|-23080 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.13|2|-22676 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.14|2|-33397 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.15|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.16|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.17|2|-22503 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.18|2|-25467 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.19|2|-22291 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.20|2|-22291 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.21|2|-21192 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.22|2|-23045 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.23|2|-24510 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.24|2|-24788 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.25|2|-23788 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.26|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.27|2|-24111 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.28|2|-20438 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.29|2|-22062 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.30|2|-22790 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.31|2|-25287 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.32|2|-22472 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.33|2|-21687 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.34|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.35|2|-22161 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.36|2|-22426 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.37|2|-23098 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.38|2|-21911 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.39|2|-20736 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.40|2|-23080 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.41|2|-23205 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278467.42|2|-22487 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.1|2|-22233 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.2|2|-25058 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.3|2|-25986 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.4|2|-22307 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.5|2|-23353 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.6|2|-30662 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.7|2|-22874 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.8|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.9|2|-28299 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.10|2|-26271 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.11|2|-27800 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.12|2|-22533 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.13|2|-23187 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.14|2|-21261 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.15|2|-23979 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.16|2|-23010 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.17|2|-21765 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.18|2|-23260 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.19|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.20|2|-29434 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.21|2|-30764 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.22|2|-22644 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.23|2|-24248 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.24|2|-22306 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.25|2|-26991 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.26|2|-22806 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.27|2|-21831 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.28|2|-22380 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.29|2|-23243 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.30|2|-24144 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.31|2|-23298 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.32|2|-25377 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.33|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.34|2|-22874 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.35|2|-22442 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.36|2|-21561 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.37|2|-21726 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278468.38|2|-24413 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.1|2|-21636 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.2|2|-21791 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.3|2|-20259 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.4|2|-21079 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.5|2|-21499 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.6|2|-24841 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.7|2|-19438 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.8|2|-20278 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.9|2|-22534 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.10|2|-23872 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.11|2|-21226 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.12|2|-19682 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.13|2|-20525 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.14|2|-21226 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.15|2|-18709 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.16|2|-21090 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.17|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.18|2|-23747 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.19|2|-23894 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.20|2|-33239 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.21|2|-23526 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.22|2|-20381 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.23|2|-19325 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.24|2|-18416 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.25|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.26|2|-20665 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.27|2|-21650 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.28|2|-21687 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.29|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.30|2|-22441 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.31|2|-18781 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.32|2|-19157 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.33|2|-22596 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.34|2|-22628 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.35|2|-19415 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.36|2|-30969 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.37|2|-19017 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.38|2|-19601 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.39|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.40|2|-21012 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.41|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.42|2|-32084 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278469.43|2|-29586 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.1|2|-21884 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.2|2|-24136 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.3|2|-33045 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.4|2|-24068 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.5|2|-20705 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.6|2|-25790 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.7|2|-22612 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.8|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.9|2|-21791 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.10|2|-23316 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.11|2|-21561 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.12|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.13|2|-23506 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.14|2|-21938 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.15|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.16|2|-23391 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.17|2|-27353 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.18|2|-24202 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.19|2|-21390 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.20|2|-25144 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.21|2|-33841 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.22|2|-24611 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.23|2|-22292 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.24|2|-23261 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.25|2|-27596 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.26|2|-24294 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.27|2|-24976 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.28|2|-27496 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.29|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.30|2|-23430 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.31|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.32|2|-21624 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.33|2|-20525 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.34|2|-21307 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.35|2|-22189 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.36|2|-23545 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278470.37|2|-22692 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.1|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.2|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.3|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.4|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.5|2|-19905 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.6|2|-22856 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.7|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.8|2|-23467 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.9|2|-25058 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.10|2|-24510 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.11|2|-24089 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.12|2|-23080 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.13|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.14|2|-27695 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.15|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.16|2|-28014 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.17|2|-27496 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.18|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278471.19|2|-22941 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.1|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.2|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.3|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.4|2|-23726 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.5|2|-25497 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.6|2|-25784 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.7|2|-26162 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.8|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.9|2|-31317 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.10|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.11|2|-23565 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.12|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.13|2|-25467 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.14|2|-25171 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.15|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.16|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.17|2|-24660 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.18|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.19|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.20|2|-27306 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.21|2|-30376 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.22|2|-28731 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.23|2|-36989 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.24|2|-32693 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.25|2|-32218 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.26|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.27|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.28|2|-33591 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.29|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.30|2|-26020 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.31|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.32|2|-32218 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.33|2|-30559 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.34|2|-24045 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.35|2|-25654 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.36|2|-25884 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.37|2|-24023 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.38|2|-24248 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.39|2|-23768 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.40|2|-29586 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.41|2|-24869 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.42|2|-23506 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.43|2|-24023 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.44|2|-22741 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.45|2|-31433 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.46|2|-29843 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.47|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.48|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.49|2|-25686 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.50|2|-31317 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.51|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.52|2|-24067 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.53|2|-26271 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.54|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.55|2|-25258 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.56|2|-23010 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.57|2|-30969 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.58|2|-32084 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278721.59|2|-25088 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.1|2|-21067 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.2|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.3|2|-20904 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.4|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.5|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.6|2|-23788 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.7|2|-22975 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.8|2|-25031 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.9|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.10|2|-21687 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.11|2|-26949 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.12|2|-22773 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.13|2|-21226 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.14|2|-22076 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.15|2|-27645 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.16|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.17|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.18|2|-22565 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.19|2|-24660 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.20|2|-21624 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.21|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278722.22|2|-23708 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.1|2|-35580 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.2|2|-21726 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.3|2|-20675 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.4|2|-26236 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.5|2|-19531 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.6|2|-24271 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.7|2|-21079 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.8|2|-21438 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.9|2|-20222 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.10|2|-22441 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.11|2|-20980 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278723.12|2|-21249 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.1|2|-22856 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.2|2|-35580 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.3|2|-24976 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.4|2|-23915 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.5|2|-23410 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.6|2|-22890 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.7|2|-27034 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.8|2|-24089 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.9|2|-30662 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.10|2|-25031 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.11|2|-22741 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.12|2|-23706 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.13|2|-22757 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.14|2|-23467 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.15|2|-26056 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.16|2|-30091 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.17|2|-23335 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.18|2|-33591 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.19|2|-26020 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.20|2|-29834 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.21|2|-27078 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.22|2|-26382 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.23|2|-22146 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.24|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.25|2|-21992 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278724.26|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.1|2|-22189 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.2|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.3|2|-22757 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.4|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.5|2|-24585 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.6|2|-22856 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.7|2|-22503 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.8|2|-23187 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.9|2|-25086 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.10|2|-21402 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.11|2|-25031 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.12|2|-26345 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.13|2|-22774 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.14|2|-23915 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.15|2|-21261 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.16|2|-24157 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.17|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.18|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.19|2|-24248 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.20|2|-23297 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.21|2|-22993 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.22|2|-22644 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.23|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.24|2|-22291 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.25|2|-24763 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.26|2|-25200 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278725.27|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.1|2|-24976 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.2|2|-24179 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.3|2|-24634 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.4|2|-28801 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.5|2|-25654 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.6|2|-26907 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.7|2|-26739 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.8|2|-28999 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.9|2|-30183 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.10|2|-26989 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.11|2|-26820 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.12|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.13|2|-24317 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.14|2|-27906 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.15|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.16|2|-22565 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.17|2|-23809 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.18|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.19|2|-24609 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.20|2|-24089 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.21|2|-24510 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.22|2|-24868 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.23|2|-27645 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.24|2|-24534 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.25|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278726.26|2|-22218 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.1|2|-22676 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.2|2|-24660 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.3|2|-22350 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.4|2|-25229 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.5|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.6|2|-26345 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.7|2|-23045 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.8|2|-23410 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.9|2|-26056 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.10|2|-22456 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.11|2|-23788 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.12|2|-22034 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.13|2|-22291 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.14|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.15|2|-26862 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.16|2|-22724 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.17|2|-21549 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.18|2|-22204 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.19|2|-24976 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.20|2|-80000 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.21|2|-24841 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.22|2|-22518 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.23|2|-22247 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.24|2|-26056 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.25|2|-25228 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.26|2|-26197 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.27|2|-22336 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.28|2|-22790 +1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.285278727.29|2|-22993 +1.3.6.1.6.3.10.2.1.3.0|2|709606619