[terra] support for sdi410c / sdi480 (#13759)

* [terra] support for sdi410c / sdi480

* remove debug
This commit is contained in:
Peca Nesovanovic 2022-02-08 23:27:40 +01:00 committed by GitHub
parent 28567e1cf0
commit ee00f59ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 11241 additions and 2 deletions

View File

@ -40,13 +40,11 @@ class Terra extends OS implements ProcessorDiscovery, OSDiscovery
'sda410C' => '5',
'sta410C' => '6',
'saa410C' => '7',
'sdi410C' => '8',
'sti410C' => '9',
'sai410C' => '10',
'ttd440' => '14',
'ttx410C' => '15',
'tdx410C' => '16',
'sdi480' => '17',
'sti440' => '18',
];

View File

@ -0,0 +1,99 @@
mib: TERRA-sdi410C-MIB
modules:
os:
version: TERRA-sdi410C-MIB::infVersion.0
serial: TERRA-sdi410C-MIB::infSerNum.0
processors:
data:
-
oid: TERRA-sdi410C-MIB::load
num_oid: '.1.3.6.1.4.1.30631.1.8.1.1.3.{{ $index }}'
descr: 'Chassis CPU load'
index: 0
sensors:
pre-cache:
data:
-
oid:
- TERRA-sdi410C-MIB::mainStatus
- TERRA-sdi410C-MIB::inputStatus
bitrate:
data:
-
oid: TERRA-sdi410C-MIB::mainStatus
value: TERRA-sdi410C-MIB::inBR
num_oid: '.1.3.6.1.4.1.30631.1.8.1.1.1.{{ $index }}'
descr: 'Input'
index: 0
group: Total
multiplier: 1000
-
oid: TERRA-sdi410C-MIB::mainStatus
value: TERRA-sdi410C-MIB::outBR
num_oid: '.1.3.6.1.4.1.30631.1.8.1.1.2.{{ $index }}'
descr: 'Output'
index: 1
group: Total
multiplier: 1000
temperature:
data:
-
oid: TERRA-sdi410C-MIB::mainStatus
value: TERRA-sdi410C-MIB::temp
num_oid: '.1.3.6.1.4.1.30631.1.8.1.1.4.{{ $index }}'
descr: 'Chassis Temp (C)'
index: 0
voltage:
data:
-
oid: TERRA-sdi410C-MIB::mainStatus
value: TERRA-sdi410C-MIB::suply
num_oid: '.1.3.6.1.4.1.30631.1.8.1.1.5.{{ $index }}'
descr: 'Supply Voltage'
index: 0
percent:
data:
-
oid: TERRA-sdi410C-MIB::inputStatus
value: TERRA-sdi410C-MIB::level
num_oid: '.1.3.6.1.4.1.30631.1.8.1.27.3.{{ $index }}'
descr: 'Input Signal Level'
index: 0
low_limit: 50
low_warn_limit: 60
snr:
data:
-
oid: TERRA-sdi410C-MIB::inputStatus
value: TERRA-sdi410C-MIB::snr
num_oid: '.1.3.6.1.4.1.30631.1.8.1.27.8.{{ $index }}'
descr: 'Input SNR'
index: 0
divisor: 10
low_limit: 13
low_warn_limit: 15
high_limit: 30
count:
data:
-
oid: TERRA-sdi410C-MIB::inputStatus
value: TERRA-sdi410C-MIB::inCCerr
num_oid: '.1.3.6.1.4.1.30631.1.8.1.27.11.{{ $index }}'
descr: 'CC Errors'
index: 0
high_warn_limit: 50
high_limit: 100
state:
data:
-
oid: TERRA-sdi410C-MIB::sdi410calarms
value: TERRA-sdi410C-MIB::alarmInpsig
num_oid: '.1.3.6.1.4.1.30631.1.8.1.27.1.{{ $index }}'
descr: 'Input Signal'
index: 0
state_name: TERRA-sdi410C-MIB::alarmInpsig
states:
- { value: 0, generic: 0, graph: 1, descr: OK }
- { value: 1, generic: 3, graph: 1, descr: Error }

View File

@ -0,0 +1,98 @@
mib: TERRA-sdi480-MIB
modules:
os:
version: TERRA-sdi480-MIB::infVersion.0
serial: TERRA-sdi480-MIB::infSerNum.0
processors:
data:
-
oid: TERRA-sdi480-MIB::cpuLoad
num_oid: '.1.3.6.1.4.1.30631.1.17.1.586.3.{{ $index }}'
descr: 'Chassis CPU load'
index: 0
sensors:
bitrate:
data:
-
oid: TERRA-sdi480-MIB::commStatus
value: TERRA-sdi480-MIB::inTotbr
num_oid: '.1.3.6.1.4.1.30631.1.17.1.586.1.{{ $index }}'
descr: 'Input'
index: 0
group: Total
multiplier: 100000
-
oid: TERRA-sdi480-MIB::commStatus
value: TERRA-sdi480-MIB::outTotbr
num_oid: '.1.3.6.1.4.1.30631.1.17.1.586.2.{{ $index }}'
descr: 'Output'
index: 1
group: Total
multiplier: 100000
temperature:
data:
-
oid: TERRA-sdi480-MIB::commStatus
value: TERRA-sdi480-MIB::intTemp
num_oid: '.1.3.6.1.4.1.30631.1.17.1.586.4.{{ $index }}'
descr: 'Chassis Temp (C)'
index: 0
-
oid: TERRA-sdi480-MIB::commStatus
value: TERRA-sdi480-MIB::demodTemp
num_oid: '.1.3.6.1.4.1.30631.1.17.1.586.5.{{ $index }}'
descr: 'Demodulator Temp (C)'
index: 1
voltage:
data:
-
oid: TERRA-sdi480-MIB::commStatus
value: TERRA-sdi480-MIB::volt
num_oid: '.1.3.6.1.4.1.30631.1.17.1.586.6.{{ $index }}'
descr: 'Supply Voltage'
index: 0
divisor: 10
state:
data:
-
oid: TERRA-sdi480-MIB::sdi480alarms
value: TERRA-sdi480-MIB::alarmLnb1
num_oid: '.1.3.6.1.4.1.30631.1.17.2.1.{{ $index }}'
descr: 'LNB# 01'
index: 0
state_name: TERRA-sdi480-MIB::alarmLnb1
states:
- { value: 0, generic: 0, graph: 1, descr: OK }
- { value: 1, generic: 3, graph: 1, descr: Error }
-
oid: TERRA-sdi480-MIB::sdi480alarms
value: TERRA-sdi480-MIB::alarmLnb2
num_oid: '.1.3.6.1.4.1.30631.1.17.2.2.{{ $index }}'
descr: 'LNB# 02'
index: 1
state_name: TERRA-sdi480-MIB::alarmLnb2
states:
- { value: 0, generic: 0, graph: 1, descr: OK }
- { value: 1, generic: 3, graph: 1, descr: Error }
-
oid: TERRA-sdi480-MIB::sdi480alarms
value: TERRA-sdi480-MIB::alarmLnb3
num_oid: '.1.3.6.1.4.1.30631.1.17.2.3.{{ $index }}'
descr: 'LNB# 03'
index: 2
state_name: TERRA-sdi480-MIB::alarmLnb3
states:
- { value: 0, generic: 0, graph: 1, descr: OK }
- { value: 1, generic: 3, graph: 1, descr: Error }
-
oid: TERRA-sdi480-MIB::sdi480alarms
value: TERRA-sdi480-MIB::alarmLnb4
num_oid: '.1.3.6.1.4.1.30631.1.17.2.4.{{ $index }}'
descr: 'LNB# 04'
index: 3
state_name: TERRA-sdi480-MIB::alarmLnb4
states:
- { value: 0, generic: 0, graph: 1, descr: OK }
- { value: 1, generic: 3, graph: 1, descr: Error }

