mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
RouterOS wireless sensors update (#9401)
* bug-fix and new features Fixed incorrect OID for rate, renamed rate to TX-Rate as per update from mikrotik. Added support for link distance * Fixed indent issue
This commit is contained in:
@@ -32,6 +32,7 @@ use LibreNMS\Interfaces\Discovery\Sensors\WirelessFrequencyDiscovery;
|
||||
use LibreNMS\Interfaces\Discovery\Sensors\WirelessNoiseFloorDiscovery;
|
||||
use LibreNMS\Interfaces\Discovery\Sensors\WirelessRateDiscovery;
|
||||
use LibreNMS\Interfaces\Discovery\Sensors\WirelessRssiDiscovery;
|
||||
use LibreNMS\Interfaces\Discovery\Sensors\WirelessDistanceDiscovery;
|
||||
use LibreNMS\OS;
|
||||
|
||||
class Routeros extends OS implements
|
||||
@@ -40,7 +41,8 @@ class Routeros extends OS implements
|
||||
WirelessFrequencyDiscovery,
|
||||
WirelessNoiseFloorDiscovery,
|
||||
WirelessRateDiscovery,
|
||||
WirelessRssiDiscovery
|
||||
WirelessRssiDiscovery,
|
||||
WirelessDistanceDiscovery
|
||||
{
|
||||
private $data;
|
||||
|
||||
@@ -170,10 +172,10 @@ class Routeros extends OS implements
|
||||
$sensors[] = new WirelessSensor(
|
||||
'rate',
|
||||
$this->getDeviceId(),
|
||||
'.1.3.6.1.4.1.14988.1.1.1.8.1.13.' . $index,
|
||||
'mikrotik-rate',
|
||||
'.1.3.6.1.4.1.14988.1.1.1.9.1.8.' . $index,
|
||||
'mikrotik-60g-tx',
|
||||
$index,
|
||||
'SSID: ' . $entry['mtxrWl60GSsid'],
|
||||
'Tx Rate',
|
||||
$entry['mtxrWl60G'],
|
||||
$multiplier = 1000000
|
||||
);
|
||||
@@ -185,10 +187,31 @@ class Routeros extends OS implements
|
||||
if (is_null($this->data)) {
|
||||
$wl60 = snmpwalk_cache_oid($this->getDevice(), 'mtxrWl60GTable', array(), 'MIKROTIK-MIB');
|
||||
$wlap = snmpwalk_cache_oid($this->getDevice(), 'mtxrWlApTable', array(), 'MIKROTIK-MIB');
|
||||
$wl60sta = snmpwalk_cache_oid($this->getDevice(), 'mtxrWl60GStaTable', array(), 'MIKROTIK-MIB');
|
||||
$this->data = $wl60+$wlap;
|
||||
$this->data = $this->data+$wl60sta;
|
||||
}
|
||||
return $this->data;
|
||||
}
|
||||
public function discoverWirelessDistance()
|
||||
{
|
||||
$data = $this->fetchData();
|
||||
$sensors = array();
|
||||
foreach ($data as $index => $entry) {
|
||||
$sensors[] = new WirelessSensor(
|
||||
'distance',
|
||||
$this->getDeviceId(),
|
||||
'.1.3.6.1.4.1.14988.1.1.1.8.1.13.' . $index,
|
||||
'mikrotik',
|
||||
$index,
|
||||
'SSID: ' . $entry['mtxrWl60GSsid'],
|
||||
$entry['mtxrWl60G'],
|
||||
null,
|
||||
100000
|
||||
);
|
||||
}
|
||||
return $sensors;
|
||||
}
|
||||
private function discoverSensor($type, $oid, $num_oid_base)
|
||||
{
|
||||
$data = $this->fetchData();
|
||||
|
@@ -2463,8 +2463,8 @@
|
||||
"sensor_descr": "sfp1 Tx",
|
||||
"sensor_divisor": 1000,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 0.0070000000000000001,
|
||||
"sensor_limit": 0.010500000000000001,
|
||||
"sensor_current": 0.007,
|
||||
"sensor_limit": 0.0105,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
@@ -2510,9 +2510,9 @@
|
||||
"sensor_divisor": 1000,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": -5.673,
|
||||
"sensor_limit": -5.3893500000000003,
|
||||
"sensor_limit": -5.38935,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": -5.9566499999999998,
|
||||
"sensor_limit_low": -5.95665,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
@@ -2532,10 +2532,10 @@
|
||||
"sensor_descr": "sfp1 Tx",
|
||||
"sensor_divisor": 1000,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": -4.8789999999999996,
|
||||
"sensor_limit": -4.6350499999999997,
|
||||
"sensor_current": -4.879,
|
||||
"sensor_limit": -4.63505,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": -5.1229500000000003,
|
||||
"sensor_limit_low": -5.12295,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
@@ -2763,7 +2763,7 @@
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 15.4,
|
||||
"sensor_limit": 17.710000000000001,
|
||||
"sensor_limit": 17.71,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 13.09,
|
||||
"sensor_limit_low_warn": null,
|
||||
@@ -2786,9 +2786,9 @@
|
||||
"sensor_divisor": 1000,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3.302,
|
||||
"sensor_limit": 3.7972999999999999,
|
||||
"sensor_limit": 3.7973,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 2.8067000000000002,
|
||||
"sensor_limit_low": 2.8067,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
@@ -2921,8 +2921,8 @@
|
||||
"sensor_descr": "sfp1 Tx",
|
||||
"sensor_divisor": 1000,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 0.0070000000000000001,
|
||||
"sensor_limit": 0.010500000000000001,
|
||||
"sensor_current": 0.007,
|
||||
"sensor_limit": 0.0105,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
@@ -2968,9 +2968,9 @@
|
||||
"sensor_divisor": 1000,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": -5.673,
|
||||
"sensor_limit": -5.3893500000000003,
|
||||
"sensor_limit": -5.38935,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": -5.9566499999999998,
|
||||
"sensor_limit_low": -5.95665,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
@@ -2990,10 +2990,10 @@
|
||||
"sensor_descr": "sfp1 Tx",
|
||||
"sensor_divisor": 1000,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": -4.8789999999999996,
|
||||
"sensor_limit": -4.6350499999999997,
|
||||
"sensor_current": -4.879,
|
||||
"sensor_limit": -4.63505,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": -5.1229500000000003,
|
||||
"sensor_limit_low": -5.12295,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
@@ -3221,7 +3221,7 @@
|
||||
"sensor_divisor": 10,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 15.4,
|
||||
"sensor_limit": 17.710000000000001,
|
||||
"sensor_limit": 17.71,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 13.09,
|
||||
"sensor_limit_low_warn": null,
|
||||
@@ -3244,9 +3244,9 @@
|
||||
"sensor_divisor": 1000,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 3.302,
|
||||
"sensor_limit": 3.7972999999999999,
|
||||
"sensor_limit": 3.7973,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": 2.8067000000000002,
|
||||
"sensor_limit_low": 2.8067,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
@@ -3533,27 +3533,6 @@
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_oids": "[\".1.3.6.1.4.1.14988.1.1.1.3.1.3.1\"]"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "rate",
|
||||
"sensor_index": "1",
|
||||
"sensor_type": "mikrotik-rate",
|
||||
"sensor_descr": "SSID: MikroTik-e2f1fc",
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1000000,
|
||||
"sensor_aggregator": "sum",
|
||||
"sensor_current": 2310000000,
|
||||
"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.14988.1.1.1.8.1.13.1\"]"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "rate",
|
||||
@@ -3680,6 +3659,27 @@
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_oids": "[\".1.3.6.1.4.1.14988.1.1.1.3.1.3.9\"]"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "rate",
|
||||
"sensor_index": "4",
|
||||
"sensor_type": "mikrotik-60g-tx",
|
||||
"sensor_descr": "Tx Rate",
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1000000,
|
||||
"sensor_aggregator": "sum",
|
||||
"sensor_current": 2310000000,
|
||||
"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.14988.1.1.1.9.1.8.4\"]"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "ccq",
|
||||
@@ -3868,6 +3868,27 @@
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_oids": "[\".1.3.6.1.4.1.14988.1.1.1.8.1.6.1\"]"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "distance",
|
||||
"sensor_index": "1",
|
||||
"sensor_type": "mikrotik",
|
||||
"sensor_descr": "SSID: MikroTik-e2f1fc",
|
||||
"sensor_divisor": 100000,
|
||||
"sensor_multiplier": 0,
|
||||
"sensor_aggregator": "sum",
|
||||
"sensor_current": 0.0231,
|
||||
"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.14988.1.1.1.8.1.13.1\"]"
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -3999,27 +4020,6 @@
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_oids": "[\".1.3.6.1.4.1.14988.1.1.1.3.1.3.1\"]"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "rate",
|
||||
"sensor_index": "1",
|
||||
"sensor_type": "mikrotik-rate",
|
||||
"sensor_descr": "SSID: MikroTik-e2f1fc",
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1000000,
|
||||
"sensor_aggregator": "sum",
|
||||
"sensor_current": 2310000000,
|
||||
"sensor_prev": 2310000000,
|
||||
"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.14988.1.1.1.8.1.13.1\"]"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "rate",
|
||||
@@ -4146,6 +4146,27 @@
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_oids": "[\".1.3.6.1.4.1.14988.1.1.1.3.1.3.9\"]"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "rate",
|
||||
"sensor_index": "4",
|
||||
"sensor_type": "mikrotik-60g-tx",
|
||||
"sensor_descr": "Tx Rate",
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1000000,
|
||||
"sensor_aggregator": "sum",
|
||||
"sensor_current": 2310000000,
|
||||
"sensor_prev": 2310000000,
|
||||
"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.14988.1.1.1.9.1.8.4\"]"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "ccq",
|
||||
@@ -4334,6 +4355,27 @@
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_oids": "[\".1.3.6.1.4.1.14988.1.1.1.8.1.6.1\"]"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "distance",
|
||||
"sensor_index": "1",
|
||||
"sensor_type": "mikrotik",
|
||||
"sensor_descr": "SSID: MikroTik-e2f1fc",
|
||||
"sensor_divisor": 100000,
|
||||
"sensor_multiplier": 0,
|
||||
"sensor_aggregator": "sum",
|
||||
"sensor_current": 0.0231,
|
||||
"sensor_prev": 0.0231,
|
||||
"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.14988.1.1.1.8.1.13.1\"]"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@@ -1,61 +1,93 @@
|
||||
1.0.8802.1.1.2.1.4.1.1.4.1|2|4
|
||||
1.0.8802.1.1.2.1.4.1.1.4.2|2|4
|
||||
1.0.8802.1.1.2.1.4.1.1.4.3|2|4
|
||||
1.0.8802.1.1.2.1.4.1.1.4.6|2|4
|
||||
1.0.8802.1.1.2.1.4.1.1.4.7|2|4
|
||||
1.0.8802.1.1.2.1.4.1.1.4.8|2|4
|
||||
1.0.8802.1.1.2.1.4.1.1.4.11|2|4
|
||||
1.0.8802.1.1.2.1.4.1.1.4.12|2|4
|
||||
1.0.8802.1.1.2.1.4.1.1.4.13|2|4
|
||||
1.0.8802.1.1.2.1.4.1.1.4.14|2|4
|
||||
1.0.8802.1.1.2.1.4.1.1.4.25|2|4
|
||||
1.0.8802.1.1.2.1.4.1.1.4.26|2|4
|
||||
1.0.8802.1.1.2.1.4.1.1.5.1|4|3C:E5:A6:37:DF:DA
|
||||
1.0.8802.1.1.2.1.4.1.1.5.2|4|3C:E5:A6:37:DF:DA
|
||||
1.0.8802.1.1.2.1.4.1.1.5.3|4|20:67:7C:97:A3:48
|
||||
1.0.8802.1.1.2.1.4.1.1.5.6|4|CC:2D:E0:E2:F0:9E
|
||||
1.0.8802.1.1.2.1.4.1.1.5.7|4|6C:3B:6B:E4:21:3E
|
||||
1.0.8802.1.1.2.1.4.1.1.5.8|4|6C:3B:6B:E4:21:3E
|
||||
1.0.8802.1.1.2.1.4.1.1.5.11|4|6C:3B:6B:E4:21:3E
|
||||
1.0.8802.1.1.2.1.4.1.1.5.12|4|6C:3B:6B:E4:21:3E
|
||||
1.0.8802.1.1.2.1.4.1.1.5.13|4|CC:2D:E0:E2:F1:FC
|
||||
1.0.8802.1.1.2.1.4.1.1.5.14|4|CC:2D:E0:E2:F1:FC
|
||||
1.0.8802.1.1.2.1.4.1.1.5.25|4|00:00:00:00:00:00
|
||||
1.0.8802.1.1.2.1.4.1.1.5.26|4|00:00:00:00:00:00
|
||||
1.0.8802.1.1.2.1.4.1.1.6.1|2|5
|
||||
1.0.8802.1.1.2.1.4.1.1.6.2|2|5
|
||||
1.0.8802.1.1.2.1.4.1.1.6.3|2|5
|
||||
1.0.8802.1.1.2.1.4.1.1.6.6|2|5
|
||||
1.0.8802.1.1.2.1.4.1.1.6.7|2|5
|
||||
1.0.8802.1.1.2.1.4.1.1.6.8|2|5
|
||||
1.0.8802.1.1.2.1.4.1.1.6.11|2|5
|
||||
1.0.8802.1.1.2.1.4.1.1.6.12|2|5
|
||||
1.0.8802.1.1.2.1.4.1.1.6.13|2|5
|
||||
1.0.8802.1.1.2.1.4.1.1.6.14|2|5
|
||||
1.0.8802.1.1.2.1.4.1.1.6.25|2|5
|
||||
1.0.8802.1.1.2.1.4.1.1.6.26|2|5
|
||||
1.0.8802.1.1.2.1.4.1.1.7.1|4|GigabitEthernet1/0/17
|
||||
1.0.8802.1.1.2.1.4.1.1.7.2|4|GigabitEthernet1/0/17
|
||||
1.0.8802.1.1.2.1.4.1.1.7.3|4|8
|
||||
1.0.8802.1.1.2.1.4.1.1.7.6|4|vlan200
|
||||
1.0.8802.1.1.2.1.4.1.1.7.7|4|1 managment
|
||||
1.0.8802.1.1.2.1.4.1.1.7.8|4|200 curric
|
||||
1.0.8802.1.1.2.1.4.1.1.7.11|4|1 managment
|
||||
1.0.8802.1.1.2.1.4.1.1.7.12|4|200 curric
|
||||
1.0.8802.1.1.2.1.4.1.1.7.13|4|vlan200
|
||||
1.0.8802.1.1.2.1.4.1.1.7.14|4|vlan200
|
||||
1.0.8802.1.1.2.1.4.1.1.7.25|4|
|
||||
1.0.8802.1.1.2.1.4.1.1.7.26|4|
|
||||
1.0.8802.1.1.2.1.4.1.1.9.1|4|S5120-Tech
|
||||
1.0.8802.1.1.2.1.4.1.1.9.2|4|S5120-Tech
|
||||
1.0.8802.1.1.2.1.4.1.1.9.3|4|2530-blue_shed
|
||||
1.0.8802.1.1.2.1.4.1.1.9.6|4|blue_shed-wirelesswire
|
||||
1.0.8802.1.1.2.1.4.1.1.9.7|4|MikroTik
|
||||
1.0.8802.1.1.2.1.4.1.1.9.8|4|MikroTik
|
||||
1.0.8802.1.1.2.1.4.1.1.9.11|4|MikroTik
|
||||
1.0.8802.1.1.2.1.4.1.1.9.12|4|MikroTik
|
||||
1.0.8802.1.1.2.1.4.1.1.9.13|4|Tech-wirelesswire
|
||||
1.0.8802.1.1.2.1.4.1.1.9.14|4|Tech-wirelesswire
|
||||
1.0.8802.1.1.2.1.4.1.1.9.25|4|
|
||||
1.0.8802.1.1.2.1.4.1.1.9.26|4|
|
||||
1.0.8802.1.1.2.1.4.1.1.10.1|4x|48334320436f6d7761726520506c6174666f726d20536f6674776172652c20536f6674776172652056657273696f6e20352e32302052656c6561736520323232315030342d55530a4833432053353132302d3238432d5057522d45490d0a436f707972696768742028632920323030342d323031342048616e677a686f752048334320546563682e20436f2e2c204c74642e20416c6c207269676874732072657365727665642e
|
||||
1.0.8802.1.1.2.1.4.1.1.10.2|4x|48334320436f6d7761726520506c6174666f726d20536f6674776172652c20536f6674776172652056657273696f6e20352e32302052656c6561736520323232315030342d55530a4833432053353132302d3238432d5057522d45490d0a436f707972696768742028632920323030342d323031342048616e677a686f752048334320546563682e20436f2e2c204c74642e20416c6c207269676874732072657365727665642e
|
||||
1.0.8802.1.1.2.1.4.1.1.10.3|4|HP J9774A 2530-8G-PoEP Switch, revision YA.16.04.0008, ROM YA.15.19 (/ws/swbuildm/rel_ukiah_qaoff/code/build/lakes(swbuildm_rel_ukiah_qaoff_rel_ukiah))
|
||||
1.0.8802.1.1.2.1.4.1.1.10.6|4|
|
||||
1.0.8802.1.1.2.1.4.1.1.10.7|4|
|
||||
1.0.8802.1.1.2.1.4.1.1.10.8|4|
|
||||
1.0.8802.1.1.2.1.4.1.1.10.11|4|
|
||||
1.0.8802.1.1.2.1.4.1.1.10.12|4|
|
||||
1.0.8802.1.1.2.1.4.1.1.10.13|4|MikroTik RouterOS 6.43.2 (stable) RBwAPG-60ad
|
||||
1.0.8802.1.1.2.1.4.1.1.10.14|4|
|
||||
1.0.8802.1.1.2.1.4.1.1.10.25|4|
|
||||
1.0.8802.1.1.2.1.4.1.1.10.26|4|
|
||||
1.0.8802.1.1.2.1.4.1.1.11.1|2|5120
|
||||
1.0.8802.1.1.2.1.4.1.1.11.2|2|5120
|
||||
1.0.8802.1.1.2.1.4.1.1.11.3|2|1024
|
||||
1.0.8802.1.1.2.1.4.1.1.11.6|2|0
|
||||
1.0.8802.1.1.2.1.4.1.1.11.7|2|0
|
||||
1.0.8802.1.1.2.1.4.1.1.11.8|2|0
|
||||
1.0.8802.1.1.2.1.4.1.1.11.11|2|0
|
||||
1.0.8802.1.1.2.1.4.1.1.11.12|2|0
|
||||
1.0.8802.1.1.2.1.4.1.1.11.13|2|5120
|
||||
1.0.8802.1.1.2.1.4.1.1.11.14|2|0
|
||||
1.0.8802.1.1.2.1.4.1.1.11.25|2|0
|
||||
1.0.8802.1.1.2.1.4.1.1.11.26|2|0
|
||||
1.0.8802.1.1.2.1.4.1.1.12.1|2|5120
|
||||
1.0.8802.1.1.2.1.4.1.1.12.2|2|5120
|
||||
1.0.8802.1.1.2.1.4.1.1.12.3|2|1024
|
||||
1.0.8802.1.1.2.1.4.1.1.12.6|2|0
|
||||
1.0.8802.1.1.2.1.4.1.1.12.7|2|0
|
||||
1.0.8802.1.1.2.1.4.1.1.12.8|2|0
|
||||
1.0.8802.1.1.2.1.4.1.1.12.11|2|0
|
||||
1.0.8802.1.1.2.1.4.1.1.12.12|2|0
|
||||
1.0.8802.1.1.2.1.4.1.1.12.13|2|5120
|
||||
@@ -200,15 +232,21 @@
|
||||
1.3.6.1.2.1.2.2.1.20.10|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.11|65|0
|
||||
1.3.6.1.2.1.2.2.1.20.12|65|0
|
||||
1.3.6.1.2.1.4.20.1.2.10.60.41.94|2|5
|
||||
1.3.6.1.2.1.4.20.1.2.10.60.41.95|2|4
|
||||
1.3.6.1.2.1.4.20.1.2.10.101.49.18|2|3
|
||||
1.3.6.1.2.1.4.20.1.2.10.101.49.19|2|3
|
||||
1.3.6.1.2.1.4.20.1.2.36.76.98.105|2|11
|
||||
1.3.6.1.2.1.4.20.1.2.192.168.11.1|2|10
|
||||
1.3.6.1.2.1.4.20.1.2.192.168.88.2|2|3
|
||||
1.3.6.1.2.1.4.20.1.2.192.168.100.110|2|3
|
||||
1.3.6.1.2.1.4.20.1.3.10.60.41.94|64|255.255.248.0
|
||||
1.3.6.1.2.1.4.20.1.3.10.60.41.95|64|255.255.248.0
|
||||
1.3.6.1.2.1.4.20.1.3.10.101.49.18|64|255.255.255.224
|
||||
1.3.6.1.2.1.4.20.1.3.10.101.49.19|64|255.255.255.224
|
||||
1.3.6.1.2.1.4.20.1.3.36.76.98.105|64|255.255.255.255
|
||||
1.3.6.1.2.1.4.20.1.3.192.168.11.1|64|255.255.255.0
|
||||
1.3.6.1.2.1.4.20.1.3.192.168.88.2|64|255.255.255.0
|
||||
1.3.6.1.2.1.4.20.1.3.192.168.100.110|64|255.255.255.0
|
||||
1.3.6.1.2.1.4.22.1.2.3.10.101.49.1|4x|00FD45282700
|
||||
1.3.6.1.2.1.4.22.1.2.4.10.60.40.1|4x|00FD45282700
|
||||
@@ -216,6 +254,9 @@
|
||||
1.3.6.1.2.1.4.22.1.2.4.10.60.40.50|4x|005056912179
|
||||
1.3.6.1.2.1.4.22.1.2.4.10.60.40.57|4x|00505691B8EB
|
||||
1.3.6.1.2.1.4.22.1.2.4.10.60.43.166|4x|9CEBE84B3C6E
|
||||
1.3.6.1.2.1.4.22.1.2.5.10.60.40.1|4x|00FD45282700
|
||||
1.3.6.1.2.1.4.22.1.2.5.10.60.40.30|4x|00505691D0D6
|
||||
1.3.6.1.2.1.4.22.1.2.5.10.60.40.53|4x|00505691E2CA
|
||||
1.3.6.1.2.1.4.22.1.2.10.192.168.11.110|4x|9C5C8EA4A477
|
||||
1.3.6.1.2.1.4.22.1.2.10.192.168.11.111|4x|088C2C156EB9
|
||||
1.3.6.1.2.1.4.22.1.2.10.192.168.11.112|4x|382C4A4023C5
|
||||
@@ -242,48 +283,71 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.117.54.194|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.135.99.221|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.231.152|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.231.197|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.231.227|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.231.237|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.232.26|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.232.121|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.233.35|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.233.75|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.233.130|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.233.140|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.233.165|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.233.255|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.234.44|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.235.83|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.237.56|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.237.86|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.238.5|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.238.115|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.238.140|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.238.150|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.240.168|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.240.218|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.240.248|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.241.42|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.241.142|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.243.235|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.244.9|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.244.89|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.245.53|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.245.88|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.245.188|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.246.207|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.246.227|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.249.164|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.250.28|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.250.88|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.250.128|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.137.250.143|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.138.24.93|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.138.25.52|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.138.25.172|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.138.25.252|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.138.26.126|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.138.27.95|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.138.27.150|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.138.32.35|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.138.33.64|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.138.33.149|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.138.33.249|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.138.35.127|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.138.35.147|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.138.39.23|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.138.41.201|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.138.41.221|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.138.43.49|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.146.20.179|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.146.28.161|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.146.28.191|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.146.29.65|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.146.32.37|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.146.33.76|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.146.33.91|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.146.33.126|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.146.34.45|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.146.34.180|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.22.235.146.34.230|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.23.200.0.113.109|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.23.200.28.249.134|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.23.200.37.15.247|2|1
|
||||
@@ -305,10 +369,13 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.25.166|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.25.171|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.25.181|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.25.191|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.25.196|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.25.201|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.25.206|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.25.236|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.25.241|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.26.0|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.26.20|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.26.30|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.26.50|2|1
|
||||
@@ -318,6 +385,7 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.26.80|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.26.85|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.26.115|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.26.140|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.26.160|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.26.175|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.26.180|2|1
|
||||
@@ -326,10 +394,14 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.26.250|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.27.24|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.27.29|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.27.39|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.27.44|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.27.59|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.27.74|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.27.84|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.27.139|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.40.248.199.27.159|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.80.86.98.75.156|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.80.86.105.170.101|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.80.86.107.16.66|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.80.86.109.219.222|2|1
|
||||
@@ -356,6 +428,7 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.80.86.177.28.108|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.80.86.177.137.73|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.80.96.2.37.213|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.97.113.115.139.185|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.179.98.6.138.184|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.190.117.120.86.161|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.192.238.63.203.212|2|1
|
||||
@@ -366,17 +439,20 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.192.238.142.241.170|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.192.238.164.226.34|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.192.238.178.19.243|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.192.238.183.175.30|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.192.238.184.24.73|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.192.238.219.35.154|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.192.238.219.40.239|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.219.112.233.228.234|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.0.253.69.40.39.0|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.4.75.237.122.40.130|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.4.214.170.168.14.211|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.4.214.170.168.15.137|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.4.219.86.58.64.88|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.8.0.27.255.221.40|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.12.139.253.113.125.22|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.12.139.253.114.23.198|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.12.139.253.114.84.137|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.12.139.253.114.110.166|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.12.139.253.114.115.91|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.16.2.181.114.122.99|2|1
|
||||
@@ -384,11 +460,14 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.16.2.181.114.123.138|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.16.2.181.123.187.95|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.16.2.181.123.191.51|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.16.240.5.97.49.29|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.24.58.45.223.205.182|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.24.104.203.13.6.150|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.24.104.203.13.7.46|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.24.104.203.36.39.111|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.24.104.203.114.223.68|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.24.104.203.114.223.94|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.24.241.216.216.70.9|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.28.77.112.157.54.79|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.32.45.7.95.196.168|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.32.103.124.151.163.64|2|2
|
||||
@@ -400,26 +479,36 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.44.14.61.151.43.234|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.44.14.61.158.95.90|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.44.14.61.193.166.246|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.44.51.97.76.1.94|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.44.138.114.179.122.66|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.44.240.162.45.38.225|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.48.13.67.44.252.132|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.48.16.179.231.69.179|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.48.227.122.20.127.18|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.48.227.122.176.65.159|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.52.105.135.202.47.94|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.56.15.74.189.199.11|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.56.113.222.30.208.115|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.56.113.222.101.8.127|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.56.177.219.231.204.247|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.60.67.142.42.79.253|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.60.149.9.71.11.243|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.60.160.103.176.107.43|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.60.160.103.230.75.193|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.60.169.244.35.66.20|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.60.229.166.55.223.194|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.60.229.166.55.223.218|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.60.229.166.92.200.148|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.60.229.166.92.200.149|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.60.229.166.92.205.148|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.60.229.166.92.205.149|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.60.229.166.106.221.25|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.60.229.166.121.179.129|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.60.229.166.121.179.130|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.60.229.166.121.200.193|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.60.229.166.121.200.194|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.60.229.166.121.203.145|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.60.229.166.121.203.146|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.68.28.168.87.155.73|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.68.120.62.190.56.121|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.72.67.124.55.199.34|2|1
|
||||
@@ -427,6 +516,8 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.72.77.126.234.138.115|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.74.165.152.225.49.98|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.76.24.154.129.221.109|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.76.102.65.144.14.123|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.76.116.191.114.36.100|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.80.166.127.119.193.124|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.84.196.21.36.246.124|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.84.196.21.36.246.125|2|1
|
||||
@@ -438,20 +529,32 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.88.3.251.72.84.198|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.88.3.251.72.85.190|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.88.148.107.171.74.248|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.88.148.107.171.80.0|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.88.197.203.161.164.235|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.88.226.143.21.171.239|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.88.226.143.189.143.178|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.92.197.212.7.167.166|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.92.197.212.8.13.219|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.92.197.212.8.37.150|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.92.197.212.8.39.73|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.92.197.212.8.39.108|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.92.197.212.8.39.138|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.92.197.212.8.54.28|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.92.197.212.8.54.73|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.92.197.212.8.54.78|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.92.197.212.8.54.93|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.92.234.29.69.117.17|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.92.249.56.230.139.105|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.96.48.212.91.175.146|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.96.87.24.146.175.144|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.96.87.24.146.182.157|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.96.87.24.146.182.182|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.96.87.24.146.183.71|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.96.87.24.146.183.81|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.96.87.24.146.183.86|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.96.87.24.146.187.57|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.96.87.24.146.197.202|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.96.87.24.146.202.207|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.96.244.69.222.77.135|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.100.0.106.135.250.128|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.100.0.106.135.250.147|2|1
|
||||
@@ -471,17 +574,26 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.112.62.172.209.180.170|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.112.129.235.29.39.3|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.112.201.78.143.221.193|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.112.236.228.56.62.116|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.112.239.0.49.252.61|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.120.12.184.239.23.48|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.120.126.97.220.19.224|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.124.1.145.130.82.235|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.124.176.194.251.241.208|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.124.176.194.252.132.171|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.124.176.194.252.132.186|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.124.176.194.252.132.216|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.132.41.153.210.184.44|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.132.41.153.210.184.77|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.132.41.153.212.7.122|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.132.239.24.41.252.187|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.132.239.24.73.30.112|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.136.25.8.134.85.7|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.136.174.7.141.22.4|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.136.174.7.219.92.86|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.136.177.17.120.93.137|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.140.133.144.128.163.101|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.140.142.242.121.240.226|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.140.231.72.152.87.255|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.140.231.72.152.88.0|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.96.241.160.31.123|2|1
|
||||
@@ -492,6 +604,7 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.97.174.238.197.130|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.97.174.238.197.210|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.97.174.238.197.230|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.97.174.238.197.255|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.97.174.238.200.187|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.97.174.238.202.70|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.97.174.238.202.150|2|1
|
||||
@@ -504,8 +617,10 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.97.174.238.204.248|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.97.174.238.206.61|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.97.174.238.206.126|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.97.174.239.4.222|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.97.174.239.4.242|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.97.174.239.5.56|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.97.174.239.5.96|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.97.174.239.5.101|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.97.174.239.5.181|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.97.174.239.5.206|2|1
|
||||
@@ -513,16 +628,22 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.97.174.239.6.30|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.97.174.239.6.95|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.97.174.239.6.165|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.221.93.7.200.14|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.144.231.196.202.135.249|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.148.101.156.187.83.190|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.148.225.172.17.224.4|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.148.225.172.17.224.6|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.148.225.172.17.224.12|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.148.254.34.78.61.188|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.152.16.232.6.145.8|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.156.4.235.82.204.154|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.156.127.239.207.56.83|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.156.182.208.20.134.59|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.156.183.13.210.244.5|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.156.218.62.170.195.220|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.156.235.232.75.60.110|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.156.243.135.160.156.82|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.156.252.1.64.233.57|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.160.44.54.238.0.9|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.160.72.28.148.234.233|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.160.72.28.148.253.76|2|1
|
||||
@@ -535,15 +656,19 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.160.72.28.165.19.68|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.160.72.28.165.19.70|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.160.153.155.124.26.170|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.160.153.155.139.94.82|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.160.179.204.234.38.188|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.160.211.193.13.176.135|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.160.211.193.14.30.42|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.160.211.193.14.30.45|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.160.211.193.15.232.183|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.160.211.193.23.128.42|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.160.211.193.23.128.99|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.160.211.193.23.193.79|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.160.211.193.23.193.83|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.2.185.17.3.40|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.2.185.50.72.88|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.2.185.50.152.153|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.2.185.58.82.40|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.2.185.58.89.143|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.2.185.60.23.72|2|1
|
||||
@@ -554,23 +679,37 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.148.145.57|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.148.145.72|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.148.145.77|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.148.145.87|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.148.145.92|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.148.145.187|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.148.146.1|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.148.146.6|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.148.146.11|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.148.147.5|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.148.164.163|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.148.244.88|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.148.244.178|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.148.244.223|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.12.244|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.13.83|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.13.113|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.13.123|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.13.128|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.13.193|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.13.203|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.77.229|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.78.23|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.78.83|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.78.93|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.78.113|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.78.118|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.78.133|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.78.143|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.78.183|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.78.213|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.89.87|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.89.97|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.89.117|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.127.9|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.127.89|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.127.104|2|1
|
||||
@@ -578,11 +717,17 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.127.119|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.127.124|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.127.169|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.127.179|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.127.204|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.127.209|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.127.214|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.127.224|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.128.48|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.196.148.149.128.58|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.233.117.113.177.29|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.233.117.168.149.0|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.164.241.232.122.160.195|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.168.134.221.238.92.178|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.168.189.39.193.108.106|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.168.189.39.193.108.204|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.168.189.39.193.111.80|2|1
|
||||
@@ -632,10 +777,12 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.180.182.118.204.85.161|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.180.182.118.204.96.215|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.180.182.118.204.96.235|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.180.182.118.204.100.71|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.180.182.118.204.100.86|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.180.182.118.204.125.121|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.180.182.118.204.125.136|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.180.182.118.204.138.128|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.180.182.118.204.138.143|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.180.182.118.213.219.3|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.180.182.118.213.219.8|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.180.182.118.214.33.163|2|1
|
||||
@@ -644,12 +791,23 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.180.246.28.212.167.230|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.180.246.28.214.194.148|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.184.39.235.106.94.230|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.184.83.172.120.25.161|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.184.129.152.55.110.190|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.184.129.152.180.234.91|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.184.134.135.48.194.133|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.184.202.58.178.145.188|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.188.234.250.133.24.203|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.192.51.94.9.96.39|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.192.189.209.124.35.29|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.192.189.209.193.19.162|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.194.210.147.220.212.193|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.196.157.237.159.144.53|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.196.179.1.70.22.22|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.200.203.184.201.149.120|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.200.247.51.220.166.164|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.200.247.51.220.224.211|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.200.247.51.221.82.72|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.200.247.51.233.254.8|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.200.247.51.234.221.245|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.200.255.40.8.140.217|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.204.45.183.110.152.43|2|1
|
||||
@@ -658,29 +816,42 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.204.176.218.248.98.193|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.208.87.123.19.26.170|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.208.87.123.20.6.194|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.208.87.123.21.25.209|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.208.87.123.21.149.130|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.208.87.123.34.226.240|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.208.87.123.50.176.9|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.208.87.123.50.184.16|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.208.87.123.50.211.244|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.208.87.123.51.30.244|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.208.87.123.51.43.216|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.208.87.123.51.45.19|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.208.87.123.51.96.113|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.208.87.123.88.246.126|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.208.129.122.158.182.48|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.208.129.122.158.185.66|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.212.40.213.18.190.72|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.212.220.205.139.111.124|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.212.220.205.194.124.240|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.216.156.103.97.113.9|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.216.157.103.27.66.40|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.216.196.106.200.137.232|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.216.209.203.237.181.22|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.220.169.4.29.162.105|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.224.95.69.85.112.205|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.224.95.69.89.147.59|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.224.170.150.185.29.30|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.224.219.85.233.242.55|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.228.71.144.123.238.167|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.228.154.220.109.191.47|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.232.80.139.44.75.197|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.232.177.252.108.237.180|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.232.177.252.139.202.254|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.232.177.252.139.205.56|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.232.177.252.241.32.122|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.232.177.252.241.32.132|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.232.177.252.241.33.16|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.232.177.252.241.33.131|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.232.177.252.241.33.151|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.232.177.252.241.46.18|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.232.177.252.241.168.216|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.232.177.252.241.169.145|2|1
|
||||
@@ -690,30 +861,38 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.232.177.252.241.246.83|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.236.243.66.240.65.191|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.240.109.120.168.251.39|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.240.109.120.253.184.43|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.240.118.111.144.193.137|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.240.121.96.22.222.142|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.240.153.191.95.154.87|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.240.193.241.25.113.185|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.240.193.241.42.229.113|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.240.213.191.241.236.193|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.240.238.16.179.92.42|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.14.34.119.54.89|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.140.80.88.241.171|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.35.3|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.35.28|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.35.33|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.35.63|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.35.113|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.35.128|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.35.188|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.35.218|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.35.223|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.35.243|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.36.27|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.36.47|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.36.87|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.36.167|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.36.207|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.37.91|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.38.50|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.38.65|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.38.85|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.38.100|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.38.175|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.38.230|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.39.224|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.40.183|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.43.230|2|1
|
||||
@@ -721,17 +900,28 @@
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.70.13|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.70.178|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.70.193|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.244.150.52.112.70.213|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.248.40.25.174.253.185|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.248.148.194.86.43.91|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.248.177.86.198.97.76|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.248.177.86.198.102.243|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.248.188.18.56.243.222|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.248.199.24.237.0.40|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.248.199.25.11.0.40|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.248.199.25.81.0.40|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.248.199.25.166.0.40|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.248.199.25.191.0.40|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.248.199.25.236.0.40|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.248.199.26.30.0.40|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.248.199.26.80.0.40|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.248.199.26.115.0.40|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.248.199.27.39.0.40|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.248.199.27.74.0.40|2|2
|
||||
1.3.6.1.2.1.17.4.3.1.2.248.199.27.139.0.40|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.248.218.12.72.133.109|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.248.218.12.72.133.135|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.252.45.94.247.27.10|2|1
|
||||
1.3.6.1.2.1.17.4.3.1.2.252.233.152.41.242.188|2|2
|
||||
1.3.6.1.2.1.25.1.1.0|67|2020500
|
||||
1.3.6.1.2.1.25.2.3.1.1.65536|2|65536
|
||||
1.3.6.1.2.1.25.2.3.1.1.131072|2|131072
|
||||
@@ -1086,14 +1276,27 @@
|
||||
1.3.6.1.4.1.14988.1.1.1.8.1.11.1|4|right 11.4 degrees, up 3.8 degrees
|
||||
1.3.6.1.4.1.14988.1.1.1.8.1.12.1|2|-55
|
||||
1.3.6.1.4.1.14988.1.1.1.8.1.13.1|66|2310
|
||||
1.3.6.1.4.1.14988.1.1.1.9.1.2.4|2|1
|
||||
1.3.6.1.4.1.14988.1.1.1.9.1.3.4|4x|04D6AAA80F89
|
||||
1.3.6.1.4.1.14988.1.1.1.9.1.4.4|2|8
|
||||
1.3.6.1.4.1.14988.1.1.1.9.1.5.4|2|80
|
||||
1.3.6.1.4.1.14988.1.1.1.9.1.6.4|2|32
|
||||
1.3.6.1.4.1.14988.1.1.1.9.1.7.4|2|96
|
||||
1.3.6.1.4.1.14988.1.1.1.9.1.8.4|66|2310
|
||||
1.3.6.1.4.1.14988.1.1.1.9.1.9.4|2|-54
|
||||
1.3.6.1.4.1.14988.1.1.1.9.1.10.4|2|2570
|
||||
1.3.6.1.4.1.14988.1.1.3.8.0|2|154
|
||||
1.3.6.1.4.1.14988.1.1.3.10.0|2|330
|
||||
1.3.6.1.4.1.14988.1.1.4.3.0|2|1
|
||||
1.3.6.1.4.1.14988.1.1.4.4.0|4|6.40.5
|
||||
1.3.6.1.4.1.14988.1.1.6.1.0|66|33
|
||||
1.3.6.1.4.1.14988.1.1.7.3.0|4|71B1060EE89D
|
||||
1.3.6.1.4.1.14988.1.1.11.1.1.8.1|2|3
|
||||
1.3.6.1.4.1.14988.1.1.11.1.1.8.2|2|3
|
||||
1.3.6.1.4.1.14988.1.1.11.1.1.8.3|2|3
|
||||
1.3.6.1.4.1.14988.1.1.11.1.1.8.6|2|5
|
||||
1.3.6.1.4.1.14988.1.1.11.1.1.8.7|2|2
|
||||
1.3.6.1.4.1.14988.1.1.11.1.1.8.8|2|5
|
||||
1.3.6.1.4.1.14988.1.1.11.1.1.8.11|2|1
|
||||
1.3.6.1.4.1.14988.1.1.11.1.1.8.12|2|4
|
||||
1.3.6.1.4.1.14988.1.1.11.1.1.8.13|2|1
|
||||
|
Reference in New Issue
Block a user