Added more sensors for IRD (PBI Digital Decoder) (#9339)

* added over bitrate graph

* added bitrate

* added more state sensors

* Update ird.snmprec

* Update ird.json

* Update Ird.php

* Update Ird.php

* Update Ird.php

* Update ird.json

* Updated json test data

* Update ird.snmprec

* Updated json data

* fix test value

* fix num_oid
This commit is contained in:
jozefrebjak
2018-11-20 23:54:42 +01:00
committed by Tony Murray
parent 37d8dfb85e
commit f10e06def2
5 changed files with 496 additions and 174 deletions

View File

@@ -3,31 +3,29 @@ namespace LibreNMS\OS;
use LibreNMS\Device\WirelessSensor;
use LibreNMS\Interfaces\Discovery\Sensors\WirelessFrequencyDiscovery;
use LibreNMS\Interfaces\Discovery\Sensors\WirelessRateDiscovery;
use LibreNMS\OS;
class Ird extends OS implements WirelessFrequencyDiscovery
class Ird extends OS implements
WirelessFrequencyDiscovery,
WirelessRateDiscovery
{
public function discoverWirelessFrequency()
{
$lnbfrequency_oid = '.1.3.6.1.4.1.1070.3.1.1.104.3.1.0'; //lnbFrequency
$satfrequency_oid = '.1.3.6.1.4.1.1070.3.1.1.104.3.2.0'; //satFrequency
$lnbfrequency_oid = '.1.3.6.1.4.1.1070.3.1.1.104.3.1.0'; // PBI4000P-5000P-MIB::lnbFrequency
$satfrequency_oid = '.1.3.6.1.4.1.1070.3.1.1.104.3.2.0'; // PBI4000P-5000P-MIB::satFrequency
return array(
new WirelessSensor(
'frequency',
$this->getDeviceId(),
$lnbfrequency_oid,
'lnbfrequency',
1,
'LNB Frequency'
),
new WirelessSensor(
'frequency',
$this->getDeviceId(),
$satfrequency_oid,
'satfrequency',
1,
'Satellite Frequency'
),
new WirelessSensor('frequency', $this->getDeviceId(), $lnbfrequency_oid, 'lnbfrequency', 1, 'LNB Frequency'),
new WirelessSensor('frequency', $this->getDeviceId(), $satfrequency_oid, 'satfrequency', 2, 'Satellite Frequency'),
);
}
public function discoverWirelessRate()
{
$oid_total_bitrate = '.1.3.6.1.4.1.1070.3.1.1.104.1.1.3.0'; // PBI4000P-5000P-MIB::tunerTotalBitrate
$oid_valid_maxbitrate = '.1.3.6.1.4.1.1070.3.1.1.104.1.1.4.0'; // PBI4000P-5000P-MIB::tunerValidBitrate
return array(
new WirelessSensor('rate', $this->getDeviceId(), $oid_total_bitrate, 'tunertotalbitrate', 1, 'Tuner Total Bitrate', null, 1, 1),
new WirelessSensor('rate', $this->getDeviceId(), $oid_valid_maxbitrate, 'tunervalidbittrate', 2, 'Tuner Valid Bitrate', null, 1, 1),
);
}
}

View File

@@ -66,3 +66,28 @@ modules:
- { descr: PortB, graph: 1, value: 2, generic: 0 }
- { descr: PortC, graph: 1, value: 3, generic: 0 }
- { descr: PortD, graph: 1, value: 4, generic: 0 }
-
oid: linkStatus
num_oid: '.1.3.6.1.4.1.1070.3.1.1.104.1.3.4.{{ $index }}'
descr: Eth Link Status
state_name: linkStatus
states:
- { descr: Off, graph: 1, value: 0, generic: 3 }
- { descr: 10 MB, graph: 1, value: 1, generic: 2 }
- { descr: 100 MB, graph: 1, value: 2, generic: 0 }
-
oid: ciSource
num_oid: '.1.3.6.1.4.1.1070.3.1.1.104.11.1.{{ $index }}'
descr: CI Source
state_name: ciSource
states:
- { descr: ASI, graph: 1, value: 0, generic: 0 }
- { descr: Tuner, graph: 1, value: 1, generic: 0 }
-
oid: ciLock
num_oid: '.1.3.6.1.4.1.1070.3.1.1.104.11.6.{{ $index }}'
descr: CI Lock
state_name: ciLock
states:
- { descr: No, graph: 1, value: 0, generic: 3 }
- { descr: Yes, graph: 1, value: 1, generic: 0 }

View File

@@ -8,6 +8,7 @@ mib_dir:
over:
- { graph: device_signal, text: 'Signal Strength' }
- { graph: device_dbm, text: 'dBm' }
- { graph: device_wireless_rate, text: 'Tuner Bitrate' }
discovery:
- sysObjectID:
- .1.3.6.1.4.1.2021.250.10

View File

@@ -3,7 +3,7 @@
"discovery": {
"devices": [
{
"sysName": "dch-4000p",
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.2021.250.10",
"sysDescr": "Linux DCH-4000P 2.4.20-uc0 #386 2013... 10... 24... ......... 14:08:33 CST armv3l",
"sysContact": null,
@@ -21,14 +21,14 @@
"poller": {
"devices": [
{
"sysName": "dch-4000p",
"sysName": "<private>",
"sysObjectID": ".1.3.6.1.4.1.2021.250.10",
"sysDescr": "Linux DCH-4000P 2.4.20-uc0 #386 2013... 10... 24... ......... 14:08:33 CST armv3l",
"sysContact": "/dev/null",
"sysContact": "<private>",
"version": null,
"hardware": "DCH-4000P",
"hardware": "<PRIVATE>",
"features": null,
"location": "Unknown",
"location": "<private>",
"os": "ird",
"type": "network",
"serial": null,
@@ -73,10 +73,10 @@
"sensor_descr": "C/N",
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 13,
"sensor_limit": 13.65,
"sensor_current": 16.300000000000001,
"sensor_limit": 17.114999999999998,
"sensor_limit_warn": null,
"sensor_limit_low": 12.35,
"sensor_limit_low": 15.484999999999999,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
@@ -96,10 +96,10 @@
"sensor_descr": "Eb/N0",
"sensor_divisor": 10,
"sensor_multiplier": 1,
"sensor_current": 11,
"sensor_limit": 11.550000000000001,
"sensor_current": 11.5,
"sensor_limit": 12.074999999999999,
"sensor_limit_warn": null,
"sensor_limit_low": 10.449999999999999,
"sensor_limit_low": 10.925000000000001,
"sensor_limit_low_warn": null,
"sensor_alert": 1,
"sensor_custom": "No",
@@ -119,7 +119,7 @@
"sensor_descr": "Signal Strength",
"sensor_divisor": -10,
"sensor_multiplier": 1,
"sensor_current": -25,
"sensor_current": -36,
"sensor_limit": -30,
"sensor_limit_warn": null,
"sensor_limit_low": -80,
@@ -132,6 +132,52 @@
"user_func": null,
"state_name": null
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.1070.3.1.1.104.11.6.0",
"sensor_index": "0",
"sensor_type": "ciLock",
"sensor_descr": "CI Lock",
"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": "ciLock"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.1070.3.1.1.104.11.1.0",
"sensor_index": "0",
"sensor_type": "ciSource",
"sensor_descr": "CI Source",
"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": "ciSource"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
@@ -155,6 +201,29 @@
"user_func": null,
"state_name": "diseq"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
"poller_type": "snmp",
"sensor_oid": ".1.3.6.1.4.1.1070.3.1.1.104.1.3.4.0",
"sensor_index": "0",
"sensor_type": "linkStatus",
"sensor_descr": "Eth Link Status",
"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": "linkStatus"
},
{
"sensor_deleted": 0,
"sensor_class": "state",
@@ -188,7 +257,7 @@
"sensor_descr": "LNB Voltage",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_current": 1,
"sensor_current": 2,
"sensor_limit": null,
"sensor_limit_warn": null,
"sensor_limit_low": null,
@@ -226,6 +295,34 @@
}
],
"state_indexes": [
{
"state_name": "ciLock",
"state_descr": "No",
"state_draw_graph": 1,
"state_value": 0,
"state_generic_value": 3
},
{
"state_name": "ciLock",
"state_descr": "Yes",
"state_draw_graph": 1,
"state_value": 1,
"state_generic_value": 0
},
{
"state_name": "ciSource",
"state_descr": "ASI",
"state_draw_graph": 1,
"state_value": 0,
"state_generic_value": 0
},
{
"state_name": "ciSource",
"state_descr": "Tuner",
"state_draw_graph": 1,
"state_value": 1,
"state_generic_value": 0
},
{
"state_name": "diseq",
"state_descr": "Off",
@@ -261,6 +358,27 @@
"state_value": 4,
"state_generic_value": 0
},
{
"state_name": "linkStatus",
"state_descr": "Off",
"state_draw_graph": 1,
"state_value": 0,
"state_generic_value": 3
},
{
"state_name": "linkStatus",
"state_descr": "10 MB",
"state_draw_graph": 1,
"state_value": 1,
"state_generic_value": 2
},
{
"state_name": "linkStatus",
"state_descr": "100 MB",
"state_draw_graph": 1,
"state_value": 2,
"state_generic_value": 0
},
{
"state_name": "lnb22KHz",
"state_descr": "Off",
@@ -313,5 +431,183 @@
]
},
"poller": "matches discovery"
},
"wireless": {
"discovery": {
"wireless_sensors": [
{
"sensor_deleted": 0,
"sensor_class": "rate",
"sensor_index": "1",
"sensor_type": "tunertotalbitrate",
"sensor_descr": "Tuner Total Bitrate",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_aggregator": "sum",
"sensor_current": 59881760,
"sensor_prev": null,
"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_oids": "[\".1.3.6.1.4.1.1070.3.1.1.104.1.1.3.0\"]"
},
{
"sensor_deleted": 0,
"sensor_class": "rate",
"sensor_index": "2",
"sensor_type": "tunervalidbittrate",
"sensor_descr": "Tuner Valid Bitrate",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_aggregator": "sum",
"sensor_current": 41028400,
"sensor_prev": null,
"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_oids": "[\".1.3.6.1.4.1.1070.3.1.1.104.1.1.4.0\"]"
},
{
"sensor_deleted": 0,
"sensor_class": "frequency",
"sensor_index": "1",
"sensor_type": "lnbfrequency",
"sensor_descr": "LNB Frequency",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_aggregator": "sum",
"sensor_current": 10600,
"sensor_prev": null,
"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_oids": "[\".1.3.6.1.4.1.1070.3.1.1.104.3.1.0\"]"
},
{
"sensor_deleted": 0,
"sensor_class": "frequency",
"sensor_index": "2",
"sensor_type": "satfrequency",
"sensor_descr": "Satellite Frequency",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_aggregator": "sum",
"sensor_current": 12109,
"sensor_prev": null,
"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_oids": "[\".1.3.6.1.4.1.1070.3.1.1.104.3.2.0\"]"
}
]
},
"poller": {
"wireless_sensors": [
{
"sensor_deleted": 0,
"sensor_class": "rate",
"sensor_index": "1",
"sensor_type": "tunertotalbitrate",
"sensor_descr": "Tuner Total Bitrate",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_aggregator": "sum",
"sensor_current": 59881760,
"sensor_prev": 59881760,
"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_oids": "[\".1.3.6.1.4.1.1070.3.1.1.104.1.1.3.0\"]"
},
{
"sensor_deleted": 0,
"sensor_class": "rate",
"sensor_index": "2",
"sensor_type": "tunervalidbittrate",
"sensor_descr": "Tuner Valid Bitrate",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_aggregator": "sum",
"sensor_current": 41028400,
"sensor_prev": 41028400,
"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_oids": "[\".1.3.6.1.4.1.1070.3.1.1.104.1.1.4.0\"]"
},
{
"sensor_deleted": 0,
"sensor_class": "frequency",
"sensor_index": "1",
"sensor_type": "lnbfrequency",
"sensor_descr": "LNB Frequency",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_aggregator": "sum",
"sensor_current": 10600,
"sensor_prev": 10600,
"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_oids": "[\".1.3.6.1.4.1.1070.3.1.1.104.3.1.0\"]"
},
{
"sensor_deleted": 0,
"sensor_class": "frequency",
"sensor_index": "2",
"sensor_type": "satfrequency",
"sensor_descr": "Satellite Frequency",
"sensor_divisor": 1,
"sensor_multiplier": 1,
"sensor_aggregator": "sum",
"sensor_current": 12109,
"sensor_prev": 12109,
"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_oids": "[\".1.3.6.1.4.1.1070.3.1.1.104.3.2.0\"]"
}
]
}
}
}

View File

@@ -1,143 +1,145 @@
1.3.6.1.2.1.1.1.0|4x|4c696e7578204443482d343030305020322e342e32302d75633020233338362032303133e5b9b4203130e69c88203234e697a520e6989fe69c9fe59b9b2031343a30383a3333204353542061726d76336c
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.2021.250.10
1.3.6.1.2.1.1.3.0|67|439033058
1.3.6.1.2.1.1.4.0|4x|2f6465762f6e756c6c
1.3.6.1.2.1.1.5.0|4x|4443482d3430303050
1.3.6.1.2.1.1.6.0|4|Unknown
1.3.6.1.2.1.1.8.0|67|0
1.3.6.1.4.1.1070.3.1.1.1.0|4x|48332d4d696e696d61782d54686f7236202020202020202020202020383435303035322020202020202020202020202020202020
1.3.6.1.4.1.1070.3.1.1.2.0|4x|04f08000
1.3.6.1.4.1.1070.3.1.1.3.0|4x|661a5800
1.3.6.1.4.1.1070.3.1.1.4.0|4x|79311b00
1.3.6.1.4.1.1070.3.1.1.5.0|4x|000e26ffba38
1.3.6.1.4.1.1070.3.1.1.6.0|64x|0a000201
1.3.6.1.4.1.1070.3.1.1.7.0|64x|0a00028f
1.3.6.1.4.1.1070.3.1.1.8.0|64x|ffffff00
1.3.6.1.4.1.1070.3.1.1.9.0|64x|0a000115
1.3.6.1.4.1.1070.3.1.1.10.0|4|40PR005B
1.3.6.1.4.1.1070.3.1.1.11.0|64x|00000000
1.3.6.1.4.1.1070.3.1.1.12.0|2|0
1.3.6.1.4.1.1070.3.1.1.13.0|2|4445
1.3.6.1.4.1.1070.3.1.1.14.0|4x|01000000
1.3.6.1.4.1.1070.3.1.1.15.0|2|66049
1.3.6.1.4.1.1070.3.1.1.16.0|4x|00000000
1.3.6.1.4.1.1070.3.1.1.23.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.1.1.1.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.1.1.2.0|2|188
1.3.6.1.4.1.1070.3.1.1.104.1.1.3.0|2|45156880
1.3.6.1.4.1.1070.3.1.1.104.1.1.4.0|2|41028400
1.3.6.1.4.1.1070.3.1.1.104.1.1.5.0|2|41028400
1.3.6.1.4.1.1070.3.1.1.104.1.1.6.0|2|250
1.3.6.1.4.1.1070.3.1.1.104.1.1.7.0|2|8
1.3.6.1.4.1.1070.3.1.1.104.1.1.8.0|2|130
1.3.6.1.4.1.1070.3.1.1.104.1.1.9.0|2|110
1.3.6.1.4.1.1070.3.1.1.104.1.2.1.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.1.2.2.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.1.2.3.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.1.2.4.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.1.3.1.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.1.3.2.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.1.3.3.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.1.3.4.0|2|2
1.3.6.1.4.1.1070.3.1.1.104.1.4.1.0|4x|0100020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
1.3.6.1.4.1.1070.3.1.1.104.2.1.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.3.1.0|2|10600
1.3.6.1.4.1.1070.3.1.1.104.3.2.0|2|11804
1.3.6.1.4.1.1070.3.1.1.104.3.3.0|2|28000
1.3.6.1.4.1.1070.3.1.1.104.3.4.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.3.5.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.3.6.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.4.1.0|2|2
1.3.6.1.4.1.1070.3.1.1.104.4.2.0|2|50000
1.3.6.1.4.1.1070.3.1.1.104.4.3.0|2|6875
1.3.6.1.4.1.1070.3.1.1.104.5.1.0|2|794000
1.3.6.1.4.1.1070.3.1.1.104.5.2.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.6.1.0|2|2
1.3.6.1.4.1.1070.3.1.1.104.7.1.1.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.7.1.2.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.7.2.1.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.7.2.2.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.8.1.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.8.2.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.9.1.1.0|2|3
1.3.6.1.4.1.1070.3.1.1.104.9.1.2.0|2|32798309
1.3.6.1.4.1.1070.3.1.1.104.9.2.1.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.9.2.2.0|2|66819
1.3.6.1.4.1.1070.3.1.1.104.9.2.3.0|4x|656e670000000000
1.3.6.1.4.1.1070.3.1.1.104.9.2.4.0|4x|4f6666000000
1.3.6.1.4.1.1070.3.1.1.104.9.2.5.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.9.2.6.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.9.2.9.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.9.2.10.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.9.2.11.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.9.2.14.0|4x|566964656f3a4f6b
1.3.6.1.4.1.1070.3.1.1.104.9.3.1.0|2|49
1.3.6.1.4.1.1070.3.1.1.104.9.3.2.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.9.3.3.0|4|hun0510
1.3.6.1.4.1.1070.3.1.1.104.9.3.4.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.9.3.6.0|4x|417564696f3a4f6b
1.3.6.1.4.1.1070.3.1.1.104.9.4.1.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.9.4.2.0|4x|000000000000000000000000
1.3.6.1.4.1.1070.3.1.1.104.9.4.3.0|4x|00000000000000000000000000000000
1.3.6.1.4.1.1070.3.1.1.104.9.4.4.0|4x|0000000000000000000000000000
1.3.6.1.4.1.1070.3.1.1.104.10.1.0|64x|0a03008f
1.3.6.1.4.1.1070.3.1.1.104.10.2.0|2|2000
1.3.6.1.4.1.1070.3.1.1.104.10.3.0|64x|e1010101
1.3.6.1.4.1.1070.3.1.1.104.10.4.0|2|7
1.3.6.1.4.1.1070.3.1.1.104.10.5.0|2|10
1.3.6.1.4.1.1070.3.1.1.104.10.6.0|64x|ffffff00
1.3.6.1.4.1.1070.3.1.1.104.10.7.0|64x|0a030001
1.3.6.1.4.1.1070.3.1.1.104.10.8.0|4x|000e26ffba39
1.3.6.1.4.1.1070.3.1.1.104.10.9.0|2|3000
1.3.6.1.4.1.1070.3.1.1.104.10.10.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.10.11.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.10.12.0|2|3
1.3.6.1.4.1.1070.3.1.1.104.10.13.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.10.14.0|2|6
1.3.6.1.4.1.1070.3.1.1.104.10.15.0|2|6
1.3.6.1.4.1.1070.3.1.1.104.10.16.0|2|5
1.3.6.1.4.1.1070.3.1.1.104.10.17.0|4x|00ef014e08d2040000d50700000000
1.3.6.1.4.1.1070.3.1.1.104.10.18.0|4x|66663a66663a66663a66663a66663a6666
1.3.6.1.4.1.1070.3.1.1.104.10.19.0|4x|34120000463a46463a46463a46463a464600000000000000
1.3.6.1.4.1.1070.3.1.1.104.10.20.0|4x|56220000463a00003a460000464600004600000000000000
1.3.6.1.4.1.1070.3.1.1.104.10.21.0|4x|30303a30303a31323a33343a32323a3536
1.3.6.1.4.1.1070.3.1.1.104.10.24.0|4|
1.3.6.1.4.1.1070.3.1.1.104.10.25.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.11.1.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.11.2.0|2|14
1.3.6.1.4.1.1070.3.1.1.104.11.3.0|4x|5e766576
1.3.6.1.4.1.1070.3.1.1.104.11.4.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.11.5.0|4|
1.3.6.1.4.1.1070.3.1.1.104.11.6.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.11.7.0|4|
1.3.6.1.4.1.1070.3.1.1.104.11.8.0|4|
1.3.6.1.4.1.1070.3.1.1.104.11.9.0|4x|0243727970746f776f726b73
1.3.6.1.4.1.1070.3.1.1.104.11.10.0|4x|01
1.3.6.1.4.1.1070.3.1.1.104.11.11.0|4x|01000000
1.3.6.1.4.1.1070.3.1.1.104.13.1.0|64x|0a03008f
1.3.6.1.4.1.1070.3.1.1.104.13.2.0|64x|ffffff00
1.3.6.1.4.1.1070.3.1.1.104.13.3.0|64x|0a030001
1.3.6.1.4.1.1070.3.1.1.104.13.4.0|4x|000e26ffba39
1.3.6.1.4.1.1070.3.1.1.104.13.5.0|64x|00000000
1.3.6.1.4.1.1070.3.1.1.104.13.6.0|2|3000
1.3.6.1.4.1.1070.3.1.1.104.13.7.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.13.8.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.13.9.0|2|38000
1.3.6.1.4.1.1070.3.1.1.104.13.10.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.14.1.0|2|10600
1.3.6.1.4.1.1070.3.1.1.104.14.2.0|2|11804
1.3.6.1.4.1.1070.3.1.1.104.14.3.0|2|28000
1.3.6.1.4.1.1070.3.1.1.104.14.4.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.14.5.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.14.6.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.14.7.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.14.8.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.14.9.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.14.10.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.15.1.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.16.1.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.16.2.0|4|
1.3.6.1.4.1.1070.3.1.1.104.16.3.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.16.4.0|2|50000
1.3.6.1.4.1.1070.3.1.1.104.17.1.0|4|
1.3.6.1.4.1.1070.3.1.1.104.17.2.0|4|
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.2021.250.10
1.3.6.1.2.1.1.3.0|67|145939430
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.2.1.1.8.0|67|0
1.3.6.1.4.1.1070.3.1.1.1.0|4x|48332d4d696e696d61782d54686f7236202020202020202020202020383435303035322020202020202020202020202020202020
1.3.6.1.4.1.1070.3.1.1.2.0|4x|04f08000
1.3.6.1.4.1.1070.3.1.1.3.0|4x|661a5800
1.3.6.1.4.1.1070.3.1.1.4.0|4x|79311b00
1.3.6.1.4.1.1070.3.1.1.5.0|4x|000e26ffba38
1.3.6.1.4.1.1070.3.1.1.6.0|64x|0a000201
1.3.6.1.4.1.1070.3.1.1.7.0|64x|0a00028f
1.3.6.1.4.1.1070.3.1.1.8.0|64x|ffffff00
1.3.6.1.4.1.1070.3.1.1.9.0|64x|0a000115
1.3.6.1.4.1.1070.3.1.1.10.0|4|40PR005B
1.3.6.1.4.1.1070.3.1.1.11.0|64x|00000000
1.3.6.1.4.1.1070.3.1.1.12.0|2|0
1.3.6.1.4.1.1070.3.1.1.13.0|2|4445
1.3.6.1.4.1.1070.3.1.1.14.0|4x|01000000
1.3.6.1.4.1.1070.3.1.1.15.0|2|66049
1.3.6.1.4.1.1070.3.1.1.16.0|4x|00000000
1.3.6.1.4.1.1070.3.1.1.23.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.1.1.1.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.1.1.2.0|2|188
1.3.6.1.4.1.1070.3.1.1.104.1.1.3.0|2|59881760
1.3.6.1.4.1.1070.3.1.1.104.1.1.4.0|2|41028400
1.3.6.1.4.1.1070.3.1.1.104.1.1.5.0|2|41028400
1.3.6.1.4.1.1070.3.1.1.104.1.1.6.0|2|360
1.3.6.1.4.1.1070.3.1.1.104.1.1.7.0|2|8
1.3.6.1.4.1.1070.3.1.1.104.1.1.8.0|2|163
1.3.6.1.4.1.1070.3.1.1.104.1.1.9.0|2|115
1.3.6.1.4.1.1070.3.1.1.104.1.2.1.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.1.2.2.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.1.2.3.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.1.2.4.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.1.3.1.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.1.3.2.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.1.3.3.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.1.3.4.0|2|2
1.3.6.1.4.1.1070.3.1.1.104.1.3.4.0|2|2
1.3.6.1.4.1.1070.3.1.1.104.1.4.1.0|4x|0100020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000
1.3.6.1.4.1.1070.3.1.1.104.2.1.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.3.1.0|2|10600
1.3.6.1.4.1.1070.3.1.1.104.3.2.0|2|12109
1.3.6.1.4.1.1070.3.1.1.104.3.3.0|2|28000
1.3.6.1.4.1.1070.3.1.1.104.3.4.0|2|2
1.3.6.1.4.1.1070.3.1.1.104.3.5.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.3.6.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.4.1.0|2|2
1.3.6.1.4.1.1070.3.1.1.104.4.2.0|2|50000
1.3.6.1.4.1.1070.3.1.1.104.4.3.0|2|6875
1.3.6.1.4.1.1070.3.1.1.104.5.1.0|2|794000
1.3.6.1.4.1.1070.3.1.1.104.5.2.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.6.1.0|2|2
1.3.6.1.4.1.1070.3.1.1.104.7.1.1.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.7.1.2.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.7.2.1.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.7.2.2.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.8.1.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.8.2.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.9.1.1.0|2|3
1.3.6.1.4.1.1070.3.1.1.104.9.1.2.0|2|32798309
1.3.6.1.4.1.1070.3.1.1.104.9.2.1.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.9.2.2.0|2|66819
1.3.6.1.4.1.1070.3.1.1.104.9.2.3.0|4x|656e670000000000
1.3.6.1.4.1.1070.3.1.1.104.9.2.4.0|4x|4f6666000000
1.3.6.1.4.1.1070.3.1.1.104.9.2.5.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.9.2.6.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.9.2.9.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.9.2.10.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.9.2.11.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.9.2.14.0|4x|566964656f3a4f6b
1.3.6.1.4.1.1070.3.1.1.104.9.3.1.0|2|49
1.3.6.1.4.1.1070.3.1.1.104.9.3.2.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.9.3.3.0|4|hun0510
1.3.6.1.4.1.1070.3.1.1.104.9.3.4.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.9.3.6.0|4x|417564696f3a4f6b
1.3.6.1.4.1.1070.3.1.1.104.9.4.1.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.9.4.2.0|4x|000000000000000000000000
1.3.6.1.4.1.1070.3.1.1.104.9.4.3.0|4x|00000000000000000000000000000000
1.3.6.1.4.1.1070.3.1.1.104.9.4.4.0|4x|0000000000000000000000000000
1.3.6.1.4.1.1070.3.1.1.104.10.1.0|64x|0a03008f
1.3.6.1.4.1.1070.3.1.1.104.10.2.0|2|2000
1.3.6.1.4.1.1070.3.1.1.104.10.3.0|64x|e1010101
1.3.6.1.4.1.1070.3.1.1.104.10.4.0|2|7
1.3.6.1.4.1.1070.3.1.1.104.10.5.0|2|10
1.3.6.1.4.1.1070.3.1.1.104.10.6.0|64x|ffffff00
1.3.6.1.4.1.1070.3.1.1.104.10.7.0|64x|0a030001
1.3.6.1.4.1.1070.3.1.1.104.10.8.0|4x|000e26ffba39
1.3.6.1.4.1.1070.3.1.1.104.10.9.0|2|3000
1.3.6.1.4.1.1070.3.1.1.104.10.10.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.10.11.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.10.12.0|2|3
1.3.6.1.4.1.1070.3.1.1.104.10.13.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.10.14.0|2|6
1.3.6.1.4.1.1070.3.1.1.104.10.15.0|2|6
1.3.6.1.4.1.1070.3.1.1.104.10.16.0|2|5
1.3.6.1.4.1.1070.3.1.1.104.10.17.0|4x|00ef014e08d2040000d50700000000
1.3.6.1.4.1.1070.3.1.1.104.10.18.0|4x|66663a66663a66663a66663a66663a6666
1.3.6.1.4.1.1070.3.1.1.104.10.19.0|4x|34120000463a46463a46463a46463a464600000000000000
1.3.6.1.4.1.1070.3.1.1.104.10.20.0|4x|56220000463a00003a460000464600004600000000000000
1.3.6.1.4.1.1070.3.1.1.104.10.21.0|4x|30303a30303a31323a33343a32323a3536
1.3.6.1.4.1.1070.3.1.1.104.10.24.0|4|
1.3.6.1.4.1.1070.3.1.1.104.10.25.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.11.1.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.11.2.0|2|14
1.3.6.1.4.1.1070.3.1.1.104.11.3.0|4x|5e766576
1.3.6.1.4.1.1070.3.1.1.104.11.4.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.11.5.0|4|
1.3.6.1.4.1.1070.3.1.1.104.11.6.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.11.6.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.11.7.0|4|
1.3.6.1.4.1.1070.3.1.1.104.11.8.0|4|
1.3.6.1.4.1.1070.3.1.1.104.11.9.0|4x|0243727970746f776f726b73
1.3.6.1.4.1.1070.3.1.1.104.11.10.0|4x|01
1.3.6.1.4.1.1070.3.1.1.104.11.11.0|4x|01000000
1.3.6.1.4.1.1070.3.1.1.104.13.1.0|64x|0a03008f
1.3.6.1.4.1.1070.3.1.1.104.13.2.0|64x|ffffff00
1.3.6.1.4.1.1070.3.1.1.104.13.3.0|64x|0a030001
1.3.6.1.4.1.1070.3.1.1.104.13.4.0|4x|000e26ffba39
1.3.6.1.4.1.1070.3.1.1.104.13.5.0|64x|00000000
1.3.6.1.4.1.1070.3.1.1.104.13.6.0|2|3000
1.3.6.1.4.1.1070.3.1.1.104.13.7.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.13.8.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.13.9.0|2|38000
1.3.6.1.4.1.1070.3.1.1.104.13.10.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.14.1.0|2|10600
1.3.6.1.4.1.1070.3.1.1.104.14.2.0|2|11804
1.3.6.1.4.1.1070.3.1.1.104.14.3.0|2|28000
1.3.6.1.4.1.1070.3.1.1.104.14.4.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.14.5.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.14.6.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.14.7.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.14.8.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.14.9.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.14.10.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.15.1.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.16.1.0|2|0
1.3.6.1.4.1.1070.3.1.1.104.16.2.0|4|
1.3.6.1.4.1.1070.3.1.1.104.16.3.0|2|1
1.3.6.1.4.1.1070.3.1.1.104.16.4.0|2|50000
1.3.6.1.4.1.1070.3.1.1.104.17.1.0|4|
1.3.6.1.4.1.1070.3.1.1.104.17.2.0|4|