View File

@ -0,0 +1,12 @@
os: terra-sdi410c
text: Terra
type: appliance
group: terra
icon: terra
mib_dir: terra
over:
- { graph: device_processor, text: 'CPU Usage' }
discovery:
-
sysObjectID:
- .1.3.6.1.4.1.30631.1.8

View File

@ -0,0 +1,12 @@
os: terra-sdi480
text: Terra
type: appliance
group: terra
icon: terra
mib_dir: terra
over:
- { graph: device_processor, text: 'CPU Usage' }
discovery:
-
sysObjectID:
- .1.3.6.1.4.1.30631.1.17

View File

@ -0,0 +1,65 @@
<?php
/*
* LibreNMS discovery module for Terra-sdi410c bitrates
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @package LibreNMS
* @link https://www.librenms.org
*
* @copyright 2022 Peca Nesovanovic
*
* @author Peca Nesovanovic <peca.nesovanovic@sattrakt.com>
*/
$divisor = 1;
$multiplier = 1000;
if (is_array($pre_cache['sdi410cstatus'])) {
d_echo('Terra sdi410C Bitrates');
for ($streamid = 1; $streamid <= 25; $streamid++) {
$br = $pre_cache['sdi410cstatus'][0]['outBr' . $streamid];
if ($br) {
$oid = '.1.3.6.1.4.1.30631.1.8.1.' . (1 + $streamid) . '.1.0';
$type = 'terra_brout';
$descr = 'Out# ' . sprintf('%02d', $streamid);
$limit = 50 * 1000 * 1000; // 50 mbit/s
$limitwarn = 49 * 1000 * 1000; // 49 mbit/s
$lowwarnlimit = 1 * 1000 * 1000; // 1 mbit/s
$lowlimit = 100 * 1000; // 100 kbit/s
$value = $br * $multiplier;
$group = 'Streams';
discover_sensor(
$valid['sensor'],
'bitrate',
$device,
$oid,
$streamid,
$type,
$descr,
$divisor,
$multiplier,
$lowlimit,
$lowwarnlimit,
$limitwarn,
$limit,
$value,
'snmp',
null,
null,
null,
$group
);
}
}
}

View File

@ -0,0 +1,100 @@
<?php
/*
* LibreNMS discovery module for Terra-sdi480 bitrates
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @package LibreNMS
* @link https://www.librenms.org
*
* @copyright 2022 Peca Nesovanovic
*
* @author Peca Nesovanovic <peca.nesovanovic@sattrakt.com>
*/
$divisor = 1;
$multiplier = 100 * 1000;
$limit = 60 * 1000 * 1000; // 50 mbps
$limitwarn = 49 * 1000 * 1000; // 49 mbps
$lowwarnlimit = 1 * 1000 * 1000; // 1 mbps
$lowlimit = 100 * 1000; // 0.1 mbps
if (is_array($pre_cache['sdi480status'])) {
d_echo('Terra sdi480 Bitrates');
//inputs from SAT
for ($inputid = 1; $inputid <= 8; $inputid++) {
$br = $pre_cache['sdi480status'][0]['inbr' . $inputid];
if ($br) {
$oid = '.1.3.6.1.4.1.30631.1.17.1.' . $inputid . '.4.0';
$type = 'terra_brin';
$descr = 'In# ' . sprintf('%02d', $inputid);
$value = $br * $multiplier;
$group = 'Inputs';
discover_sensor(
$valid['sensor'],
'bitrate',
$device,
$oid,
$inputid,
$type,
$descr,
$divisor,
$multiplier,
$lowlimit,
$lowwarnlimit,
$limitwarn,
$limit,
$value,
'snmp',
null,
null,
null,
$group
);
}
}
//outputs per stream
for ($outputid = 1; $outputid <= 576; $outputid++) {
$br = $pre_cache['sdi480status'][0]['outBr' . $outputid];
if ($br) {
$oid = '.1.3.6.1.4.1.30631.1.17.1.' . (9 + $outputid) . '.1.0';
$type = 'terra_brout';
$descr = 'Out# ' . sprintf('%03d', $outputid);
$value = $br * $multiplier;
$group = 'Streams';
discover_sensor(
$valid['sensor'],
'bitrate',
$device,
$oid,
$outputid,
$type,
$descr,
$divisor,
$multiplier,
$lowlimit,
$lowwarnlimit,
$limitwarn,
$limit,
$value,
'snmp',
null,
null,
null,
$group
);
}
}
}

View File

@ -0,0 +1,26 @@
<?php
/*
* LibreNMS pre-cache module for Terra sdi410 OS
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @package LibreNMS
* @link https://www.librenms.org
*
* @copyright 2022 Peca Nesovanovic
*
* @author Peca Nesovanovic <peca.nesovanovic@sattrakt.com>
*/
echo 'sdi410c status ';
$pre_cache['sdi410cstatus'] = snmpwalk_cache_multi_oid($device, 'TERRA-sdi410C-MIB::sdi410cstatus', [], 'TERRA-sdi410C-MIB');

View File

@ -0,0 +1,26 @@
<?php
/*
* LibreNMS pre-cache module for Terra sdi480 OS
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @package LibreNMS
* @link https://www.librenms.org
*
* @copyright 2022 Peca Nesovanovic
*
* @author Peca Nesovanovic <peca.nesovanovic@sattrakt.com>
*/
echo 'sdi480status ';
$pre_cache['sdi480status'] = snmpwalk_cache_multi_oid($device, 'TERRA-sdi480-MIB::sdi480status', [], 'TERRA-sdi480-MIB');

View File

@ -0,0 +1,65 @@
<?php
/*
* LibreNMS discovery module for Terra-sdi480 inputs SNR
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @package LibreNMS
* @link https://www.librenms.org
*
* @copyright 2022 Peca Nesovanovic
*
* @author Peca Nesovanovic <peca.nesovanovic@sattrakt.com>
*/
$divisor = 10;
$multiplier = 1;
if (is_array($pre_cache['sdi480status'])) {
d_echo('Terra sdi480 SNR');
for ($inputid = 1; $inputid <= 8; $inputid++) {
$snr = $pre_cache['sdi480status'][0]['insnr' . $inputid];
if ($snr) {
$oid = '.1.3.6.1.4.1.30631.1.17.1.' . $inputid . '.3.0';
$type = 'terra_snr';
$descr = 'SNR# ' . sprintf('%02d', $inputid);
$limit = 30;
$limitwarn = 30;
$lowwarnlimit = 14;
$lowlimit = 12;
$value = $snr / $divisor;
$group = 'Inputs';
discover_sensor(
$valid['sensor'],
'snr',
$device,
$oid,
$inputid,
$type,
$descr,
$divisor,
$multiplier,
$lowlimit,
$lowwarnlimit,
$limitwarn,
$limit,
$value,
'snmp',
null,
null,
null,
$group
);
}
}
}

View File

@ -0,0 +1,65 @@
<?php
/*
* LibreNMS discovery module for Terra-sdi480 inputs SAT signal
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
* @package LibreNMS
* @link https://www.librenms.org
*
* @copyright 2022 Peca Nesovanovic
*
* @author Peca Nesovanovic <peca.nesovanovic@sattrakt.com>
*/
$divisor = 10000;
$multiplier = 1;
if (is_array($pre_cache['sdi480status'])) {
d_echo('Terra sdi480 tv_signal');
for ($inputid = 1; $inputid <= 8; $inputid++) {
$signal = $pre_cache['sdi480status'][0]['inlevel' . $inputid];
if ($signal) {
$oid = '.1.3.6.1.4.1.30631.1.17.1.' . $inputid . '.2.0';
$type = 'terra_tvsignal';
$descr = 'Level# ' . sprintf('%02d', $inputid);
$limit = 0.085;
$limitwarn = 0.080;
$lowwarnlimit = 0.050;
$lowlimit = 0.045;
$value = $signal / $divisor;
$group = 'Inputs';
discover_sensor(
$valid['sensor'],
'tv_signal',
$device,
$oid,
$inputid,
$type,
$descr,
$divisor,
$multiplier,
$lowlimit,
$lowwarnlimit,
$limitwarn,
$limit,
$value,
'snmp',
null,
null,
null,
$group
);
}
}
}

View File

@ -0,0 +1,173 @@
--File Name : TERRA-DEFINITIONS-MIB
--Date : Thu Aug 21 10:17:18 EEST 2008
--Author : Tadas Leskevicius
TERRA-DEFINITIONS-MIB DEFINITIONS ::= BEGIN
IMPORTS
TEXTUAL-CONVENTION
FROM SNMPv2-TC
terraRoot
FROM TERRA-SMI
Unsigned32, MODULE-IDENTITY, Gauge32, Integer32
FROM SNMPv2-SMI;
terraDefIdentMib MODULE-IDENTITY
LAST-UPDATED "199807280000Z"
ORGANIZATION "TERRA Electronics"
CONTACT-INFO "design@terraelectronics.com"
DESCRIPTION ""
REVISION ""
DESCRIPTION ""
::= { terraRoot 3 }
--TEXTUAL-CONVENTIONS --
DefTenthdBm ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d-1"
STATUS current
DESCRIPTION "This data type represents power levels that are
normally expressed in dBm. Units are in tenths
of a dBm; for example, -5.1 dBm will be represented
as -51."
SYNTAX Integer32 (-100..200)
DefTenthVolt ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d-1"
STATUS current
DESCRIPTION "This data type represents voltage levels that
are normally expressed in volts. Units are in
tenths of a volt; for example, -48.1 volts will
be represented as -481."
SYNTAX Gauge32
DefOnOffStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "An enumerated value that provides a status of
a particular hardware or software parameter that
usually represent some sort of switch.
A value off(1) indicates the switch is off.
A value on(2) indicates the switch is on."
SYNTAX INTEGER {
off( 1 ),
on( 2 )
}
DefHundredthNanoMeter ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d-2"
STATUS current
DESCRIPTION "This data type represents wavelength values that
are normally expressed in nano meters. Units
are in hundredths of a NanoMeter; for example,
1550.56 nm will be represented as 155056."
SYNTAX Unsigned32
DefFaultStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "An enumerated value that provides a fault status
of a particular hardware or software parameter
that usually represent some sort of condition.
A value normal(1) indicates the normal condition.
A value fault(2) indicates the fault condition."
SYNTAX INTEGER {
normal( 1 ),
fault( 2 )
}
DefMilliAmp ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d-3"
STATUS current
DESCRIPTION "This data type represents current levels that
are normally expressed in amperes. Units are
in milliamperes; for example, 2.1 Amperes would
be expressed as 2100."
SYNTAX Gauge32
DefTenthAmp ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d-1"
STATUS current
DESCRIPTION "This data type represents current levels that
are normally expressed in Amperes. Units are
in tenths of a Ampere; for example, 1.1 Amperes
will be represented as 11."
SYNTAX Gauge32
DefOnOffControl ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "An enumerated value that provides a control of
a particular hardware or software parameter that
usually represent some sort of switch.
A SET request with a value off(1) will cause
the switch to be shut off.
A SET request with a value on(2) will cause the
switch to be turned on.
A value meaningless(3) will be implemented by
the variables that represent a switch with write-only
access. A GET request for the value of the write-only
variable shall return a value meaningless(3).
A SET request with a value meaningless(3) for
the variable with write access shall have no
effect and no exception is generated.
A value may be used by the variables with both
read-write and write-only access."
SYNTAX INTEGER {
off( 1 ),
on( 2 ),
meaningless( 3 )
}
DefTenthCentigrade ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d-1"
STATUS current
DESCRIPTION "This data type represents temperature values that
are normally expressed in Centigrade. Units are
in tenths of a Centigrade; for example, -5.1
Centigrade will be represented as -51."
SYNTAX Gauge32
DefTenthdBuV ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d-1"
STATUS current
DESCRIPTION "This data type represents power levels that are
normally expressed in dBmV. Units are in tenths
of a dBmV; for example, -5.1 dBmV will be represented
as -51."
SYNTAX Integer32 (-100..200)
DefTenthdB ::= TEXTUAL-CONVENTION
DISPLAY-HINT "d-1"
STATUS current
DESCRIPTION "This data type represents power levels that are
normally expressed in dB. Units are in tenths
of a dB; for example, -5.1 dB will be represented
as -51."
SYNTAX Integer32 (-100..200)
DefStatus ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "This data type represents base device status (error)
bits ( 0 represents normal condition, 1 - represents
fault condition)."
SYNTAX INTEGER (0..1)
DefRelayState ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION "Represents relay contact state. A value closed
(0) defines closed contact state, value opened
(1) - opened state."
SYNTAX INTEGER (0..1)
END

View File

@ -0,0 +1,88 @@
--File Name : TERRA-PRODUCTS-MIB
--Date : Wed Sep 03 16:46:25 EEST 2008
--Author : AdventNet Agent Toolkit C Edition - MibEditor 6
TERRA-PRODUCTS-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY
FROM SNMPv2-SMI
terraRoot
FROM TERRA-SMI;
terraProducts MODULE-IDENTITY
LAST-UPDATED "201303030000Z"
ORGANIZATION "TERRA Electronics "
CONTACT-INFO "design@terraelectronics.com"
DESCRIPTION "At this node are placed devices, that are in production."
REVISION "2016-09-29"
DESCRIPTION ""
::= { terraRoot 1 }
terraOD120 OBJECT IDENTIFIER ::= { terraProducts 1 }
terraMO411 OBJECT IDENTIFIER ::= { terraProducts 2 }
terraMO4x8 OBJECT IDENTIFIER ::= { terraProducts 3 }
terraUC412 OBJECT IDENTIFIER ::= { terraProducts 4 }
terra-sda410C OBJECT IDENTIFIER ::= { terraProducts 5 }
terra-sta410C OBJECT IDENTIFIER ::= { terraProducts 6 }
terra-saa410C OBJECT IDENTIFIER ::= { terraProducts 7 }
terra-sdi410C OBJECT IDENTIFIER ::= { terraProducts 8 }
terra-sti410C OBJECT IDENTIFIER ::= { terraProducts 9 }
terra-sai410C OBJECT IDENTIFIER ::= { terraProducts 10 }
terra-S2C16 OBJECT IDENTIFIER ::= { terraProducts 11 }
terraOT001M OBJECT IDENTIFIER ::= { terraProducts 12 }
terra-S2C16P OBJECT IDENTIFIER ::= { terraProducts 13 }
terra-ttd440 OBJECT IDENTIFIER ::= { terraProducts 14 }
terra-ttx410C OBJECT IDENTIFIER ::= { terraProducts 15 }
terra-tdx410C OBJECT IDENTIFIER ::= { terraProducts 16 }
terra-sdi480 OBJECT IDENTIFIER ::= { terraProducts 17 }
terra-sti440 OBJECT IDENTIFIER ::= { terraProducts 18 }
terra-ttq440 OBJECT IDENTIFIER ::= { terraProducts 19 }
terra-OAD514 OBJECT IDENTIFIER ::= { terraProducts 20 }
terra-ttq420C OBJECT IDENTIFIER ::= { terraProducts 21 }
terra-tdq420C OBJECT IDENTIFIER ::= { terraProducts 22 }
terra-ttx420C OBJECT IDENTIFIER ::= { terraProducts 23 }
terra-tdx420C OBJECT IDENTIFIER ::= { terraProducts 24 }
terra-ttq420 OBJECT IDENTIFIER ::= { terraProducts 25 }
terra-tdq420 OBJECT IDENTIFIER ::= { terraProducts 26 }
terra-ttx420 OBJECT IDENTIFIER ::= { terraProducts 27 }
terra-tdx420 OBJECT IDENTIFIER ::= { terraProducts 28 }
terra-mhi430 OBJECT IDENTIFIER ::= { terraProducts 29 }
terra-mix440 OBJECT IDENTIFIER ::= { terraProducts 30 }
terra-miq440 OBJECT IDENTIFIER ::= { terraProducts 31 }
terra-mid420 OBJECT IDENTIFIER ::= { terraProducts 32 }
END

57
mibs/terra/TERRA-SMI Normal file
View File

@ -0,0 +1,57 @@
--File Name : TERRA-SMI
--Date : Thu Aug 21 10:59:28 EEST 2008
--Author : Tadas Leskevicius
TERRA-SMI DEFINITIONS ::= BEGIN
IMPORTS
enterprises, MODULE-IDENTITY, OBJECT-IDENTITY
FROM SNMPv2-SMI;
terraRoot MODULE-IDENTITY
LAST-UPDATED "199505160000Z"
ORGANIZATION "TERRA Electronics"
CONTACT-INFO "TERRA Electronics
Draugystes
22
Kaunas
Lithuania
LT-51256
E-mail design@terraelectronics.com"
DESCRIPTION "The Structure of Management Information for the
TERRA enterprise."
REVISION "200808191104Z"
DESCRIPTION ""
::= { enterprises 30631 }
terraProducts OBJECT-IDENTITY
STATUS current
DESCRIPTION "terraProducts is the root OBJECT IDENTIFIER from
which sysObjectID values are assigned. Actual
values are defined in TERRA-PRODUCTS-MIB."
::= { terraRoot 1 }
terraExperimental OBJECT-IDENTITY
STATUS current
DESCRIPTION "terraExperimental provides a root object identifier
from which experimental mibs may be temporarily
based. mibs are typicially based here if they
are TERRA work-in-process which has not been
assigned a permanent object identifier by the
TERRA assigned number authority, typicially because
the mib is not ready for deployment. NOTE WELL:
support for mibs in the terraExperimental subtree
will be deleted when a permanent object identifier
assignment is made."
::= { terraRoot 2 }
terraDefIdent OBJECT-IDENTITY
STATUS current
DESCRIPTION "The MIB module represents specific Textual Conventions"
::= { terraRoot 3 }
END

View File

@ -0,0 +1,692 @@
--File Name : sdi410C-TERRA-MIB
--Date : October 09 2017
--****************************************************
--sdi410C-TERRA-MIB: sdi410C Platform Specific MIB
--
--October 2017, Virginijus Bieliauskas
--
--Copyright (c) 2017 by TERRA Electronics.
--All rights reserved.
--
--****************************************************
TERRA-sdi410C-MIB DEFINITIONS ::= BEGIN
IMPORTS
MODULE-IDENTITY, OBJECT-TYPE, Integer32,
NOTIFICATION-TYPE
FROM SNMPv2-SMI
DisplayString
FROM SNMPv2-TC
OBJECT-GROUP, NOTIFICATION-GROUP
FROM SNMPv2-CONF
DefStatus
FROM TERRA-DEFINITIONS-MIB
terraProducts
FROM TERRA-PRODUCTS-MIB;
terra-sdi410C MODULE-IDENTITY
LAST-UPDATED "201710090000Z"
ORGANIZATION "TERRA Electronics"
CONTACT-INFO "TERRA Electronics
Draugystes 22
Kaunas
Lithuania
LT-51256
E-mail: design@terraelectronics.com"
DESCRIPTION "This MIB provides Terra DVB-S/S2 to IP streamer sdi410C information."
REVISION "201710091100Z"
DESCRIPTION "Production version"
::= { terraProducts 8 }
sdi410cstatus OBJECT IDENTIFIER ::= { terra-sdi410C 1 }
mainStatus OBJECT IDENTIFIER ::= { sdi410cstatus 1 }
inBR OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Input bitrate in kbps"
::= { mainStatus 1 }
outBR OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate in kbps"
::= { mainStatus 2 }
load OBJECT-TYPE
SYNTAX Integer32
UNITS "percents"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Processor load in percents"
::= { mainStatus 3 }
temp OBJECT-TYPE
SYNTAX Integer32
UNITS "deg C"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Internal temperature in deg C"
::= { mainStatus 4 }
supply OBJECT-TYPE
SYNTAX Integer32
UNITS "volts V"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Supply voltage in tenths V"
::= { mainStatus 5 }
outStream1 OBJECT IDENTIFIER ::= { sdi410cstatus 2 }
outBr1 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the all transport stream in kbps"
::= { outStream1 1 }
outStream2 OBJECT IDENTIFIER ::= { sdi410cstatus 3 }
outBr2 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream2 1 }
outStream3 OBJECT IDENTIFIER ::= { sdi410cstatus 4 }
outBr3 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream3 1 }
outStream4 OBJECT IDENTIFIER ::= { sdi410cstatus 5 }
outBr4 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream4 1 }
outStream5 OBJECT IDENTIFIER ::= { sdi410cstatus 6 }
outBr5 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream5 1 }
outStream6 OBJECT IDENTIFIER ::= { sdi410cstatus 7 }
outBr6 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream6 1 }
outStream7 OBJECT IDENTIFIER ::= { sdi410cstatus 8 }
outBr7 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream7 1 }
outStream8 OBJECT IDENTIFIER ::= { sdi410cstatus 9 }
outBr8 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream8 1 }
outStream9 OBJECT IDENTIFIER ::= { sdi410cstatus 10 }
outBr9 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream9 1 }
outStream10 OBJECT IDENTIFIER ::= { sdi410cstatus 11 }
outBr10 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream10 1 }
outStream11 OBJECT IDENTIFIER ::= { sdi410cstatus 12 }
outBr11 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream11 1 }
outStream12 OBJECT IDENTIFIER ::= { sdi410cstatus 13 }
outBr12 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream12 1 }
outStream13 OBJECT IDENTIFIER ::= { sdi410cstatus 14 }
outBr13 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream13 1 }
outStream14 OBJECT IDENTIFIER ::= { sdi410cstatus 15 }
outBr14 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream14 1 }
outStream15 OBJECT IDENTIFIER ::= { sdi410cstatus 16 }
outBr15 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream15 1 }
outStream16 OBJECT IDENTIFIER ::= { sdi410cstatus 17 }
outBr16 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream16 1 }
outStream17 OBJECT IDENTIFIER ::= { sdi410cstatus 18 }
outBr17 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream17 1 }
outStream18 OBJECT IDENTIFIER ::= { sdi410cstatus 19 }
outBr18 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream18 1 }
outStream19 OBJECT IDENTIFIER ::= { sdi410cstatus 20 }
outBr19 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream19 1 }
outStream20 OBJECT IDENTIFIER ::= { sdi410cstatus 21 }
outBr20 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream20 1 }
outStream21 OBJECT IDENTIFIER ::= { sdi410cstatus 22 }
outBr21 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream21 1 }
outStream22 OBJECT IDENTIFIER ::= { sdi410cstatus 23 }
outBr22 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream22 1 }
outStream23 OBJECT IDENTIFIER ::= { sdi410cstatus 24 }
outBr23 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream23 1 }
outStream24 OBJECT IDENTIFIER ::= { sdi410cstatus 25 }
outBr24 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream24 1 }
outStream25 OBJECT IDENTIFIER ::= { sdi410cstatus 26 }
outBr25 OBJECT-TYPE
SYNTAX Integer32
UNITS "kbps"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate of the individual service in kbps"
::= { outStream25 1 }
inputStatus OBJECT IDENTIFIER ::= { sdi410cstatus 27 }
lock OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Tuner lock status"
::= { inputStatus 1 }
std OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Modulation standard"
::= { inputStatus 2 }
level OBJECT-TYPE
SYNTAX DisplayString
UNITS "dbuV"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Input signal level in dbuV"
::= { inputStatus 3 }
mod OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Modulation"
::= { inputStatus 4 }
freq OBJECT-TYPE
SYNTAX Integer32
UNITS "MHz"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Frequency in MHz"
::= { inputStatus 5 }
sr OBJECT-TYPE
SYNTAX Integer32
UNITS "Ks/s"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Symbol rate in Ks/s"
::= { inputStatus 6 }
fec OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Forward error correction"
::= { inputStatus 7 }
snr OBJECT-TYPE
SYNTAX Integer32
UNITS "tenths of dB"
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Signal to noise ratio in tenths of dB"
::= { inputStatus 8 }
vber OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Viterbi bit error ratio (DVB-S only)"
::= { inputStatus 9 }
per OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Packet error ratio"
::= { inputStatus 10 }
inCCerr OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Input CC error count"
::= { inputStatus 11 }
sdi410calarms OBJECT IDENTIFIER ::= { terra-sdi410C 2 }
alarmCam OBJECT-TYPE
SYNTAX DefStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "CAM initialisation error"
::= { sdi410calarms 1 }
alarmDesc OBJECT-TYPE
SYNTAX DefStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Descrambling error"
::= { sdi410calarms 2 }
alarmInpsig OBJECT-TYPE
SYNTAX DefStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "No input signal"
::= { sdi410calarms 3 }
alarmBitovf OBJECT-TYPE
SYNTAX DefStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Output bitrate overflow"
::= { sdi410calarms 4 }
alarmLinks OBJECT-TYPE
SYNTAX DefStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Streaming ETH interface link down"
::= { sdi410calarms 5 }
alarmLinkc OBJECT-TYPE
SYNTAX DefStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Control ETH interface link down"
::= { sdi410calarms 6 }
alarmPowovl OBJECT-TYPE
SYNTAX DefStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "LNB power overloaded"
::= { sdi410calarms 7 }
alarmPowv OBJECT-TYPE
SYNTAX DefStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Power voltage is out of limits"
::= { sdi410calarms 8 }
alarmTemps OBJECT-TYPE
SYNTAX DefStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Temperature sensor error"
::= { sdi410calarms 9 }
alarmOvh OBJECT-TYPE
SYNTAX DefStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Module is overheated"
::= { sdi410calarms 10 }
alarmTsErr OBJECT-TYPE
SYNTAX DefStatus
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Input transport stream error"
::= { sdi410calarms 11 }
sdi410cnotifications OBJECT IDENTIFIER ::= { terra-sdi410C 3 }
notifyCam NOTIFICATION-TYPE
OBJECTS {
alarmCam
}
STATUS current
DESCRIPTION "CAM initialisation error"
::= { sdi410cnotifications 1 }
notifyDesc NOTIFICATION-TYPE
OBJECTS {
alarmDesc
}
STATUS current
DESCRIPTION "Descrambling error"
::= { sdi410cnotifications 2 }
notifyInpsig NOTIFICATION-TYPE
OBJECTS {
alarmInpsig
}
STATUS current
DESCRIPTION "No input signal"
::= { sdi410cnotifications 3 }
notifyBitovf NOTIFICATION-TYPE
OBJECTS {
alarmBitovf
}
STATUS current
DESCRIPTION "Output bitrate overflow"
::= { sdi410cnotifications 4 }
notifyLinks NOTIFICATION-TYPE
OBJECTS {
alarmLinks
}
STATUS current
DESCRIPTION "Streaming ETH interface link down"
::= { sdi410cnotifications 5 }
notifyLinkc NOTIFICATION-TYPE
OBJECTS {
alarmLinkc
}
STATUS current
DESCRIPTION "Control ETH interface link down"
::= { sdi410cnotifications 6 }
notifyPowovl NOTIFICATION-TYPE
OBJECTS {
alarmPowovl
}
STATUS current
DESCRIPTION "LNB power overloaded"
::= { sdi410cnotifications 7 }
notifyPowv NOTIFICATION-TYPE
OBJECTS {
alarmPowv
}
STATUS current
DESCRIPTION "Power voltage is out of limits"
::= { sdi410cnotifications 8 }
notifyTemps NOTIFICATION-TYPE
OBJECTS {
alarmTemps
}
STATUS current
DESCRIPTION "Temperature sensor error"
::= { sdi410cnotifications 9 }
notifyOvh NOTIFICATION-TYPE
OBJECTS {
alarmOvh
}
STATUS current
DESCRIPTION "Module is overheated"
::= { sdi410cnotifications 10 }
notifyTsErr NOTIFICATION-TYPE
OBJECTS {
alarmTsErr
}
STATUS current
DESCRIPTION "Input transport stream error"
::= { sdi410cnotifications 11 }
sdi410cInfo OBJECT IDENTIFIER ::= { terra-sdi410C 4 }
infVersion OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Represents device firmware version number"
::= { sdi410cInfo 1 }
infSerNum OBJECT-TYPE
SYNTAX DisplayString
MAX-ACCESS read-only
STATUS current
DESCRIPTION "Represents device Serial Number"
::= { sdi410cInfo 2 }
terrasdi410cMIBConformance OBJECT IDENTIFIER ::= { terra-sdi410C 5 }
terrasdi410cMIBGroups OBJECT IDENTIFIER ::= { terrasdi410cMIBConformance 1 }
sdi410cTerraMibAllObjects OBJECT-GROUP
OBJECTS {
inBR,
outBR,
load,
temp,
outBr1,
outBr2,
outBr3,
outBr4,
outBr5,
outBr6,
outBr7,
outBr8,
outBr9,
outBr10,
outBr11,
outBr12,
outBr13,
outBr14,
outBr15,
outBr16,
outBr17,
outBr18,
outBr19,
outBr20,
outBr21,
outBr22,
outBr23,
outBr24,
outBr25,
lock,
std,
level,
mod,
freq,
sr,
fec,
snr,
vber,
per,
inCCerr,
alarmCam,
alarmDesc,
alarmInpsig,
alarmBitovf,
alarmLinks,
alarmLinkc,
alarmPowovl,
alarmPowv,
alarmTemps,
alarmOvh,
alarmTsErr,
infVersion,
infSerNum
}
STATUS current
DESCRIPTION "This automatically created object group contains
all those objects that do not belong to any other
OBJECT-GROUP"
::= { terrasdi410cMIBGroups 1 }
sdi410cTerraMibAllNotifications NOTIFICATION-GROUP
NOTIFICATIONS {
notifyCam,
notifyDesc,
notifyInpsig,
notifyBitovf,
notifyLinks,
notifyLinkc,
notifyPowovl,
notifyPowv,
notifyTemps,
notifyOvh,
notifyTsErr
}
STATUS current
DESCRIPTION "This automatically created notification group
contains all notifications that do not belong
to any other NOTIFICATION-GROUP"
::= { terrasdi410cMIBGroups 2 }
END

7176
mibs/terra/TERRA-sdi480-MIB Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,304 @@
{
"os": {
"discovery": {
"devices": [
{
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.30631.1.8",
"sysDescr": "Terra DVB-S/S2 to IP streamer sdi410C",
"sysContact": "<private>",
"version": "1.45",
"hardware": null,
"features": null,
"os": "terra-sdi410c",
"type": "appliance",
"serial": "sdi410C020340429",
"icon": "terra.svg",
"location": "<private>"
}
]
},
"poller": "matches discovery"
},
"processors": {
"discovery": {
"processors": [
{
"entPhysicalIndex": 0,
"hrDeviceIndex": 0,
"processor_oid": ".1.3.6.1.4.1.30631.1.8.1.1.3.0",
"processor_index": "0",
"processor_type": "terra-sdi410c",
"processor_usage": 34,
"processor_descr": "Chassis CPU load",
"processor_precision": 1,
"processor_perc_warn": 75
}
]
},
"poller": "matches discovery"
},
"sensors": {
"discovery": {
"sensors": [
{
"sensor_deleted": 0,
"sensor_class": "bitrate",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.30631.1.8.1.3.1.0",
"sensor_index": "2",
"sensor_type": "terra_brout",
"sensor_descr": "Out# 02",
"group": "Streams",
"sensor_divisor": 1,
"sensor_multiplier": 1000,
"sensor_current": 2600000,
"sensor_limit": 50000000,
"sensor_limit_warn": 49000000,
"sensor_limit_low": 100000,
"sensor_limit_low_warn": 1000000,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "bitrate",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.30631.1.8.1.4.1.0",
"sensor_index": "3",
"sensor_type": "terra_brout",
"sensor_descr": "Out# 03",
"group": "Streams",
"sensor_divisor": 1,
"sensor_multiplier": 1000,
"sensor_current": 2400000,
"sensor_limit": 50000000,
"sensor_limit_warn": 49000000,
"sensor_limit_low": 100000,
"sensor_limit_low_warn": 1000000,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "bitrate",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.30631.1.8.1.7.1.0",
"sensor_index": "6",
"sensor_type": "terra_brout",
"sensor_descr": "Out# 06",
"group": "Streams",
"sensor_divisor": 1,
"sensor_multiplier": 1000,
"sensor_current": 3000000,
"sensor_limit": 50000000,
"sensor_limit_warn": 49000000,
"sensor_limit_low": 100000,
"sensor_limit_low_warn": 1000000,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "bitrate",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.30631.1.8.1.1.1.0",
"sensor_index": "0",
"sensor_type": "terra-sdi410c",
"sensor_descr": "Input",
"group": "Total",
"sensor_divisor": 1,
"sensor_multiplier": 1000,
"sensor_current": 58070000,
"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": "bitrate",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.30631.1.8.1.1.2.0",
"sensor_index": "1",
"sensor_type": "terra-sdi410c",
"sensor_descr": "Output",
"group": "Total",
"sensor_divisor": 1,
"sensor_multiplier": 1000,
"sensor_current": 8300000,
"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": "count",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.30631.1.8.1.27.11.0",
"sensor_index": "0",
"sensor_type": "terra-sdi410c",
"sensor_descr": "CC Errors",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 58,
"sensor_limit": 100,
"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": "percent",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.30631.1.8.1.27.3.0",
"sensor_index": "0",
"sensor_type": "terra-sdi410c",
"sensor_descr": "Input Signal Level",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 75,
"sensor_limit": null,
"sensor_limit_warn": null,
"sensor_limit_low": 50,
"sensor_limit_low_warn": 60,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "snr",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.30631.1.8.1.27.8.0",
"sensor_index": "0",
"sensor_type": "terra-sdi410c",
"sensor_descr": "Input SNR",
"group": null,
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 18.9,
"sensor_limit": 30,
"sensor_limit_warn": null,
"sensor_limit_low": 13,
"sensor_limit_low_warn": 15,
"sensor_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.30631.1.8.1.27.1.0",
"sensor_index": "0",
"sensor_type": "TERRA-sdi410C-MIB::alarmInpsig",
"sensor_descr": "Input Signal",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 0,
"sensor_limit": null,
"sensor_limit_warn": null,
"sensor_limit_low": null,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
"entPhysicalIndex": null,
"entPhysicalIndex_measured": null,
"sensor_prev": null,
"user_func": null,
"state_name": "TERRA-sdi410C-MIB::alarmInpsig"
},
{
"sensor_deleted": 0,
"sensor_class": "temperature",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.30631.1.8.1.1.4.0",
"sensor_index": "0",
"sensor_type": "terra-sdi410c",
"sensor_descr": "Chassis Temp (C)",
"group": null,
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 33,
"sensor_limit": 53,
"sensor_limit_warn": null,
"sensor_limit_low": 23,
"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": "TERRA-sdi410C-MIB::alarmInpsig",
"state_descr": "OK",
"state_draw_graph": 1,
"state_value": 0,
"state_generic_value": 0
},
{
"state_name": "TERRA-sdi410C-MIB::alarmInpsig",
"state_descr": "Error",
"state_draw_graph": 1,
"state_value": 1,
"state_generic_value": 3
}
]
},
"poller": "matches discovery"
}
}

1474
tests/data/terra-sdi480.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,62 @@
1.3.6.1.2.1.1.1.0|4|Terra DVB-S/S2 to IP streamer sdi410C
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.30631.1.8
1.3.6.1.2.1.1.3.0|67|1856187
1.3.6.1.2.1.1.4.0|4|<private>
1.3.6.1.2.1.1.5.0|4|<private>
1.3.6.1.2.1.1.6.0|4|<private>
1.3.6.1.4.1.30631.1.8.1.1.1.0|2|58070
1.3.6.1.4.1.30631.1.8.1.1.2.0|2|8300
1.3.6.1.4.1.30631.1.8.1.1.3.0|2|34
1.3.6.1.4.1.30631.1.8.1.1.4.0|2|33
1.3.6.1.4.1.30631.1.8.1.1.5.0|2|123
1.3.6.1.4.1.30631.1.8.1.2.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.3.1.0|2|2600
1.3.6.1.4.1.30631.1.8.1.4.1.0|2|2400
1.3.6.1.4.1.30631.1.8.1.5.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.6.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.7.1.0|2|3000
1.3.6.1.4.1.30631.1.8.1.8.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.9.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.10.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.11.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.12.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.13.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.14.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.15.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.16.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.17.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.18.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.19.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.20.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.21.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.22.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.23.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.24.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.25.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.26.1.0|2|0
1.3.6.1.4.1.30631.1.8.1.27.1.0|4|Locked
1.3.6.1.4.1.30631.1.8.1.27.2.0|4|DVB-S2
1.3.6.1.4.1.30631.1.8.1.27.3.0|4|75
1.3.6.1.4.1.30631.1.8.1.27.4.0|4|8PSK
1.3.6.1.4.1.30631.1.8.1.27.5.0|2|1509
1.3.6.1.4.1.30631.1.8.1.27.6.0|2|30000
1.3.6.1.4.1.30631.1.8.1.27.7.0|4|2/3
1.3.6.1.4.1.30631.1.8.1.27.8.0|2|189
1.3.6.1.4.1.30631.1.8.1.27.9.0|4|<1.0E-08
1.3.6.1.4.1.30631.1.8.1.27.10.0|4|<1.4E-09
1.3.6.1.4.1.30631.1.8.1.27.11.0|2|58
1.3.6.1.4.1.30631.1.8.1.27.12.0|2|0
1.3.6.1.4.1.30631.1.8.1.27.13.0|2|0
1.3.6.1.4.1.30631.1.8.2.1.0|2|0
1.3.6.1.4.1.30631.1.8.2.2.0|2|0
1.3.6.1.4.1.30631.1.8.2.3.0|2|0
1.3.6.1.4.1.30631.1.8.2.4.0|2|0
1.3.6.1.4.1.30631.1.8.2.5.0|2|0
1.3.6.1.4.1.30631.1.8.2.6.0|2|0
1.3.6.1.4.1.30631.1.8.2.7.0|2|0
1.3.6.1.4.1.30631.1.8.2.8.0|2|0
1.3.6.1.4.1.30631.1.8.2.9.0|2|0
1.3.6.1.4.1.30631.1.8.2.10.0|2|0
1.3.6.1.4.1.30631.1.8.2.11.0|2|0
1.3.6.1.4.1.30631.1.8.4.1.0|4|1.45
1.3.6.1.4.1.30631.1.8.4.2.0|4|sdi410C020340429

View File

@ -0,0 +1,647 @@
1.3.6.1.2.1.1.1.0|4|Terra eight channel DVB-S/S2 to IP streamer sdi480
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.30631.1.17
1.3.6.1.2.1.1.3.0|67|8494406
1.3.6.1.2.1.1.4.0|4|<private>
1.3.6.1.2.1.1.5.0|4|<private>
1.3.6.1.2.1.1.6.0|4|<private>
1.3.6.1.4.1.30631.1.17.1.1.1.0|4|Locked
1.3.6.1.4.1.30631.1.17.1.1.2.0|2|481
1.3.6.1.4.1.30631.1.17.1.1.3.0|2|138
1.3.6.1.4.1.30631.1.17.1.1.4.0|2|577
1.3.6.1.4.1.30631.1.17.1.1.5.0|4|<3.6E-10
1.3.6.1.4.1.30631.1.17.1.2.1.0|4|Locked
1.3.6.1.4.1.30631.1.17.1.2.2.0|2|708
1.3.6.1.4.1.30631.1.17.1.2.3.0|2|145
1.3.6.1.4.1.30631.1.17.1.2.4.0|2|581
1.3.6.1.4.1.30631.1.17.1.2.5.0|4|<3.2E-10
1.3.6.1.4.1.30631.1.17.1.3.1.0|4|Locked
1.3.6.1.4.1.30631.1.17.1.3.2.0|2|385
1.3.6.1.4.1.30631.1.17.1.3.3.0|2|107
1.3.6.1.4.1.30631.1.17.1.3.4.0|2|380
1.3.6.1.4.1.30631.1.17.1.3.5.0|4|1.1E-5
1.3.6.1.4.1.30631.1.17.1.4.1.0|4|Locked
1.3.6.1.4.1.30631.1.17.1.4.2.0|2|387
1.3.6.1.4.1.30631.1.17.1.4.3.0|2|95
1.3.6.1.4.1.30631.1.17.1.4.4.0|2|380
1.3.6.1.4.1.30631.1.17.1.4.5.0|4|3.1E-5
1.3.6.1.4.1.30631.1.17.1.5.1.0|4|Locked
1.3.6.1.4.1.30631.1.17.1.5.2.0|2|722
1.3.6.1.4.1.30631.1.17.1.5.3.0|2|159
1.3.6.1.4.1.30631.1.17.1.5.4.0|2|580
1.3.6.1.4.1.30631.1.17.1.5.5.0|4|<3.2E-10
1.3.6.1.4.1.30631.1.17.1.6.1.0|4|Locked
1.3.6.1.4.1.30631.1.17.1.6.2.0|2|399
1.3.6.1.4.1.30631.1.17.1.6.3.0|2|135
1.3.6.1.4.1.30631.1.17.1.6.4.0|2|380
1.3.6.1.4.1.30631.1.17.1.6.5.0|4|6.6E-8
1.3.6.1.4.1.30631.1.17.1.7.1.0|4|Unlocked
1.3.6.1.4.1.30631.1.17.1.7.2.0|2|291
1.3.6.1.4.1.30631.1.17.1.7.3.0|2|0
1.3.6.1.4.1.30631.1.17.1.7.4.0|2|0
1.3.6.1.4.1.30631.1.17.1.7.5.0|4|-
1.3.6.1.4.1.30631.1.17.1.8.1.0|4|Locked
1.3.6.1.4.1.30631.1.17.1.8.2.0|2|461
1.3.6.1.4.1.30631.1.17.1.8.3.0|2|161
1.3.6.1.4.1.30631.1.17.1.8.4.0|2|380
1.3.6.1.4.1.30631.1.17.1.8.5.0|4|3.9E-9
1.3.6.1.4.1.30631.1.17.1.9.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.10.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.11.1.0|2|57
1.3.6.1.4.1.30631.1.17.1.12.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.13.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.14.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.15.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.16.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.17.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.18.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.19.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.20.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.21.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.22.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.23.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.24.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.25.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.26.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.27.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.28.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.29.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.30.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.31.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.32.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.33.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.34.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.35.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.36.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.37.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.38.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.39.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.40.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.41.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.42.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.43.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.44.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.45.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.46.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.47.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.48.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.49.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.50.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.51.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.52.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.53.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.54.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.55.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.56.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.57.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.58.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.59.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.60.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.61.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.62.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.63.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.64.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.65.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.66.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.67.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.68.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.69.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.70.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.71.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.72.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.73.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.74.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.75.1.0|2|34
1.3.6.1.4.1.30631.1.17.1.76.1.0|2|2
1.3.6.1.4.1.30631.1.17.1.77.1.0|2|3
1.3.6.1.4.1.30631.1.17.1.78.1.0|2|64
1.3.6.1.4.1.30631.1.17.1.79.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.80.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.81.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.82.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.83.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.84.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.85.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.86.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.87.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.88.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.89.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.90.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.91.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.92.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.93.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.94.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.95.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.96.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.97.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.98.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.99.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.100.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.101.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.102.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.103.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.104.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.105.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.106.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.107.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.108.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.109.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.110.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.111.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.112.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.113.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.114.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.115.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.116.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.117.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.118.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.119.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.120.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.121.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.122.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.123.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.124.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.125.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.126.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.127.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.128.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.129.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.130.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.131.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.132.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.133.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.134.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.135.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.136.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.137.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.138.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.139.1.0|2|37
1.3.6.1.4.1.30631.1.17.1.140.1.0|2|38
1.3.6.1.4.1.30631.1.17.1.141.1.0|2|47
1.3.6.1.4.1.30631.1.17.1.142.1.0|2|68
1.3.6.1.4.1.30631.1.17.1.143.1.0|2|41
1.3.6.1.4.1.30631.1.17.1.144.1.0|2|47
1.3.6.1.4.1.30631.1.17.1.145.1.0|2|20
1.3.6.1.4.1.30631.1.17.1.146.1.0|2|35
1.3.6.1.4.1.30631.1.17.1.147.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.148.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.149.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.150.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.151.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.152.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.153.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.154.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.155.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.156.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.157.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.158.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.159.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.160.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.161.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.162.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.163.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.164.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.165.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.166.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.167.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.168.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.169.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.170.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.171.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.172.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.173.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.174.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.175.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.176.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.177.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.178.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.179.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.180.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.181.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.182.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.183.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.184.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.185.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.186.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.187.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.188.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.189.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.190.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.191.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.192.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.193.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.194.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.195.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.196.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.197.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.198.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.199.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.200.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.201.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.202.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.203.1.0|2|46
1.3.6.1.4.1.30631.1.17.1.204.1.0|2|62
1.3.6.1.4.1.30631.1.17.1.205.1.0|2|69
1.3.6.1.4.1.30631.1.17.1.206.1.0|2|69
1.3.6.1.4.1.30631.1.17.1.207.1.0|2|55
1.3.6.1.4.1.30631.1.17.1.208.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.209.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.210.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.211.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.212.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.213.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.214.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.215.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.216.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.217.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.218.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.219.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.220.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.221.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.222.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.223.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.224.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.225.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.226.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.227.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.228.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.229.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.230.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.231.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.232.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.233.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.234.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.235.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.236.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.237.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.238.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.239.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.240.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.241.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.242.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.243.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.244.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.245.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.246.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.247.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.248.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.249.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.250.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.251.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.252.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.253.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.254.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.255.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.256.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.257.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.258.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.259.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.260.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.261.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.262.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.263.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.264.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.265.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.266.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.267.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.268.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.269.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.270.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.271.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.272.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.273.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.274.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.275.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.276.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.277.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.278.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.279.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.280.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.281.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.282.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.283.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.284.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.285.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.286.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.287.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.288.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.289.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.290.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.291.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.292.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.293.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.294.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.295.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.296.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.297.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.298.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.299.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.300.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.301.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.302.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.303.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.304.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.305.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.306.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.307.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.308.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.309.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.310.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.311.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.312.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.313.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.314.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.315.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.316.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.317.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.318.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.319.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.320.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.321.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.322.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.323.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.324.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.325.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.326.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.327.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.328.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.329.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.330.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.331.1.0|2|64
1.3.6.1.4.1.30631.1.17.1.332.1.0|2|50
1.3.6.1.4.1.30631.1.17.1.333.1.0|2|81
1.3.6.1.4.1.30631.1.17.1.334.1.0|2|50
1.3.6.1.4.1.30631.1.17.1.335.1.0|2|66
1.3.6.1.4.1.30631.1.17.1.336.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.337.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.338.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.339.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.340.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.341.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.342.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.343.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.344.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.345.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.346.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.347.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.348.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.349.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.350.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.351.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.352.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.353.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.354.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.355.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.356.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.357.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.358.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.359.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.360.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.361.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.362.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.363.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.364.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.365.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.366.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.367.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.368.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.369.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.370.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.371.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.372.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.373.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.374.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.375.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.376.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.377.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.378.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.379.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.380.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.381.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.382.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.383.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.384.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.385.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.386.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.387.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.388.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.389.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.390.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.391.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.392.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.393.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.394.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.395.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.396.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.397.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.398.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.399.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.400.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.401.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.402.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.403.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.404.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.405.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.406.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.407.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.408.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.409.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.410.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.411.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.412.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.413.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.414.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.415.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.416.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.417.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.418.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.419.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.420.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.421.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.422.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.423.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.424.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.425.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.426.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.427.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.428.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.429.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.430.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.431.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.432.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.433.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.434.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.435.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.436.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.437.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.438.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.439.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.440.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.441.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.442.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.443.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.444.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.445.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.446.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.447.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.448.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.449.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.450.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.451.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.452.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.453.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.454.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.455.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.456.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.457.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.458.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.459.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.460.1.0|2|37
1.3.6.1.4.1.30631.1.17.1.461.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.462.1.0|2|44
1.3.6.1.4.1.30631.1.17.1.463.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.464.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.465.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.466.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.467.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.468.1.0|2|47
1.3.6.1.4.1.30631.1.17.1.469.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.470.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.471.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.472.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.473.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.474.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.475.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.476.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.477.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.478.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.479.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.480.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.481.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.482.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.483.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.484.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.485.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.486.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.487.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.488.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.489.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.490.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.491.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.492.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.493.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.494.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.495.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.496.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.497.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.498.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.499.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.500.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.501.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.502.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.503.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.504.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.505.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.506.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.507.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.508.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.509.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.510.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.511.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.512.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.513.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.514.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.515.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.516.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.517.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.518.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.519.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.520.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.521.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.522.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.523.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.524.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.525.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.526.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.527.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.528.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.529.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.530.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.531.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.532.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.533.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.534.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.535.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.536.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.537.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.538.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.539.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.540.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.541.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.542.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.543.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.544.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.545.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.546.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.547.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.548.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.549.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.550.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.551.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.552.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.553.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.554.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.555.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.556.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.557.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.558.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.559.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.560.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.561.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.562.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.563.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.564.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.565.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.566.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.567.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.568.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.569.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.570.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.571.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.572.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.573.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.574.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.575.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.576.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.577.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.578.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.579.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.580.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.581.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.582.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.583.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.584.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.585.1.0|2|0
1.3.6.1.4.1.30631.1.17.1.586.1.0|2|3258
1.3.6.1.4.1.30631.1.17.1.586.2.0|2|1246
1.3.6.1.4.1.30631.1.17.1.586.3.0|2|48
1.3.6.1.4.1.30631.1.17.1.586.4.0|2|47
1.3.6.1.4.1.30631.1.17.1.586.5.0|2|67
1.3.6.1.4.1.30631.1.17.1.586.6.0|2|121
1.3.6.1.4.1.30631.1.17.2.1.0|2|0
1.3.6.1.4.1.30631.1.17.2.2.0|2|0
1.3.6.1.4.1.30631.1.17.2.3.0|2|0
1.3.6.1.4.1.30631.1.17.2.4.0|2|0
1.3.6.1.4.1.30631.1.17.2.5.0|2|0
1.3.6.1.4.1.30631.1.17.2.6.0|2|0
1.3.6.1.4.1.30631.1.17.2.7.0|2|0
1.3.6.1.4.1.30631.1.17.2.8.0|2|0
1.3.6.1.4.1.30631.1.17.2.9.0|2|0
1.3.6.1.4.1.30631.1.17.2.10.0|2|0
1.3.6.1.4.1.30631.1.17.2.11.0|2|0
1.3.6.1.4.1.30631.1.17.2.12.0|2|0
1.3.6.1.4.1.30631.1.17.2.13.0|2|0
1.3.6.1.4.1.30631.1.17.2.14.0|2|1
1.3.6.1.4.1.30631.1.17.2.15.0|2|0
1.3.6.1.4.1.30631.1.17.2.16.0|2|0
1.3.6.1.4.1.30631.1.17.4.1.0|4|1.41
1.3.6.1.4.1.30631.1.17.4.2.0|4|