diff --git a/resources/views/user/view.foil.php b/resources/views/user/view.foil.php
index e8a6f6df8..d87b9dba8 100644
--- a/resources/views/user/view.foil.php
+++ b/resources/views/user/view.foil.php
@@ -9,7 +9,7 @@
section( 'page-header-postamble' ) ?>
-
+
Documentation
diff --git a/resources/views/utils/ixf-compare.foil.php b/resources/views/utils/ixf-compare.foil.php
index 2643b4cee..de3e60812 100644
--- a/resources/views/utils/ixf-compare.foil.php
+++ b/resources/views/utils/ixf-compare.foil.php
@@ -104,7 +104,7 @@
- This tool will allow you to compare members between IXPs that support the IX-F Member Export schema.
+ This tool will allow you to compare members between IXPs that support the IX-F Member Export schema.
The pre-populated list is currently taken from a static configuration file but we will make that more dynamic / configurable in a future release.
diff --git a/resources/views/vagrant/router-client-script.foil.php b/resources/views/vagrant/router-client-script.foil.php
new file mode 100644
index 000000000..c0c6f0d1b
--- /dev/null
+++ b/resources/views/vagrant/router-client-script.foil.php
@@ -0,0 +1,54 @@
+#! /usr/bin/env bash
+#
+# Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee.
+# All Rights Reserved.
+#
+# This file is part of IXP Manager.
+#
+# IXP Manager 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, version 2.0 of the License.
+#
+# IXP Manager 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 v2.0
+# along with IXP Manager. If not, see:
+#
+# http://www.gnu.org/licenses/gpl-2.0.html
+#
+
+mkdir -p = $t->directory ?>
+
+chown -R vagrant: = $t->directory ?>
+
+mkdir -p /var/log/bird
+mkdir -p /var/run/bird
+
+
+
+php /vagrant/artisan vagrant:generate-client-router-configurations
+
+confNames as $confName ): ?>
+
+directory}/{$confName}.conf";
+ $socket = "/var/run/bird/{$confName}.ctl";
+?>
+
+# are we running or do we need to be started?
+/usr/sbin/birdc -s = $socket ?> show memory &>/dev/null
+
+if [[ $? -ne 0 ]]; then
+ /usr/sbin/bird -c = $confFile ?> -s = $socket ?> &>/dev/null
+
+else
+ /usr/sbin/birdc -s = $socket ?> configure &>/dev/null
+fi
+
+
+
+
+
diff --git a/resources/views/vagrant/router-client.foil.php b/resources/views/vagrant/router-client.foil.php
new file mode 100644
index 000000000..26435aa9a
--- /dev/null
+++ b/resources/views/vagrant/router-client.foil.php
@@ -0,0 +1,125 @@
+vli;
+
+?>
+
+# standardise time formats:
+timeformat base iso long;
+timeformat log iso long;
+timeformat protocol iso long;
+timeformat route iso long;
+
+log "/var/log/bird/= $t->confName ?>.log" all;
+log syslog all;
+
+router id = $vli->ipv4address->address ?>;
+
+ipv4 table master4;
+ipv6 table master6;
+
+protocol device { }
+
+protocol static static_bgp4 {
+ ipv4;
+
+virtualInterface->custid )->where('protocol', 4 )->get() as $prefix ): ?>
+ route = $prefix->prefix ?> reject;
+
+}
+
+
+where('vlan_id', $vli->vlanid)->get() as $r ): ?>
+
+
+type == Router::TYPE_ROUTE_SERVER && !$vli->rsclient ) {
+ continue;
+ }
+
+ if( $r->type == Router::TYPE_AS112 && !$vli->as112client ) {
+ continue;
+ }
+
+?>
+
+
+# = $r->name ?>
+
+protocol bgp = str_replace( '-', '_', $r->handle ) ?> {
+ local = $vli->ipv4address->address ?> as = $vli->virtualInterface->customer->autsys ?>;
+ neighbor = $r->peering_ip ?> as = $r->asn ?>;
+ source address = $vli->ipv4address->address ?>;
+ strict bind yes;
+ multihop;
+skip_md5): ?>
+ = $vli->ipv4bgpmd5secret ? 'password "' . $vli->ipv4bgpmd5secret . '";' : '' ?>
+
+
+
+ ipv4 {
+ import all;
+ export where proto = "static_bgp4";
+ };
+}
+
+
+
+
+
+ipv6enabled ): ?>
+protocol static static_bgp6 {
+ ipv6;
+
+
+virtualInterface->custid )->where('protocol', 6 )->get() as $prefix ): ?>
+ route = $prefix->prefix ?> reject;
+
+}
+
+
+
+where('vlan_id', $vli->vlanid)->get() as $r ): ?>
+
+
+type == Router::TYPE_ROUTE_SERVER && !$vli->rsclient ) {
+ continue;
+ }
+
+ if( $r->type == Router::TYPE_AS112 && !$vli->as112client ) {
+ continue;
+ }
+
+?>
+
+# = $r->name ?>
+
+protocol bgp = str_replace( '-', '_', $r->handle ) ?> {
+ local = $vli->ipv6address->address ?> as = $vli->virtualInterface->customer->autsys ?>;
+ neighbor = $r->peering_ip ?> as = $r->asn ?>;
+ source address = $vli->ipv6address->address ?>;
+ strict bind yes;
+ multihop;
+skip_md5): ?>
+ = $vli->ipv4bgpmd5secret ? 'password "' . $vli->ipv4bgpmd5secret . '";' : '' ?>
+
+
+ ipv6 {
+ import all;
+ export where proto = "static_bgp6";
+ };
+}
+
+
+
+
diff --git a/resources/views/vlan/edit-form.foil.php b/resources/views/vlan/edit-form.foil.php
index a8efbc1c1..b07562611 100644
--- a/resources/views/vlan/edit-form.foil.php
+++ b/resources/views/vlan/edit-form.foil.php
@@ -67,7 +67,7 @@
->text( 'Include VLAN in IX-F data export
(yes if peering LAN)' )
->value( 1 )
->inline()
- ->blockHelp( "The IX-F export
is documented here. In summary, if this is a peering LAN for your members,
+ ->blockHelp( "The IX-F export
is documented here. In summary, if this is a peering LAN for your members,
then it should be exported. If it has another puporse, such as for quarantine procedures or testing, then it should not be exported." );
?>
diff --git a/routes/web.php b/routes/web.php
index e26a3aec4..4d6b1100d 100644
--- a/routes/web.php
+++ b/routes/web.php
@@ -96,8 +96,13 @@
Route::get( 'trunk/{trunk?}/{category?}', 'StatisticsController@trunk' )->name( 'statistics@trunk' );
Route::get( 'members', 'StatisticsController@members' );
Route::post( 'members', 'StatisticsController@members' )->name( 'statistics@members' );
- Route::get( 'p2p/{customer?}', 'StatisticsController@p2p' )->name( 'statistics@p2p-get' );
- Route::post( 'p2p/{customer?}', 'StatisticsController@p2p' )->name( 'statistics@p2p' );
+ Route::get( 'p2ps/{customer?}', 'StatisticsController@p2ps' )->name( 'statistics@p2ps-get' );
+ Route::post( 'p2ps/{customer?}', 'StatisticsController@p2ps' )->name( 'statistics@p2ps' );
+ Route::get( 'p2p/{srcVli}/{dstVli}', 'StatisticsController@p2p' )->name( 'statistics@p2p-get' );
+ Route::post( 'p2p/{srcVli}/{dstVli}', 'StatisticsController@p2p' )->name( 'statistics@p2p' );
+ Route::post( 'p2p', 'StatisticsController@p2pPost' )->name( 'statistics@p2p-post' );
+ Route::get( 'p2p-table', 'StatisticsController@p2pTable' )->name( 'statistics@p2p-table' );
+ Route::post( 'p2p-table', 'StatisticsController@p2pTable' )->name( 'statistics@p2p-table' );
Route::get( 'member/{cust?}', 'StatisticsController@member' )->name( 'statistics@member' );
Route::get( 'member-drilldown/{type}/{typeid}', 'StatisticsController@memberDrilldown' )->name( 'statistics@member-drilldown' );
Route::get( 'latency/{vli}/{protocol}', 'StatisticsController@latency' )->name( 'statistics@latency' );
diff --git a/tests/Browser/CabinetControllerTest.php b/tests/Browser/CabinetControllerTest.php
index b677c12a2..533057ac1 100644
--- a/tests/Browser/CabinetControllerTest.php
+++ b/tests/Browser/CabinetControllerTest.php
@@ -1,6 +1,6 @@
get('/statistics/p2p/2');
+ $response = $this->get('/statistics/p2ps/2');
$response->assertStatus(403);
- $response = $this->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(403);
// force the default
Config::set( 'grapher.access.p2p', 'own_graphs_only' );
- $response = $this->get('/statistics/p2p/2');
+ $response = $this->get('/statistics/p2ps/2');
$response->assertStatus(403);
- $response = $this->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(403);
// force public access
Config::set( 'grapher.access.p2p', 0 );
- $response = $this->get('/statistics/p2p/2');
+ $response = $this->get('/statistics/p2ps/2');
$response->assertStatus(200);
- $response = $this->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(200);
}
@@ -76,33 +76,33 @@ public function testApiPublicAccess(): void
public function testWebNonPublicAccess(): void
{
Config::set( 'grapher.access.p2p', '1' );
- $response = $this->get('/statistics/p2p/2');
+ $response = $this->get('/statistics/p2ps/2');
$response->assertStatus(403);
- $response = $this->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(403);
Config::set( 'grapher.access.p2p', '2' );
- $response = $this->get('/statistics/p2p/2');
+ $response = $this->get('/statistics/p2ps/2');
$response->assertStatus(403);
- $response = $this->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(403);
Config::set( 'grapher.access.p2p', '3' );
- $response = $this->get('/statistics/p2p/2');
+ $response = $this->get('/statistics/p2ps/2');
$response->assertStatus(403);
- $response = $this->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(403);
Config::set( 'grapher.access.p2p', 'blah' );
- $response = $this->get('/statistics/p2p/2');
+ $response = $this->get('/statistics/p2ps/2');
$response->assertStatus(403);
- $response = $this->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(403);
Config::set( 'grapher.access.p2p', null );
- $response = $this->get('/statistics/p2p/2');
+ $response = $this->get('/statistics/p2ps/2');
$response->assertStatus(403);
- $response = $this->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(403);
}
@@ -114,39 +114,39 @@ public function testWebNonPublicAccess(): void
public function testWebOwnUserCustUserAccess(): void
{
Config::set( 'grapher.access.p2p', 'own_graphs_only' );
- $response = $this->get('/statistics/p2p/2');
+ $response = $this->get('/statistics/p2ps/2');
$response->assertStatus(403);
- $response = $this->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(403);
// customer user
- $response = $this->actingAs( $this->getCustUser( 'hecustuser' ) )->get('/statistics/p2p/2');
+ $response = $this->actingAs( $this->getCustUser( 'hecustuser' ) )->get('/statistics/p2ps/2');
$response->assertStatus(200);
- $response = $this->actingAs( $this->getCustUser( 'hecustuser' ) )->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->actingAs( $this->getCustUser( 'hecustuser' ) )->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(200);
// customer admin user
- $response = $this->actingAs( $this->getCustAdminUser( 'hecustadmin' ) )->get('/statistics/p2p/2');
+ $response = $this->actingAs( $this->getCustAdminUser( 'hecustadmin' ) )->get('/statistics/p2ps/2');
$response->assertStatus(200);
- $response = $this->actingAs( $this->getCustAdminUser( 'hecustadmin' ) )->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->actingAs( $this->getCustAdminUser( 'hecustadmin' ) )->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(200);
// non-customer user
- $response = $this->actingAs( $this->getCustUser( 'imcustuser' ) )->get('/statistics/p2p/2');
+ $response = $this->actingAs( $this->getCustUser( 'imcustuser' ) )->get('/statistics/p2ps/2');
$response->assertStatus(403);
- $response = $this->actingAs( $this->getCustUser( 'imcustuser' ) )->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->actingAs( $this->getCustUser( 'imcustuser' ) )->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(403);
// non-customer admin user
- $response = $this->actingAs( $this->getCustAdminUser( 'imcustadmin' ) )->get('/statistics/p2p/2');
+ $response = $this->actingAs( $this->getCustAdminUser( 'imcustadmin' ) )->get('/statistics/p2ps/2');
$response->assertStatus(403);
- $response = $this->actingAs( $this->getCustAdminUser( 'imcustadmin' ) )->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->actingAs( $this->getCustAdminUser( 'imcustadmin' ) )->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(403);
// superadmin
- $response = $this->actingAs( $this->getSuperUser() )->get('/statistics/p2p/2');
+ $response = $this->actingAs( $this->getSuperUser() )->get('/statistics/p2ps/2');
$response->assertStatus(200);
- $response = $this->actingAs( $this->getSuperUser() )->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->actingAs( $this->getSuperUser() )->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(200);
}
@@ -158,24 +158,24 @@ public function testWebOwnUserCustUserAccess(): void
public function testWebCustUserAccess(): void
{
Config::set( 'grapher.access.p2p', '1' );
- $response = $this->get('/statistics/p2p/2');
+ $response = $this->get('/statistics/p2ps/2');
$response->assertStatus(403);
- $response = $this->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(403);
- $response = $this->actingAs( $this->getCustUser() )->get('/statistics/p2p/2');
+ $response = $this->actingAs( $this->getCustUser() )->get('/statistics/p2ps/2');
$response->assertStatus(200);
- $response = $this->actingAs( $this->getCustUser() )->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->actingAs( $this->getCustUser() )->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(200);
- $response = $this->actingAs( $this->getCustAdminUser() )->get('/statistics/p2p/2');
+ $response = $this->actingAs( $this->getCustAdminUser() )->get('/statistics/p2ps/2');
$response->assertStatus(200);
- $response = $this->actingAs( $this->getCustAdminUser() )->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->actingAs( $this->getCustAdminUser() )->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(200);
- $response = $this->actingAs( $this->getSuperUser() )->get('/statistics/p2p/2');
+ $response = $this->actingAs( $this->getSuperUser() )->get('/statistics/p2ps/2');
$response->assertStatus(200);
- $response = $this->actingAs( $this->getSuperUser() )->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->actingAs( $this->getSuperUser() )->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(200);
}
@@ -187,24 +187,24 @@ public function testWebCustUserAccess(): void
public function testWebCustAdminAccess(): void
{
Config::set( 'grapher.access.p2p', '2' );
- $response = $this->get('/statistics/p2p/2');
+ $response = $this->get('/statistics/p2ps/2');
$response->assertStatus(403);
- $response = $this->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(403);
- $response = $this->actingAs( $this->getCustUser() )->get('/statistics/p2p/2');
+ $response = $this->actingAs( $this->getCustUser() )->get('/statistics/p2ps/2');
$response->assertStatus(403);
- $response = $this->actingAs( $this->getCustUser() )->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->actingAs( $this->getCustUser() )->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(403);
- $response = $this->actingAs( $this->getCustAdminUser() )->get('/statistics/p2p/2');
+ $response = $this->actingAs( $this->getCustAdminUser() )->get('/statistics/p2ps/2');
$response->assertStatus(200);
- $response = $this->actingAs( $this->getCustAdminUser() )->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->actingAs( $this->getCustAdminUser() )->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(200);
- $response = $this->actingAs( $this->getSuperUser() )->get('/statistics/p2p/2');
+ $response = $this->actingAs( $this->getSuperUser() )->get('/statistics/p2ps/2');
$response->assertStatus(200);
- $response = $this->actingAs( $this->getSuperUser() )->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->actingAs( $this->getSuperUser() )->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(200);
}
@@ -216,24 +216,24 @@ public function testWebCustAdminAccess(): void
public function testWebSuperuserAccess(): void
{
Config::set( 'grapher.access.p2p', '3' );
- $response = $this->get('/statistics/p2p/2');
+ $response = $this->get('/statistics/p2ps/2');
$response->assertStatus(403);
- $response = $this->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(403);
- $response = $this->actingAs( $this->getCustUser() )->get('/statistics/p2p/2');
+ $response = $this->actingAs( $this->getCustUser() )->get('/statistics/p2ps/2');
$response->assertStatus(403);
- $response = $this->actingAs( $this->getCustUser() )->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->actingAs( $this->getCustUser() )->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(403);
- $response = $this->actingAs( $this->getCustAdminUser() )->get('/statistics/p2p/2');
+ $response = $this->actingAs( $this->getCustAdminUser() )->get('/statistics/p2ps/2');
$response->assertStatus(403);
- $response = $this->actingAs( $this->getCustAdminUser() )->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->actingAs( $this->getCustAdminUser() )->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(403);
- $response = $this->actingAs( $this->getSuperUser() )->get('/statistics/p2p/2');
+ $response = $this->actingAs( $this->getSuperUser() )->get('/statistics/p2ps/2');
$response->assertStatus(200);
- $response = $this->actingAs( $this->getSuperUser() )->get('/statistics/p2p/2?svli=1&dvli=6&protocol=ipv6');
+ $response = $this->actingAs( $this->getSuperUser() )->get('/statistics/p2p/1/6?protocol=ipv6');
$response->assertStatus(200);
}
}
\ No newline at end of file
diff --git a/tools/installers/legacy/ubuntu-lts-2004-ixp-manager-v5.sh b/tools/installers/legacy/ubuntu-lts-2004-ixp-manager-v5.sh
index 48863170c..ac4825667 100755
--- a/tools/installers/legacy/ubuntu-lts-2004-ixp-manager-v5.sh
+++ b/tools/installers/legacy/ubuntu-lts-2004-ixp-manager-v5.sh
@@ -525,7 +525,7 @@ GRAPHER_BACKENDS="dummy"
GRAPHER_CACHE_ENABLED=true
#################################################################################
-## Grapher - Mrtg - see: https://docs.ixpmanager.org/grapher/mrtg/
+## Grapher - Mrtg - see: https://docs.ixpmanager.org/latest/grapher/mrtg/
##
# For backwards compatibility, the default is 'log' but 'rrd' is more modern:
@@ -537,7 +537,7 @@ GRAPHER_BACKEND_MRTG_DBTYPE="rrd"
# GRAPHER_BACKEND_MRTG_LOGDIR="/srv/mrtg"
#################################################################################
-## Grapher - sflow - see: https://docs.ixpmanager.org/grapher/sflow/
+## Grapher - sflow - see: https://docs.ixpmanager.org/latest/grapher/sflow/
##
# GRAPHER_BACKEND_SFLOW_ENABLED=false
@@ -545,7 +545,7 @@ GRAPHER_BACKEND_MRTG_DBTYPE="rrd"
#################################################################################
-## Grapher - smokeping - see: https://docs.ixpmanager.org/grapher/smokeping/
+## Grapher - smokeping - see: https://docs.ixpmanager.org/latest/grapher/smokeping/
##
# Mark it as enabled (this just affects whether certain UI elements are shown):
@@ -559,7 +559,7 @@ GRAPHER_BACKEND_MRTG_DBTYPE="rrd"
#################################################################################
-## IX-F Member Export - see: https://docs.ixpmanager.org/features/ixf-export/
+## IX-F Member Export - see: https://docs.ixpmanager.org/latest/features/ixf-export/
IXP_API_JSONEXPORTSCHEMA_PUBLIC=true
@@ -580,7 +580,7 @@ CACHE_DRIVER=memcached
#######################################################################################
# Session Lifetimes - standard and remember me.
#
-# See https://docs.ixpmanager.org/usage/authentication/
+# See https://docs.ixpmanager.org/latest/usage/authentication/
#
# SESSION_LIFETIME=120
# AUTH_TOKEN_EXPIRE=43200
@@ -604,7 +604,7 @@ DOCTRINE_CACHE_NAMESPACE=IXPMANAGERNAMESPACE
#######################################################################################
-# Options for updating RIR Objects - see https://docs.ixpmanager.org/features/rir-objects/
+# Options for updating RIR Objects - see https://docs.ixpmanager.org/latest/features/rir-objects/
# Your RIR password to allow the updating of a RIR object by email:
# IXP_API_RIR_PASSWORD=soopersecret
@@ -621,10 +621,10 @@ DOCTRINE_CACHE_NAMESPACE=IXPMANAGERNAMESPACE
#######################################################################################
# Utility paths
-# See: https://docs.ixpmanager.org/features/irrdb/
+# See: https://docs.ixpmanager.org/latest/features/irrdb/
IXP_IRRDB_BGPQ3_PATH=/usr/bin/bgpq3
-# See: https://docs.ixpmanager.org/features/rpki/
+# See: https://docs.ixpmanager.org/latest/features/rpki/
# IXP_RPKI_RTR1_HOST=192.0.2.11
# IXP_RPKI_RTR1_PORT=3323
# IXP_RPKI_RTR2_HOST=192.0.2.12
@@ -641,7 +641,7 @@ IXP_IRRDB_BGPQ3_PATH=/usr/bin/bgpq3
#########################################################################################
### PeeringDB OAuth
###
-### https://docs.ixpmanager.org/features/peeringdb-oauth/
+### https://docs.ixpmanager.org/latest/features/peeringdb-oauth/
###
# AUTH_PEERINGDB_ENABLED=true
diff --git a/tools/installers/ubuntu-lts-2004-ixp-manager-v6.sh b/tools/installers/ubuntu-lts-2004-ixp-manager-v6.sh
index 8ad0187ba..b4b83868a 100755
--- a/tools/installers/ubuntu-lts-2004-ixp-manager-v6.sh
+++ b/tools/installers/ubuntu-lts-2004-ixp-manager-v6.sh
@@ -533,7 +533,7 @@ GRAPHER_BACKENDS="dummy"
GRAPHER_CACHE_ENABLED=true
#################################################################################
-## Grapher - Mrtg - see: https://docs.ixpmanager.org/grapher/mrtg/
+## Grapher - Mrtg - see: https://docs.ixpmanager.org/latest/grapher/mrtg/
##
# For backwards compatibility, the default is 'log' but 'rrd' is more modern:
@@ -545,7 +545,7 @@ GRAPHER_BACKEND_MRTG_DBTYPE="rrd"
# GRAPHER_BACKEND_MRTG_LOGDIR="/srv/mrtg"
#################################################################################
-## Grapher - sflow - see: https://docs.ixpmanager.org/grapher/sflow/
+## Grapher - sflow - see: https://docs.ixpmanager.org/latest/grapher/sflow/
##
# GRAPHER_BACKEND_SFLOW_ENABLED=false
@@ -553,7 +553,7 @@ GRAPHER_BACKEND_MRTG_DBTYPE="rrd"
#################################################################################
-## Grapher - smokeping - see: https://docs.ixpmanager.org/grapher/smokeping/
+## Grapher - smokeping - see: https://docs.ixpmanager.org/latest/grapher/smokeping/
##
# Mark it as enabled (this just affects whether certain UI elements are shown):
@@ -567,7 +567,7 @@ GRAPHER_BACKEND_MRTG_DBTYPE="rrd"
#################################################################################
-## IX-F Member Export - see: https://docs.ixpmanager.org/features/ixf-export/
+## IX-F Member Export - see: https://docs.ixpmanager.org/latest/features/ixf-export/
IXP_API_JSONEXPORTSCHEMA_PUBLIC=true
@@ -588,7 +588,7 @@ CACHE_DRIVER=memcached
#######################################################################################
# Session Lifetimes - standard and remember me.
#
-# See https://docs.ixpmanager.org/usage/authentication/
+# See https://docs.ixpmanager.org/latest/usage/authentication/
#
# SESSION_LIFETIME=120
# AUTH_TOKEN_EXPIRE=43200
@@ -607,7 +607,7 @@ CACHE_DRIVER=memcached
#######################################################################################
-# Options for updating RIR Objects - see https://docs.ixpmanager.org/features/rir-objects/
+# Options for updating RIR Objects - see https://docs.ixpmanager.org/latest/features/rir-objects/
# Your RIR password to allow the updating of a RIR object by email:
# IXP_API_RIR_PASSWORD=soopersecret
@@ -624,10 +624,10 @@ CACHE_DRIVER=memcached
#######################################################################################
# Utility paths
-# See: https://docs.ixpmanager.org/features/irrdb/
+# See: https://docs.ixpmanager.org/latest/features/irrdb/
IXP_IRRDB_BGPQ3_PATH=/usr/bin/bgpq3
-# See: https://docs.ixpmanager.org/features/rpki/
+# See: https://docs.ixpmanager.org/latest/features/rpki/
# IXP_RPKI_RTR1_HOST=192.0.2.11
# IXP_RPKI_RTR1_PORT=3323
# IXP_RPKI_RTR2_HOST=192.0.2.12
@@ -644,7 +644,7 @@ IXP_IRRDB_BGPQ3_PATH=/usr/bin/bgpq3
#########################################################################################
### PeeringDB OAuth
###
-### https://docs.ixpmanager.org/features/peeringdb-oauth/
+### https://docs.ixpmanager.org/latest/features/peeringdb-oauth/
###
# AUTH_PEERINGDB_ENABLED=true
@@ -859,7 +859,7 @@ If you plan to use this in production, you should:
- complete the installation of the many features of IXP Manager such
as route server generation, member stats, peer to peer graphs, etc.
These are all documented at:
- https://docs.ixpmanager.org/install/next-steps/
+ https://docs.ixpmanager.org/latest/install/next-steps/
- PLEASE TELL US! We'd like to add you to the users list at
https://www.ixpmanager.org/community/users/submit.
diff --git a/tools/runtime/route-collectors/reconfigure-rc-bird2.sh b/tools/runtime/route-collectors/reconfigure-rc-bird2.sh
index 964137083..2ccc66299 100644
--- a/tools/runtime/route-collectors/reconfigure-rc-bird2.sh
+++ b/tools/runtime/route-collectors/reconfigure-rc-bird2.sh
@@ -193,6 +193,9 @@ for handle in $HANDLES; do
mv $dest $cfile
log "CHANGED \tBIRD: "
fi
+ else
+ mv $dest $cfile
+ log "NEW \tBIRD: "
fi
# are we running or do we need to be started?
diff --git a/tools/runtime/smokeping/update-smokeping.sh b/tools/runtime/smokeping/update-smokeping.sh
index 7eff89300..81ad9765f 100755
--- a/tools/runtime/smokeping/update-smokeping.sh
+++ b/tools/runtime/smokeping/update-smokeping.sh
@@ -23,7 +23,7 @@
# Script correct of API usage in IXP Manager >= v4.8
-# See: https://docs.ixpmanager.org/grapher/smokeping/
+# See: https://docs.ixpmanager.org/latest/grapher/smokeping/
KEY="my-ixp-manager-api-key"
URL="https://ixp.example.com/api/v4/grapher/config?backend=smokeping"
diff --git a/tools/vagrant/bootstrap.sh b/tools/vagrant/bootstrap.sh
new file mode 100644
index 000000000..71970fd07
--- /dev/null
+++ b/tools/vagrant/bootstrap.sh
@@ -0,0 +1,409 @@
+#!/usr/bin/env bash
+
+# Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee.
+# All Rights Reserved.
+#
+# This file is part of IXP Manager.
+#
+# IXP Manager 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, version v2.0 of the License.
+#
+# IXP Manager 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 GpNU General Public License for
+# more details.
+#
+# You should have received a copy of the GNU General Public License v2.0
+# along with IXP Manager. If not, see:
+#
+# http://www.gnu.org/licenses/gpl-2.0.html
+
+## VAGRANT provisioning script - IXP Manager v7 / 24.04 LTS / php8.3
+##
+## Barry O'Donovan 2015-2024
+
+
+
+
+####################################################################################
+#######
+####### Time time time...
+#######
+
+/usr/bin/timedatectl set-timezone 'Europe/Dublin'
+
+
+
+####################################################################################
+#######
+####### Packages
+#######
+
+echo "Updating packages...."
+apt-get update &>/dev/null
+#apt-get dist-upgrade -y
+
+# Defaults for MySQL and phpMyAdmin:
+echo 'mysql-server mysql-server/root_password password password' | debconf-set-selections
+echo 'mysql-server mysql-server/root_password_again password password' | debconf-set-selections
+echo 'phpmyadmin phpmyadmin/dbconfig-install boolean true' | debconf-set-selections
+echo 'phpmyadmin phpmyadmin/app-password-confirm password password' | debconf-set-selections
+echo 'phpmyadmin phpmyadmin/mysql/admin-pass password password' | debconf-set-selections
+echo 'phpmyadmin phpmyadmin/mysql/app-pass password password' | debconf-set-selections
+echo 'phpmyadmin phpmyadmin/reconfigure-webserver multiselect apache2' | debconf-set-selections
+echo 'mrtg mrtg/conf_mods boolean true' | debconf-set-selections
+echo 'mrtg mrtg/create_www boolean true' | debconf-set-selections
+echo 'mrtg mrtg/fix_permissions boolean true' | debconf-set-selections
+
+echo "Installng MySQL..."
+apt-get install -y mysql-server mysql-client &>/dev/null
+
+echo "Installing apache, php, etc..."
+apt-get install -y apache2 php8.3 php8.3-intl php8.3-mysql php-rrd php8.3-cgi php8.3-cli \
+ php8.3-snmp php8.3-curl php8.3-memcached libapache2-mod-php8.3 bash-completion \
+ php8.3-mysql memcached snmp php8.3-mbstring php8.3-xml php8.3-gd bgpq3 php8.3-memcache \
+ unzip php8.3-zip git php8.3-yaml php8.3-bcmath libconfig-general-perl joe \
+ libnetaddr-ip-perl mrtg libconfig-general-perl libnetaddr-ip-perl rrdtool librrds-perl \
+ phpmyadmin &>/dev/null
+
+# php8.3-ds -> add back when fixed in 24.04
+
+
+
+####################################################################################
+#######
+####### MySQL
+#######
+
+echo "Having MySQL listen on all interfaces"
+sed -i 's/^bind-address\s\+=\s\+127.0.0.1/#bind-address = 127.0.0.1/' /etc/mysql/mysql.conf.d/mysqld.cnf
+systemctl restart mysql.service &>/dev/null
+
+echo "Setting up MySQL and databases..."
+
+cat >/etc/mysql/ixpmanager.cnf <
/etc/mysql/root-client.cnf </dev/null
+
+if [[ -f /vagrant/.env ]]; then
+ cp /vagrant/.env /vagrant/.env.by-vagrant.$(date +%Y%m%d-%H%M%S)
+fi
+
+cat /vagrant/tools/vagrant/envfile > /vagrant/.env
+
+
+cd /vagrant
+echo "Installing composer packages..."
+su - vagrant -c "cd /vagrant && COMPOSER_ALLOW_SUPERUSER=1 composer install" &>/dev/null
+
+echo "Installing / migrating database..." &>/dev/null
+php /vagrant/artisan migrate --force &>/dev/null
+
+
+
+####################################################################################
+#######
+####### Apache
+#######
+
+echo "Setting up Apache..."
+
+
+cat >/etc/apache2/sites-available/000-default.conf <
+ DocumentRoot /vagrant/public
+
+
+ Options FollowSymLinks
+ AllowOverride None
+ Require all granted
+
+ RewriteEngine On
+ RewriteCond %{REQUEST_FILENAME} -s [OR]
+ RewriteCond %{REQUEST_FILENAME} -l [OR]
+ RewriteCond %{REQUEST_FILENAME} -d
+ RewriteRule ^.*$ - [NC,L]
+ RewriteRule ^.*$ /index.php [NC,L]
+
+
+ ErrorLog \${APACHE_LOG_DIR}/error.log
+ CustomLog \${APACHE_LOG_DIR}/access.log combined
+
+END_APACHE
+
+a2enmod rewrite &>/dev/null
+
+sed -i 's/export APACHE_RUN_USER=www-data/export APACHE_RUN_USER=vagrant/' /etc/apache2/envvars
+sed -i 's/export APACHE_RUN_GROUP=www-data/export APACHE_RUN_GROUP=vagrant/' /etc/apache2/envvars
+
+systemctl restart apache2.service &>/dev/null
+
+####################################################################################
+#######
+####### Useful screen settings for barryo:
+#######
+
+
+cat >/home/vagrant/.screenrc < %n%f* %t%{= kG}%+Lw%<'
+screen -t bash 0
+altscreen on
+END_SCREEN
+
+
+
+####################################################################################
+#######
+####### snmpsim
+#######
+
+echo "Setting up snmpsim..."
+apt-get install -y python3-pip python3-venv python3-full &>/dev/null
+mkdir /srv/venv
+python3 -m venv /srv/venv/ &>/dev/null
+cd /srv/venv/
+./bin/pip install snmpsim &>/dev/null
+mkdir /srv/snmpclients
+cp /vagrant/tools/vagrant/snmpwalks/*snmprec /srv/snmpclients/
+chown -R vagrant: /srv/snmpclients
+
+/srv/venv/bin/snmpsim-command-responder --data-dir=/srv/snmpclients/ \
+ --agent-udpv4-endpoint=127.0.0.1:161 --quiet --daemonize --process-user root \
+ --process-group root --pid-file /tmp/snmpsim.pid --logging-method null
+
+sed -i 's/127.0.0.1 localhost/127.0.0.1 localhost swi1-fac1-1 swi1-fac2-1 swi2-fac1-1/' /etc/hosts
+
+
+
+
+####################################################################################
+#######
+####### Route Servers / Collectors / AS112 / Clients
+
+echo "Setting up router testbed..."
+
+apt-get -y install bird2 &>/dev/null
+/usr/bin/systemctl stop bird.service &>/dev/null
+/usr/bin/systemctl disable bird.service &>/dev/null
+
+IPS=`mysql --defaults-extra-file=/etc/mysql/ixpmanager.cnf --skip-column-names --silent --raw ixp \
+ -e 'SELECT DISTINCT ipaddr.address FROM ipv4address as ipaddr JOIN vlaninterface AS vli ON vli.ipv4addressid = ipaddr.id'`
+
+for ip in $IPS; do /usr/sbin/ip address add $ip/24 dev lo; done
+
+IPS=`mysql --defaults-extra-file=/etc/mysql/ixpmanager.cnf --skip-column-names --silent --raw ixp \
+ -e 'SELECT DISTINCT ipaddr.address FROM ipv6address as ipaddr JOIN vlaninterface AS vli ON vli.ipv6addressid = ipaddr.id'`
+
+for ip in $IPS; do /usr/sbin/ip address add $ip/64 dev lo; done
+
+mysql --defaults-extra-file=/etc/mysql/ixpmanager.cnf --skip-column-names --silent --raw ixp \
+ -e 'SELECT CONCAT( peering_ip, " ", handle ) FROM routers' >> /etc/hosts
+
+/vagrant/tools/vagrant/scripts/rs-api-reconfigure-all.sh
+/vagrant/tools/vagrant/scripts/rc-reconfigure.sh
+/vagrant/tools/vagrant/scripts/as112-reconfigure-bird2.sh
+
+mkdir -p /srv/clients
+chown -R vagrant: /srv/clients
+php /vagrant/artisan vagrant:generate-client-router-configurations
+chmod a+x /srv/clients/start-reload-clients.sh
+/srv/clients/start-reload-clients.sh
+
+
+####################################################################################
+#######
+####### Birdseye Looking Glass
+#######
+
+echo "Setting up Birdseye / looking glasses..."
+
+git clone https://github.com/inex/birdseye.git /srv/birdseye &>/dev/null
+cd /srv/birdseye
+git config --global --add safe.directory /srv/birdseye
+git checkout php83 &>/dev/null
+COMPOSER_ALLOW_SUPERUSER=1 composer install &>/dev/null
+
+cat >/etc/apache2/sites-enabled/birdseye.conf <
+ DocumentRoot /srv/birdseye/public
+
+
+ Options FollowSymLinks
+ AllowOverride None
+ Require all granted
+
+ RewriteEngine On
+ RewriteCond %{REQUEST_FILENAME} -s [OR]
+ RewriteCond %{REQUEST_FILENAME} -l [OR]
+ RewriteCond %{REQUEST_FILENAME} -d
+ RewriteRule ^.*$ - [NC,L]
+ RewriteRule ^.*$ /index.php [NC,L]
+
+
+ ErrorLog ${APACHE_LOG_DIR}/birdseye-error.log
+ CustomLog ${APACHE_LOG_DIR}/birdseye-access.log combined
+
+
+END_APACHE
+
+systemctl restart apache2.service
+
+php /vagrant/artisan vagrant:generate-birdseye-configurations
+su - vagrant -c "cd /srv/birdseye && COMPOSER_ALLOW_SUPERUSER=1 composer install" &>/dev/null
+chown -R vagrant: /srv/birdseye
+
+echo -e "\nvagrant ALL=(ALL) NOPASSWD: /srv/birdseye/bin/birdc\n" >>/etc/sudoers
+
+
+
+####################################################################################
+#######
+####### Graphing mrtg
+#######
+
+mkdir -p /srv/mrtg
+chown -R mrtg: /srv/mrtg
+chmod a+rwX /srv/mrtg
+
+/vagrant/tools/vagrant/scripts/update-mrtg.sh
+
+
+
+
+
+####################################################################################
+#######
+####### Cron / Scheduler
+#######
+
+
+
+cat >/etc/cron.d/ixpmanager <> /dev/null 2>&1
+
+*/5 * * * * root /vagrant/tools/vagrant/scripts/update-mrtg.sh
+
+
+END_CRON
+
+
+
+####################################################################################
+#######
+####### Startup script on reboot
+#######
+
+
+cat >/etc/systemd/system/ixpmanager.service <=v5.0)
+## IXP_API_RIR_EMAIL_TO=test-dbm@ripe.net
+#
+## Rather than specifiying the from address on the command line, you can set it here
+## (useful for cronjobs and required for use with artisan schedule:run in >=v5.0)
+## IXP_API_RIR_EMAIL_FROM=ixp@example.com
+#
+#
+#
+########################################################################################
+## Utility paths
+#
+## See: https://docs.ixpmanager.org/latest/features/irrdb/
+IXP_IRRDB_BGPQ3_PATH=/usr/bin/bgpq3
+#
+## See: https://docs.ixpmanager.org/latest/features/rpki/
+## IXP_RPKI_RTR1_HOST=192.0.2.11
+## IXP_RPKI_RTR1_PORT=3323
+## IXP_RPKI_RTR2_HOST=192.0.2.12
+## IXP_RPKI_RTR2_PORT=3323
+#
+#
+##########################################################################################
+#### Development Helpers
+####
+#
+## Disable HTML5 validation to test PHP code based request validators
+## FORMER_LIVE_VALIDATION=false
+#
+#
+##########################################################################################
+#### PeeringDB OAuth
+####
+#### https://docs.ixpmanager.org/latest/features/peeringdb-oauth/
+####
+#
+## AUTH_PEERINGDB_ENABLED=true
+#
+## PEERINGDB_OAUTH_CLIENT_ID="xxx"
+## PEERINGDB_OAUTH_CLIENT_SECRET="xxx"
+## PEERINGDB_OAUTH_REDIRECT="https://www.example.com/auth/login/peeringdb/callback"
+#
+#
+##########################################################################################
+#### See: https://docs.ixpmanager.org/latest/features/routers/#filtering-known-transit-networks
+## IXP_NO_TRANSIT_ASNS_EXCLUDE=65501,65502
+## IXP_NO_TRANSIT_ASNS_OVERRIDE=65501,65502,65503
+#
+## Full slash 'description' with /slashes\ and "quotes"
+
+
+
+2FA_ENABLED=false
+#2FA_WINDOW=4
+#2FA_ENFORCE_FOR_USERS=
+
diff --git a/tools/vagrant/scripts/as112-reconfigure-bird2.sh b/tools/vagrant/scripts/as112-reconfigure-bird2.sh
new file mode 100755
index 000000000..541a8ce41
--- /dev/null
+++ b/tools/vagrant/scripts/as112-reconfigure-bird2.sh
@@ -0,0 +1,121 @@
+#! /usr/bin/env bash
+#
+# Copyright (C) 2009 - 2019 Internet Neutral Exchange Association Company Limited By Guarantee.
+# All Rights Reserved.
+#
+# This file is part of IXP Manager.
+#
+# IXP Manager 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, version 2.0 of the License.
+#
+# IXP Manager 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 v2.0
+# along with IXP Manager. If not, see:
+#
+# http://www.gnu.org/licenses/gpl-2.0.html
+#
+# Barry O'Donovan 2016
+
+# Example script for updating AS112 Bird BGP configs
+
+
+# For keys, see: http://docs.ixpmanager.org/features/api/
+
+
+KEY="r8sFfkGamCjrbbLC12yIoCJooIRXzY9CYPaLVz92GFQyGqLq"
+BIRDBIN="/usr/sbin/bird"
+
+URL="http://127.0.0.1/api/v4/router/gen-config"
+URL_DONE="http://127.0.0.1/api/v4/router/updated"
+ETCPATH="/usr/local/etc/bird"
+RUNPATH="/var/run/bird"
+LOGPATH="/var/log/bird"
+BIN="/usr/sbin/bird"
+
+mkdir -p $ETCPATH
+mkdir -p $LOGPATH
+mkdir -p $RUNPATH
+
+if [[ -n $1 && $1 = '--quiet' ]]; then
+ export QUIET=1
+else
+ export QUIET=0
+ echo -en "\nIXP AS112 BGPd Lisenters\n==============================\n\n"
+ echo -e "Verbose mode enabled. Issue --quiet for non-verbose mode (--debug also available)\n"
+fi
+
+if [[ -n $1 && $1 = '--debug' ]]; then
+ export QUIET=1
+ export DEBUG=1
+else
+ export DEBUG=0
+fi
+
+function log {
+ if [[ $QUIET -eq 0 && $DEBUG -eq 0 ]]; then
+ echo -en $1
+ fi
+}
+
+# These are the handles as configured in your IXP Manager - see: http://docs.ixpmanager.org/features/routers/
+#
+# This script assumes v6 versions end in -ipv6
+
+for handle in as112-vix1-ipv4 as112-vix1-ipv6 as112-vix2-ipv4 as112-vix2-ipv6; do
+
+ log "Instance for ${handle}:\tConfig: "
+
+ cmd="curl --fail -s -H \"X-IXP-Manager-API-Key: ${KEY}\" ${URL}/${handle} >${ETCPATH}/bird-${handle}.conf"
+
+ if [[ $DEBUG -eq 1 ]]; then echo $cmd; fi
+ eval $cmd
+
+ if [[ $? -eq 0 ]]; then
+ log "DONE \tDaemon: "
+ else
+ log "ERROR\n"
+ continue
+ fi
+
+ # are we running or do we need to be started?
+ cmd="${BIN}c -s ${RUNPATH}/bird-${handle}.ctl configure"
+ if [[ $DEBUG -eq 1 ]]; then echo $cmd; fi
+ eval $cmd &>/dev/null
+
+ if [[ $? -eq 0 ]]; then
+ log "RECONFIGURED \tIXP Manager Updated:"
+ else
+ cmd="${BIN} -c ${ETCPATH}/bird-${handle}.conf -s ${RUNPATH}/bird-${handle}.ctl"
+
+ if [[ $DEBUG -eq 1 ]]; then echo $cmd; fi
+ eval $cmd &>/dev/null
+
+ if [[ $? -eq 0 ]]; then
+ log "STARTED \tIXP Manager Updated:"
+ else
+ log "ERROR\n"
+ continue
+ fi
+ fi
+
+ # tell IXP Manager the router has been updated:
+ cmd="curl -s -X POST -H \"X-IXP-Manager-API-Key: ${KEY}\" ${URL_DONE}/${handle} >/dev/null"
+ if [[ $DEBUG -eq 1 ]]; then echo $cmd; fi
+ eval $cmd
+
+ if [[ $? -eq 0 ]]; then
+ log "DONE"
+ else
+ log "ERROR\n"
+ continue
+ fi
+
+ log "\n"
+done
+
+log "\n"
diff --git a/tools/vagrant/scripts/rc-reconfigure.sh b/tools/vagrant/scripts/rc-reconfigure.sh
new file mode 100755
index 000000000..10733b069
--- /dev/null
+++ b/tools/vagrant/scripts/rc-reconfigure.sh
@@ -0,0 +1,273 @@
+#! /usr/bin/env bash
+
+# Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee.
+# All Rights Reserved.
+#
+# This file is part of IXP Manager.
+#
+# IXP Manager 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, version v2.0 of the License.
+#
+# IXP Manager 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 GpNU General Public License for
+# more details.
+#
+# You should have received a copy of the GNU General Public License v2.0
+# along with IXP Manager. If not, see:
+#
+# http://www.gnu.org/licenses/gpl-2.0.html
+
+###########################################################################################
+###########################################################################################
+###
+### CONFIGURE ME HERE
+###
+### This is where YOU need to set your specific IXP Manager installation details.
+### Typically you only need to edit the first three.
+###
+###########################################################################################
+###########################################################################################
+
+HANDLES="rc1-vix1-ipv4 rc1-vix1-ipv6 rc1-vix2-ipv4 rc1-vix2-ipv6"
+
+APIKEY="r8sFfkGamCjrbbLC12yIoCJooIRXzY9CYPaLVz92GFQyGqLq"
+URLROOT="http://127.0.0.1"
+BIRDBIN="/usr/sbin/bird"
+
+
+# --- the following should be fine on a typical Debian / Ubuntu system:
+
+URL_LOCK="${URLROOT}/api/v4/router/get-update-lock"
+URL_CONF="${URLROOT}/api/v4/router/gen-config"
+URL_DONE="${URLROOT}/api/v4/router/updated"
+
+ETCPATH="/usr/local/etc/bird"
+RUNPATH="/var/run/bird"
+LOGPATH="/var/log/bird"
+LOCKPATH="/tmp/ixp-manager-locks"
+
+
+
+###########################################################################################
+###########################################################################################
+###
+### Parse command line arguments, handle and set some necessary variables
+###
+###########################################################################################
+###########################################################################################
+
+mkdir -p $ETCPATH
+mkdir -p $LOGPATH
+mkdir -p $RUNPATH
+mkdir -p $LOCKPATH
+
+if [[ -n $1 && $1 = '--quiet' ]]; then
+ export QUIET=1
+else
+ export QUIET=0
+ echo -en "\nRoute Collector BGPd Lisenters\n==============================\n\n"
+ echo -e "Verbose mode enabled. Issue --quiet for non-verbose mode (--debug also available)\n"
+fi
+
+if [[ -n $1 && $1 = '--debug' ]]; then
+ export QUIET=1
+ export DEBUG=1
+else
+ export DEBUG=0
+fi
+
+function log {
+ if [[ $QUIET -eq 0 && $DEBUG -eq 0 ]]; then
+ echo -en $1
+ fi
+}
+
+
+
+###########################################################################################
+###########################################################################################
+###
+### Script locking - only allow one instance of this script
+###
+###########################################################################################
+###########################################################################################
+
+SCRIPTNAME=$(basename "$0")
+LOCK="${LOCKPATH}/${SCRIPTNAME}.lock"
+
+remove_lock() {
+ rm -f "$LOCK"
+}
+
+another_locked_instance() {
+ echo "There is another instance running for ${SCRIPTNAME} and locked via ${LOCK}, exiting"
+ exit 1
+}
+
+if [ -f "${LOCK}" ]; then
+ another_locked_instance
+else
+ echo $$ > "${LOCK}"
+ trap remove_lock EXIT
+fi
+
+
+
+
+for handle in $HANDLES; do
+
+ # files:
+ cfile="${ETCPATH}/bird-${handle}.conf"
+ dest="${cfile}.$$"
+ socket="${RUNPATH}/bird-${handle}.ctl"
+
+
+ log "Instance for ${handle}:\tLock: "
+
+ ### Get a lock from IXP Manager to update the router
+ cmd="curl --fail -s -X POST -H \"X-IXP-Manager-API-Key: ${APIKEY}\" ${URL_LOCK}/${handle} >/dev/null"
+
+ if [[ $DEBUG -eq 1 ]]; then echo $cmd; fi
+ eval $cmd
+
+ if [[ $? -ne 0 ]]; then
+ log "UNAVAILABLE\n"
+ continue
+ fi
+
+ log "LOCKED \tConfig: "
+
+ ### Get the configuration from IXP Manager
+
+ cmd="curl --fail -s -H \"X-IXP-Manager-API-Key: ${APIKEY}\" ${URL_CONF}/${handle} >${dest}"
+
+ if [[ $DEBUG -eq 1 ]]; then echo $cmd; fi
+ eval $cmd
+
+ if [[ $? -eq 0 ]]; then
+ log "DOWNLOADED \tReconfig: "
+ else
+ log "ERROR\n"
+ continue
+ fi
+
+
+ if [[ ! -e $dest || ! -s $dest ]]; then
+ echo "ERROR: $dest does not exist or is zero size"
+ continue
+ fi
+
+ # parse and check the config
+ cmd="${BIRDBIN} -p -c $dest"
+ if [[ $DEBUG -eq 1 ]]; then echo $cmd; fi
+ eval $cmd &>/dev/null
+ if [[ $? -ne 0 ]]; then
+ echo "ERROR: non-zero return from ${BIRDBIN} when parsing $dest"
+ continue
+ fi
+
+
+
+ ### Apply the configuration and start Bird if necessary
+
+
+
+ RELOAD_REQUIRED=1
+ if [[ -f $cfile ]]; then
+ cat $cfile | egrep -v '^#.*$' >${cfile}.filtered
+ cat $dest | egrep -v '^#.*$' >${dest}.filtered
+
+ diff ${cfile}.filtered ${dest}.filtered >/dev/null
+ DIFF=$?
+
+ rm -f ${cfile}.filtered ${dest}.filtered
+
+ if [[ $DIFF -eq 0 ]]; then
+ RELOAD_REQUIRED=0
+ rm -f $dest
+ log "UNCHANGED \tBIRD: "
+ else
+ # back up the current one and replace
+ cp "${cfile}" "${cfile}.old"
+ mv $dest $cfile
+ log "CHANGED \tBIRD: "
+ fi
+ else
+ mv $dest $cfile
+ log "NEW \tBIRD: "
+ fi
+
+ # are we running or do we need to be started?
+ cmd="${BIRDBIN}c -s $socket show memory"
+ if [[ $DEBUG -eq 1 ]]; then echo $cmd; fi
+ eval $cmd &>/dev/null
+
+ if [[ $? -ne 0 ]]; then
+ cmd="${BIRDBIN} -c ${cfile} -s $socket"
+
+ if [[ $DEBUG -eq 1 ]]; then echo $cmd; fi
+ eval $cmd &>/dev/null
+
+ if [[ $? -ne 0 ]]; then
+ echo "ERROR: ${BIRDBIN} was not running for $dest and could not be started"
+ continue
+ fi
+
+ log "STARTED \tIXP Manager Updated: "
+
+ elif [[ $RELOAD_REQUIRED -eq 1 ]]; then
+ cmd="${BIRDBIN}c -s $socket configure"
+ if [[ $DEBUG -eq 1 ]]; then echo $cmd; fi
+ eval $cmd &>/dev/null
+
+ if [[ $? -ne 0 ]]; then
+ echo "ERROR: Reconfigure failed for $dest"
+
+ if [[ -e ${cfile}.old ]]; then
+ echo "Trying to revert to previous"
+ mv ${cfile}.conf $dest
+ mv ${cfile}.old ${cfile}
+ cmd="${BIRDBIN}c -s $socket configure"
+ if [[ $DEBUG -eq 1 ]]; then echo $cmd; fi
+ eval $cmd &>/dev/null
+ if [[ $? -eq 0 ]]; then
+ echo Successfully reverted
+ else
+ echo Reversion failed
+ continue
+ fi
+ fi
+ fi
+
+ log "RECONFIGURED \tIXP Manager Updated: "
+
+ else
+ if [[ $DEBUG -eq 1 ]]; then
+ echo "Bird running and no reload required so skipping configure";
+ fi
+
+ log "NO RECONFIG \tIXP Manager Updated: "
+ fi
+
+
+
+
+
+
+ ### Tell IXP Manager that the config is complete and release the lock
+
+ # tell IXP Manager the router has been updated:
+ cmd="curl --fail -s -X POST -H \"X-IXP-Manager-API-Key: ${APIKEY}\" ${URL_DONE}/${handle} >/dev/null"
+ if [[ $DEBUG -eq 1 ]]; then echo $cmd; fi
+
+ until eval $cmd; do
+ echo "Warning - could not inform IXP Manager via updated API - sleeping 60 secs and trying again"
+ sleep 60
+ done
+
+ log "DONE\n"
+done
+
+log "\n"
diff --git a/tools/vagrant/scripts/refresh-router-testbed.sh b/tools/vagrant/scripts/refresh-router-testbed.sh
new file mode 100755
index 000000000..efdebe05b
--- /dev/null
+++ b/tools/vagrant/scripts/refresh-router-testbed.sh
@@ -0,0 +1,29 @@
+#! /usr/bin/env bash
+
+if [ "$EUID" -ne 0 ]
+ then echo "Please run as root"
+ exit
+fi
+
+# Kill all bird instances
+#killall bird
+#rm /srv/clients/*.conf
+
+# Clients
+sudo -u vagrant php /vagrant/artisan vagrant:generate-client-router-configurations
+chmod a+x /srv/clients/start-reload-clients.sh
+/srv/clients/start-reload-clients.sh
+
+# Route servers
+/vagrant/tools/vagrant/scripts/rs-api-reconfigure-all.sh
+
+# Route collectors
+/vagrant/tools/vagrant/scripts/rc-reconfigure.sh
+
+# AS112
+/vagrant/tools/vagrant/scripts/as112-reconfigure-bird2.sh
+
+# Birdseye
+php /vagrant/artisan vagrant:generate-birdseye-configurations
+
+
diff --git a/tools/vagrant/scripts/rs-api-reconfigure-all.sh b/tools/vagrant/scripts/rs-api-reconfigure-all.sh
new file mode 100755
index 000000000..b4075978b
--- /dev/null
+++ b/tools/vagrant/scripts/rs-api-reconfigure-all.sh
@@ -0,0 +1,40 @@
+#!/bin/bash
+#
+# Copyright (C) 2009 - 2019 Internet Neutral Exchange Association Company Limited By Guarantee.
+# All Rights Reserved.
+#
+# This file is part of IXP Manager.
+#
+# IXP Manager 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, version 2.0 of the License.
+#
+# IXP Manager 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 v2.0
+# along with IXP Manager. If not, see:
+#
+# http://www.gnu.org/licenses/gpl-2.0.html
+#
+# Example script used by INEX to rebuild all Bird route servers via API on demand.
+#
+# Author: Barry O'Donovan
+
+echo "Reconfiguring all bird route server instances:"
+
+# These handles should match the definitions in config/routers.php, and
+# should be changed as appropriate:
+
+for handle in rs1-vix1-ipv4 rs2-vix1-ipv4 rs1-vix1-ipv6 rs2-vix1-ipv6 rs1-vix2-ipv4 rs1-vix2-ipv6; do
+ echo -ne "HANDLE: ${handle}: "
+ /vagrant/tools/vagrant/scripts/rs-api-reconfigure.sh -f -h $handle -q
+ if [[ $? -eq 0 ]]; then
+ echo -ne "OK "
+ else
+ echo -ne "ERROR "
+ fi
+ echo
+done
diff --git a/tools/vagrant/scripts/rs-api-reconfigure.sh b/tools/vagrant/scripts/rs-api-reconfigure.sh
new file mode 100755
index 000000000..08b2fe616
--- /dev/null
+++ b/tools/vagrant/scripts/rs-api-reconfigure.sh
@@ -0,0 +1,290 @@
+#! /bin/bash
+#
+# Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee.
+# All Rights Reserved.
+#
+# This file is part of IXP Manager.
+#
+# IXP Manager 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, version 2.0 of the License.
+#
+# IXP Manager 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 v2.0
+# along with IXP Manager. If not, see:
+#
+# http://www.gnu.org/licenses/gpl-2.0.html
+#
+
+###########################################################################################
+###########################################################################################
+###
+### CONFIGURE ME HERE
+###
+### This is where YOU need to set your specific IXP Manager installation details.
+### Typically you only need to edit the first three.
+###
+###########################################################################################
+###########################################################################################
+
+APIKEY="r8sFfkGamCjrbbLC12yIoCJooIRXzY9CYPaLVz92GFQyGqLq"
+URLROOT="http://127.0.0.1"
+BIRDBIN="/usr/sbin/bird"
+
+
+# --- the following should be fine on a typical Debian / Ubuntu system:
+
+URL_LOCK="${URLROOT}/api/v4/router/get-update-lock"
+URL_CONF="${URLROOT}/api/v4/router/gen-config"
+URL_DONE="${URLROOT}/api/v4/router/updated"
+
+ETCPATH="/usr/local/etc/bird"
+RUNPATH="/var/run/bird"
+LOGPATH="/var/log/bird"
+LOCKPATH="/tmp/ixp-manager-locks"
+
+
+
+###########################################################################################
+###########################################################################################
+###
+### Parse command line arguments, handle and set some necessary variables
+###
+###########################################################################################
+###########################################################################################
+
+# Parse arguments
+export DEBUG=0
+export FORCE_RELOAD=0
+
+function show_help {
+ echo "$0 [-d] [-f] -h [-?]"
+}
+
+
+while getopts "?qdfh:" opt; do
+ case "$opt" in
+ \?)
+ show_help
+ exit 0
+ ;;
+ d) export DEBUG=1
+ ;;
+ f) export FORCE_RELOAD=1
+ ;;
+ h) handle=$OPTARG
+ ;;
+ esac
+done
+
+if [[ -z "$handle" ]]; then
+ echo ERROR: handle is required
+ exit 1
+fi
+
+mkdir -p $ETCPATH
+mkdir -p $LOGPATH
+mkdir -p $RUNPATH
+mkdir -p $LOCKPATH
+
+
+cfile="${ETCPATH}/bird-${handle}.conf"
+dest="${cfile}.$$"
+socket="${RUNPATH}/bird-${handle}.ctl"
+
+
+###########################################################################################
+###########################################################################################
+###
+### Script locking - only allow one instance of this script per handle
+###
+###########################################################################################
+###########################################################################################
+
+LOCK="${LOCKPATH}/${handle}.lock"
+
+remove_lock() {
+ rm -f "$LOCK"
+}
+
+another_locked_instance() {
+ echo "There is another instance running for ${handle} and locked via ${LOCK}, exiting"
+ exit 1
+}
+
+if [ -f "${LOCK}" ]; then
+ another_locked_instance
+else
+ echo $$ > "${LOCK}"
+ trap remove_lock EXIT
+fi
+
+
+
+
+
+###########################################################################################
+###########################################################################################
+###
+### Get a lock from IXP Manager to update the router
+###
+###########################################################################################
+###########################################################################################
+
+cmd="curl --fail -s -X POST -H \"X-IXP-Manager-API-Key: ${APIKEY}\" ${URL_LOCK}/${handle} >/dev/null"
+
+if [[ $DEBUG -eq 1 ]]; then echo $cmd; fi
+eval $cmd
+
+if [[ $? -ne 0 ]]; then
+ echo "ABORTING: router not available for update"
+ exit 200
+fi
+
+
+###########################################################################################
+###########################################################################################
+###
+### Get the configuration from IXP Manager
+###
+###########################################################################################
+###########################################################################################
+
+cmd="curl --fail -s -H \"X-IXP-Manager-API-Key: ${APIKEY}\" ${URL_CONF}/${handle} >${dest}"
+
+if [[ $DEBUG -eq 1 ]]; then echo $cmd; fi
+eval $cmd
+
+# We want to be safe here so check the generated file to see whether it
+# looks valid
+if [[ $? -ne 0 ]]; then
+ echo "ERROR: non-zero return from curl when generating $dest"
+ exit 2
+fi
+
+if [[ ! -e $dest || ! -s $dest ]]; then
+ echo "ERROR: $dest does not exist or is zero size"
+ exit 3
+fi
+
+if [[ $( cat $dest | grep "protocol bgp pb_" | wc -l ) -lt 2 ]]; then
+ echo "ERROR: fewer than 2 BGP protocol definitions in config file $dest - something has gone wrong..."
+ exit 4
+fi
+
+# parse and check the config
+cmd="${BIRDBIN} -p -c $dest"
+if [[ $DEBUG -eq 1 ]]; then echo $cmd; fi
+eval $cmd &>/dev/null
+if [[ $? -ne 0 ]]; then
+ echo "ERROR: non-zero return from ${BIRDBIN} when parsing $dest"
+ exit 7
+fi
+
+
+
+###########################################################################################
+###########################################################################################
+###
+### Apply the configuration and start Bird if necessary
+###
+###########################################################################################
+###########################################################################################
+
+# config file should be okay; If everything is up and running, do we need a reload?
+
+RELOAD_REQUIRED=1
+if [[ -f $cfile ]]; then
+ cat $cfile | egrep -v '^#.*$' >${cfile}.filtered
+ cat $dest | egrep -v '^#.*$' >${dest}.filtered
+
+ diff ${cfile}.filtered ${dest}.filtered >/dev/null
+ DIFF=$?
+
+ rm -f ${cfile}.filtered ${dest}.filtered
+
+ if [[ $DIFF -eq 0 ]]; then
+ RELOAD_REQUIRED=0
+ rm -f $dest
+ else
+ # back up the current one and replace
+ cp "${cfile}" "${cfile}.old"
+ mv $dest $cfile
+ fi
+else
+ mv $dest $cfile
+fi
+
+# are we forcing a reload?
+if [[ $FORCE_RELOAD -eq 1 ]]; then
+ RELOAD_REQUIRED=1
+fi
+
+
+# are we running or do we need to be started?
+cmd="${BIRDBIN}c -s $socket show memory"
+if [[ $DEBUG -eq 1 ]]; then echo $cmd; fi
+eval $cmd &>/dev/null
+
+if [[ $? -ne 0 ]]; then
+ cmd="${BIRDBIN} -c ${cfile} -s $socket"
+
+ if [[ $DEBUG -eq 1 ]]; then echo $cmd; fi
+ eval $cmd &>/dev/null
+
+ if [[ $? -ne 0 ]]; then
+ echo "ERROR: ${BIRDBIN} was not running for $dest and could not be started"
+ exit 5
+ fi
+elif [[ $RELOAD_REQUIRED -eq 1 ]]; then
+ cmd="${BIRDBIN}c -s $socket configure"
+ if [[ $DEBUG -eq 1 ]]; then echo $cmd; fi
+ eval $cmd &>/dev/null
+
+ if [[ $? -ne 0 ]]; then
+ echo "ERROR: Reconfigure failed for $dest"
+
+ if [[ -e ${cfile}.old ]]; then
+ echo "Trying to revert to previous"
+ mv ${cfile}.conf $dest.failed
+ mv ${cfile}.old ${cfile}
+ cmd="${BIRDBIN}c -s $socket configure"
+ if [[ $DEBUG -eq 1 ]]; then echo $cmd; fi
+ eval $cmd &>/dev/null
+ if [[ $? -eq 0 ]]; then
+ echo Successfully reverted
+ else
+ echo Reversion failed
+ exit 6
+ fi
+ fi
+ fi
+else
+ if [[ $DEBUG -eq 1 ]]; then
+ echo "Bird running and no reload required so skipping configure";
+ fi
+fi
+
+
+###########################################################################################
+###########################################################################################
+###
+### Tell IXP Manager that the config is complete and release the lock
+###
+###########################################################################################
+###########################################################################################
+
+# tell IXP Manager the router has been updated:
+cmd="curl --fail -s -X POST -H \"X-IXP-Manager-API-Key: ${APIKEY}\" ${URL_DONE}/${handle} >/dev/null"
+if [[ $DEBUG -eq 1 ]]; then echo $cmd; fi
+
+until eval $cmd; do
+ echo "Warning - could not inform IXP Manager via updated API - sleeping 60 secs and trying again"
+ sleep 60
+done
+
+exit 0
diff --git a/tools/vagrant/scripts/update-mrtg.sh b/tools/vagrant/scripts/update-mrtg.sh
new file mode 100755
index 000000000..b4b7915c7
--- /dev/null
+++ b/tools/vagrant/scripts/update-mrtg.sh
@@ -0,0 +1,31 @@
+#! /usr/bin/env bash
+
+# Set this to the directory where you have installed IXP Manager (typically: /srv/ixpmanager)
+IXPROOT=/vagrant
+
+# Temporary configuration file:
+TMPCONF=/tmp/mrtg.cfg.$$
+
+# Synchronize configuration files
+${IXPROOT}/artisan grapher:generate-configuration -B mrtg -O $TMPCONF
+
+# Remove comments and date/time stamps for before comparing for differences
+cat /etc/mrtg/mrtg.cfg | egrep -v '^#.*$' | \
+ egrep -v '^[ ]+Based on configuration last generated by.*$' >/tmp/mrtg.cfg.filtered
+cat $TMPCONF | egrep -v '^#.*$' | \
+ egrep -v '^[ ]+Based on configuration last generated by.*$' >${TMPCONF}.filtered
+diff /tmp/mrtg.cfg.filtered ${TMPCONF}.filtered >/dev/null
+DIFF=$?
+
+rm /tmp/mrtg.cfg.filtered
+rm ${TMPCONF}.filtered
+
+if [[ $DIFF -eq 0 ]]; then
+ rm ${TMPCONF}
+ exit 0
+fi
+
+env LANG=C /usr/bin/mrtg --check ${TMPCONF} \
+ && /bin/mv ${TMPCONF} /etc/mrtg/mrtg.cfg \
+ && /usr/bin/systemctl restart mrtg.service > /dev/null
+
diff --git a/tools/vagrant/snmpwalks/swi1-fac1-1.snmprec b/tools/vagrant/snmpwalks/swi1-fac1-1.snmprec
new file mode 100644
index 000000000..332909d6a
--- /dev/null
+++ b/tools/vagrant/snmpwalks/swi1-fac1-1.snmprec
@@ -0,0 +1,14285 @@
+1.3.6.1.2.1.1.1.0|4|Arista Networks EOS version 4.18.0F running on an Arista Networks DCS-7280SR-48C6
+1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.30065.1.3011.7280.3735.48.2878.6
+1.3.6.1.2.1.1.3.0|67|2856245011
+1.3.6.1.2.1.1.4.0|4|IXP Operations
+1.3.6.1.2.1.1.5.0|4|swi1-fac1-1
+1.3.6.1.2.1.1.6.0|4|FAC1-R1
+1.3.6.1.2.1.1.7.0|2|14
+1.3.6.1.2.1.1.8.0|67|5973
+1.3.6.1.2.1.1.9.1.2.1|6|1.3.6.1.2.1.49
+1.3.6.1.2.1.1.9.1.2.2|6|1.3.6.1.2.1.50
+1.3.6.1.2.1.1.9.1.2.3|6|1.3.6.1.6.3.1
+1.3.6.1.2.1.1.9.1.2.4|6|1.3.6.1.6.3.16.2.2.1
+1.3.6.1.2.1.1.9.1.2.5|6|1.3.6.1.6.3.11.3.1.1
+1.3.6.1.2.1.1.9.1.2.6|6|1.3.6.1.6.3.15.2.1.1
+1.3.6.1.2.1.1.9.1.2.7|6|1.3.6.1.6.3.10.3.1.1
+1.3.6.1.2.1.1.9.1.2.8|6|1.3.6.1.4.1.4.3.1.4
+1.3.6.1.2.1.1.9.1.3.1|4|The MIB module for managing TCP implementations
+1.3.6.1.2.1.1.9.1.3.2|4|The MIB module for managing UDP implementations
+1.3.6.1.2.1.1.9.1.3.3|4|The MIB module for SNMPv2 entities
+1.3.6.1.2.1.1.9.1.3.4|4|View-based Access Control Model for SNMP.
+1.3.6.1.2.1.1.9.1.3.5|4|The MIB for Message Processing and Dispatching.
+1.3.6.1.2.1.1.9.1.3.6|4|The management information definitions for the SNMP User-based Security Model.
+1.3.6.1.2.1.1.9.1.3.7|4|The SNMP Management Architecture MIB.
+1.3.6.1.2.1.1.9.1.3.8|4|AGENTX Ribd (netns: default) version ribd-2.0.4, built Nonce
+1.3.6.1.2.1.1.9.1.4.1|67|0
+1.3.6.1.2.1.1.9.1.4.2|67|0
+1.3.6.1.2.1.1.9.1.4.3|67|0
+1.3.6.1.2.1.1.9.1.4.4|67|0
+1.3.6.1.2.1.1.9.1.4.5|67|0
+1.3.6.1.2.1.1.9.1.4.6|67|0
+1.3.6.1.2.1.1.9.1.4.7|67|0
+1.3.6.1.2.1.1.9.1.4.8|67|5973
+1.3.6.1.2.1.2.1.0|2|63
+1.3.6.1.2.1.2.2.1.1.1|2|1
+1.3.6.1.2.1.2.2.1.1.2|2|2
+1.3.6.1.2.1.2.2.1.1.3|2|3
+1.3.6.1.2.1.2.2.1.1.4|2|4
+1.3.6.1.2.1.2.2.1.1.5|2|5
+1.3.6.1.2.1.2.2.1.1.6|2|6
+1.3.6.1.2.1.2.2.1.1.7|2|7
+1.3.6.1.2.1.2.2.1.1.8|2|8
+1.3.6.1.2.1.2.2.1.1.9|2|9
+1.3.6.1.2.1.2.2.1.1.10|2|10
+1.3.6.1.2.1.2.2.1.1.11|2|11
+1.3.6.1.2.1.2.2.1.1.12|2|12
+1.3.6.1.2.1.2.2.1.1.13|2|13
+1.3.6.1.2.1.2.2.1.1.14|2|14
+1.3.6.1.2.1.2.2.1.1.15|2|15
+1.3.6.1.2.1.2.2.1.1.16|2|16
+1.3.6.1.2.1.2.2.1.1.17|2|17
+1.3.6.1.2.1.2.2.1.1.18|2|18
+1.3.6.1.2.1.2.2.1.1.19|2|19
+1.3.6.1.2.1.2.2.1.1.20|2|20
+1.3.6.1.2.1.2.2.1.1.21|2|21
+1.3.6.1.2.1.2.2.1.1.22|2|22
+1.3.6.1.2.1.2.2.1.1.23|2|23
+1.3.6.1.2.1.2.2.1.1.24|2|24
+1.3.6.1.2.1.2.2.1.1.25|2|25
+1.3.6.1.2.1.2.2.1.1.26|2|26
+1.3.6.1.2.1.2.2.1.1.27|2|27
+1.3.6.1.2.1.2.2.1.1.28|2|28
+1.3.6.1.2.1.2.2.1.1.29|2|29
+1.3.6.1.2.1.2.2.1.1.30|2|30
+1.3.6.1.2.1.2.2.1.1.31|2|31
+1.3.6.1.2.1.2.2.1.1.32|2|32
+1.3.6.1.2.1.2.2.1.1.33|2|33
+1.3.6.1.2.1.2.2.1.1.34|2|34
+1.3.6.1.2.1.2.2.1.1.35|2|35
+1.3.6.1.2.1.2.2.1.1.36|2|36
+1.3.6.1.2.1.2.2.1.1.37|2|37
+1.3.6.1.2.1.2.2.1.1.38|2|38
+1.3.6.1.2.1.2.2.1.1.39|2|39
+1.3.6.1.2.1.2.2.1.1.40|2|40
+1.3.6.1.2.1.2.2.1.1.41|2|41
+1.3.6.1.2.1.2.2.1.1.42|2|42
+1.3.6.1.2.1.2.2.1.1.43|2|43
+1.3.6.1.2.1.2.2.1.1.44|2|44
+1.3.6.1.2.1.2.2.1.1.45|2|45
+1.3.6.1.2.1.2.2.1.1.46|2|46
+1.3.6.1.2.1.2.2.1.1.47|2|47
+1.3.6.1.2.1.2.2.1.1.48|2|48
+1.3.6.1.2.1.2.2.1.1.49001|2|49001
+1.3.6.1.2.1.2.2.1.1.50001|2|50001
+1.3.6.1.2.1.2.2.1.1.51001|2|51001
+1.3.6.1.2.1.2.2.1.1.52001|2|52001
+1.3.6.1.2.1.2.2.1.1.53001|2|53001
+1.3.6.1.2.1.2.2.1.1.54001|2|54001
+1.3.6.1.2.1.2.2.1.1.999001|2|999001
+1.3.6.1.2.1.2.2.1.1.1000001|2|1000001
+1.3.6.1.2.1.2.2.1.1.1000002|2|1000002
+1.3.6.1.2.1.2.2.1.1.1000003|2|1000003
+1.3.6.1.2.1.2.2.1.1.1000005|2|1000005
+1.3.6.1.2.1.2.2.1.1.1001000|2|1001000
+1.3.6.1.2.1.2.2.1.1.1001100|2|1001100
+1.3.6.1.2.1.2.2.1.1.5000000|2|5000000
+1.3.6.1.2.1.2.2.1.1.7000000|2|7000000
+1.3.6.1.2.1.2.2.1.2.1|4|Ethernet1
+1.3.6.1.2.1.2.2.1.2.2|4|Ethernet2
+1.3.6.1.2.1.2.2.1.2.3|4|Ethernet3
+1.3.6.1.2.1.2.2.1.2.4|4|Ethernet4
+1.3.6.1.2.1.2.2.1.2.5|4|Ethernet5
+1.3.6.1.2.1.2.2.1.2.6|4|Ethernet6
+1.3.6.1.2.1.2.2.1.2.7|4|Ethernet7
+1.3.6.1.2.1.2.2.1.2.8|4|Ethernet8
+1.3.6.1.2.1.2.2.1.2.9|4|Ethernet9
+1.3.6.1.2.1.2.2.1.2.10|4|Ethernet10
+1.3.6.1.2.1.2.2.1.2.11|4|Ethernet11
+1.3.6.1.2.1.2.2.1.2.12|4|Ethernet12
+1.3.6.1.2.1.2.2.1.2.13|4|Ethernet13
+1.3.6.1.2.1.2.2.1.2.14|4|Ethernet14
+1.3.6.1.2.1.2.2.1.2.15|4|Ethernet15
+1.3.6.1.2.1.2.2.1.2.16|4|Ethernet16
+1.3.6.1.2.1.2.2.1.2.17|4|Ethernet17
+1.3.6.1.2.1.2.2.1.2.18|4|Ethernet18
+1.3.6.1.2.1.2.2.1.2.19|4|Ethernet19
+1.3.6.1.2.1.2.2.1.2.20|4|Ethernet20
+1.3.6.1.2.1.2.2.1.2.21|4|Ethernet21
+1.3.6.1.2.1.2.2.1.2.22|4|Ethernet22
+1.3.6.1.2.1.2.2.1.2.23|4|Ethernet23
+1.3.6.1.2.1.2.2.1.2.24|4|Ethernet24
+1.3.6.1.2.1.2.2.1.2.25|4|Ethernet25
+1.3.6.1.2.1.2.2.1.2.26|4|Ethernet26
+1.3.6.1.2.1.2.2.1.2.27|4|Ethernet27
+1.3.6.1.2.1.2.2.1.2.28|4|Ethernet28
+1.3.6.1.2.1.2.2.1.2.29|4|Ethernet29
+1.3.6.1.2.1.2.2.1.2.30|4|Ethernet30
+1.3.6.1.2.1.2.2.1.2.31|4|Ethernet31
+1.3.6.1.2.1.2.2.1.2.32|4|Ethernet32
+1.3.6.1.2.1.2.2.1.2.33|4|Ethernet33
+1.3.6.1.2.1.2.2.1.2.34|4|Ethernet34
+1.3.6.1.2.1.2.2.1.2.35|4|Ethernet35
+1.3.6.1.2.1.2.2.1.2.36|4|Ethernet36
+1.3.6.1.2.1.2.2.1.2.37|4|Ethernet37
+1.3.6.1.2.1.2.2.1.2.38|4|Ethernet38
+1.3.6.1.2.1.2.2.1.2.39|4|Ethernet39
+1.3.6.1.2.1.2.2.1.2.40|4|Ethernet40
+1.3.6.1.2.1.2.2.1.2.41|4|Ethernet41
+1.3.6.1.2.1.2.2.1.2.42|4|Ethernet42
+1.3.6.1.2.1.2.2.1.2.43|4|Ethernet43
+1.3.6.1.2.1.2.2.1.2.44|4|Ethernet44
+1.3.6.1.2.1.2.2.1.2.45|4|Ethernet45
+1.3.6.1.2.1.2.2.1.2.46|4|Ethernet46
+1.3.6.1.2.1.2.2.1.2.47|4|Ethernet47
+1.3.6.1.2.1.2.2.1.2.48|4|Ethernet48
+1.3.6.1.2.1.2.2.1.2.49001|4|Ethernet49/1
+1.3.6.1.2.1.2.2.1.2.50001|4|Ethernet50/1
+1.3.6.1.2.1.2.2.1.2.51001|4|Ethernet51/1
+1.3.6.1.2.1.2.2.1.2.52001|4|Ethernet52/1
+1.3.6.1.2.1.2.2.1.2.53001|4|Ethernet53/1
+1.3.6.1.2.1.2.2.1.2.54001|4|Ethernet54/1
+1.3.6.1.2.1.2.2.1.2.999001|4|Management1
+1.3.6.1.2.1.2.2.1.2.1000001|4|Port-Channel1
+1.3.6.1.2.1.2.2.1.2.1000002|4|Port-Channel2
+1.3.6.1.2.1.2.2.1.2.1000003|4|Port-Channel3
+1.3.6.1.2.1.2.2.1.2.1000005|4|Port-Channel5
+1.3.6.1.2.1.2.2.1.2.1001000|4|Port-Channel1000
+1.3.6.1.2.1.2.2.1.2.1001100|4|Port-Channel1100
+1.3.6.1.2.1.2.2.1.2.5000000|4|Loopback0
+1.3.6.1.2.1.2.2.1.2.7000000|4|Vxlan1
+1.3.6.1.2.1.2.2.1.3.1|2|6
+1.3.6.1.2.1.2.2.1.3.2|2|6
+1.3.6.1.2.1.2.2.1.3.3|2|6
+1.3.6.1.2.1.2.2.1.3.4|2|6
+1.3.6.1.2.1.2.2.1.3.5|2|6
+1.3.6.1.2.1.2.2.1.3.6|2|6
+1.3.6.1.2.1.2.2.1.3.7|2|6
+1.3.6.1.2.1.2.2.1.3.8|2|6
+1.3.6.1.2.1.2.2.1.3.9|2|6
+1.3.6.1.2.1.2.2.1.3.10|2|6
+1.3.6.1.2.1.2.2.1.3.11|2|6
+1.3.6.1.2.1.2.2.1.3.12|2|6
+1.3.6.1.2.1.2.2.1.3.13|2|6
+1.3.6.1.2.1.2.2.1.3.14|2|6
+1.3.6.1.2.1.2.2.1.3.15|2|6
+1.3.6.1.2.1.2.2.1.3.16|2|6
+1.3.6.1.2.1.2.2.1.3.17|2|6
+1.3.6.1.2.1.2.2.1.3.18|2|6
+1.3.6.1.2.1.2.2.1.3.19|2|6
+1.3.6.1.2.1.2.2.1.3.20|2|6
+1.3.6.1.2.1.2.2.1.3.21|2|6
+1.3.6.1.2.1.2.2.1.3.22|2|6
+1.3.6.1.2.1.2.2.1.3.23|2|6
+1.3.6.1.2.1.2.2.1.3.24|2|6
+1.3.6.1.2.1.2.2.1.3.25|2|6
+1.3.6.1.2.1.2.2.1.3.26|2|6
+1.3.6.1.2.1.2.2.1.3.27|2|6
+1.3.6.1.2.1.2.2.1.3.28|2|6
+1.3.6.1.2.1.2.2.1.3.29|2|6
+1.3.6.1.2.1.2.2.1.3.30|2|6
+1.3.6.1.2.1.2.2.1.3.31|2|6
+1.3.6.1.2.1.2.2.1.3.32|2|6
+1.3.6.1.2.1.2.2.1.3.33|2|6
+1.3.6.1.2.1.2.2.1.3.34|2|6
+1.3.6.1.2.1.2.2.1.3.35|2|6
+1.3.6.1.2.1.2.2.1.3.36|2|6
+1.3.6.1.2.1.2.2.1.3.37|2|6
+1.3.6.1.2.1.2.2.1.3.38|2|6
+1.3.6.1.2.1.2.2.1.3.39|2|6
+1.3.6.1.2.1.2.2.1.3.40|2|6
+1.3.6.1.2.1.2.2.1.3.41|2|6
+1.3.6.1.2.1.2.2.1.3.42|2|6
+1.3.6.1.2.1.2.2.1.3.43|2|6
+1.3.6.1.2.1.2.2.1.3.44|2|6
+1.3.6.1.2.1.2.2.1.3.45|2|6
+1.3.6.1.2.1.2.2.1.3.46|2|6
+1.3.6.1.2.1.2.2.1.3.47|2|6
+1.3.6.1.2.1.2.2.1.3.48|2|6
+1.3.6.1.2.1.2.2.1.3.49001|2|6
+1.3.6.1.2.1.2.2.1.3.50001|2|6
+1.3.6.1.2.1.2.2.1.3.51001|2|6
+1.3.6.1.2.1.2.2.1.3.52001|2|6
+1.3.6.1.2.1.2.2.1.3.53001|2|6
+1.3.6.1.2.1.2.2.1.3.54001|2|6
+1.3.6.1.2.1.2.2.1.3.999001|2|6
+1.3.6.1.2.1.2.2.1.3.1000001|2|161
+1.3.6.1.2.1.2.2.1.3.1000002|2|161
+1.3.6.1.2.1.2.2.1.3.1000003|2|161
+1.3.6.1.2.1.2.2.1.3.1000005|2|161
+1.3.6.1.2.1.2.2.1.3.1001000|2|161
+1.3.6.1.2.1.2.2.1.3.1001100|2|161
+1.3.6.1.2.1.2.2.1.3.5000000|2|24
+1.3.6.1.2.1.2.2.1.3.7000000|2|1
+1.3.6.1.2.1.2.2.1.4.1|2|9214
+1.3.6.1.2.1.2.2.1.4.2|2|9214
+1.3.6.1.2.1.2.2.1.4.3|2|9214
+1.3.6.1.2.1.2.2.1.4.4|2|9214
+1.3.6.1.2.1.2.2.1.4.5|2|9214
+1.3.6.1.2.1.2.2.1.4.6|2|9214
+1.3.6.1.2.1.2.2.1.4.7|2|9214
+1.3.6.1.2.1.2.2.1.4.8|2|9214
+1.3.6.1.2.1.2.2.1.4.9|2|9214
+1.3.6.1.2.1.2.2.1.4.10|2|9214
+1.3.6.1.2.1.2.2.1.4.11|2|9214
+1.3.6.1.2.1.2.2.1.4.12|2|9214
+1.3.6.1.2.1.2.2.1.4.13|2|9214
+1.3.6.1.2.1.2.2.1.4.14|2|9214
+1.3.6.1.2.1.2.2.1.4.15|2|9214
+1.3.6.1.2.1.2.2.1.4.16|2|9214
+1.3.6.1.2.1.2.2.1.4.17|2|9214
+1.3.6.1.2.1.2.2.1.4.18|2|9214
+1.3.6.1.2.1.2.2.1.4.19|2|9214
+1.3.6.1.2.1.2.2.1.4.20|2|9214
+1.3.6.1.2.1.2.2.1.4.21|2|9214
+1.3.6.1.2.1.2.2.1.4.22|2|9214
+1.3.6.1.2.1.2.2.1.4.23|2|9214
+1.3.6.1.2.1.2.2.1.4.24|2|9214
+1.3.6.1.2.1.2.2.1.4.25|2|9214
+1.3.6.1.2.1.2.2.1.4.26|2|9214
+1.3.6.1.2.1.2.2.1.4.27|2|9214
+1.3.6.1.2.1.2.2.1.4.28|2|9214
+1.3.6.1.2.1.2.2.1.4.29|2|9214
+1.3.6.1.2.1.2.2.1.4.30|2|9214
+1.3.6.1.2.1.2.2.1.4.31|2|9214
+1.3.6.1.2.1.2.2.1.4.32|2|9214
+1.3.6.1.2.1.2.2.1.4.33|2|9214
+1.3.6.1.2.1.2.2.1.4.34|2|9214
+1.3.6.1.2.1.2.2.1.4.35|2|9214
+1.3.6.1.2.1.2.2.1.4.36|2|9214
+1.3.6.1.2.1.2.2.1.4.37|2|9214
+1.3.6.1.2.1.2.2.1.4.38|2|9214
+1.3.6.1.2.1.2.2.1.4.39|2|9214
+1.3.6.1.2.1.2.2.1.4.40|2|9214
+1.3.6.1.2.1.2.2.1.4.41|2|9214
+1.3.6.1.2.1.2.2.1.4.42|2|9214
+1.3.6.1.2.1.2.2.1.4.43|2|9214
+1.3.6.1.2.1.2.2.1.4.44|2|9214
+1.3.6.1.2.1.2.2.1.4.45|2|9214
+1.3.6.1.2.1.2.2.1.4.46|2|9214
+1.3.6.1.2.1.2.2.1.4.47|2|9214
+1.3.6.1.2.1.2.2.1.4.48|2|9214
+1.3.6.1.2.1.2.2.1.4.49001|2|9214
+1.3.6.1.2.1.2.2.1.4.50001|2|9214
+1.3.6.1.2.1.2.2.1.4.51001|2|9214
+1.3.6.1.2.1.2.2.1.4.52001|2|9214
+1.3.6.1.2.1.2.2.1.4.53001|2|9214
+1.3.6.1.2.1.2.2.1.4.54001|2|9214
+1.3.6.1.2.1.2.2.1.4.999001|2|1500
+1.3.6.1.2.1.2.2.1.4.1000001|2|9214
+1.3.6.1.2.1.2.2.1.4.1000002|2|9214
+1.3.6.1.2.1.2.2.1.4.1000003|2|9214
+1.3.6.1.2.1.2.2.1.4.1000005|2|9214
+1.3.6.1.2.1.2.2.1.4.1001000|2|9214
+1.3.6.1.2.1.2.2.1.4.1001100|2|9214
+1.3.6.1.2.1.2.2.1.4.5000000|2|65535
+1.3.6.1.2.1.2.2.1.4.7000000|2|0
+1.3.6.1.2.1.2.2.1.5.1|66|4294967295
+1.3.6.1.2.1.2.2.1.5.2|66|4294967295
+1.3.6.1.2.1.2.2.1.5.3|66|4294967295
+1.3.6.1.2.1.2.2.1.5.4|66|4294967295
+1.3.6.1.2.1.2.2.1.5.5|66|4294967295
+1.3.6.1.2.1.2.2.1.5.6|66|4294967295
+1.3.6.1.2.1.2.2.1.5.7|66|4294967295
+1.3.6.1.2.1.2.2.1.5.8|66|4294967295
+1.3.6.1.2.1.2.2.1.5.9|66|4294967295
+1.3.6.1.2.1.2.2.1.5.10|66|4294967295
+1.3.6.1.2.1.2.2.1.5.11|66|4294967295
+1.3.6.1.2.1.2.2.1.5.12|66|4294967295
+1.3.6.1.2.1.2.2.1.5.13|66|1000000000
+1.3.6.1.2.1.2.2.1.5.14|66|1000000000
+1.3.6.1.2.1.2.2.1.5.15|66|0
+1.3.6.1.2.1.2.2.1.5.16|66|0
+1.3.6.1.2.1.2.2.1.5.17|66|1000000000
+1.3.6.1.2.1.2.2.1.5.18|66|1000000000
+1.3.6.1.2.1.2.2.1.5.19|66|1000000000
+1.3.6.1.2.1.2.2.1.5.20|66|1000000000
+1.3.6.1.2.1.2.2.1.5.21|66|1000000000
+1.3.6.1.2.1.2.2.1.5.22|66|1000000000
+1.3.6.1.2.1.2.2.1.5.23|66|0
+1.3.6.1.2.1.2.2.1.5.24|66|0
+1.3.6.1.2.1.2.2.1.5.25|66|4294967295
+1.3.6.1.2.1.2.2.1.5.26|66|4294967295
+1.3.6.1.2.1.2.2.1.5.27|66|4294967295
+1.3.6.1.2.1.2.2.1.5.28|66|4294967295
+1.3.6.1.2.1.2.2.1.5.29|66|4294967295
+1.3.6.1.2.1.2.2.1.5.30|66|4294967295
+1.3.6.1.2.1.2.2.1.5.31|66|4294967295
+1.3.6.1.2.1.2.2.1.5.32|66|1000000000
+1.3.6.1.2.1.2.2.1.5.33|66|4294967295
+1.3.6.1.2.1.2.2.1.5.34|66|4294967295
+1.3.6.1.2.1.2.2.1.5.35|66|4294967295
+1.3.6.1.2.1.2.2.1.5.36|66|4294967295
+1.3.6.1.2.1.2.2.1.5.37|66|4294967295
+1.3.6.1.2.1.2.2.1.5.38|66|4294967295
+1.3.6.1.2.1.2.2.1.5.39|66|4294967295
+1.3.6.1.2.1.2.2.1.5.40|66|4294967295
+1.3.6.1.2.1.2.2.1.5.41|66|0
+1.3.6.1.2.1.2.2.1.5.42|66|0
+1.3.6.1.2.1.2.2.1.5.43|66|0
+1.3.6.1.2.1.2.2.1.5.44|66|0
+1.3.6.1.2.1.2.2.1.5.45|66|1000000000
+1.3.6.1.2.1.2.2.1.5.46|66|1000000000
+1.3.6.1.2.1.2.2.1.5.47|66|4294967295
+1.3.6.1.2.1.2.2.1.5.48|66|4294967295
+1.3.6.1.2.1.2.2.1.5.49001|66|4294967295
+1.3.6.1.2.1.2.2.1.5.50001|66|4294967295
+1.3.6.1.2.1.2.2.1.5.51001|66|4294967295
+1.3.6.1.2.1.2.2.1.5.52001|66|4294967295
+1.3.6.1.2.1.2.2.1.5.53001|66|4294967295
+1.3.6.1.2.1.2.2.1.5.54001|66|4294967295
+1.3.6.1.2.1.2.2.1.5.999001|66|1000000000
+1.3.6.1.2.1.2.2.1.5.1000001|66|4294967295
+1.3.6.1.2.1.2.2.1.5.1000002|66|4294967295
+1.3.6.1.2.1.2.2.1.5.1000003|66|4294967295
+1.3.6.1.2.1.2.2.1.5.1000005|66|2000000000
+1.3.6.1.2.1.2.2.1.5.1001000|66|4294967295
+1.3.6.1.2.1.2.2.1.5.1001100|66|0
+1.3.6.1.2.1.2.2.1.5.5000000|66|0
+1.3.6.1.2.1.2.2.1.5.7000000|66|0
+1.3.6.1.2.1.2.2.1.6.1|4x|444ca8b9427e
+1.3.6.1.2.1.2.2.1.6.2|4x|444ca8b9427f
+1.3.6.1.2.1.2.2.1.6.3|4x|444ca8b94280
+1.3.6.1.2.1.2.2.1.6.4|4x|444ca8b94281
+1.3.6.1.2.1.2.2.1.6.5|4x|444ca8b94282
+1.3.6.1.2.1.2.2.1.6.6|4x|444ca8b94283
+1.3.6.1.2.1.2.2.1.6.7|4x|444ca8b94284
+1.3.6.1.2.1.2.2.1.6.8|4x|444ca8b94285
+1.3.6.1.2.1.2.2.1.6.9|4x|444ca8b94286
+1.3.6.1.2.1.2.2.1.6.10|4x|444ca8b94287
+1.3.6.1.2.1.2.2.1.6.11|4x|444ca8b94288
+1.3.6.1.2.1.2.2.1.6.12|4x|444ca8b94289
+1.3.6.1.2.1.2.2.1.6.13|4x|444ca8b9428a
+1.3.6.1.2.1.2.2.1.6.14|4x|444ca8b9428b
+1.3.6.1.2.1.2.2.1.6.15|4x|444ca8b9428c
+1.3.6.1.2.1.2.2.1.6.16|4x|444ca8b9428d
+1.3.6.1.2.1.2.2.1.6.17|4x|444ca8b9428e
+1.3.6.1.2.1.2.2.1.6.18|4x|444ca8b9428f
+1.3.6.1.2.1.2.2.1.6.19|4x|444ca8b94290
+1.3.6.1.2.1.2.2.1.6.20|4x|444ca8b94291
+1.3.6.1.2.1.2.2.1.6.21|4x|444ca8b94292
+1.3.6.1.2.1.2.2.1.6.22|4x|444ca8b94293
+1.3.6.1.2.1.2.2.1.6.23|4x|444ca8b94294
+1.3.6.1.2.1.2.2.1.6.24|4x|444ca8b94295
+1.3.6.1.2.1.2.2.1.6.25|4x|444ca8b94296
+1.3.6.1.2.1.2.2.1.6.26|4x|444ca8b94297
+1.3.6.1.2.1.2.2.1.6.27|4x|444ca8b94298
+1.3.6.1.2.1.2.2.1.6.28|4x|444ca8b94299
+1.3.6.1.2.1.2.2.1.6.29|4x|444ca8b9429a
+1.3.6.1.2.1.2.2.1.6.30|4x|444ca8b9429b
+1.3.6.1.2.1.2.2.1.6.31|4x|444ca8b9429c
+1.3.6.1.2.1.2.2.1.6.32|4x|444ca8b9429d
+1.3.6.1.2.1.2.2.1.6.33|4x|444ca8b9429e
+1.3.6.1.2.1.2.2.1.6.34|4x|444ca8b9429f
+1.3.6.1.2.1.2.2.1.6.35|4x|444ca8b942a0
+1.3.6.1.2.1.2.2.1.6.36|4x|444ca8b942a1
+1.3.6.1.2.1.2.2.1.6.37|4x|444ca8b942a2
+1.3.6.1.2.1.2.2.1.6.38|4x|444ca8b942a3
+1.3.6.1.2.1.2.2.1.6.39|4x|444ca8b942a4
+1.3.6.1.2.1.2.2.1.6.40|4x|444ca8b942a5
+1.3.6.1.2.1.2.2.1.6.41|4x|444ca8b942a6
+1.3.6.1.2.1.2.2.1.6.42|4x|444ca8b942a7
+1.3.6.1.2.1.2.2.1.6.43|4x|444ca8b942a8
+1.3.6.1.2.1.2.2.1.6.44|4x|444ca8b942a9
+1.3.6.1.2.1.2.2.1.6.45|4x|444ca8b942aa
+1.3.6.1.2.1.2.2.1.6.46|4x|444ca8b942ab
+1.3.6.1.2.1.2.2.1.6.47|4x|444ca8b942ac
+1.3.6.1.2.1.2.2.1.6.48|4x|444ca8b942ad
+1.3.6.1.2.1.2.2.1.6.49001|4x|444ca8b942ae
+1.3.6.1.2.1.2.2.1.6.50001|4x|444ca8b942b2
+1.3.6.1.2.1.2.2.1.6.51001|4x|444ca8b9427d
+1.3.6.1.2.1.2.2.1.6.52001|4x|444ca8b942ba
+1.3.6.1.2.1.2.2.1.6.53001|4x|444ca8b9427d
+1.3.6.1.2.1.2.2.1.6.54001|4x|444ca8b942c2
+1.3.6.1.2.1.2.2.1.6.999001|4x|444ca8b9427c
+1.3.6.1.2.1.2.2.1.6.1000001|4x|444ca8b94283
+1.3.6.1.2.1.2.2.1.6.1000002|4x|444ca8b942b2
+1.3.6.1.2.1.2.2.1.6.1000003|4x|444ca8b942ba
+1.3.6.1.2.1.2.2.1.6.1000005|4x|444ca8b9428f
+1.3.6.1.2.1.2.2.1.6.1001000|4x|444ca8b942ac
+1.3.6.1.2.1.2.2.1.6.1001100|4x|000000000000
+1.3.6.1.2.1.2.2.1.6.5000000|4|
+1.3.6.1.2.1.2.2.1.6.7000000|4|
+1.3.6.1.2.1.2.2.1.7.1|2|1
+1.3.6.1.2.1.2.2.1.7.2|2|1
+1.3.6.1.2.1.2.2.1.7.3|2|1
+1.3.6.1.2.1.2.2.1.7.4|2|1
+1.3.6.1.2.1.2.2.1.7.5|2|1
+1.3.6.1.2.1.2.2.1.7.6|2|1
+1.3.6.1.2.1.2.2.1.7.7|2|1
+1.3.6.1.2.1.2.2.1.7.8|2|1
+1.3.6.1.2.1.2.2.1.7.9|2|1
+1.3.6.1.2.1.2.2.1.7.10|2|1
+1.3.6.1.2.1.2.2.1.7.11|2|1
+1.3.6.1.2.1.2.2.1.7.12|2|1
+1.3.6.1.2.1.2.2.1.7.13|2|1
+1.3.6.1.2.1.2.2.1.7.14|2|1
+1.3.6.1.2.1.2.2.1.7.15|2|1
+1.3.6.1.2.1.2.2.1.7.16|2|1
+1.3.6.1.2.1.2.2.1.7.17|2|1
+1.3.6.1.2.1.2.2.1.7.18|2|1
+1.3.6.1.2.1.2.2.1.7.19|2|1
+1.3.6.1.2.1.2.2.1.7.20|2|1
+1.3.6.1.2.1.2.2.1.7.21|2|1
+1.3.6.1.2.1.2.2.1.7.22|2|1
+1.3.6.1.2.1.2.2.1.7.23|2|1
+1.3.6.1.2.1.2.2.1.7.24|2|1
+1.3.6.1.2.1.2.2.1.7.25|2|1
+1.3.6.1.2.1.2.2.1.7.26|2|1
+1.3.6.1.2.1.2.2.1.7.27|2|1
+1.3.6.1.2.1.2.2.1.7.28|2|1
+1.3.6.1.2.1.2.2.1.7.29|2|1
+1.3.6.1.2.1.2.2.1.7.30|2|1
+1.3.6.1.2.1.2.2.1.7.31|2|1
+1.3.6.1.2.1.2.2.1.7.32|2|1
+1.3.6.1.2.1.2.2.1.7.33|2|1
+1.3.6.1.2.1.2.2.1.7.34|2|1
+1.3.6.1.2.1.2.2.1.7.35|2|1
+1.3.6.1.2.1.2.2.1.7.36|2|1
+1.3.6.1.2.1.2.2.1.7.37|2|1
+1.3.6.1.2.1.2.2.1.7.38|2|1
+1.3.6.1.2.1.2.2.1.7.39|2|1
+1.3.6.1.2.1.2.2.1.7.40|2|1
+1.3.6.1.2.1.2.2.1.7.41|2|2
+1.3.6.1.2.1.2.2.1.7.42|2|2
+1.3.6.1.2.1.2.2.1.7.43|2|2
+1.3.6.1.2.1.2.2.1.7.44|2|2
+1.3.6.1.2.1.2.2.1.7.45|2|1
+1.3.6.1.2.1.2.2.1.7.46|2|1
+1.3.6.1.2.1.2.2.1.7.47|2|1
+1.3.6.1.2.1.2.2.1.7.48|2|1
+1.3.6.1.2.1.2.2.1.7.49001|2|1
+1.3.6.1.2.1.2.2.1.7.50001|2|1
+1.3.6.1.2.1.2.2.1.7.51001|2|1
+1.3.6.1.2.1.2.2.1.7.52001|2|1
+1.3.6.1.2.1.2.2.1.7.53001|2|1
+1.3.6.1.2.1.2.2.1.7.54001|2|1
+1.3.6.1.2.1.2.2.1.7.999001|2|1
+1.3.6.1.2.1.2.2.1.7.1000001|2|1
+1.3.6.1.2.1.2.2.1.7.1000002|2|1
+1.3.6.1.2.1.2.2.1.7.1000003|2|1
+1.3.6.1.2.1.2.2.1.7.1000005|2|1
+1.3.6.1.2.1.2.2.1.7.1001000|2|1
+1.3.6.1.2.1.2.2.1.7.1001100|2|1
+1.3.6.1.2.1.2.2.1.7.5000000|2|1
+1.3.6.1.2.1.2.2.1.7.7000000|2|1
+1.3.6.1.2.1.2.2.1.8.1|2|6
+1.3.6.1.2.1.2.2.1.8.2|2|1
+1.3.6.1.2.1.2.2.1.8.3|2|6
+1.3.6.1.2.1.2.2.1.8.4|2|6
+1.3.6.1.2.1.2.2.1.8.5|2|6
+1.3.6.1.2.1.2.2.1.8.6|2|1
+1.3.6.1.2.1.2.2.1.8.7|2|1
+1.3.6.1.2.1.2.2.1.8.8|2|1
+1.3.6.1.2.1.2.2.1.8.9|2|6
+1.3.6.1.2.1.2.2.1.8.10|2|6
+1.3.6.1.2.1.2.2.1.8.11|2|6
+1.3.6.1.2.1.2.2.1.8.12|2|6
+1.3.6.1.2.1.2.2.1.8.13|2|1
+1.3.6.1.2.1.2.2.1.8.14|2|1
+1.3.6.1.2.1.2.2.1.8.15|2|2
+1.3.6.1.2.1.2.2.1.8.16|2|2
+1.3.6.1.2.1.2.2.1.8.17|2|1
+1.3.6.1.2.1.2.2.1.8.18|2|1
+1.3.6.1.2.1.2.2.1.8.19|2|1
+1.3.6.1.2.1.2.2.1.8.20|2|1
+1.3.6.1.2.1.2.2.1.8.21|2|1
+1.3.6.1.2.1.2.2.1.8.22|2|1
+1.3.6.1.2.1.2.2.1.8.23|2|2
+1.3.6.1.2.1.2.2.1.8.24|2|2
+1.3.6.1.2.1.2.2.1.8.25|2|1
+1.3.6.1.2.1.2.2.1.8.26|2|2
+1.3.6.1.2.1.2.2.1.8.27|2|2
+1.3.6.1.2.1.2.2.1.8.28|2|2
+1.3.6.1.2.1.2.2.1.8.29|2|2
+1.3.6.1.2.1.2.2.1.8.30|2|2
+1.3.6.1.2.1.2.2.1.8.31|2|2
+1.3.6.1.2.1.2.2.1.8.32|2|1
+1.3.6.1.2.1.2.2.1.8.33|2|6
+1.3.6.1.2.1.2.2.1.8.34|2|6
+1.3.6.1.2.1.2.2.1.8.35|2|6
+1.3.6.1.2.1.2.2.1.8.36|2|6
+1.3.6.1.2.1.2.2.1.8.37|2|6
+1.3.6.1.2.1.2.2.1.8.38|2|6
+1.3.6.1.2.1.2.2.1.8.39|2|6
+1.3.6.1.2.1.2.2.1.8.40|2|6
+1.3.6.1.2.1.2.2.1.8.41|2|2
+1.3.6.1.2.1.2.2.1.8.42|2|2
+1.3.6.1.2.1.2.2.1.8.43|2|2
+1.3.6.1.2.1.2.2.1.8.44|2|2
+1.3.6.1.2.1.2.2.1.8.45|2|1
+1.3.6.1.2.1.2.2.1.8.46|2|1
+1.3.6.1.2.1.2.2.1.8.47|2|1
+1.3.6.1.2.1.2.2.1.8.48|2|1
+1.3.6.1.2.1.2.2.1.8.49001|2|1
+1.3.6.1.2.1.2.2.1.8.50001|2|1
+1.3.6.1.2.1.2.2.1.8.51001|2|1
+1.3.6.1.2.1.2.2.1.8.52001|2|1
+1.3.6.1.2.1.2.2.1.8.53001|2|1
+1.3.6.1.2.1.2.2.1.8.54001|2|1
+1.3.6.1.2.1.2.2.1.8.999001|2|1
+1.3.6.1.2.1.2.2.1.8.1000001|2|1
+1.3.6.1.2.1.2.2.1.8.1000002|2|1
+1.3.6.1.2.1.2.2.1.8.1000003|2|1
+1.3.6.1.2.1.2.2.1.8.1000005|2|1
+1.3.6.1.2.1.2.2.1.8.1001000|2|1
+1.3.6.1.2.1.2.2.1.8.1001100|2|7
+1.3.6.1.2.1.2.2.1.8.5000000|2|1
+1.3.6.1.2.1.2.2.1.8.7000000|2|1
+1.3.6.1.2.1.2.2.1.9.1|67|15654
+1.3.6.1.2.1.2.2.1.9.2|67|35049776
+1.3.6.1.2.1.2.2.1.9.3|67|15654
+1.3.6.1.2.1.2.2.1.9.4|67|15654
+1.3.6.1.2.1.2.2.1.9.5|67|15654
+1.3.6.1.2.1.2.2.1.9.6|67|1438820171
+1.3.6.1.2.1.2.2.1.9.7|67|35115692
+1.3.6.1.2.1.2.2.1.9.8|67|1123333516
+1.3.6.1.2.1.2.2.1.9.9|67|15653
+1.3.6.1.2.1.2.2.1.9.10|67|15654
+1.3.6.1.2.1.2.2.1.9.11|67|15654
+1.3.6.1.2.1.2.2.1.9.12|67|15653
+1.3.6.1.2.1.2.2.1.9.13|67|2332925064
+1.3.6.1.2.1.2.2.1.9.14|67|34874402
+1.3.6.1.2.1.2.2.1.9.15|67|985166231
+1.3.6.1.2.1.2.2.1.9.16|67|34801364
+1.3.6.1.2.1.2.2.1.9.17|67|34893319
+1.3.6.1.2.1.2.2.1.9.18|67|2519299725
+1.3.6.1.2.1.2.2.1.9.19|67|34934262
+1.3.6.1.2.1.2.2.1.9.20|67|2518046803
+1.3.6.1.2.1.2.2.1.9.21|67|460387419
+1.3.6.1.2.1.2.2.1.9.22|67|34962888
+1.3.6.1.2.1.2.2.1.9.23|67|34800863
+1.3.6.1.2.1.2.2.1.9.24|67|34805569
+1.3.6.1.2.1.2.2.1.9.25|67|2398999018
+1.3.6.1.2.1.2.2.1.9.26|67|1724986916
+1.3.6.1.2.1.2.2.1.9.27|67|1724984414
+1.3.6.1.2.1.2.2.1.9.28|67|1724986116
+1.3.6.1.2.1.2.2.1.9.29|67|1724984719
+1.3.6.1.2.1.2.2.1.9.30|67|1724986516
+1.3.6.1.2.1.2.2.1.9.31|67|2829477789
+1.3.6.1.2.1.2.2.1.9.32|67|2028627560
+1.3.6.1.2.1.2.2.1.9.33|67|2527071598
+1.3.6.1.2.1.2.2.1.9.34|67|2527072197
+1.3.6.1.2.1.2.2.1.9.35|67|2527071598
+1.3.6.1.2.1.2.2.1.9.36|67|15653
+1.3.6.1.2.1.2.2.1.9.37|67|15654
+1.3.6.1.2.1.2.2.1.9.38|67|15654
+1.3.6.1.2.1.2.2.1.9.39|67|15654
+1.3.6.1.2.1.2.2.1.9.40|67|15654
+1.3.6.1.2.1.2.2.1.9.41|67|2527150761
+1.3.6.1.2.1.2.2.1.9.42|67|2527151459
+1.3.6.1.2.1.2.2.1.9.43|67|2527152060
+1.3.6.1.2.1.2.2.1.9.44|67|2527153767
+1.3.6.1.2.1.2.2.1.9.45|67|2527256727
+1.3.6.1.2.1.2.2.1.9.46|67|2527256828
+1.3.6.1.2.1.2.2.1.9.47|67|35177746
+1.3.6.1.2.1.2.2.1.9.48|67|35183262
+1.3.6.1.2.1.2.2.1.9.49001|67|2399067139
+1.3.6.1.2.1.2.2.1.9.50001|67|2626238563
+1.3.6.1.2.1.2.2.1.9.51001|67|1969940256
+1.3.6.1.2.1.2.2.1.9.52001|67|2391665958
+1.3.6.1.2.1.2.2.1.9.53001|67|1969835371
+1.3.6.1.2.1.2.2.1.9.54001|67|815353472
+1.3.6.1.2.1.2.2.1.9.999001|67|5475
+1.3.6.1.2.1.2.2.1.9.1000001|67|35095120
+1.3.6.1.2.1.2.2.1.9.1000002|67|2626247754
+1.3.6.1.2.1.2.2.1.9.1000003|67|2502415649
+1.3.6.1.2.1.2.2.1.9.1000005|67|2519285886
+1.3.6.1.2.1.2.2.1.9.1001000|67|35177947
+1.3.6.1.2.1.2.2.1.9.1001100|67|2511342733
+1.3.6.1.2.1.2.2.1.9.5000000|67|3847
+1.3.6.1.2.1.2.2.1.9.7000000|67|1969535435
+1.3.6.1.2.1.2.2.1.10.1|65|0
+1.3.6.1.2.1.2.2.1.10.2|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=10000000
+1.3.6.1.2.1.2.2.1.10.3|65|0
+1.3.6.1.2.1.2.2.1.10.4|65|0
+1.3.6.1.2.1.2.2.1.10.5|65|0
+1.3.6.1.2.1.2.2.1.10.6|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=40000000,offset=100000000
+1.3.6.1.2.1.2.2.1.10.7|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=40000000,offset=100000000
+1.3.6.1.2.1.2.2.1.10.8|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=20000000,offset=500
+1.3.6.1.2.1.2.2.1.10.9|65|0
+1.3.6.1.2.1.2.2.1.10.10|65|0
+1.3.6.1.2.1.2.2.1.10.11|65|0
+1.3.6.1.2.1.2.2.1.10.12|65|0
+1.3.6.1.2.1.2.2.1.10.13|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=5000000,offset=0
+1.3.6.1.2.1.2.2.1.10.14|65|8145792
+1.3.6.1.2.1.2.2.1.10.15|65|0
+1.3.6.1.2.1.2.2.1.10.16|65|0
+1.3.6.1.2.1.2.2.1.10.17|65|3788288426
+1.3.6.1.2.1.2.2.1.10.18|65|3912696474
+1.3.6.1.2.1.2.2.1.10.19|65|3262887638
+1.3.6.1.2.1.2.2.1.10.20|65|2541232049
+1.3.6.1.2.1.2.2.1.10.21|65|3026114862
+1.3.6.1.2.1.2.2.1.10.22|65|73765220
+1.3.6.1.2.1.2.2.1.10.23|65|0
+1.3.6.1.2.1.2.2.1.10.24|65|0
+1.3.6.1.2.1.2.2.1.10.25|65|712370352
+1.3.6.1.2.1.2.2.1.10.26|65|0
+1.3.6.1.2.1.2.2.1.10.27|65|943950
+1.3.6.1.2.1.2.2.1.10.28|65|0
+1.3.6.1.2.1.2.2.1.10.29|65|946120
+1.3.6.1.2.1.2.2.1.10.30|65|0
+1.3.6.1.2.1.2.2.1.10.31|65|0
+1.3.6.1.2.1.2.2.1.10.32|65|0
+1.3.6.1.2.1.2.2.1.10.33|65|3991930200
+1.3.6.1.2.1.2.2.1.10.34|65|2225709651
+1.3.6.1.2.1.2.2.1.10.35|65|2056002825
+1.3.6.1.2.1.2.2.1.10.36|65|0
+1.3.6.1.2.1.2.2.1.10.37|65|0
+1.3.6.1.2.1.2.2.1.10.38|65|0
+1.3.6.1.2.1.2.2.1.10.39|65|0
+1.3.6.1.2.1.2.2.1.10.40|65|0
+1.3.6.1.2.1.2.2.1.10.41|65|3030158630
+1.3.6.1.2.1.2.2.1.10.42|65|3976711153
+1.3.6.1.2.1.2.2.1.10.43|65|2034638711
+1.3.6.1.2.1.2.2.1.10.44|65|0
+1.3.6.1.2.1.2.2.1.10.45|65|685618887
+1.3.6.1.2.1.2.2.1.10.46|65|2382954673
+1.3.6.1.2.1.2.2.1.10.47|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=60000000,offset=100000000
+1.3.6.1.2.1.2.2.1.10.48|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=60000000,offset=100000000
+1.3.6.1.2.1.2.2.1.10.49001|65|334810971
+1.3.6.1.2.1.2.2.1.10.50001|65|593297286
+1.3.6.1.2.1.2.2.1.10.51001|65|4282316209
+1.3.6.1.2.1.2.2.1.10.52001|65|556168494
+1.3.6.1.2.1.2.2.1.10.53001|65|822998014
+1.3.6.1.2.1.2.2.1.10.54001|65|0
+1.3.6.1.2.1.2.2.1.10.999001|65|364985364
+1.3.6.1.2.1.2.2.1.10.1000001|65|2979364326
+1.3.6.1.2.1.2.2.1.10.1000002|65|593296262
+1.3.6.1.2.1.2.2.1.10.1000003|65|556168366
+1.3.6.1.2.1.2.2.1.10.1000005|65|880332585
+1.3.6.1.2.1.2.2.1.10.1001000|65|1440557691
+1.3.6.1.2.1.2.2.1.10.1001100|65|0
+1.3.6.1.2.1.2.2.1.10.5000000|65|0
+1.3.6.1.2.1.2.2.1.10.7000000|65|0
+1.3.6.1.2.1.2.2.1.11.1|65|0
+1.3.6.1.2.1.2.2.1.11.2|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=80000000
+1.3.6.1.2.1.2.2.1.11.3|65|0
+1.3.6.1.2.1.2.2.1.11.4|65|0
+1.3.6.1.2.1.2.2.1.11.5|65|0
+1.3.6.1.2.1.2.2.1.11.6|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=320000000,offset=10000000
+1.3.6.1.2.1.2.2.1.11.7|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=320000000,offset=10000000
+1.3.6.1.2.1.2.2.1.11.8|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=160000000,offset=500
+1.3.6.1.2.1.2.2.1.11.9|65|0
+1.3.6.1.2.1.2.2.1.11.10|65|0
+1.3.6.1.2.1.2.2.1.11.11|65|0
+1.3.6.1.2.1.2.2.1.11.12|65|0
+1.3.6.1.2.1.2.2.1.11.13|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=40000000,offset=0
+1.3.6.1.2.1.2.2.1.11.14|65|8145792
+1.3.6.1.2.1.2.2.1.11.15|65|0
+1.3.6.1.2.1.2.2.1.11.16|65|0
+1.3.6.1.2.1.2.2.1.11.17|65|3788288426
+1.3.6.1.2.1.2.2.1.11.18|65|3912696474
+1.3.6.1.2.1.2.2.1.11.19|65|3262887638
+1.3.6.1.2.1.2.2.1.11.20|65|2541232049
+1.3.6.1.2.1.2.2.1.11.21|65|3026114862
+1.3.6.1.2.1.2.2.1.11.22|65|73765220
+1.3.6.1.2.1.2.2.1.11.23|65|0
+1.3.6.1.2.1.2.2.1.11.24|65|0
+1.3.6.1.2.1.2.2.1.11.25|65|712370352
+1.3.6.1.2.1.2.2.1.11.26|65|0
+1.3.6.1.2.1.2.2.1.11.27|65|943950
+1.3.6.1.2.1.2.2.1.11.28|65|0
+1.3.6.1.2.1.2.2.1.11.29|65|946120
+1.3.6.1.2.1.2.2.1.11.30|65|0
+1.3.6.1.2.1.2.2.1.11.31|65|0
+1.3.6.1.2.1.2.2.1.11.32|65|0
+1.3.6.1.2.1.2.2.1.11.33|65|3991930200
+1.3.6.1.2.1.2.2.1.11.34|65|2225709651
+1.3.6.1.2.1.2.2.1.11.35|65|2056002825
+1.3.6.1.2.1.2.2.1.11.36|65|0
+1.3.6.1.2.1.2.2.1.11.37|65|0
+1.3.6.1.2.1.2.2.1.11.38|65|0
+1.3.6.1.2.1.2.2.1.11.39|65|0
+1.3.6.1.2.1.2.2.1.11.40|65|0
+1.3.6.1.2.1.2.2.1.11.41|65|3030158630
+1.3.6.1.2.1.2.2.1.11.42|65|3976711153
+1.3.6.1.2.1.2.2.1.11.43|65|2034638711
+1.3.6.1.2.1.2.2.1.11.44|65|0
+1.3.6.1.2.1.2.2.1.11.45|65|685618887
+1.3.6.1.2.1.2.2.1.11.46|65|2382954673
+1.3.6.1.2.1.2.2.1.11.47|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=480000000,offset=10000000
+1.3.6.1.2.1.2.2.1.11.48|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=480000000,offset=10000000
+1.3.6.1.2.1.2.2.1.11.49001|65|2123075348
+1.3.6.1.2.1.2.2.1.11.50001|65|1401992
+1.3.6.1.2.1.2.2.1.11.51001|65|1205093356
+1.3.6.1.2.1.2.2.1.11.52001|65|1050193
+1.3.6.1.2.1.2.2.1.11.53001|65|1710217264
+1.3.6.1.2.1.2.2.1.11.54001|65|0
+1.3.6.1.2.1.2.2.1.11.999001|65|69064455
+1.3.6.1.2.1.2.2.1.11.1000001|65|1302298517
+1.3.6.1.2.1.2.2.1.11.1000002|65|1401992
+1.3.6.1.2.1.2.2.1.11.1000003|65|1050193
+1.3.6.1.2.1.2.2.1.11.1000005|65|3378235503
+1.3.6.1.2.1.2.2.1.11.1001000|65|3112011799
+1.3.6.1.2.1.2.2.1.11.1001100|65|0
+1.3.6.1.2.1.2.2.1.11.5000000|65|0
+1.3.6.1.2.1.2.2.1.11.7000000|65|0
+1.3.6.1.2.1.2.2.1.12.1|65|0
+1.3.6.1.2.1.2.2.1.12.2|65|190709
+1.3.6.1.2.1.2.2.1.12.3|65|0
+1.3.6.1.2.1.2.2.1.12.4|65|0
+1.3.6.1.2.1.2.2.1.12.5|65|0
+1.3.6.1.2.1.2.2.1.12.6|65|4280520
+1.3.6.1.2.1.2.2.1.12.7|65|2677395
+1.3.6.1.2.1.2.2.1.12.8|65|3396309
+1.3.6.1.2.1.2.2.1.12.9|65|0
+1.3.6.1.2.1.2.2.1.12.10|65|0
+1.3.6.1.2.1.2.2.1.12.11|65|0
+1.3.6.1.2.1.2.2.1.12.12|65|0
+1.3.6.1.2.1.2.2.1.12.13|65|191
+1.3.6.1.2.1.2.2.1.12.14|65|125421
+1.3.6.1.2.1.2.2.1.12.15|65|0
+1.3.6.1.2.1.2.2.1.12.16|65|0
+1.3.6.1.2.1.2.2.1.12.17|65|23
+1.3.6.1.2.1.2.2.1.12.18|65|4913341
+1.3.6.1.2.1.2.2.1.12.19|65|1872043
+1.3.6.1.2.1.2.2.1.12.20|65|4775996
+1.3.6.1.2.1.2.2.1.12.21|65|196
+1.3.6.1.2.1.2.2.1.12.22|65|13925855
+1.3.6.1.2.1.2.2.1.12.23|65|0
+1.3.6.1.2.1.2.2.1.12.24|65|0
+1.3.6.1.2.1.2.2.1.12.25|65|649731
+1.3.6.1.2.1.2.2.1.12.26|65|0
+1.3.6.1.2.1.2.2.1.12.27|65|4350
+1.3.6.1.2.1.2.2.1.12.28|65|0
+1.3.6.1.2.1.2.2.1.12.29|65|4360
+1.3.6.1.2.1.2.2.1.12.30|65|0
+1.3.6.1.2.1.2.2.1.12.31|65|0
+1.3.6.1.2.1.2.2.1.12.32|65|0
+1.3.6.1.2.1.2.2.1.12.33|65|656637
+1.3.6.1.2.1.2.2.1.12.34|65|656639
+1.3.6.1.2.1.2.2.1.12.35|65|656641
+1.3.6.1.2.1.2.2.1.12.36|65|0
+1.3.6.1.2.1.2.2.1.12.37|65|0
+1.3.6.1.2.1.2.2.1.12.38|65|0
+1.3.6.1.2.1.2.2.1.12.39|65|0
+1.3.6.1.2.1.2.2.1.12.40|65|0
+1.3.6.1.2.1.2.2.1.12.41|65|639127
+1.3.6.1.2.1.2.2.1.12.42|65|639024
+1.3.6.1.2.1.2.2.1.12.43|65|639006
+1.3.6.1.2.1.2.2.1.12.44|65|0
+1.3.6.1.2.1.2.2.1.12.45|65|619470
+1.3.6.1.2.1.2.2.1.12.46|65|282858714
+1.3.6.1.2.1.2.2.1.12.47|65|31528238
+1.3.6.1.2.1.2.2.1.12.48|65|40507963
+1.3.6.1.2.1.2.2.1.12.49001|65|39077323
+1.3.6.1.2.1.2.2.1.12.50001|65|3547774
+1.3.6.1.2.1.2.2.1.12.51001|65|488382
+1.3.6.1.2.1.2.2.1.12.52001|65|3544410
+1.3.6.1.2.1.2.2.1.12.53001|65|421126
+1.3.6.1.2.1.2.2.1.12.54001|65|0
+1.3.6.1.2.1.2.2.1.12.999001|65|12846713
+1.3.6.1.2.1.2.2.1.12.1000001|65|6957898
+1.3.6.1.2.1.2.2.1.12.1000002|65|3547766
+1.3.6.1.2.1.2.2.1.12.1000003|65|3544409
+1.3.6.1.2.1.2.2.1.12.1000005|65|8161170
+1.3.6.1.2.1.2.2.1.12.1001000|65|72036196
+1.3.6.1.2.1.2.2.1.12.1001100|65|0
+1.3.6.1.2.1.2.2.1.12.5000000|65|0
+1.3.6.1.2.1.2.2.1.12.7000000|65|0
+1.3.6.1.2.1.2.2.1.13.1|65|0
+1.3.6.1.2.1.2.2.1.13.2|65|0
+1.3.6.1.2.1.2.2.1.13.3|65|0
+1.3.6.1.2.1.2.2.1.13.4|65|0
+1.3.6.1.2.1.2.2.1.13.5|65|0
+1.3.6.1.2.1.2.2.1.13.6|65|0
+1.3.6.1.2.1.2.2.1.13.7|65|0
+1.3.6.1.2.1.2.2.1.13.8|65|0
+1.3.6.1.2.1.2.2.1.13.9|65|0
+1.3.6.1.2.1.2.2.1.13.10|65|0
+1.3.6.1.2.1.2.2.1.13.11|65|0
+1.3.6.1.2.1.2.2.1.13.12|65|0
+1.3.6.1.2.1.2.2.1.13.13|65|0
+1.3.6.1.2.1.2.2.1.13.14|65|0
+1.3.6.1.2.1.2.2.1.13.15|65|0
+1.3.6.1.2.1.2.2.1.13.16|65|0
+1.3.6.1.2.1.2.2.1.13.17|65|0
+1.3.6.1.2.1.2.2.1.13.18|65|0
+1.3.6.1.2.1.2.2.1.13.19|65|0
+1.3.6.1.2.1.2.2.1.13.20|65|0
+1.3.6.1.2.1.2.2.1.13.21|65|0
+1.3.6.1.2.1.2.2.1.13.22|65|0
+1.3.6.1.2.1.2.2.1.13.23|65|0
+1.3.6.1.2.1.2.2.1.13.24|65|0
+1.3.6.1.2.1.2.2.1.13.25|65|0
+1.3.6.1.2.1.2.2.1.13.26|65|0
+1.3.6.1.2.1.2.2.1.13.27|65|0
+1.3.6.1.2.1.2.2.1.13.28|65|0
+1.3.6.1.2.1.2.2.1.13.29|65|0
+1.3.6.1.2.1.2.2.1.13.30|65|0
+1.3.6.1.2.1.2.2.1.13.31|65|0
+1.3.6.1.2.1.2.2.1.13.32|65|0
+1.3.6.1.2.1.2.2.1.13.33|65|0
+1.3.6.1.2.1.2.2.1.13.34|65|0
+1.3.6.1.2.1.2.2.1.13.35|65|0
+1.3.6.1.2.1.2.2.1.13.36|65|0
+1.3.6.1.2.1.2.2.1.13.37|65|0
+1.3.6.1.2.1.2.2.1.13.38|65|0
+1.3.6.1.2.1.2.2.1.13.39|65|0
+1.3.6.1.2.1.2.2.1.13.40|65|0
+1.3.6.1.2.1.2.2.1.13.41|65|0
+1.3.6.1.2.1.2.2.1.13.42|65|0
+1.3.6.1.2.1.2.2.1.13.43|65|0
+1.3.6.1.2.1.2.2.1.13.44|65|0
+1.3.6.1.2.1.2.2.1.13.45|65|0
+1.3.6.1.2.1.2.2.1.13.46|65|0
+1.3.6.1.2.1.2.2.1.13.47|65|0
+1.3.6.1.2.1.2.2.1.13.48|65|0
+1.3.6.1.2.1.2.2.1.13.49001|65|0
+1.3.6.1.2.1.2.2.1.13.50001|65|0
+1.3.6.1.2.1.2.2.1.13.51001|65|0
+1.3.6.1.2.1.2.2.1.13.52001|65|0
+1.3.6.1.2.1.2.2.1.13.53001|65|0
+1.3.6.1.2.1.2.2.1.13.54001|65|0
+1.3.6.1.2.1.2.2.1.13.999001|65|0
+1.3.6.1.2.1.2.2.1.13.1000001|65|0
+1.3.6.1.2.1.2.2.1.13.1000002|65|0
+1.3.6.1.2.1.2.2.1.13.1000003|65|0
+1.3.6.1.2.1.2.2.1.13.1000005|65|0
+1.3.6.1.2.1.2.2.1.13.1001000|65|0
+1.3.6.1.2.1.2.2.1.13.1001100|65|0
+1.3.6.1.2.1.2.2.1.13.5000000|65|0
+1.3.6.1.2.1.2.2.1.13.7000000|65|0
+1.3.6.1.2.1.2.2.1.14.1|65|0
+1.3.6.1.2.1.2.2.1.14.2|65|0
+1.3.6.1.2.1.2.2.1.14.3|65|0
+1.3.6.1.2.1.2.2.1.14.4|65|0
+1.3.6.1.2.1.2.2.1.14.5|65|0
+1.3.6.1.2.1.2.2.1.14.6|65|0
+1.3.6.1.2.1.2.2.1.14.7|65|0
+1.3.6.1.2.1.2.2.1.14.8|65|253
+1.3.6.1.2.1.2.2.1.14.9|65|0
+1.3.6.1.2.1.2.2.1.14.10|65|0
+1.3.6.1.2.1.2.2.1.14.11|65|0
+1.3.6.1.2.1.2.2.1.14.12|65|0
+1.3.6.1.2.1.2.2.1.14.13|65|0
+1.3.6.1.2.1.2.2.1.14.14|65|0
+1.3.6.1.2.1.2.2.1.14.15|65|0
+1.3.6.1.2.1.2.2.1.14.16|65|0
+1.3.6.1.2.1.2.2.1.14.17|65|0
+1.3.6.1.2.1.2.2.1.14.18|65|0
+1.3.6.1.2.1.2.2.1.14.19|65|20
+1.3.6.1.2.1.2.2.1.14.20|65|0
+1.3.6.1.2.1.2.2.1.14.21|65|0
+1.3.6.1.2.1.2.2.1.14.22|65|0
+1.3.6.1.2.1.2.2.1.14.23|65|0
+1.3.6.1.2.1.2.2.1.14.24|65|0
+1.3.6.1.2.1.2.2.1.14.25|65|0
+1.3.6.1.2.1.2.2.1.14.26|65|0
+1.3.6.1.2.1.2.2.1.14.27|65|0
+1.3.6.1.2.1.2.2.1.14.28|65|0
+1.3.6.1.2.1.2.2.1.14.29|65|0
+1.3.6.1.2.1.2.2.1.14.30|65|0
+1.3.6.1.2.1.2.2.1.14.31|65|0
+1.3.6.1.2.1.2.2.1.14.32|65|0
+1.3.6.1.2.1.2.2.1.14.33|65|0
+1.3.6.1.2.1.2.2.1.14.34|65|0
+1.3.6.1.2.1.2.2.1.14.35|65|0
+1.3.6.1.2.1.2.2.1.14.36|65|0
+1.3.6.1.2.1.2.2.1.14.37|65|0
+1.3.6.1.2.1.2.2.1.14.38|65|0
+1.3.6.1.2.1.2.2.1.14.39|65|0
+1.3.6.1.2.1.2.2.1.14.40|65|0
+1.3.6.1.2.1.2.2.1.14.41|65|0
+1.3.6.1.2.1.2.2.1.14.42|65|0
+1.3.6.1.2.1.2.2.1.14.43|65|0
+1.3.6.1.2.1.2.2.1.14.44|65|0
+1.3.6.1.2.1.2.2.1.14.45|65|0
+1.3.6.1.2.1.2.2.1.14.46|65|2
+1.3.6.1.2.1.2.2.1.14.47|65|0
+1.3.6.1.2.1.2.2.1.14.48|65|0
+1.3.6.1.2.1.2.2.1.14.49001|65|0
+1.3.6.1.2.1.2.2.1.14.50001|65|0
+1.3.6.1.2.1.2.2.1.14.51001|65|0
+1.3.6.1.2.1.2.2.1.14.52001|65|0
+1.3.6.1.2.1.2.2.1.14.53001|65|0
+1.3.6.1.2.1.2.2.1.14.54001|65|0
+1.3.6.1.2.1.2.2.1.14.999001|65|0
+1.3.6.1.2.1.2.2.1.14.1000001|65|0
+1.3.6.1.2.1.2.2.1.14.1000002|65|0
+1.3.6.1.2.1.2.2.1.14.1000003|65|0
+1.3.6.1.2.1.2.2.1.14.1000005|65|0
+1.3.6.1.2.1.2.2.1.14.1001000|65|0
+1.3.6.1.2.1.2.2.1.14.1001100|65|0
+1.3.6.1.2.1.2.2.1.14.5000000|65|0
+1.3.6.1.2.1.2.2.1.14.7000000|65|0
+1.3.6.1.2.1.2.2.1.15.1|65|0
+1.3.6.1.2.1.2.2.1.15.2|65|0
+1.3.6.1.2.1.2.2.1.15.3|65|0
+1.3.6.1.2.1.2.2.1.15.4|65|0
+1.3.6.1.2.1.2.2.1.15.5|65|0
+1.3.6.1.2.1.2.2.1.15.6|65|0
+1.3.6.1.2.1.2.2.1.15.7|65|0
+1.3.6.1.2.1.2.2.1.15.8|65|0
+1.3.6.1.2.1.2.2.1.15.9|65|0
+1.3.6.1.2.1.2.2.1.15.10|65|0
+1.3.6.1.2.1.2.2.1.15.11|65|0
+1.3.6.1.2.1.2.2.1.15.12|65|0
+1.3.6.1.2.1.2.2.1.15.13|65|0
+1.3.6.1.2.1.2.2.1.15.14|65|0
+1.3.6.1.2.1.2.2.1.15.15|65|0
+1.3.6.1.2.1.2.2.1.15.16|65|0
+1.3.6.1.2.1.2.2.1.15.17|65|0
+1.3.6.1.2.1.2.2.1.15.18|65|0
+1.3.6.1.2.1.2.2.1.15.19|65|0
+1.3.6.1.2.1.2.2.1.15.20|65|0
+1.3.6.1.2.1.2.2.1.15.21|65|0
+1.3.6.1.2.1.2.2.1.15.22|65|0
+1.3.6.1.2.1.2.2.1.15.23|65|0
+1.3.6.1.2.1.2.2.1.15.24|65|0
+1.3.6.1.2.1.2.2.1.15.25|65|0
+1.3.6.1.2.1.2.2.1.15.26|65|0
+1.3.6.1.2.1.2.2.1.15.27|65|0
+1.3.6.1.2.1.2.2.1.15.28|65|0
+1.3.6.1.2.1.2.2.1.15.29|65|0
+1.3.6.1.2.1.2.2.1.15.30|65|0
+1.3.6.1.2.1.2.2.1.15.31|65|0
+1.3.6.1.2.1.2.2.1.15.32|65|0
+1.3.6.1.2.1.2.2.1.15.33|65|0
+1.3.6.1.2.1.2.2.1.15.34|65|0
+1.3.6.1.2.1.2.2.1.15.35|65|0
+1.3.6.1.2.1.2.2.1.15.36|65|0
+1.3.6.1.2.1.2.2.1.15.37|65|0
+1.3.6.1.2.1.2.2.1.15.38|65|0
+1.3.6.1.2.1.2.2.1.15.39|65|0
+1.3.6.1.2.1.2.2.1.15.40|65|0
+1.3.6.1.2.1.2.2.1.15.41|65|0
+1.3.6.1.2.1.2.2.1.15.42|65|0
+1.3.6.1.2.1.2.2.1.15.43|65|0
+1.3.6.1.2.1.2.2.1.15.44|65|0
+1.3.6.1.2.1.2.2.1.15.45|65|0
+1.3.6.1.2.1.2.2.1.15.46|65|0
+1.3.6.1.2.1.2.2.1.15.47|65|0
+1.3.6.1.2.1.2.2.1.15.48|65|0
+1.3.6.1.2.1.2.2.1.15.49001|65|0
+1.3.6.1.2.1.2.2.1.15.50001|65|0
+1.3.6.1.2.1.2.2.1.15.51001|65|0
+1.3.6.1.2.1.2.2.1.15.52001|65|0
+1.3.6.1.2.1.2.2.1.15.53001|65|0
+1.3.6.1.2.1.2.2.1.15.54001|65|0
+1.3.6.1.2.1.2.2.1.15.999001|65|0
+1.3.6.1.2.1.2.2.1.15.1000001|65|0
+1.3.6.1.2.1.2.2.1.15.1000002|65|0
+1.3.6.1.2.1.2.2.1.15.1000003|65|0
+1.3.6.1.2.1.2.2.1.15.1000005|65|0
+1.3.6.1.2.1.2.2.1.15.1001000|65|0
+1.3.6.1.2.1.2.2.1.15.1001100|65|0
+1.3.6.1.2.1.2.2.1.15.5000000|65|0
+1.3.6.1.2.1.2.2.1.15.7000000|65|0
+1.3.6.1.2.1.2.2.1.16.1|65|0
+1.3.6.1.2.1.2.2.1.16.2|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=10000000
+1.3.6.1.2.1.2.2.1.16.3|65|0
+1.3.6.1.2.1.2.2.1.16.4|65|0
+1.3.6.1.2.1.2.2.1.16.5|65|0
+1.3.6.1.2.1.2.2.1.16.6|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=40000000,offset=100000000
+1.3.6.1.2.1.2.2.1.16.7|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=40000000,offset=100000000
+1.3.6.1.2.1.2.2.1.16.8|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=20000000,offset=500
+1.3.6.1.2.1.2.2.1.16.9|65|0
+1.3.6.1.2.1.2.2.1.16.10|65|0
+1.3.6.1.2.1.2.2.1.16.11|65|0
+1.3.6.1.2.1.2.2.1.16.12|65|0
+1.3.6.1.2.1.2.2.1.16.13|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=5000000,offset=0
+1.3.6.1.2.1.2.2.1.16.14|65|8145792
+1.3.6.1.2.1.2.2.1.16.15|65|0
+1.3.6.1.2.1.2.2.1.16.16|65|0
+1.3.6.1.2.1.2.2.1.16.17|65|3788288426
+1.3.6.1.2.1.2.2.1.16.18|65|3912696474
+1.3.6.1.2.1.2.2.1.16.19|65|3262887638
+1.3.6.1.2.1.2.2.1.16.20|65|2541232049
+1.3.6.1.2.1.2.2.1.16.21|65|3026114862
+1.3.6.1.2.1.2.2.1.16.22|65|73765220
+1.3.6.1.2.1.2.2.1.16.23|65|0
+1.3.6.1.2.1.2.2.1.16.24|65|0
+1.3.6.1.2.1.2.2.1.16.25|65|712370352
+1.3.6.1.2.1.2.2.1.16.26|65|0
+1.3.6.1.2.1.2.2.1.16.27|65|943950
+1.3.6.1.2.1.2.2.1.16.28|65|0
+1.3.6.1.2.1.2.2.1.16.29|65|946120
+1.3.6.1.2.1.2.2.1.16.30|65|0
+1.3.6.1.2.1.2.2.1.16.31|65|0
+1.3.6.1.2.1.2.2.1.16.32|65|0
+1.3.6.1.2.1.2.2.1.16.33|65|3991930200
+1.3.6.1.2.1.2.2.1.16.34|65|2225709651
+1.3.6.1.2.1.2.2.1.16.35|65|2056002825
+1.3.6.1.2.1.2.2.1.16.36|65|0
+1.3.6.1.2.1.2.2.1.16.37|65|0
+1.3.6.1.2.1.2.2.1.16.38|65|0
+1.3.6.1.2.1.2.2.1.16.39|65|0
+1.3.6.1.2.1.2.2.1.16.40|65|0
+1.3.6.1.2.1.2.2.1.16.41|65|3030158630
+1.3.6.1.2.1.2.2.1.16.42|65|3976711153
+1.3.6.1.2.1.2.2.1.16.43|65|2034638711
+1.3.6.1.2.1.2.2.1.16.44|65|0
+1.3.6.1.2.1.2.2.1.16.45|65|685618887
+1.3.6.1.2.1.2.2.1.16.46|65|2382954673
+1.3.6.1.2.1.2.2.1.16.47|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=60000000,offset=100000000
+1.3.6.1.2.1.2.2.1.16.48|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=60000000,offset=100000000
+1.3.6.1.2.1.2.2.1.16.49001|65|29175648
+1.3.6.1.2.1.2.2.1.16.50001|65|3768631910
+1.3.6.1.2.1.2.2.1.16.51001|65|1423584497
+1.3.6.1.2.1.2.2.1.16.52001|65|3734613550
+1.3.6.1.2.1.2.2.1.16.53001|65|1537837071
+1.3.6.1.2.1.2.2.1.16.54001|65|0
+1.3.6.1.2.1.2.2.1.16.999001|65|1449545363
+1.3.6.1.2.1.2.2.1.16.1000001|65|1930165247
+1.3.6.1.2.1.2.2.1.16.1000002|65|3626933670
+1.3.6.1.2.1.2.2.1.16.1000003|65|3592429870
+1.3.6.1.2.1.2.2.1.16.1000005|65|3113989779
+1.3.6.1.2.1.2.2.1.16.1001000|65|351062259
+1.3.6.1.2.1.2.2.1.16.1001100|65|0
+1.3.6.1.2.1.2.2.1.16.5000000|65|0
+1.3.6.1.2.1.2.2.1.16.7000000|65|0
+1.3.6.1.2.1.2.2.1.17.1|65|0
+1.3.6.1.2.1.2.2.1.17.2|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=80000000
+1.3.6.1.2.1.2.2.1.17.3|65|0
+1.3.6.1.2.1.2.2.1.17.4|65|0
+1.3.6.1.2.1.2.2.1.17.5|65|0
+1.3.6.1.2.1.2.2.1.17.6|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=320000000,offset=10000000
+1.3.6.1.2.1.2.2.1.17.7|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=320000000,offset=10000000
+1.3.6.1.2.1.2.2.1.17.8|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=160000000,offset=500
+1.3.6.1.2.1.2.2.1.17.9|65|0
+1.3.6.1.2.1.2.2.1.17.10|65|0
+1.3.6.1.2.1.2.2.1.17.11|65|0
+1.3.6.1.2.1.2.2.1.17.12|65|0
+1.3.6.1.2.1.2.2.1.17.13|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=40000000,offset=0
+1.3.6.1.2.1.2.2.1.17.14|65|8145792
+1.3.6.1.2.1.2.2.1.17.15|65|0
+1.3.6.1.2.1.2.2.1.17.16|65|0
+1.3.6.1.2.1.2.2.1.17.17|65|3788288426
+1.3.6.1.2.1.2.2.1.17.18|65|3912696474
+1.3.6.1.2.1.2.2.1.17.19|65|3262887638
+1.3.6.1.2.1.2.2.1.17.20|65|2541232049
+1.3.6.1.2.1.2.2.1.17.21|65|3026114862
+1.3.6.1.2.1.2.2.1.17.22|65|73765220
+1.3.6.1.2.1.2.2.1.17.23|65|0
+1.3.6.1.2.1.2.2.1.17.24|65|0
+1.3.6.1.2.1.2.2.1.17.25|65|712370352
+1.3.6.1.2.1.2.2.1.17.26|65|0
+1.3.6.1.2.1.2.2.1.17.27|65|943950
+1.3.6.1.2.1.2.2.1.17.28|65|0
+1.3.6.1.2.1.2.2.1.17.29|65|946120
+1.3.6.1.2.1.2.2.1.17.30|65|0
+1.3.6.1.2.1.2.2.1.17.31|65|0
+1.3.6.1.2.1.2.2.1.17.32|65|0
+1.3.6.1.2.1.2.2.1.17.33|65|3991930200
+1.3.6.1.2.1.2.2.1.17.34|65|2225709651
+1.3.6.1.2.1.2.2.1.17.35|65|2056002825
+1.3.6.1.2.1.2.2.1.17.36|65|0
+1.3.6.1.2.1.2.2.1.17.37|65|0
+1.3.6.1.2.1.2.2.1.17.38|65|0
+1.3.6.1.2.1.2.2.1.17.39|65|0
+1.3.6.1.2.1.2.2.1.17.40|65|0
+1.3.6.1.2.1.2.2.1.17.41|65|3030158630
+1.3.6.1.2.1.2.2.1.17.42|65|3976711153
+1.3.6.1.2.1.2.2.1.17.43|65|2034638711
+1.3.6.1.2.1.2.2.1.17.44|65|0
+1.3.6.1.2.1.2.2.1.17.45|65|685618887
+1.3.6.1.2.1.2.2.1.17.46|65|2382954673
+1.3.6.1.2.1.2.2.1.17.47|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=480000000,offset=10000000
+1.3.6.1.2.1.2.2.1.17.48|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=480000000,offset=10000000
+1.3.6.1.2.1.2.2.1.17.49001|65|2958840453
+1.3.6.1.2.1.2.2.1.17.50001|65|8719133
+1.3.6.1.2.1.2.2.1.17.51001|65|2168769698
+1.3.6.1.2.1.2.2.1.17.52001|65|8397897
+1.3.6.1.2.1.2.2.1.17.53001|65|3459494059
+1.3.6.1.2.1.2.2.1.17.54001|65|0
+1.3.6.1.2.1.2.2.1.17.999001|65|823140561
+1.3.6.1.2.1.2.2.1.17.1000001|65|274494957
+1.3.6.1.2.1.2.2.1.17.1000002|65|8719132
+1.3.6.1.2.1.2.2.1.17.1000003|65|8397897
+1.3.6.1.2.1.2.2.1.17.1000005|65|2993589010
+1.3.6.1.2.1.2.2.1.17.1001000|65|2407612744
+1.3.6.1.2.1.2.2.1.17.1001100|65|0
+1.3.6.1.2.1.2.2.1.17.5000000|65|0
+1.3.6.1.2.1.2.2.1.17.7000000|65|0
+1.3.6.1.2.1.2.2.1.18.1|65|0
+1.3.6.1.2.1.2.2.1.18.2|65|1778695244
+1.3.6.1.2.1.2.2.1.18.3|65|0
+1.3.6.1.2.1.2.2.1.18.4|65|0
+1.3.6.1.2.1.2.2.1.18.5|65|0
+1.3.6.1.2.1.2.2.1.18.6|65|1774691244
+1.3.6.1.2.1.2.2.1.18.7|65|950319
+1.3.6.1.2.1.2.2.1.18.8|65|1775475597
+1.3.6.1.2.1.2.2.1.18.9|65|0
+1.3.6.1.2.1.2.2.1.18.10|65|0
+1.3.6.1.2.1.2.2.1.18.11|65|0
+1.3.6.1.2.1.2.2.1.18.12|65|0
+1.3.6.1.2.1.2.2.1.18.13|65|1778948882
+1.3.6.1.2.1.2.2.1.18.14|65|17
+1.3.6.1.2.1.2.2.1.18.15|65|5068164
+1.3.6.1.2.1.2.2.1.18.16|65|0
+1.3.6.1.2.1.2.2.1.18.17|65|1778986626
+1.3.6.1.2.1.2.2.1.18.18|65|305432199
+1.3.6.1.2.1.2.2.1.18.19|65|1777089803
+1.3.6.1.2.1.2.2.1.18.20|65|1487310094
+1.3.6.1.2.1.2.2.1.18.21|65|1778930249
+1.3.6.1.2.1.2.2.1.18.22|65|1777126765
+1.3.6.1.2.1.2.2.1.18.23|65|0
+1.3.6.1.2.1.2.2.1.18.24|65|0
+1.3.6.1.2.1.2.2.1.18.25|65|282113022
+1.3.6.1.2.1.2.2.1.18.26|65|1
+1.3.6.1.2.1.2.2.1.18.27|65|4354
+1.3.6.1.2.1.2.2.1.18.28|65|1
+1.3.6.1.2.1.2.2.1.18.29|65|4366
+1.3.6.1.2.1.2.2.1.18.30|65|0
+1.3.6.1.2.1.2.2.1.18.31|65|0
+1.3.6.1.2.1.2.2.1.18.32|65|7491621
+1.3.6.1.2.1.2.2.1.18.33|65|656621
+1.3.6.1.2.1.2.2.1.18.34|65|656617
+1.3.6.1.2.1.2.2.1.18.35|65|656620
+1.3.6.1.2.1.2.2.1.18.36|65|0
+1.3.6.1.2.1.2.2.1.18.37|65|0
+1.3.6.1.2.1.2.2.1.18.38|65|0
+1.3.6.1.2.1.2.2.1.18.39|65|0
+1.3.6.1.2.1.2.2.1.18.40|65|0
+1.3.6.1.2.1.2.2.1.18.41|65|636893
+1.3.6.1.2.1.2.2.1.18.42|65|636854
+1.3.6.1.2.1.2.2.1.18.43|65|636883
+1.3.6.1.2.1.2.2.1.18.44|65|0
+1.3.6.1.2.1.2.2.1.18.45|65|282858715
+1.3.6.1.2.1.2.2.1.18.46|65|619471
+1.3.6.1.2.1.2.2.1.18.47|65|1775549763
+1.3.6.1.2.1.2.2.1.18.48|65|5275104
+1.3.6.1.2.1.2.2.1.18.49001|65|1739670275
+1.3.6.1.2.1.2.2.1.18.50001|65|305926342
+1.3.6.1.2.1.2.2.1.18.51001|65|488431
+1.3.6.1.2.1.2.2.1.18.52001|65|305933798
+1.3.6.1.2.1.2.2.1.18.53001|65|421125
+1.3.6.1.2.1.2.2.1.18.54001|65|0
+1.3.6.1.2.1.2.2.1.18.999001|65|952193
+1.3.6.1.2.1.2.2.1.18.1000001|65|1775641482
+1.3.6.1.2.1.2.2.1.18.1000002|65|304819189
+1.3.6.1.2.1.2.2.1.18.1000003|65|304822988
+1.3.6.1.2.1.2.2.1.18.1000005|65|289203691
+1.3.6.1.2.1.2.2.1.18.1001000|65|1780824865
+1.3.6.1.2.1.2.2.1.18.1001100|65|0
+1.3.6.1.2.1.2.2.1.18.5000000|65|0
+1.3.6.1.2.1.2.2.1.18.7000000|65|0
+1.3.6.1.2.1.2.2.1.19.1|65|0
+1.3.6.1.2.1.2.2.1.19.2|65|78582
+1.3.6.1.2.1.2.2.1.19.3|65|0
+1.3.6.1.2.1.2.2.1.19.4|65|0
+1.3.6.1.2.1.2.2.1.19.5|65|0
+1.3.6.1.2.1.2.2.1.19.6|65|393806427
+1.3.6.1.2.1.2.2.1.19.7|65|406371458
+1.3.6.1.2.1.2.2.1.19.8|65|168789
+1.3.6.1.2.1.2.2.1.19.9|65|0
+1.3.6.1.2.1.2.2.1.19.10|65|0
+1.3.6.1.2.1.2.2.1.19.11|65|0
+1.3.6.1.2.1.2.2.1.19.12|65|0
+1.3.6.1.2.1.2.2.1.19.13|65|500995
+1.3.6.1.2.1.2.2.1.19.14|65|0
+1.3.6.1.2.1.2.2.1.19.15|65|0
+1.3.6.1.2.1.2.2.1.19.16|65|0
+1.3.6.1.2.1.2.2.1.19.17|65|501357
+1.3.6.1.2.1.2.2.1.19.18|65|3389346
+1.3.6.1.2.1.2.2.1.19.19|65|141370424
+1.3.6.1.2.1.2.2.1.19.20|65|51266916
+1.3.6.1.2.1.2.2.1.19.21|65|503200
+1.3.6.1.2.1.2.2.1.19.22|65|2310541
+1.3.6.1.2.1.2.2.1.19.23|65|0
+1.3.6.1.2.1.2.2.1.19.24|65|0
+1.3.6.1.2.1.2.2.1.19.25|65|0
+1.3.6.1.2.1.2.2.1.19.26|65|0
+1.3.6.1.2.1.2.2.1.19.27|65|0
+1.3.6.1.2.1.2.2.1.19.28|65|0
+1.3.6.1.2.1.2.2.1.19.29|65|0
+1.3.6.1.2.1.2.2.1.19.30|65|0
+1.3.6.1.2.1.2.2.1.19.31|65|0
+1.3.6.1.2.1.2.2.1.19.32|65|0
+1.3.6.1.2.1.2.2.1.19.33|65|15245
+1.3.6.1.2.1.2.2.1.19.34|65|9266
+1.3.6.1.2.1.2.2.1.19.35|65|5763
+1.3.6.1.2.1.2.2.1.19.36|65|0
+1.3.6.1.2.1.2.2.1.19.37|65|0
+1.3.6.1.2.1.2.2.1.19.38|65|0
+1.3.6.1.2.1.2.2.1.19.39|65|0
+1.3.6.1.2.1.2.2.1.19.40|65|0
+1.3.6.1.2.1.2.2.1.19.41|65|33815
+1.3.6.1.2.1.2.2.1.19.42|65|46622
+1.3.6.1.2.1.2.2.1.19.43|65|21887
+1.3.6.1.2.1.2.2.1.19.44|65|0
+1.3.6.1.2.1.2.2.1.19.45|65|1718238
+1.3.6.1.2.1.2.2.1.19.46|65|2
+1.3.6.1.2.1.2.2.1.19.47|65|85675
+1.3.6.1.2.1.2.2.1.19.48|65|0
+1.3.6.1.2.1.2.2.1.19.49001|65|0
+1.3.6.1.2.1.2.2.1.19.50001|65|0
+1.3.6.1.2.1.2.2.1.19.51001|65|0
+1.3.6.1.2.1.2.2.1.19.52001|65|0
+1.3.6.1.2.1.2.2.1.19.53001|65|0
+1.3.6.1.2.1.2.2.1.19.54001|65|0
+1.3.6.1.2.1.2.2.1.19.999001|65|0
+1.3.6.1.2.1.2.2.1.19.1000001|65|800177885
+1.3.6.1.2.1.2.2.1.19.1000002|65|0
+1.3.6.1.2.1.2.2.1.19.1000003|65|0
+1.3.6.1.2.1.2.2.1.19.1000005|65|6486286
+1.3.6.1.2.1.2.2.1.19.1001000|65|85675
+1.3.6.1.2.1.2.2.1.19.1001100|65|0
+1.3.6.1.2.1.2.2.1.19.5000000|65|0
+1.3.6.1.2.1.2.2.1.19.7000000|65|0
+1.3.6.1.2.1.2.2.1.20.1|65|0
+1.3.6.1.2.1.2.2.1.20.2|65|0
+1.3.6.1.2.1.2.2.1.20.3|65|0
+1.3.6.1.2.1.2.2.1.20.4|65|0
+1.3.6.1.2.1.2.2.1.20.5|65|0
+1.3.6.1.2.1.2.2.1.20.6|65|0
+1.3.6.1.2.1.2.2.1.20.7|65|0
+1.3.6.1.2.1.2.2.1.20.8|65|0
+1.3.6.1.2.1.2.2.1.20.9|65|0
+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.2.2.1.20.13|65|0
+1.3.6.1.2.1.2.2.1.20.14|65|0
+1.3.6.1.2.1.2.2.1.20.15|65|0
+1.3.6.1.2.1.2.2.1.20.16|65|0
+1.3.6.1.2.1.2.2.1.20.17|65|0
+1.3.6.1.2.1.2.2.1.20.18|65|0
+1.3.6.1.2.1.2.2.1.20.19|65|0
+1.3.6.1.2.1.2.2.1.20.20|65|0
+1.3.6.1.2.1.2.2.1.20.21|65|0
+1.3.6.1.2.1.2.2.1.20.22|65|0
+1.3.6.1.2.1.2.2.1.20.23|65|0
+1.3.6.1.2.1.2.2.1.20.24|65|0
+1.3.6.1.2.1.2.2.1.20.25|65|0
+1.3.6.1.2.1.2.2.1.20.26|65|0
+1.3.6.1.2.1.2.2.1.20.27|65|0
+1.3.6.1.2.1.2.2.1.20.28|65|0
+1.3.6.1.2.1.2.2.1.20.29|65|0
+1.3.6.1.2.1.2.2.1.20.30|65|0
+1.3.6.1.2.1.2.2.1.20.31|65|0
+1.3.6.1.2.1.2.2.1.20.32|65|0
+1.3.6.1.2.1.2.2.1.20.33|65|175
+1.3.6.1.2.1.2.2.1.20.34|65|241
+1.3.6.1.2.1.2.2.1.20.35|65|243
+1.3.6.1.2.1.2.2.1.20.36|65|0
+1.3.6.1.2.1.2.2.1.20.37|65|0
+1.3.6.1.2.1.2.2.1.20.38|65|0
+1.3.6.1.2.1.2.2.1.20.39|65|0
+1.3.6.1.2.1.2.2.1.20.40|65|0
+1.3.6.1.2.1.2.2.1.20.41|65|171
+1.3.6.1.2.1.2.2.1.20.42|65|295
+1.3.6.1.2.1.2.2.1.20.43|65|187
+1.3.6.1.2.1.2.2.1.20.44|65|0
+1.3.6.1.2.1.2.2.1.20.45|65|0
+1.3.6.1.2.1.2.2.1.20.46|65|0
+1.3.6.1.2.1.2.2.1.20.47|65|0
+1.3.6.1.2.1.2.2.1.20.48|65|0
+1.3.6.1.2.1.2.2.1.20.49001|65|0
+1.3.6.1.2.1.2.2.1.20.50001|65|0
+1.3.6.1.2.1.2.2.1.20.51001|65|0
+1.3.6.1.2.1.2.2.1.20.52001|65|0
+1.3.6.1.2.1.2.2.1.20.53001|65|0
+1.3.6.1.2.1.2.2.1.20.54001|65|0
+1.3.6.1.2.1.2.2.1.20.999001|65|0
+1.3.6.1.2.1.2.2.1.20.1000001|65|0
+1.3.6.1.2.1.2.2.1.20.1000002|65|0
+1.3.6.1.2.1.2.2.1.20.1000003|65|0
+1.3.6.1.2.1.2.2.1.20.1000005|65|0
+1.3.6.1.2.1.2.2.1.20.1001000|65|0
+1.3.6.1.2.1.2.2.1.20.1001100|65|0
+1.3.6.1.2.1.2.2.1.20.5000000|65|0
+1.3.6.1.2.1.2.2.1.20.7000000|65|0
+1.3.6.1.2.1.2.2.1.21.1|66|0
+1.3.6.1.2.1.2.2.1.21.2|66|0
+1.3.6.1.2.1.2.2.1.21.3|66|0
+1.3.6.1.2.1.2.2.1.21.4|66|0
+1.3.6.1.2.1.2.2.1.21.5|66|0
+1.3.6.1.2.1.2.2.1.21.6|66|0
+1.3.6.1.2.1.2.2.1.21.7|66|0
+1.3.6.1.2.1.2.2.1.21.8|66|0
+1.3.6.1.2.1.2.2.1.21.9|66|0
+1.3.6.1.2.1.2.2.1.21.10|66|0
+1.3.6.1.2.1.2.2.1.21.11|66|0
+1.3.6.1.2.1.2.2.1.21.12|66|0
+1.3.6.1.2.1.2.2.1.21.13|66|0
+1.3.6.1.2.1.2.2.1.21.14|66|0
+1.3.6.1.2.1.2.2.1.21.15|66|0
+1.3.6.1.2.1.2.2.1.21.16|66|0
+1.3.6.1.2.1.2.2.1.21.17|66|0
+1.3.6.1.2.1.2.2.1.21.18|66|0
+1.3.6.1.2.1.2.2.1.21.19|66|0
+1.3.6.1.2.1.2.2.1.21.20|66|0
+1.3.6.1.2.1.2.2.1.21.21|66|0
+1.3.6.1.2.1.2.2.1.21.22|66|0
+1.3.6.1.2.1.2.2.1.21.23|66|0
+1.3.6.1.2.1.2.2.1.21.24|66|0
+1.3.6.1.2.1.2.2.1.21.25|66|0
+1.3.6.1.2.1.2.2.1.21.26|66|0
+1.3.6.1.2.1.2.2.1.21.27|66|0
+1.3.6.1.2.1.2.2.1.21.28|66|0
+1.3.6.1.2.1.2.2.1.21.29|66|0
+1.3.6.1.2.1.2.2.1.21.30|66|0
+1.3.6.1.2.1.2.2.1.21.31|66|0
+1.3.6.1.2.1.2.2.1.21.32|66|0
+1.3.6.1.2.1.2.2.1.21.33|66|0
+1.3.6.1.2.1.2.2.1.21.34|66|0
+1.3.6.1.2.1.2.2.1.21.35|66|0
+1.3.6.1.2.1.2.2.1.21.36|66|0
+1.3.6.1.2.1.2.2.1.21.37|66|0
+1.3.6.1.2.1.2.2.1.21.38|66|0
+1.3.6.1.2.1.2.2.1.21.39|66|0
+1.3.6.1.2.1.2.2.1.21.40|66|0
+1.3.6.1.2.1.2.2.1.21.41|66|0
+1.3.6.1.2.1.2.2.1.21.42|66|0
+1.3.6.1.2.1.2.2.1.21.43|66|0
+1.3.6.1.2.1.2.2.1.21.44|66|0
+1.3.6.1.2.1.2.2.1.21.45|66|0
+1.3.6.1.2.1.2.2.1.21.46|66|0
+1.3.6.1.2.1.2.2.1.21.47|66|0
+1.3.6.1.2.1.2.2.1.21.48|66|0
+1.3.6.1.2.1.2.2.1.21.49001|66|0
+1.3.6.1.2.1.2.2.1.21.50001|66|0
+1.3.6.1.2.1.2.2.1.21.51001|66|0
+1.3.6.1.2.1.2.2.1.21.52001|66|0
+1.3.6.1.2.1.2.2.1.21.53001|66|0
+1.3.6.1.2.1.2.2.1.21.54001|66|0
+1.3.6.1.2.1.2.2.1.21.999001|66|0
+1.3.6.1.2.1.2.2.1.21.1000001|66|0
+1.3.6.1.2.1.2.2.1.21.1000002|66|0
+1.3.6.1.2.1.2.2.1.21.1000003|66|0
+1.3.6.1.2.1.2.2.1.21.1000005|66|0
+1.3.6.1.2.1.2.2.1.21.1001000|66|0
+1.3.6.1.2.1.2.2.1.21.1001100|66|0
+1.3.6.1.2.1.2.2.1.21.5000000|66|0
+1.3.6.1.2.1.2.2.1.21.7000000|66|0
+1.3.6.1.2.1.2.2.1.22.1|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.2|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.3|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.4|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.5|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.6|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.7|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.8|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.9|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.10|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.11|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.12|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.13|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.14|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.15|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.16|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.17|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.18|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.19|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.20|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.21|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.22|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.23|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.24|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.25|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.26|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.27|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.28|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.29|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.30|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.31|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.32|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.33|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.34|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.35|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.36|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.37|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.38|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.39|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.40|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.41|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.42|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.43|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.44|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.45|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.46|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.47|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.48|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.49001|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.50001|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.51001|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.52001|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.53001|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.54001|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.999001|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.1000001|6|1.2.840.10006.300.43.1.1
+1.3.6.1.2.1.2.2.1.22.1000002|6|1.2.840.10006.300.43.1.1
+1.3.6.1.2.1.2.2.1.22.1000003|6|1.2.840.10006.300.43.1.1
+1.3.6.1.2.1.2.2.1.22.1000005|6|1.2.840.10006.300.43.1.1
+1.3.6.1.2.1.2.2.1.22.1001000|6|1.2.840.10006.300.43.1.1
+1.3.6.1.2.1.2.2.1.22.1001100|6|1.2.840.10006.300.43.1.1
+1.3.6.1.2.1.2.2.1.22.5000000|6|0.0
+1.3.6.1.2.1.2.2.1.22.7000000|6|0.0
+1.3.6.1.2.1.10.7.2.1.1.1|2|1
+1.3.6.1.2.1.10.7.2.1.1.2|2|2
+1.3.6.1.2.1.10.7.2.1.1.3|2|3
+1.3.6.1.2.1.10.7.2.1.1.4|2|4
+1.3.6.1.2.1.10.7.2.1.1.5|2|5
+1.3.6.1.2.1.10.7.2.1.1.6|2|6
+1.3.6.1.2.1.10.7.2.1.1.7|2|7
+1.3.6.1.2.1.10.7.2.1.1.8|2|8
+1.3.6.1.2.1.10.7.2.1.1.9|2|9
+1.3.6.1.2.1.10.7.2.1.1.10|2|10
+1.3.6.1.2.1.10.7.2.1.1.11|2|11
+1.3.6.1.2.1.10.7.2.1.1.12|2|12
+1.3.6.1.2.1.10.7.2.1.1.13|2|13
+1.3.6.1.2.1.10.7.2.1.1.14|2|14
+1.3.6.1.2.1.10.7.2.1.1.15|2|15
+1.3.6.1.2.1.10.7.2.1.1.16|2|16
+1.3.6.1.2.1.10.7.2.1.1.17|2|17
+1.3.6.1.2.1.10.7.2.1.1.18|2|18
+1.3.6.1.2.1.10.7.2.1.1.19|2|19
+1.3.6.1.2.1.10.7.2.1.1.20|2|20
+1.3.6.1.2.1.10.7.2.1.1.21|2|21
+1.3.6.1.2.1.10.7.2.1.1.22|2|22
+1.3.6.1.2.1.10.7.2.1.1.23|2|23
+1.3.6.1.2.1.10.7.2.1.1.24|2|24
+1.3.6.1.2.1.10.7.2.1.1.25|2|25
+1.3.6.1.2.1.10.7.2.1.1.26|2|26
+1.3.6.1.2.1.10.7.2.1.1.27|2|27
+1.3.6.1.2.1.10.7.2.1.1.28|2|28
+1.3.6.1.2.1.10.7.2.1.1.29|2|29
+1.3.6.1.2.1.10.7.2.1.1.30|2|30
+1.3.6.1.2.1.10.7.2.1.1.31|2|31
+1.3.6.1.2.1.10.7.2.1.1.32|2|32
+1.3.6.1.2.1.10.7.2.1.1.33|2|33
+1.3.6.1.2.1.10.7.2.1.1.34|2|34
+1.3.6.1.2.1.10.7.2.1.1.35|2|35
+1.3.6.1.2.1.10.7.2.1.1.36|2|36
+1.3.6.1.2.1.10.7.2.1.1.37|2|37
+1.3.6.1.2.1.10.7.2.1.1.38|2|38
+1.3.6.1.2.1.10.7.2.1.1.39|2|39
+1.3.6.1.2.1.10.7.2.1.1.40|2|40
+1.3.6.1.2.1.10.7.2.1.1.41|2|41
+1.3.6.1.2.1.10.7.2.1.1.42|2|42
+1.3.6.1.2.1.10.7.2.1.1.43|2|43
+1.3.6.1.2.1.10.7.2.1.1.44|2|44
+1.3.6.1.2.1.10.7.2.1.1.45|2|45
+1.3.6.1.2.1.10.7.2.1.1.46|2|46
+1.3.6.1.2.1.10.7.2.1.1.47|2|47
+1.3.6.1.2.1.10.7.2.1.1.48|2|48
+1.3.6.1.2.1.10.7.2.1.1.49001|2|49001
+1.3.6.1.2.1.10.7.2.1.1.49002|2|49002
+1.3.6.1.2.1.10.7.2.1.1.49003|2|49003
+1.3.6.1.2.1.10.7.2.1.1.49004|2|49004
+1.3.6.1.2.1.10.7.2.1.1.50001|2|50001
+1.3.6.1.2.1.10.7.2.1.1.50002|2|50002
+1.3.6.1.2.1.10.7.2.1.1.50003|2|50003
+1.3.6.1.2.1.10.7.2.1.1.50004|2|50004
+1.3.6.1.2.1.10.7.2.1.1.51001|2|51001
+1.3.6.1.2.1.10.7.2.1.1.51002|2|51002
+1.3.6.1.2.1.10.7.2.1.1.51003|2|51003
+1.3.6.1.2.1.10.7.2.1.1.51004|2|51004
+1.3.6.1.2.1.10.7.2.1.1.52001|2|52001
+1.3.6.1.2.1.10.7.2.1.1.52002|2|52002
+1.3.6.1.2.1.10.7.2.1.1.52003|2|52003
+1.3.6.1.2.1.10.7.2.1.1.52004|2|52004
+1.3.6.1.2.1.10.7.2.1.1.53001|2|53001
+1.3.6.1.2.1.10.7.2.1.1.53002|2|53002
+1.3.6.1.2.1.10.7.2.1.1.53003|2|53003
+1.3.6.1.2.1.10.7.2.1.1.53004|2|53004
+1.3.6.1.2.1.10.7.2.1.1.54001|2|54001
+1.3.6.1.2.1.10.7.2.1.1.54002|2|54002
+1.3.6.1.2.1.10.7.2.1.1.54003|2|54003
+1.3.6.1.2.1.10.7.2.1.1.54004|2|54004
+1.3.6.1.2.1.10.7.2.1.1.999001|2|999001
+1.3.6.1.2.1.10.7.2.1.2.1|65|0
+1.3.6.1.2.1.10.7.2.1.2.2|65|0
+1.3.6.1.2.1.10.7.2.1.2.3|65|0
+1.3.6.1.2.1.10.7.2.1.2.4|65|0
+1.3.6.1.2.1.10.7.2.1.2.5|65|0
+1.3.6.1.2.1.10.7.2.1.2.6|65|0
+1.3.6.1.2.1.10.7.2.1.2.7|65|0
+1.3.6.1.2.1.10.7.2.1.2.8|65|0
+1.3.6.1.2.1.10.7.2.1.2.9|65|0
+1.3.6.1.2.1.10.7.2.1.2.10|65|0
+1.3.6.1.2.1.10.7.2.1.2.11|65|0
+1.3.6.1.2.1.10.7.2.1.2.12|65|0
+1.3.6.1.2.1.10.7.2.1.2.13|65|0
+1.3.6.1.2.1.10.7.2.1.2.14|65|0
+1.3.6.1.2.1.10.7.2.1.2.15|65|0
+1.3.6.1.2.1.10.7.2.1.2.16|65|0
+1.3.6.1.2.1.10.7.2.1.2.17|65|0
+1.3.6.1.2.1.10.7.2.1.2.18|65|0
+1.3.6.1.2.1.10.7.2.1.2.19|65|0
+1.3.6.1.2.1.10.7.2.1.2.20|65|0
+1.3.6.1.2.1.10.7.2.1.2.21|65|0
+1.3.6.1.2.1.10.7.2.1.2.22|65|0
+1.3.6.1.2.1.10.7.2.1.2.23|65|0
+1.3.6.1.2.1.10.7.2.1.2.24|65|0
+1.3.6.1.2.1.10.7.2.1.2.25|65|0
+1.3.6.1.2.1.10.7.2.1.2.26|65|0
+1.3.6.1.2.1.10.7.2.1.2.27|65|0
+1.3.6.1.2.1.10.7.2.1.2.28|65|0
+1.3.6.1.2.1.10.7.2.1.2.29|65|0
+1.3.6.1.2.1.10.7.2.1.2.30|65|0
+1.3.6.1.2.1.10.7.2.1.2.31|65|0
+1.3.6.1.2.1.10.7.2.1.2.32|65|0
+1.3.6.1.2.1.10.7.2.1.2.33|65|0
+1.3.6.1.2.1.10.7.2.1.2.34|65|0
+1.3.6.1.2.1.10.7.2.1.2.35|65|0
+1.3.6.1.2.1.10.7.2.1.2.36|65|0
+1.3.6.1.2.1.10.7.2.1.2.37|65|0
+1.3.6.1.2.1.10.7.2.1.2.38|65|0
+1.3.6.1.2.1.10.7.2.1.2.39|65|0
+1.3.6.1.2.1.10.7.2.1.2.40|65|0
+1.3.6.1.2.1.10.7.2.1.2.41|65|0
+1.3.6.1.2.1.10.7.2.1.2.42|65|0
+1.3.6.1.2.1.10.7.2.1.2.43|65|0
+1.3.6.1.2.1.10.7.2.1.2.44|65|0
+1.3.6.1.2.1.10.7.2.1.2.45|65|0
+1.3.6.1.2.1.10.7.2.1.2.46|65|0
+1.3.6.1.2.1.10.7.2.1.2.47|65|0
+1.3.6.1.2.1.10.7.2.1.2.48|65|0
+1.3.6.1.2.1.10.7.2.1.2.49001|65|0
+1.3.6.1.2.1.10.7.2.1.2.49002|65|0
+1.3.6.1.2.1.10.7.2.1.2.49003|65|0
+1.3.6.1.2.1.10.7.2.1.2.49004|65|0
+1.3.6.1.2.1.10.7.2.1.2.50001|65|0
+1.3.6.1.2.1.10.7.2.1.2.50002|65|0
+1.3.6.1.2.1.10.7.2.1.2.50003|65|0
+1.3.6.1.2.1.10.7.2.1.2.50004|65|0
+1.3.6.1.2.1.10.7.2.1.2.51001|65|0
+1.3.6.1.2.1.10.7.2.1.2.51002|65|0
+1.3.6.1.2.1.10.7.2.1.2.51003|65|0
+1.3.6.1.2.1.10.7.2.1.2.51004|65|0
+1.3.6.1.2.1.10.7.2.1.2.52001|65|0
+1.3.6.1.2.1.10.7.2.1.2.52002|65|0
+1.3.6.1.2.1.10.7.2.1.2.52003|65|0
+1.3.6.1.2.1.10.7.2.1.2.52004|65|0
+1.3.6.1.2.1.10.7.2.1.2.53001|65|0
+1.3.6.1.2.1.10.7.2.1.2.53002|65|0
+1.3.6.1.2.1.10.7.2.1.2.53003|65|0
+1.3.6.1.2.1.10.7.2.1.2.53004|65|0
+1.3.6.1.2.1.10.7.2.1.2.54001|65|0
+1.3.6.1.2.1.10.7.2.1.2.54002|65|0
+1.3.6.1.2.1.10.7.2.1.2.54003|65|0
+1.3.6.1.2.1.10.7.2.1.2.54004|65|0
+1.3.6.1.2.1.10.7.2.1.2.999001|65|0
+1.3.6.1.2.1.10.7.2.1.3.1|65|0
+1.3.6.1.2.1.10.7.2.1.3.2|65|0
+1.3.6.1.2.1.10.7.2.1.3.3|65|0
+1.3.6.1.2.1.10.7.2.1.3.4|65|0
+1.3.6.1.2.1.10.7.2.1.3.5|65|0
+1.3.6.1.2.1.10.7.2.1.3.6|65|0
+1.3.6.1.2.1.10.7.2.1.3.7|65|0
+1.3.6.1.2.1.10.7.2.1.3.8|65|208
+1.3.6.1.2.1.10.7.2.1.3.9|65|0
+1.3.6.1.2.1.10.7.2.1.3.10|65|0
+1.3.6.1.2.1.10.7.2.1.3.11|65|0
+1.3.6.1.2.1.10.7.2.1.3.12|65|0
+1.3.6.1.2.1.10.7.2.1.3.13|65|0
+1.3.6.1.2.1.10.7.2.1.3.14|65|0
+1.3.6.1.2.1.10.7.2.1.3.15|65|0
+1.3.6.1.2.1.10.7.2.1.3.16|65|0
+1.3.6.1.2.1.10.7.2.1.3.17|65|0
+1.3.6.1.2.1.10.7.2.1.3.18|65|0
+1.3.6.1.2.1.10.7.2.1.3.19|65|14
+1.3.6.1.2.1.10.7.2.1.3.20|65|0
+1.3.6.1.2.1.10.7.2.1.3.21|65|0
+1.3.6.1.2.1.10.7.2.1.3.22|65|0
+1.3.6.1.2.1.10.7.2.1.3.23|65|0
+1.3.6.1.2.1.10.7.2.1.3.24|65|0
+1.3.6.1.2.1.10.7.2.1.3.25|65|0
+1.3.6.1.2.1.10.7.2.1.3.26|65|0
+1.3.6.1.2.1.10.7.2.1.3.27|65|0
+1.3.6.1.2.1.10.7.2.1.3.28|65|0
+1.3.6.1.2.1.10.7.2.1.3.29|65|0
+1.3.6.1.2.1.10.7.2.1.3.30|65|0
+1.3.6.1.2.1.10.7.2.1.3.31|65|0
+1.3.6.1.2.1.10.7.2.1.3.32|65|0
+1.3.6.1.2.1.10.7.2.1.3.33|65|0
+1.3.6.1.2.1.10.7.2.1.3.34|65|0
+1.3.6.1.2.1.10.7.2.1.3.35|65|0
+1.3.6.1.2.1.10.7.2.1.3.36|65|0
+1.3.6.1.2.1.10.7.2.1.3.37|65|0
+1.3.6.1.2.1.10.7.2.1.3.38|65|0
+1.3.6.1.2.1.10.7.2.1.3.39|65|0
+1.3.6.1.2.1.10.7.2.1.3.40|65|0
+1.3.6.1.2.1.10.7.2.1.3.41|65|0
+1.3.6.1.2.1.10.7.2.1.3.42|65|0
+1.3.6.1.2.1.10.7.2.1.3.43|65|0
+1.3.6.1.2.1.10.7.2.1.3.44|65|0
+1.3.6.1.2.1.10.7.2.1.3.45|65|0
+1.3.6.1.2.1.10.7.2.1.3.46|65|2
+1.3.6.1.2.1.10.7.2.1.3.47|65|0
+1.3.6.1.2.1.10.7.2.1.3.48|65|0
+1.3.6.1.2.1.10.7.2.1.3.49001|65|0
+1.3.6.1.2.1.10.7.2.1.3.49002|65|0
+1.3.6.1.2.1.10.7.2.1.3.49003|65|0
+1.3.6.1.2.1.10.7.2.1.3.49004|65|0
+1.3.6.1.2.1.10.7.2.1.3.50001|65|0
+1.3.6.1.2.1.10.7.2.1.3.50002|65|0
+1.3.6.1.2.1.10.7.2.1.3.50003|65|0
+1.3.6.1.2.1.10.7.2.1.3.50004|65|0
+1.3.6.1.2.1.10.7.2.1.3.51001|65|0
+1.3.6.1.2.1.10.7.2.1.3.51002|65|0
+1.3.6.1.2.1.10.7.2.1.3.51003|65|0
+1.3.6.1.2.1.10.7.2.1.3.51004|65|0
+1.3.6.1.2.1.10.7.2.1.3.52001|65|0
+1.3.6.1.2.1.10.7.2.1.3.52002|65|0
+1.3.6.1.2.1.10.7.2.1.3.52003|65|0
+1.3.6.1.2.1.10.7.2.1.3.52004|65|0
+1.3.6.1.2.1.10.7.2.1.3.53001|65|0
+1.3.6.1.2.1.10.7.2.1.3.53002|65|0
+1.3.6.1.2.1.10.7.2.1.3.53003|65|0
+1.3.6.1.2.1.10.7.2.1.3.53004|65|0
+1.3.6.1.2.1.10.7.2.1.3.54001|65|0
+1.3.6.1.2.1.10.7.2.1.3.54002|65|0
+1.3.6.1.2.1.10.7.2.1.3.54003|65|0
+1.3.6.1.2.1.10.7.2.1.3.54004|65|0
+1.3.6.1.2.1.10.7.2.1.3.999001|65|0
+1.3.6.1.2.1.10.7.2.1.4.1|65|0
+1.3.6.1.2.1.10.7.2.1.4.2|65|0
+1.3.6.1.2.1.10.7.2.1.4.3|65|0
+1.3.6.1.2.1.10.7.2.1.4.4|65|0
+1.3.6.1.2.1.10.7.2.1.4.5|65|0
+1.3.6.1.2.1.10.7.2.1.4.6|65|0
+1.3.6.1.2.1.10.7.2.1.4.7|65|0
+1.3.6.1.2.1.10.7.2.1.4.8|65|0
+1.3.6.1.2.1.10.7.2.1.4.9|65|0
+1.3.6.1.2.1.10.7.2.1.4.10|65|0
+1.3.6.1.2.1.10.7.2.1.4.11|65|0
+1.3.6.1.2.1.10.7.2.1.4.12|65|0
+1.3.6.1.2.1.10.7.2.1.4.13|65|0
+1.3.6.1.2.1.10.7.2.1.4.14|65|0
+1.3.6.1.2.1.10.7.2.1.4.15|65|0
+1.3.6.1.2.1.10.7.2.1.4.16|65|0
+1.3.6.1.2.1.10.7.2.1.4.17|65|0
+1.3.6.1.2.1.10.7.2.1.4.18|65|0
+1.3.6.1.2.1.10.7.2.1.4.19|65|0
+1.3.6.1.2.1.10.7.2.1.4.20|65|0
+1.3.6.1.2.1.10.7.2.1.4.21|65|0
+1.3.6.1.2.1.10.7.2.1.4.22|65|0
+1.3.6.1.2.1.10.7.2.1.4.23|65|0
+1.3.6.1.2.1.10.7.2.1.4.24|65|0
+1.3.6.1.2.1.10.7.2.1.4.25|65|0
+1.3.6.1.2.1.10.7.2.1.4.26|65|0
+1.3.6.1.2.1.10.7.2.1.4.27|65|0
+1.3.6.1.2.1.10.7.2.1.4.28|65|0
+1.3.6.1.2.1.10.7.2.1.4.29|65|0
+1.3.6.1.2.1.10.7.2.1.4.30|65|0
+1.3.6.1.2.1.10.7.2.1.4.31|65|0
+1.3.6.1.2.1.10.7.2.1.4.32|65|0
+1.3.6.1.2.1.10.7.2.1.4.33|65|0
+1.3.6.1.2.1.10.7.2.1.4.34|65|0
+1.3.6.1.2.1.10.7.2.1.4.35|65|0
+1.3.6.1.2.1.10.7.2.1.4.36|65|0
+1.3.6.1.2.1.10.7.2.1.4.37|65|0
+1.3.6.1.2.1.10.7.2.1.4.38|65|0
+1.3.6.1.2.1.10.7.2.1.4.39|65|0
+1.3.6.1.2.1.10.7.2.1.4.40|65|0
+1.3.6.1.2.1.10.7.2.1.4.41|65|0
+1.3.6.1.2.1.10.7.2.1.4.42|65|0
+1.3.6.1.2.1.10.7.2.1.4.43|65|0
+1.3.6.1.2.1.10.7.2.1.4.44|65|0
+1.3.6.1.2.1.10.7.2.1.4.45|65|0
+1.3.6.1.2.1.10.7.2.1.4.46|65|0
+1.3.6.1.2.1.10.7.2.1.4.47|65|0
+1.3.6.1.2.1.10.7.2.1.4.48|65|0
+1.3.6.1.2.1.10.7.2.1.4.49001|65|0
+1.3.6.1.2.1.10.7.2.1.4.49002|65|0
+1.3.6.1.2.1.10.7.2.1.4.49003|65|0
+1.3.6.1.2.1.10.7.2.1.4.49004|65|0
+1.3.6.1.2.1.10.7.2.1.4.50001|65|0
+1.3.6.1.2.1.10.7.2.1.4.50002|65|0
+1.3.6.1.2.1.10.7.2.1.4.50003|65|0
+1.3.6.1.2.1.10.7.2.1.4.50004|65|0
+1.3.6.1.2.1.10.7.2.1.4.51001|65|0
+1.3.6.1.2.1.10.7.2.1.4.51002|65|0
+1.3.6.1.2.1.10.7.2.1.4.51003|65|0
+1.3.6.1.2.1.10.7.2.1.4.51004|65|0
+1.3.6.1.2.1.10.7.2.1.4.52001|65|0
+1.3.6.1.2.1.10.7.2.1.4.52002|65|0
+1.3.6.1.2.1.10.7.2.1.4.52003|65|0
+1.3.6.1.2.1.10.7.2.1.4.52004|65|0
+1.3.6.1.2.1.10.7.2.1.4.53001|65|0
+1.3.6.1.2.1.10.7.2.1.4.53002|65|0
+1.3.6.1.2.1.10.7.2.1.4.53003|65|0
+1.3.6.1.2.1.10.7.2.1.4.53004|65|0
+1.3.6.1.2.1.10.7.2.1.4.54001|65|0
+1.3.6.1.2.1.10.7.2.1.4.54002|65|0
+1.3.6.1.2.1.10.7.2.1.4.54003|65|0
+1.3.6.1.2.1.10.7.2.1.4.54004|65|0
+1.3.6.1.2.1.10.7.2.1.4.999001|65|0
+1.3.6.1.2.1.10.7.2.1.5.1|65|0
+1.3.6.1.2.1.10.7.2.1.5.2|65|0
+1.3.6.1.2.1.10.7.2.1.5.3|65|0
+1.3.6.1.2.1.10.7.2.1.5.4|65|0
+1.3.6.1.2.1.10.7.2.1.5.5|65|0
+1.3.6.1.2.1.10.7.2.1.5.6|65|0
+1.3.6.1.2.1.10.7.2.1.5.7|65|0
+1.3.6.1.2.1.10.7.2.1.5.8|65|0
+1.3.6.1.2.1.10.7.2.1.5.9|65|0
+1.3.6.1.2.1.10.7.2.1.5.10|65|0
+1.3.6.1.2.1.10.7.2.1.5.11|65|0
+1.3.6.1.2.1.10.7.2.1.5.12|65|0
+1.3.6.1.2.1.10.7.2.1.5.13|65|0
+1.3.6.1.2.1.10.7.2.1.5.14|65|0
+1.3.6.1.2.1.10.7.2.1.5.15|65|0
+1.3.6.1.2.1.10.7.2.1.5.16|65|0
+1.3.6.1.2.1.10.7.2.1.5.17|65|0
+1.3.6.1.2.1.10.7.2.1.5.18|65|0
+1.3.6.1.2.1.10.7.2.1.5.19|65|0
+1.3.6.1.2.1.10.7.2.1.5.20|65|0
+1.3.6.1.2.1.10.7.2.1.5.21|65|0
+1.3.6.1.2.1.10.7.2.1.5.22|65|0
+1.3.6.1.2.1.10.7.2.1.5.23|65|0
+1.3.6.1.2.1.10.7.2.1.5.24|65|0
+1.3.6.1.2.1.10.7.2.1.5.25|65|0
+1.3.6.1.2.1.10.7.2.1.5.26|65|0
+1.3.6.1.2.1.10.7.2.1.5.27|65|0
+1.3.6.1.2.1.10.7.2.1.5.28|65|0
+1.3.6.1.2.1.10.7.2.1.5.29|65|0
+1.3.6.1.2.1.10.7.2.1.5.30|65|0
+1.3.6.1.2.1.10.7.2.1.5.31|65|0
+1.3.6.1.2.1.10.7.2.1.5.32|65|0
+1.3.6.1.2.1.10.7.2.1.5.33|65|0
+1.3.6.1.2.1.10.7.2.1.5.34|65|0
+1.3.6.1.2.1.10.7.2.1.5.35|65|0
+1.3.6.1.2.1.10.7.2.1.5.36|65|0
+1.3.6.1.2.1.10.7.2.1.5.37|65|0
+1.3.6.1.2.1.10.7.2.1.5.38|65|0
+1.3.6.1.2.1.10.7.2.1.5.39|65|0
+1.3.6.1.2.1.10.7.2.1.5.40|65|0
+1.3.6.1.2.1.10.7.2.1.5.41|65|0
+1.3.6.1.2.1.10.7.2.1.5.42|65|0
+1.3.6.1.2.1.10.7.2.1.5.43|65|0
+1.3.6.1.2.1.10.7.2.1.5.44|65|0
+1.3.6.1.2.1.10.7.2.1.5.45|65|0
+1.3.6.1.2.1.10.7.2.1.5.46|65|0
+1.3.6.1.2.1.10.7.2.1.5.47|65|0
+1.3.6.1.2.1.10.7.2.1.5.48|65|0
+1.3.6.1.2.1.10.7.2.1.5.49001|65|0
+1.3.6.1.2.1.10.7.2.1.5.49002|65|0
+1.3.6.1.2.1.10.7.2.1.5.49003|65|0
+1.3.6.1.2.1.10.7.2.1.5.49004|65|0
+1.3.6.1.2.1.10.7.2.1.5.50001|65|0
+1.3.6.1.2.1.10.7.2.1.5.50002|65|0
+1.3.6.1.2.1.10.7.2.1.5.50003|65|0
+1.3.6.1.2.1.10.7.2.1.5.50004|65|0
+1.3.6.1.2.1.10.7.2.1.5.51001|65|0
+1.3.6.1.2.1.10.7.2.1.5.51002|65|0
+1.3.6.1.2.1.10.7.2.1.5.51003|65|0
+1.3.6.1.2.1.10.7.2.1.5.51004|65|0
+1.3.6.1.2.1.10.7.2.1.5.52001|65|0
+1.3.6.1.2.1.10.7.2.1.5.52002|65|0
+1.3.6.1.2.1.10.7.2.1.5.52003|65|0
+1.3.6.1.2.1.10.7.2.1.5.52004|65|0
+1.3.6.1.2.1.10.7.2.1.5.53001|65|0
+1.3.6.1.2.1.10.7.2.1.5.53002|65|0
+1.3.6.1.2.1.10.7.2.1.5.53003|65|0
+1.3.6.1.2.1.10.7.2.1.5.53004|65|0
+1.3.6.1.2.1.10.7.2.1.5.54001|65|0
+1.3.6.1.2.1.10.7.2.1.5.54002|65|0
+1.3.6.1.2.1.10.7.2.1.5.54003|65|0
+1.3.6.1.2.1.10.7.2.1.5.54004|65|0
+1.3.6.1.2.1.10.7.2.1.5.999001|65|0
+1.3.6.1.2.1.10.7.2.1.6.1|65|0
+1.3.6.1.2.1.10.7.2.1.6.2|65|0
+1.3.6.1.2.1.10.7.2.1.6.3|65|0
+1.3.6.1.2.1.10.7.2.1.6.4|65|0
+1.3.6.1.2.1.10.7.2.1.6.5|65|0
+1.3.6.1.2.1.10.7.2.1.6.6|65|0
+1.3.6.1.2.1.10.7.2.1.6.7|65|0
+1.3.6.1.2.1.10.7.2.1.6.8|65|0
+1.3.6.1.2.1.10.7.2.1.6.9|65|0
+1.3.6.1.2.1.10.7.2.1.6.10|65|0
+1.3.6.1.2.1.10.7.2.1.6.11|65|0
+1.3.6.1.2.1.10.7.2.1.6.12|65|0
+1.3.6.1.2.1.10.7.2.1.6.13|65|0
+1.3.6.1.2.1.10.7.2.1.6.14|65|0
+1.3.6.1.2.1.10.7.2.1.6.15|65|0
+1.3.6.1.2.1.10.7.2.1.6.16|65|0
+1.3.6.1.2.1.10.7.2.1.6.17|65|0
+1.3.6.1.2.1.10.7.2.1.6.18|65|0
+1.3.6.1.2.1.10.7.2.1.6.19|65|0
+1.3.6.1.2.1.10.7.2.1.6.20|65|0
+1.3.6.1.2.1.10.7.2.1.6.21|65|0
+1.3.6.1.2.1.10.7.2.1.6.22|65|0
+1.3.6.1.2.1.10.7.2.1.6.23|65|0
+1.3.6.1.2.1.10.7.2.1.6.24|65|0
+1.3.6.1.2.1.10.7.2.1.6.25|65|0
+1.3.6.1.2.1.10.7.2.1.6.26|65|0
+1.3.6.1.2.1.10.7.2.1.6.27|65|0
+1.3.6.1.2.1.10.7.2.1.6.28|65|0
+1.3.6.1.2.1.10.7.2.1.6.29|65|0
+1.3.6.1.2.1.10.7.2.1.6.30|65|0
+1.3.6.1.2.1.10.7.2.1.6.31|65|0
+1.3.6.1.2.1.10.7.2.1.6.32|65|0
+1.3.6.1.2.1.10.7.2.1.6.33|65|0
+1.3.6.1.2.1.10.7.2.1.6.34|65|0
+1.3.6.1.2.1.10.7.2.1.6.35|65|0
+1.3.6.1.2.1.10.7.2.1.6.36|65|0
+1.3.6.1.2.1.10.7.2.1.6.37|65|0
+1.3.6.1.2.1.10.7.2.1.6.38|65|0
+1.3.6.1.2.1.10.7.2.1.6.39|65|0
+1.3.6.1.2.1.10.7.2.1.6.40|65|0
+1.3.6.1.2.1.10.7.2.1.6.41|65|0
+1.3.6.1.2.1.10.7.2.1.6.42|65|0
+1.3.6.1.2.1.10.7.2.1.6.43|65|0
+1.3.6.1.2.1.10.7.2.1.6.44|65|0
+1.3.6.1.2.1.10.7.2.1.6.45|65|0
+1.3.6.1.2.1.10.7.2.1.6.46|65|0
+1.3.6.1.2.1.10.7.2.1.6.47|65|0
+1.3.6.1.2.1.10.7.2.1.6.48|65|0
+1.3.6.1.2.1.10.7.2.1.6.49001|65|0
+1.3.6.1.2.1.10.7.2.1.6.49002|65|0
+1.3.6.1.2.1.10.7.2.1.6.49003|65|0
+1.3.6.1.2.1.10.7.2.1.6.49004|65|0
+1.3.6.1.2.1.10.7.2.1.6.50001|65|0
+1.3.6.1.2.1.10.7.2.1.6.50002|65|0
+1.3.6.1.2.1.10.7.2.1.6.50003|65|0
+1.3.6.1.2.1.10.7.2.1.6.50004|65|0
+1.3.6.1.2.1.10.7.2.1.6.51001|65|0
+1.3.6.1.2.1.10.7.2.1.6.51002|65|0
+1.3.6.1.2.1.10.7.2.1.6.51003|65|0
+1.3.6.1.2.1.10.7.2.1.6.51004|65|0
+1.3.6.1.2.1.10.7.2.1.6.52001|65|0
+1.3.6.1.2.1.10.7.2.1.6.52002|65|0
+1.3.6.1.2.1.10.7.2.1.6.52003|65|0
+1.3.6.1.2.1.10.7.2.1.6.52004|65|0
+1.3.6.1.2.1.10.7.2.1.6.53001|65|0
+1.3.6.1.2.1.10.7.2.1.6.53002|65|0
+1.3.6.1.2.1.10.7.2.1.6.53003|65|0
+1.3.6.1.2.1.10.7.2.1.6.53004|65|0
+1.3.6.1.2.1.10.7.2.1.6.54001|65|0
+1.3.6.1.2.1.10.7.2.1.6.54002|65|0
+1.3.6.1.2.1.10.7.2.1.6.54003|65|0
+1.3.6.1.2.1.10.7.2.1.6.54004|65|0
+1.3.6.1.2.1.10.7.2.1.6.999001|65|0
+1.3.6.1.2.1.10.7.2.1.7.1|65|0
+1.3.6.1.2.1.10.7.2.1.7.2|65|0
+1.3.6.1.2.1.10.7.2.1.7.3|65|0
+1.3.6.1.2.1.10.7.2.1.7.4|65|0
+1.3.6.1.2.1.10.7.2.1.7.5|65|0
+1.3.6.1.2.1.10.7.2.1.7.6|65|0
+1.3.6.1.2.1.10.7.2.1.7.7|65|0
+1.3.6.1.2.1.10.7.2.1.7.8|65|0
+1.3.6.1.2.1.10.7.2.1.7.9|65|0
+1.3.6.1.2.1.10.7.2.1.7.10|65|0
+1.3.6.1.2.1.10.7.2.1.7.11|65|0
+1.3.6.1.2.1.10.7.2.1.7.12|65|0
+1.3.6.1.2.1.10.7.2.1.7.13|65|0
+1.3.6.1.2.1.10.7.2.1.7.14|65|0
+1.3.6.1.2.1.10.7.2.1.7.15|65|0
+1.3.6.1.2.1.10.7.2.1.7.16|65|0
+1.3.6.1.2.1.10.7.2.1.7.17|65|0
+1.3.6.1.2.1.10.7.2.1.7.18|65|0
+1.3.6.1.2.1.10.7.2.1.7.19|65|0
+1.3.6.1.2.1.10.7.2.1.7.20|65|0
+1.3.6.1.2.1.10.7.2.1.7.21|65|0
+1.3.6.1.2.1.10.7.2.1.7.22|65|0
+1.3.6.1.2.1.10.7.2.1.7.23|65|0
+1.3.6.1.2.1.10.7.2.1.7.24|65|0
+1.3.6.1.2.1.10.7.2.1.7.25|65|0
+1.3.6.1.2.1.10.7.2.1.7.26|65|0
+1.3.6.1.2.1.10.7.2.1.7.27|65|0
+1.3.6.1.2.1.10.7.2.1.7.28|65|0
+1.3.6.1.2.1.10.7.2.1.7.29|65|0
+1.3.6.1.2.1.10.7.2.1.7.30|65|0
+1.3.6.1.2.1.10.7.2.1.7.31|65|0
+1.3.6.1.2.1.10.7.2.1.7.32|65|0
+1.3.6.1.2.1.10.7.2.1.7.33|65|0
+1.3.6.1.2.1.10.7.2.1.7.34|65|0
+1.3.6.1.2.1.10.7.2.1.7.35|65|0
+1.3.6.1.2.1.10.7.2.1.7.36|65|0
+1.3.6.1.2.1.10.7.2.1.7.37|65|0
+1.3.6.1.2.1.10.7.2.1.7.38|65|0
+1.3.6.1.2.1.10.7.2.1.7.39|65|0
+1.3.6.1.2.1.10.7.2.1.7.40|65|0
+1.3.6.1.2.1.10.7.2.1.7.41|65|0
+1.3.6.1.2.1.10.7.2.1.7.42|65|0
+1.3.6.1.2.1.10.7.2.1.7.43|65|0
+1.3.6.1.2.1.10.7.2.1.7.44|65|0
+1.3.6.1.2.1.10.7.2.1.7.45|65|0
+1.3.6.1.2.1.10.7.2.1.7.46|65|0
+1.3.6.1.2.1.10.7.2.1.7.47|65|0
+1.3.6.1.2.1.10.7.2.1.7.48|65|0
+1.3.6.1.2.1.10.7.2.1.7.49001|65|0
+1.3.6.1.2.1.10.7.2.1.7.49002|65|0
+1.3.6.1.2.1.10.7.2.1.7.49003|65|0
+1.3.6.1.2.1.10.7.2.1.7.49004|65|0
+1.3.6.1.2.1.10.7.2.1.7.50001|65|0
+1.3.6.1.2.1.10.7.2.1.7.50002|65|0
+1.3.6.1.2.1.10.7.2.1.7.50003|65|0
+1.3.6.1.2.1.10.7.2.1.7.50004|65|0
+1.3.6.1.2.1.10.7.2.1.7.51001|65|0
+1.3.6.1.2.1.10.7.2.1.7.51002|65|0
+1.3.6.1.2.1.10.7.2.1.7.51003|65|0
+1.3.6.1.2.1.10.7.2.1.7.51004|65|0
+1.3.6.1.2.1.10.7.2.1.7.52001|65|0
+1.3.6.1.2.1.10.7.2.1.7.52002|65|0
+1.3.6.1.2.1.10.7.2.1.7.52003|65|0
+1.3.6.1.2.1.10.7.2.1.7.52004|65|0
+1.3.6.1.2.1.10.7.2.1.7.53001|65|0
+1.3.6.1.2.1.10.7.2.1.7.53002|65|0
+1.3.6.1.2.1.10.7.2.1.7.53003|65|0
+1.3.6.1.2.1.10.7.2.1.7.53004|65|0
+1.3.6.1.2.1.10.7.2.1.7.54001|65|0
+1.3.6.1.2.1.10.7.2.1.7.54002|65|0
+1.3.6.1.2.1.10.7.2.1.7.54003|65|0
+1.3.6.1.2.1.10.7.2.1.7.54004|65|0
+1.3.6.1.2.1.10.7.2.1.7.999001|65|0
+1.3.6.1.2.1.10.7.2.1.8.1|65|0
+1.3.6.1.2.1.10.7.2.1.8.2|65|0
+1.3.6.1.2.1.10.7.2.1.8.3|65|0
+1.3.6.1.2.1.10.7.2.1.8.4|65|0
+1.3.6.1.2.1.10.7.2.1.8.5|65|0
+1.3.6.1.2.1.10.7.2.1.8.6|65|0
+1.3.6.1.2.1.10.7.2.1.8.7|65|0
+1.3.6.1.2.1.10.7.2.1.8.8|65|0
+1.3.6.1.2.1.10.7.2.1.8.9|65|0
+1.3.6.1.2.1.10.7.2.1.8.10|65|0
+1.3.6.1.2.1.10.7.2.1.8.11|65|0
+1.3.6.1.2.1.10.7.2.1.8.12|65|0
+1.3.6.1.2.1.10.7.2.1.8.13|65|0
+1.3.6.1.2.1.10.7.2.1.8.14|65|0
+1.3.6.1.2.1.10.7.2.1.8.15|65|0
+1.3.6.1.2.1.10.7.2.1.8.16|65|0
+1.3.6.1.2.1.10.7.2.1.8.17|65|0
+1.3.6.1.2.1.10.7.2.1.8.18|65|0
+1.3.6.1.2.1.10.7.2.1.8.19|65|0
+1.3.6.1.2.1.10.7.2.1.8.20|65|0
+1.3.6.1.2.1.10.7.2.1.8.21|65|0
+1.3.6.1.2.1.10.7.2.1.8.22|65|0
+1.3.6.1.2.1.10.7.2.1.8.23|65|0
+1.3.6.1.2.1.10.7.2.1.8.24|65|0
+1.3.6.1.2.1.10.7.2.1.8.25|65|0
+1.3.6.1.2.1.10.7.2.1.8.26|65|0
+1.3.6.1.2.1.10.7.2.1.8.27|65|0
+1.3.6.1.2.1.10.7.2.1.8.28|65|0
+1.3.6.1.2.1.10.7.2.1.8.29|65|0
+1.3.6.1.2.1.10.7.2.1.8.30|65|0
+1.3.6.1.2.1.10.7.2.1.8.31|65|0
+1.3.6.1.2.1.10.7.2.1.8.32|65|0
+1.3.6.1.2.1.10.7.2.1.8.33|65|0
+1.3.6.1.2.1.10.7.2.1.8.34|65|0
+1.3.6.1.2.1.10.7.2.1.8.35|65|0
+1.3.6.1.2.1.10.7.2.1.8.36|65|0
+1.3.6.1.2.1.10.7.2.1.8.37|65|0
+1.3.6.1.2.1.10.7.2.1.8.38|65|0
+1.3.6.1.2.1.10.7.2.1.8.39|65|0
+1.3.6.1.2.1.10.7.2.1.8.40|65|0
+1.3.6.1.2.1.10.7.2.1.8.41|65|0
+1.3.6.1.2.1.10.7.2.1.8.42|65|0
+1.3.6.1.2.1.10.7.2.1.8.43|65|0
+1.3.6.1.2.1.10.7.2.1.8.44|65|0
+1.3.6.1.2.1.10.7.2.1.8.45|65|0
+1.3.6.1.2.1.10.7.2.1.8.46|65|0
+1.3.6.1.2.1.10.7.2.1.8.47|65|0
+1.3.6.1.2.1.10.7.2.1.8.48|65|0
+1.3.6.1.2.1.10.7.2.1.8.49001|65|0
+1.3.6.1.2.1.10.7.2.1.8.49002|65|0
+1.3.6.1.2.1.10.7.2.1.8.49003|65|0
+1.3.6.1.2.1.10.7.2.1.8.49004|65|0
+1.3.6.1.2.1.10.7.2.1.8.50001|65|0
+1.3.6.1.2.1.10.7.2.1.8.50002|65|0
+1.3.6.1.2.1.10.7.2.1.8.50003|65|0
+1.3.6.1.2.1.10.7.2.1.8.50004|65|0
+1.3.6.1.2.1.10.7.2.1.8.51001|65|0
+1.3.6.1.2.1.10.7.2.1.8.51002|65|0
+1.3.6.1.2.1.10.7.2.1.8.51003|65|0
+1.3.6.1.2.1.10.7.2.1.8.51004|65|0
+1.3.6.1.2.1.10.7.2.1.8.52001|65|0
+1.3.6.1.2.1.10.7.2.1.8.52002|65|0
+1.3.6.1.2.1.10.7.2.1.8.52003|65|0
+1.3.6.1.2.1.10.7.2.1.8.52004|65|0
+1.3.6.1.2.1.10.7.2.1.8.53001|65|0
+1.3.6.1.2.1.10.7.2.1.8.53002|65|0
+1.3.6.1.2.1.10.7.2.1.8.53003|65|0
+1.3.6.1.2.1.10.7.2.1.8.53004|65|0
+1.3.6.1.2.1.10.7.2.1.8.54001|65|0
+1.3.6.1.2.1.10.7.2.1.8.54002|65|0
+1.3.6.1.2.1.10.7.2.1.8.54003|65|0
+1.3.6.1.2.1.10.7.2.1.8.54004|65|0
+1.3.6.1.2.1.10.7.2.1.8.999001|65|0
+1.3.6.1.2.1.10.7.2.1.9.1|65|0
+1.3.6.1.2.1.10.7.2.1.9.2|65|0
+1.3.6.1.2.1.10.7.2.1.9.3|65|0
+1.3.6.1.2.1.10.7.2.1.9.4|65|0
+1.3.6.1.2.1.10.7.2.1.9.5|65|0
+1.3.6.1.2.1.10.7.2.1.9.6|65|0
+1.3.6.1.2.1.10.7.2.1.9.7|65|0
+1.3.6.1.2.1.10.7.2.1.9.8|65|0
+1.3.6.1.2.1.10.7.2.1.9.9|65|0
+1.3.6.1.2.1.10.7.2.1.9.10|65|0
+1.3.6.1.2.1.10.7.2.1.9.11|65|0
+1.3.6.1.2.1.10.7.2.1.9.12|65|0
+1.3.6.1.2.1.10.7.2.1.9.13|65|0
+1.3.6.1.2.1.10.7.2.1.9.14|65|0
+1.3.6.1.2.1.10.7.2.1.9.15|65|0
+1.3.6.1.2.1.10.7.2.1.9.16|65|0
+1.3.6.1.2.1.10.7.2.1.9.17|65|0
+1.3.6.1.2.1.10.7.2.1.9.18|65|0
+1.3.6.1.2.1.10.7.2.1.9.19|65|0
+1.3.6.1.2.1.10.7.2.1.9.20|65|0
+1.3.6.1.2.1.10.7.2.1.9.21|65|0
+1.3.6.1.2.1.10.7.2.1.9.22|65|0
+1.3.6.1.2.1.10.7.2.1.9.23|65|0
+1.3.6.1.2.1.10.7.2.1.9.24|65|0
+1.3.6.1.2.1.10.7.2.1.9.25|65|0
+1.3.6.1.2.1.10.7.2.1.9.26|65|0
+1.3.6.1.2.1.10.7.2.1.9.27|65|0
+1.3.6.1.2.1.10.7.2.1.9.28|65|0
+1.3.6.1.2.1.10.7.2.1.9.29|65|0
+1.3.6.1.2.1.10.7.2.1.9.30|65|0
+1.3.6.1.2.1.10.7.2.1.9.31|65|0
+1.3.6.1.2.1.10.7.2.1.9.32|65|0
+1.3.6.1.2.1.10.7.2.1.9.33|65|0
+1.3.6.1.2.1.10.7.2.1.9.34|65|0
+1.3.6.1.2.1.10.7.2.1.9.35|65|0
+1.3.6.1.2.1.10.7.2.1.9.36|65|0
+1.3.6.1.2.1.10.7.2.1.9.37|65|0
+1.3.6.1.2.1.10.7.2.1.9.38|65|0
+1.3.6.1.2.1.10.7.2.1.9.39|65|0
+1.3.6.1.2.1.10.7.2.1.9.40|65|0
+1.3.6.1.2.1.10.7.2.1.9.41|65|0
+1.3.6.1.2.1.10.7.2.1.9.42|65|0
+1.3.6.1.2.1.10.7.2.1.9.43|65|0
+1.3.6.1.2.1.10.7.2.1.9.44|65|0
+1.3.6.1.2.1.10.7.2.1.9.45|65|0
+1.3.6.1.2.1.10.7.2.1.9.46|65|0
+1.3.6.1.2.1.10.7.2.1.9.47|65|0
+1.3.6.1.2.1.10.7.2.1.9.48|65|0
+1.3.6.1.2.1.10.7.2.1.9.49001|65|0
+1.3.6.1.2.1.10.7.2.1.9.49002|65|0
+1.3.6.1.2.1.10.7.2.1.9.49003|65|0
+1.3.6.1.2.1.10.7.2.1.9.49004|65|0
+1.3.6.1.2.1.10.7.2.1.9.50001|65|0
+1.3.6.1.2.1.10.7.2.1.9.50002|65|0
+1.3.6.1.2.1.10.7.2.1.9.50003|65|0
+1.3.6.1.2.1.10.7.2.1.9.50004|65|0
+1.3.6.1.2.1.10.7.2.1.9.51001|65|0
+1.3.6.1.2.1.10.7.2.1.9.51002|65|0
+1.3.6.1.2.1.10.7.2.1.9.51003|65|0
+1.3.6.1.2.1.10.7.2.1.9.51004|65|0
+1.3.6.1.2.1.10.7.2.1.9.52001|65|0
+1.3.6.1.2.1.10.7.2.1.9.52002|65|0
+1.3.6.1.2.1.10.7.2.1.9.52003|65|0
+1.3.6.1.2.1.10.7.2.1.9.52004|65|0
+1.3.6.1.2.1.10.7.2.1.9.53001|65|0
+1.3.6.1.2.1.10.7.2.1.9.53002|65|0
+1.3.6.1.2.1.10.7.2.1.9.53003|65|0
+1.3.6.1.2.1.10.7.2.1.9.53004|65|0
+1.3.6.1.2.1.10.7.2.1.9.54001|65|0
+1.3.6.1.2.1.10.7.2.1.9.54002|65|0
+1.3.6.1.2.1.10.7.2.1.9.54003|65|0
+1.3.6.1.2.1.10.7.2.1.9.54004|65|0
+1.3.6.1.2.1.10.7.2.1.9.999001|65|0
+1.3.6.1.2.1.10.7.2.1.10.1|65|0
+1.3.6.1.2.1.10.7.2.1.10.2|65|11
+1.3.6.1.2.1.10.7.2.1.10.3|65|0
+1.3.6.1.2.1.10.7.2.1.10.4|65|0
+1.3.6.1.2.1.10.7.2.1.10.5|65|0
+1.3.6.1.2.1.10.7.2.1.10.6|65|15
+1.3.6.1.2.1.10.7.2.1.10.7|65|16
+1.3.6.1.2.1.10.7.2.1.10.8|65|12
+1.3.6.1.2.1.10.7.2.1.10.9|65|0
+1.3.6.1.2.1.10.7.2.1.10.10|65|0
+1.3.6.1.2.1.10.7.2.1.10.11|65|0
+1.3.6.1.2.1.10.7.2.1.10.12|65|0
+1.3.6.1.2.1.10.7.2.1.10.13|65|2
+1.3.6.1.2.1.10.7.2.1.10.14|65|0
+1.3.6.1.2.1.10.7.2.1.10.15|65|0
+1.3.6.1.2.1.10.7.2.1.10.16|65|0
+1.3.6.1.2.1.10.7.2.1.10.17|65|2
+1.3.6.1.2.1.10.7.2.1.10.18|65|2
+1.3.6.1.2.1.10.7.2.1.10.19|65|2
+1.3.6.1.2.1.10.7.2.1.10.20|65|2
+1.3.6.1.2.1.10.7.2.1.10.21|65|2
+1.3.6.1.2.1.10.7.2.1.10.22|65|2
+1.3.6.1.2.1.10.7.2.1.10.23|65|0
+1.3.6.1.2.1.10.7.2.1.10.24|65|0
+1.3.6.1.2.1.10.7.2.1.10.25|65|0
+1.3.6.1.2.1.10.7.2.1.10.26|65|0
+1.3.6.1.2.1.10.7.2.1.10.27|65|0
+1.3.6.1.2.1.10.7.2.1.10.28|65|0
+1.3.6.1.2.1.10.7.2.1.10.29|65|0
+1.3.6.1.2.1.10.7.2.1.10.30|65|0
+1.3.6.1.2.1.10.7.2.1.10.31|65|0
+1.3.6.1.2.1.10.7.2.1.10.32|65|0
+1.3.6.1.2.1.10.7.2.1.10.33|65|0
+1.3.6.1.2.1.10.7.2.1.10.34|65|0
+1.3.6.1.2.1.10.7.2.1.10.35|65|0
+1.3.6.1.2.1.10.7.2.1.10.36|65|0
+1.3.6.1.2.1.10.7.2.1.10.37|65|0
+1.3.6.1.2.1.10.7.2.1.10.38|65|0
+1.3.6.1.2.1.10.7.2.1.10.39|65|0
+1.3.6.1.2.1.10.7.2.1.10.40|65|0
+1.3.6.1.2.1.10.7.2.1.10.41|65|0
+1.3.6.1.2.1.10.7.2.1.10.42|65|0
+1.3.6.1.2.1.10.7.2.1.10.43|65|0
+1.3.6.1.2.1.10.7.2.1.10.44|65|0
+1.3.6.1.2.1.10.7.2.1.10.45|65|2
+1.3.6.1.2.1.10.7.2.1.10.46|65|0
+1.3.6.1.2.1.10.7.2.1.10.47|65|0
+1.3.6.1.2.1.10.7.2.1.10.48|65|0
+1.3.6.1.2.1.10.7.2.1.10.49001|65|0
+1.3.6.1.2.1.10.7.2.1.10.49002|65|0
+1.3.6.1.2.1.10.7.2.1.10.49003|65|0
+1.3.6.1.2.1.10.7.2.1.10.49004|65|0
+1.3.6.1.2.1.10.7.2.1.10.50001|65|0
+1.3.6.1.2.1.10.7.2.1.10.50002|65|0
+1.3.6.1.2.1.10.7.2.1.10.50003|65|0
+1.3.6.1.2.1.10.7.2.1.10.50004|65|0
+1.3.6.1.2.1.10.7.2.1.10.51001|65|0
+1.3.6.1.2.1.10.7.2.1.10.51002|65|0
+1.3.6.1.2.1.10.7.2.1.10.51003|65|0
+1.3.6.1.2.1.10.7.2.1.10.51004|65|0
+1.3.6.1.2.1.10.7.2.1.10.52001|65|0
+1.3.6.1.2.1.10.7.2.1.10.52002|65|0
+1.3.6.1.2.1.10.7.2.1.10.52003|65|0
+1.3.6.1.2.1.10.7.2.1.10.52004|65|0
+1.3.6.1.2.1.10.7.2.1.10.53001|65|0
+1.3.6.1.2.1.10.7.2.1.10.53002|65|0
+1.3.6.1.2.1.10.7.2.1.10.53003|65|0
+1.3.6.1.2.1.10.7.2.1.10.53004|65|0
+1.3.6.1.2.1.10.7.2.1.10.54001|65|0
+1.3.6.1.2.1.10.7.2.1.10.54002|65|0
+1.3.6.1.2.1.10.7.2.1.10.54003|65|0
+1.3.6.1.2.1.10.7.2.1.10.54004|65|0
+1.3.6.1.2.1.10.7.2.1.10.999001|65|0
+1.3.6.1.2.1.10.7.2.1.11.1|65|0
+1.3.6.1.2.1.10.7.2.1.11.2|65|0
+1.3.6.1.2.1.10.7.2.1.11.3|65|0
+1.3.6.1.2.1.10.7.2.1.11.4|65|0
+1.3.6.1.2.1.10.7.2.1.11.5|65|0
+1.3.6.1.2.1.10.7.2.1.11.6|65|0
+1.3.6.1.2.1.10.7.2.1.11.7|65|0
+1.3.6.1.2.1.10.7.2.1.11.8|65|0
+1.3.6.1.2.1.10.7.2.1.11.9|65|0
+1.3.6.1.2.1.10.7.2.1.11.10|65|0
+1.3.6.1.2.1.10.7.2.1.11.11|65|0
+1.3.6.1.2.1.10.7.2.1.11.12|65|0
+1.3.6.1.2.1.10.7.2.1.11.13|65|0
+1.3.6.1.2.1.10.7.2.1.11.14|65|0
+1.3.6.1.2.1.10.7.2.1.11.15|65|0
+1.3.6.1.2.1.10.7.2.1.11.16|65|0
+1.3.6.1.2.1.10.7.2.1.11.17|65|0
+1.3.6.1.2.1.10.7.2.1.11.18|65|0
+1.3.6.1.2.1.10.7.2.1.11.19|65|0
+1.3.6.1.2.1.10.7.2.1.11.20|65|0
+1.3.6.1.2.1.10.7.2.1.11.21|65|0
+1.3.6.1.2.1.10.7.2.1.11.22|65|0
+1.3.6.1.2.1.10.7.2.1.11.23|65|0
+1.3.6.1.2.1.10.7.2.1.11.24|65|0
+1.3.6.1.2.1.10.7.2.1.11.25|65|0
+1.3.6.1.2.1.10.7.2.1.11.26|65|0
+1.3.6.1.2.1.10.7.2.1.11.27|65|0
+1.3.6.1.2.1.10.7.2.1.11.28|65|0
+1.3.6.1.2.1.10.7.2.1.11.29|65|0
+1.3.6.1.2.1.10.7.2.1.11.30|65|0
+1.3.6.1.2.1.10.7.2.1.11.31|65|0
+1.3.6.1.2.1.10.7.2.1.11.32|65|0
+1.3.6.1.2.1.10.7.2.1.11.33|65|0
+1.3.6.1.2.1.10.7.2.1.11.34|65|0
+1.3.6.1.2.1.10.7.2.1.11.35|65|0
+1.3.6.1.2.1.10.7.2.1.11.36|65|0
+1.3.6.1.2.1.10.7.2.1.11.37|65|0
+1.3.6.1.2.1.10.7.2.1.11.38|65|0
+1.3.6.1.2.1.10.7.2.1.11.39|65|0
+1.3.6.1.2.1.10.7.2.1.11.40|65|0
+1.3.6.1.2.1.10.7.2.1.11.41|65|0
+1.3.6.1.2.1.10.7.2.1.11.42|65|0
+1.3.6.1.2.1.10.7.2.1.11.43|65|0
+1.3.6.1.2.1.10.7.2.1.11.44|65|0
+1.3.6.1.2.1.10.7.2.1.11.45|65|0
+1.3.6.1.2.1.10.7.2.1.11.46|65|0
+1.3.6.1.2.1.10.7.2.1.11.47|65|0
+1.3.6.1.2.1.10.7.2.1.11.48|65|0
+1.3.6.1.2.1.10.7.2.1.11.49001|65|0
+1.3.6.1.2.1.10.7.2.1.11.49002|65|0
+1.3.6.1.2.1.10.7.2.1.11.49003|65|0
+1.3.6.1.2.1.10.7.2.1.11.49004|65|0
+1.3.6.1.2.1.10.7.2.1.11.50001|65|0
+1.3.6.1.2.1.10.7.2.1.11.50002|65|0
+1.3.6.1.2.1.10.7.2.1.11.50003|65|0
+1.3.6.1.2.1.10.7.2.1.11.50004|65|0
+1.3.6.1.2.1.10.7.2.1.11.51001|65|0
+1.3.6.1.2.1.10.7.2.1.11.51002|65|0
+1.3.6.1.2.1.10.7.2.1.11.51003|65|0
+1.3.6.1.2.1.10.7.2.1.11.51004|65|0
+1.3.6.1.2.1.10.7.2.1.11.52001|65|0
+1.3.6.1.2.1.10.7.2.1.11.52002|65|0
+1.3.6.1.2.1.10.7.2.1.11.52003|65|0
+1.3.6.1.2.1.10.7.2.1.11.52004|65|0
+1.3.6.1.2.1.10.7.2.1.11.53001|65|0
+1.3.6.1.2.1.10.7.2.1.11.53002|65|0
+1.3.6.1.2.1.10.7.2.1.11.53003|65|0
+1.3.6.1.2.1.10.7.2.1.11.53004|65|0
+1.3.6.1.2.1.10.7.2.1.11.54001|65|0
+1.3.6.1.2.1.10.7.2.1.11.54002|65|0
+1.3.6.1.2.1.10.7.2.1.11.54003|65|0
+1.3.6.1.2.1.10.7.2.1.11.54004|65|0
+1.3.6.1.2.1.10.7.2.1.11.999001|65|0
+1.3.6.1.2.1.10.7.2.1.13.1|65|0
+1.3.6.1.2.1.10.7.2.1.13.2|65|0
+1.3.6.1.2.1.10.7.2.1.13.3|65|0
+1.3.6.1.2.1.10.7.2.1.13.4|65|0
+1.3.6.1.2.1.10.7.2.1.13.5|65|0
+1.3.6.1.2.1.10.7.2.1.13.6|65|0
+1.3.6.1.2.1.10.7.2.1.13.7|65|0
+1.3.6.1.2.1.10.7.2.1.13.8|65|0
+1.3.6.1.2.1.10.7.2.1.13.9|65|0
+1.3.6.1.2.1.10.7.2.1.13.10|65|0
+1.3.6.1.2.1.10.7.2.1.13.11|65|0
+1.3.6.1.2.1.10.7.2.1.13.12|65|0
+1.3.6.1.2.1.10.7.2.1.13.13|65|0
+1.3.6.1.2.1.10.7.2.1.13.14|65|0
+1.3.6.1.2.1.10.7.2.1.13.15|65|0
+1.3.6.1.2.1.10.7.2.1.13.16|65|0
+1.3.6.1.2.1.10.7.2.1.13.17|65|0
+1.3.6.1.2.1.10.7.2.1.13.18|65|0
+1.3.6.1.2.1.10.7.2.1.13.19|65|0
+1.3.6.1.2.1.10.7.2.1.13.20|65|0
+1.3.6.1.2.1.10.7.2.1.13.21|65|0
+1.3.6.1.2.1.10.7.2.1.13.22|65|0
+1.3.6.1.2.1.10.7.2.1.13.23|65|0
+1.3.6.1.2.1.10.7.2.1.13.24|65|0
+1.3.6.1.2.1.10.7.2.1.13.25|65|0
+1.3.6.1.2.1.10.7.2.1.13.26|65|0
+1.3.6.1.2.1.10.7.2.1.13.27|65|0
+1.3.6.1.2.1.10.7.2.1.13.28|65|0
+1.3.6.1.2.1.10.7.2.1.13.29|65|0
+1.3.6.1.2.1.10.7.2.1.13.30|65|0
+1.3.6.1.2.1.10.7.2.1.13.31|65|0
+1.3.6.1.2.1.10.7.2.1.13.32|65|0
+1.3.6.1.2.1.10.7.2.1.13.33|65|0
+1.3.6.1.2.1.10.7.2.1.13.34|65|0
+1.3.6.1.2.1.10.7.2.1.13.35|65|0
+1.3.6.1.2.1.10.7.2.1.13.36|65|0
+1.3.6.1.2.1.10.7.2.1.13.37|65|0
+1.3.6.1.2.1.10.7.2.1.13.38|65|0
+1.3.6.1.2.1.10.7.2.1.13.39|65|0
+1.3.6.1.2.1.10.7.2.1.13.40|65|0
+1.3.6.1.2.1.10.7.2.1.13.41|65|0
+1.3.6.1.2.1.10.7.2.1.13.42|65|0
+1.3.6.1.2.1.10.7.2.1.13.43|65|0
+1.3.6.1.2.1.10.7.2.1.13.44|65|0
+1.3.6.1.2.1.10.7.2.1.13.45|65|0
+1.3.6.1.2.1.10.7.2.1.13.46|65|0
+1.3.6.1.2.1.10.7.2.1.13.47|65|0
+1.3.6.1.2.1.10.7.2.1.13.48|65|0
+1.3.6.1.2.1.10.7.2.1.13.49001|65|0
+1.3.6.1.2.1.10.7.2.1.13.49002|65|0
+1.3.6.1.2.1.10.7.2.1.13.49003|65|0
+1.3.6.1.2.1.10.7.2.1.13.49004|65|0
+1.3.6.1.2.1.10.7.2.1.13.50001|65|0
+1.3.6.1.2.1.10.7.2.1.13.50002|65|0
+1.3.6.1.2.1.10.7.2.1.13.50003|65|0
+1.3.6.1.2.1.10.7.2.1.13.50004|65|0
+1.3.6.1.2.1.10.7.2.1.13.51001|65|0
+1.3.6.1.2.1.10.7.2.1.13.51002|65|0
+1.3.6.1.2.1.10.7.2.1.13.51003|65|0
+1.3.6.1.2.1.10.7.2.1.13.51004|65|0
+1.3.6.1.2.1.10.7.2.1.13.52001|65|0
+1.3.6.1.2.1.10.7.2.1.13.52002|65|0
+1.3.6.1.2.1.10.7.2.1.13.52003|65|0
+1.3.6.1.2.1.10.7.2.1.13.52004|65|0
+1.3.6.1.2.1.10.7.2.1.13.53001|65|0
+1.3.6.1.2.1.10.7.2.1.13.53002|65|0
+1.3.6.1.2.1.10.7.2.1.13.53003|65|0
+1.3.6.1.2.1.10.7.2.1.13.53004|65|0
+1.3.6.1.2.1.10.7.2.1.13.54001|65|0
+1.3.6.1.2.1.10.7.2.1.13.54002|65|0
+1.3.6.1.2.1.10.7.2.1.13.54003|65|0
+1.3.6.1.2.1.10.7.2.1.13.54004|65|0
+1.3.6.1.2.1.10.7.2.1.13.999001|65|0
+1.3.6.1.2.1.10.7.2.1.16.1|65|0
+1.3.6.1.2.1.10.7.2.1.16.2|65|0
+1.3.6.1.2.1.10.7.2.1.16.3|65|0
+1.3.6.1.2.1.10.7.2.1.16.4|65|0
+1.3.6.1.2.1.10.7.2.1.16.5|65|0
+1.3.6.1.2.1.10.7.2.1.16.6|65|0
+1.3.6.1.2.1.10.7.2.1.16.7|65|0
+1.3.6.1.2.1.10.7.2.1.16.8|65|45
+1.3.6.1.2.1.10.7.2.1.16.9|65|0
+1.3.6.1.2.1.10.7.2.1.16.10|65|0
+1.3.6.1.2.1.10.7.2.1.16.11|65|0
+1.3.6.1.2.1.10.7.2.1.16.12|65|0
+1.3.6.1.2.1.10.7.2.1.16.13|65|0
+1.3.6.1.2.1.10.7.2.1.16.14|65|0
+1.3.6.1.2.1.10.7.2.1.16.15|65|0
+1.3.6.1.2.1.10.7.2.1.16.16|65|0
+1.3.6.1.2.1.10.7.2.1.16.17|65|0
+1.3.6.1.2.1.10.7.2.1.16.18|65|0
+1.3.6.1.2.1.10.7.2.1.16.19|65|6
+1.3.6.1.2.1.10.7.2.1.16.20|65|0
+1.3.6.1.2.1.10.7.2.1.16.21|65|0
+1.3.6.1.2.1.10.7.2.1.16.22|65|0
+1.3.6.1.2.1.10.7.2.1.16.23|65|0
+1.3.6.1.2.1.10.7.2.1.16.24|65|0
+1.3.6.1.2.1.10.7.2.1.16.25|65|0
+1.3.6.1.2.1.10.7.2.1.16.26|65|0
+1.3.6.1.2.1.10.7.2.1.16.27|65|0
+1.3.6.1.2.1.10.7.2.1.16.28|65|0
+1.3.6.1.2.1.10.7.2.1.16.29|65|0
+1.3.6.1.2.1.10.7.2.1.16.30|65|0
+1.3.6.1.2.1.10.7.2.1.16.31|65|0
+1.3.6.1.2.1.10.7.2.1.16.32|65|0
+1.3.6.1.2.1.10.7.2.1.16.33|65|0
+1.3.6.1.2.1.10.7.2.1.16.34|65|0
+1.3.6.1.2.1.10.7.2.1.16.35|65|0
+1.3.6.1.2.1.10.7.2.1.16.36|65|0
+1.3.6.1.2.1.10.7.2.1.16.37|65|0
+1.3.6.1.2.1.10.7.2.1.16.38|65|0
+1.3.6.1.2.1.10.7.2.1.16.39|65|0
+1.3.6.1.2.1.10.7.2.1.16.40|65|0
+1.3.6.1.2.1.10.7.2.1.16.41|65|0
+1.3.6.1.2.1.10.7.2.1.16.42|65|0
+1.3.6.1.2.1.10.7.2.1.16.43|65|0
+1.3.6.1.2.1.10.7.2.1.16.44|65|0
+1.3.6.1.2.1.10.7.2.1.16.45|65|0
+1.3.6.1.2.1.10.7.2.1.16.46|65|0
+1.3.6.1.2.1.10.7.2.1.16.47|65|0
+1.3.6.1.2.1.10.7.2.1.16.48|65|0
+1.3.6.1.2.1.10.7.2.1.16.49001|65|0
+1.3.6.1.2.1.10.7.2.1.16.49002|65|0
+1.3.6.1.2.1.10.7.2.1.16.49003|65|0
+1.3.6.1.2.1.10.7.2.1.16.49004|65|0
+1.3.6.1.2.1.10.7.2.1.16.50001|65|0
+1.3.6.1.2.1.10.7.2.1.16.50002|65|0
+1.3.6.1.2.1.10.7.2.1.16.50003|65|0
+1.3.6.1.2.1.10.7.2.1.16.50004|65|0
+1.3.6.1.2.1.10.7.2.1.16.51001|65|0
+1.3.6.1.2.1.10.7.2.1.16.51002|65|0
+1.3.6.1.2.1.10.7.2.1.16.51003|65|0
+1.3.6.1.2.1.10.7.2.1.16.51004|65|0
+1.3.6.1.2.1.10.7.2.1.16.52001|65|0
+1.3.6.1.2.1.10.7.2.1.16.52002|65|0
+1.3.6.1.2.1.10.7.2.1.16.52003|65|0
+1.3.6.1.2.1.10.7.2.1.16.52004|65|0
+1.3.6.1.2.1.10.7.2.1.16.53001|65|0
+1.3.6.1.2.1.10.7.2.1.16.53002|65|0
+1.3.6.1.2.1.10.7.2.1.16.53003|65|0
+1.3.6.1.2.1.10.7.2.1.16.53004|65|0
+1.3.6.1.2.1.10.7.2.1.16.54001|65|0
+1.3.6.1.2.1.10.7.2.1.16.54002|65|0
+1.3.6.1.2.1.10.7.2.1.16.54003|65|0
+1.3.6.1.2.1.10.7.2.1.16.54004|65|0
+1.3.6.1.2.1.10.7.2.1.16.999001|65|0
+1.3.6.1.2.1.10.7.2.1.17.1|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.2|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.3|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.4|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.5|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.6|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.7|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.8|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.9|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.10|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.11|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.12|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.13|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.14|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.15|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.16|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.17|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.18|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.19|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.20|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.21|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.22|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.23|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.24|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.25|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.26|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.27|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.28|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.29|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.30|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.31|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.32|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.33|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.34|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.35|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.36|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.37|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.38|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.39|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.40|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.41|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.42|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.43|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.44|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.45|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.46|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.47|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.48|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.49001|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.49002|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.49003|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.49004|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.50001|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.50002|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.50003|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.50004|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.51001|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.51002|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.51003|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.51004|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.52001|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.52002|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.52003|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.52004|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.53001|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.53002|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.53003|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.53004|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.54001|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.54002|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.54003|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.54004|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.999001|6|0.0
+1.3.6.1.2.1.10.7.2.1.18.1|65|0
+1.3.6.1.2.1.10.7.2.1.18.2|65|0
+1.3.6.1.2.1.10.7.2.1.18.3|65|0
+1.3.6.1.2.1.10.7.2.1.18.4|65|0
+1.3.6.1.2.1.10.7.2.1.18.5|65|0
+1.3.6.1.2.1.10.7.2.1.18.6|65|0
+1.3.6.1.2.1.10.7.2.1.18.7|65|0
+1.3.6.1.2.1.10.7.2.1.18.8|65|39
+1.3.6.1.2.1.10.7.2.1.18.9|65|0
+1.3.6.1.2.1.10.7.2.1.18.10|65|0
+1.3.6.1.2.1.10.7.2.1.18.11|65|0
+1.3.6.1.2.1.10.7.2.1.18.12|65|0
+1.3.6.1.2.1.10.7.2.1.18.13|65|0
+1.3.6.1.2.1.10.7.2.1.18.14|65|0
+1.3.6.1.2.1.10.7.2.1.18.15|65|0
+1.3.6.1.2.1.10.7.2.1.18.16|65|0
+1.3.6.1.2.1.10.7.2.1.18.17|65|0
+1.3.6.1.2.1.10.7.2.1.18.18|65|0
+1.3.6.1.2.1.10.7.2.1.18.19|65|6
+1.3.6.1.2.1.10.7.2.1.18.20|65|0
+1.3.6.1.2.1.10.7.2.1.18.21|65|0
+1.3.6.1.2.1.10.7.2.1.18.22|65|0
+1.3.6.1.2.1.10.7.2.1.18.23|65|0
+1.3.6.1.2.1.10.7.2.1.18.24|65|0
+1.3.6.1.2.1.10.7.2.1.18.25|65|0
+1.3.6.1.2.1.10.7.2.1.18.26|65|0
+1.3.6.1.2.1.10.7.2.1.18.27|65|0
+1.3.6.1.2.1.10.7.2.1.18.28|65|0
+1.3.6.1.2.1.10.7.2.1.18.29|65|0
+1.3.6.1.2.1.10.7.2.1.18.30|65|0
+1.3.6.1.2.1.10.7.2.1.18.31|65|0
+1.3.6.1.2.1.10.7.2.1.18.32|65|0
+1.3.6.1.2.1.10.7.2.1.18.33|65|0
+1.3.6.1.2.1.10.7.2.1.18.34|65|0
+1.3.6.1.2.1.10.7.2.1.18.35|65|0
+1.3.6.1.2.1.10.7.2.1.18.36|65|0
+1.3.6.1.2.1.10.7.2.1.18.37|65|0
+1.3.6.1.2.1.10.7.2.1.18.38|65|0
+1.3.6.1.2.1.10.7.2.1.18.39|65|0
+1.3.6.1.2.1.10.7.2.1.18.40|65|0
+1.3.6.1.2.1.10.7.2.1.18.41|65|0
+1.3.6.1.2.1.10.7.2.1.18.42|65|0
+1.3.6.1.2.1.10.7.2.1.18.43|65|0
+1.3.6.1.2.1.10.7.2.1.18.44|65|0
+1.3.6.1.2.1.10.7.2.1.18.45|65|0
+1.3.6.1.2.1.10.7.2.1.18.46|65|0
+1.3.6.1.2.1.10.7.2.1.18.47|65|0
+1.3.6.1.2.1.10.7.2.1.18.48|65|0
+1.3.6.1.2.1.10.7.2.1.18.49001|65|0
+1.3.6.1.2.1.10.7.2.1.18.49002|65|0
+1.3.6.1.2.1.10.7.2.1.18.49003|65|0
+1.3.6.1.2.1.10.7.2.1.18.49004|65|0
+1.3.6.1.2.1.10.7.2.1.18.50001|65|0
+1.3.6.1.2.1.10.7.2.1.18.50002|65|0
+1.3.6.1.2.1.10.7.2.1.18.50003|65|0
+1.3.6.1.2.1.10.7.2.1.18.50004|65|0
+1.3.6.1.2.1.10.7.2.1.18.51001|65|0
+1.3.6.1.2.1.10.7.2.1.18.51002|65|0
+1.3.6.1.2.1.10.7.2.1.18.51003|65|0
+1.3.6.1.2.1.10.7.2.1.18.51004|65|0
+1.3.6.1.2.1.10.7.2.1.18.52001|65|0
+1.3.6.1.2.1.10.7.2.1.18.52002|65|0
+1.3.6.1.2.1.10.7.2.1.18.52003|65|0
+1.3.6.1.2.1.10.7.2.1.18.52004|65|0
+1.3.6.1.2.1.10.7.2.1.18.53001|65|0
+1.3.6.1.2.1.10.7.2.1.18.53002|65|0
+1.3.6.1.2.1.10.7.2.1.18.53003|65|0
+1.3.6.1.2.1.10.7.2.1.18.53004|65|0
+1.3.6.1.2.1.10.7.2.1.18.54001|65|0
+1.3.6.1.2.1.10.7.2.1.18.54002|65|0
+1.3.6.1.2.1.10.7.2.1.18.54003|65|0
+1.3.6.1.2.1.10.7.2.1.18.54004|65|0
+1.3.6.1.2.1.10.7.2.1.18.999001|65|0
+1.3.6.1.2.1.10.7.2.1.19.1|2|3
+1.3.6.1.2.1.10.7.2.1.19.2|2|3
+1.3.6.1.2.1.10.7.2.1.19.3|2|3
+1.3.6.1.2.1.10.7.2.1.19.4|2|3
+1.3.6.1.2.1.10.7.2.1.19.5|2|3
+1.3.6.1.2.1.10.7.2.1.19.6|2|3
+1.3.6.1.2.1.10.7.2.1.19.7|2|3
+1.3.6.1.2.1.10.7.2.1.19.8|2|3
+1.3.6.1.2.1.10.7.2.1.19.9|2|3
+1.3.6.1.2.1.10.7.2.1.19.10|2|3
+1.3.6.1.2.1.10.7.2.1.19.11|2|3
+1.3.6.1.2.1.10.7.2.1.19.12|2|3
+1.3.6.1.2.1.10.7.2.1.19.13|2|3
+1.3.6.1.2.1.10.7.2.1.19.14|2|3
+1.3.6.1.2.1.10.7.2.1.19.15|2|1
+1.3.6.1.2.1.10.7.2.1.19.16|2|1
+1.3.6.1.2.1.10.7.2.1.19.17|2|3
+1.3.6.1.2.1.10.7.2.1.19.18|2|3
+1.3.6.1.2.1.10.7.2.1.19.19|2|3
+1.3.6.1.2.1.10.7.2.1.19.20|2|3
+1.3.6.1.2.1.10.7.2.1.19.21|2|3
+1.3.6.1.2.1.10.7.2.1.19.22|2|3
+1.3.6.1.2.1.10.7.2.1.19.23|2|1
+1.3.6.1.2.1.10.7.2.1.19.24|2|1
+1.3.6.1.2.1.10.7.2.1.19.25|2|3
+1.3.6.1.2.1.10.7.2.1.19.26|2|3
+1.3.6.1.2.1.10.7.2.1.19.27|2|3
+1.3.6.1.2.1.10.7.2.1.19.28|2|3
+1.3.6.1.2.1.10.7.2.1.19.29|2|3
+1.3.6.1.2.1.10.7.2.1.19.30|2|3
+1.3.6.1.2.1.10.7.2.1.19.31|2|3
+1.3.6.1.2.1.10.7.2.1.19.32|2|3
+1.3.6.1.2.1.10.7.2.1.19.33|2|3
+1.3.6.1.2.1.10.7.2.1.19.34|2|3
+1.3.6.1.2.1.10.7.2.1.19.35|2|3
+1.3.6.1.2.1.10.7.2.1.19.36|2|3
+1.3.6.1.2.1.10.7.2.1.19.37|2|3
+1.3.6.1.2.1.10.7.2.1.19.38|2|3
+1.3.6.1.2.1.10.7.2.1.19.39|2|3
+1.3.6.1.2.1.10.7.2.1.19.40|2|3
+1.3.6.1.2.1.10.7.2.1.19.41|2|1
+1.3.6.1.2.1.10.7.2.1.19.42|2|1
+1.3.6.1.2.1.10.7.2.1.19.43|2|1
+1.3.6.1.2.1.10.7.2.1.19.44|2|1
+1.3.6.1.2.1.10.7.2.1.19.45|2|3
+1.3.6.1.2.1.10.7.2.1.19.46|2|3
+1.3.6.1.2.1.10.7.2.1.19.47|2|3
+1.3.6.1.2.1.10.7.2.1.19.48|2|3
+1.3.6.1.2.1.10.7.2.1.19.49001|2|3
+1.3.6.1.2.1.10.7.2.1.19.49002|2|1
+1.3.6.1.2.1.10.7.2.1.19.49003|2|1
+1.3.6.1.2.1.10.7.2.1.19.49004|2|1
+1.3.6.1.2.1.10.7.2.1.19.50001|2|3
+1.3.6.1.2.1.10.7.2.1.19.50002|2|1
+1.3.6.1.2.1.10.7.2.1.19.50003|2|1
+1.3.6.1.2.1.10.7.2.1.19.50004|2|1
+1.3.6.1.2.1.10.7.2.1.19.51001|2|3
+1.3.6.1.2.1.10.7.2.1.19.51002|2|1
+1.3.6.1.2.1.10.7.2.1.19.51003|2|1
+1.3.6.1.2.1.10.7.2.1.19.51004|2|1
+1.3.6.1.2.1.10.7.2.1.19.52001|2|3
+1.3.6.1.2.1.10.7.2.1.19.52002|2|1
+1.3.6.1.2.1.10.7.2.1.19.52003|2|1
+1.3.6.1.2.1.10.7.2.1.19.52004|2|1
+1.3.6.1.2.1.10.7.2.1.19.53001|2|3
+1.3.6.1.2.1.10.7.2.1.19.53002|2|1
+1.3.6.1.2.1.10.7.2.1.19.53003|2|1
+1.3.6.1.2.1.10.7.2.1.19.53004|2|1
+1.3.6.1.2.1.10.7.2.1.19.54001|2|3
+1.3.6.1.2.1.10.7.2.1.19.54002|2|1
+1.3.6.1.2.1.10.7.2.1.19.54003|2|1
+1.3.6.1.2.1.10.7.2.1.19.54004|2|1
+1.3.6.1.2.1.10.7.2.1.19.999001|2|3
+1.3.6.1.2.1.10.7.2.1.20.1|2|2
+1.3.6.1.2.1.10.7.2.1.20.2|2|2
+1.3.6.1.2.1.10.7.2.1.20.3|2|2
+1.3.6.1.2.1.10.7.2.1.20.4|2|2
+1.3.6.1.2.1.10.7.2.1.20.5|2|2
+1.3.6.1.2.1.10.7.2.1.20.6|2|2
+1.3.6.1.2.1.10.7.2.1.20.7|2|2
+1.3.6.1.2.1.10.7.2.1.20.8|2|2
+1.3.6.1.2.1.10.7.2.1.20.9|2|2
+1.3.6.1.2.1.10.7.2.1.20.10|2|2
+1.3.6.1.2.1.10.7.2.1.20.11|2|2
+1.3.6.1.2.1.10.7.2.1.20.12|2|2
+1.3.6.1.2.1.10.7.2.1.20.13|2|2
+1.3.6.1.2.1.10.7.2.1.20.14|2|2
+1.3.6.1.2.1.10.7.2.1.20.15|2|2
+1.3.6.1.2.1.10.7.2.1.20.16|2|2
+1.3.6.1.2.1.10.7.2.1.20.17|2|2
+1.3.6.1.2.1.10.7.2.1.20.18|2|2
+1.3.6.1.2.1.10.7.2.1.20.19|2|2
+1.3.6.1.2.1.10.7.2.1.20.20|2|2
+1.3.6.1.2.1.10.7.2.1.20.21|2|2
+1.3.6.1.2.1.10.7.2.1.20.22|2|2
+1.3.6.1.2.1.10.7.2.1.20.23|2|2
+1.3.6.1.2.1.10.7.2.1.20.24|2|2
+1.3.6.1.2.1.10.7.2.1.20.25|2|2
+1.3.6.1.2.1.10.7.2.1.20.26|2|2
+1.3.6.1.2.1.10.7.2.1.20.27|2|2
+1.3.6.1.2.1.10.7.2.1.20.28|2|2
+1.3.6.1.2.1.10.7.2.1.20.29|2|2
+1.3.6.1.2.1.10.7.2.1.20.30|2|2
+1.3.6.1.2.1.10.7.2.1.20.31|2|2
+1.3.6.1.2.1.10.7.2.1.20.32|2|2
+1.3.6.1.2.1.10.7.2.1.20.33|2|2
+1.3.6.1.2.1.10.7.2.1.20.34|2|2
+1.3.6.1.2.1.10.7.2.1.20.35|2|2
+1.3.6.1.2.1.10.7.2.1.20.36|2|2
+1.3.6.1.2.1.10.7.2.1.20.37|2|2
+1.3.6.1.2.1.10.7.2.1.20.38|2|2
+1.3.6.1.2.1.10.7.2.1.20.39|2|2
+1.3.6.1.2.1.10.7.2.1.20.40|2|2
+1.3.6.1.2.1.10.7.2.1.20.41|2|2
+1.3.6.1.2.1.10.7.2.1.20.42|2|2
+1.3.6.1.2.1.10.7.2.1.20.43|2|2
+1.3.6.1.2.1.10.7.2.1.20.44|2|2
+1.3.6.1.2.1.10.7.2.1.20.45|2|2
+1.3.6.1.2.1.10.7.2.1.20.46|2|2
+1.3.6.1.2.1.10.7.2.1.20.47|2|2
+1.3.6.1.2.1.10.7.2.1.20.48|2|2
+1.3.6.1.2.1.10.7.2.1.20.49001|2|2
+1.3.6.1.2.1.10.7.2.1.20.49002|2|2
+1.3.6.1.2.1.10.7.2.1.20.49003|2|2
+1.3.6.1.2.1.10.7.2.1.20.49004|2|2
+1.3.6.1.2.1.10.7.2.1.20.50001|2|2
+1.3.6.1.2.1.10.7.2.1.20.50002|2|2
+1.3.6.1.2.1.10.7.2.1.20.50003|2|2
+1.3.6.1.2.1.10.7.2.1.20.50004|2|2
+1.3.6.1.2.1.10.7.2.1.20.51001|2|2
+1.3.6.1.2.1.10.7.2.1.20.51002|2|2
+1.3.6.1.2.1.10.7.2.1.20.51003|2|2
+1.3.6.1.2.1.10.7.2.1.20.51004|2|2
+1.3.6.1.2.1.10.7.2.1.20.52001|2|2
+1.3.6.1.2.1.10.7.2.1.20.52002|2|2
+1.3.6.1.2.1.10.7.2.1.20.52003|2|2
+1.3.6.1.2.1.10.7.2.1.20.52004|2|2
+1.3.6.1.2.1.10.7.2.1.20.53001|2|2
+1.3.6.1.2.1.10.7.2.1.20.53002|2|2
+1.3.6.1.2.1.10.7.2.1.20.53003|2|2
+1.3.6.1.2.1.10.7.2.1.20.53004|2|2
+1.3.6.1.2.1.10.7.2.1.20.54001|2|2
+1.3.6.1.2.1.10.7.2.1.20.54002|2|2
+1.3.6.1.2.1.10.7.2.1.20.54003|2|2
+1.3.6.1.2.1.10.7.2.1.20.54004|2|2
+1.3.6.1.2.1.10.7.2.1.20.999001|2|2
+1.3.6.1.2.1.10.7.2.1.21.1|2|3
+1.3.6.1.2.1.10.7.2.1.21.2|2|3
+1.3.6.1.2.1.10.7.2.1.21.3|2|3
+1.3.6.1.2.1.10.7.2.1.21.4|2|3
+1.3.6.1.2.1.10.7.2.1.21.5|2|3
+1.3.6.1.2.1.10.7.2.1.21.6|2|3
+1.3.6.1.2.1.10.7.2.1.21.7|2|3
+1.3.6.1.2.1.10.7.2.1.21.8|2|3
+1.3.6.1.2.1.10.7.2.1.21.9|2|3
+1.3.6.1.2.1.10.7.2.1.21.10|2|3
+1.3.6.1.2.1.10.7.2.1.21.11|2|3
+1.3.6.1.2.1.10.7.2.1.21.12|2|3
+1.3.6.1.2.1.10.7.2.1.21.13|2|3
+1.3.6.1.2.1.10.7.2.1.21.14|2|3
+1.3.6.1.2.1.10.7.2.1.21.15|2|3
+1.3.6.1.2.1.10.7.2.1.21.16|2|3
+1.3.6.1.2.1.10.7.2.1.21.17|2|3
+1.3.6.1.2.1.10.7.2.1.21.18|2|3
+1.3.6.1.2.1.10.7.2.1.21.19|2|3
+1.3.6.1.2.1.10.7.2.1.21.20|2|3
+1.3.6.1.2.1.10.7.2.1.21.21|2|3
+1.3.6.1.2.1.10.7.2.1.21.22|2|3
+1.3.6.1.2.1.10.7.2.1.21.23|2|3
+1.3.6.1.2.1.10.7.2.1.21.24|2|3
+1.3.6.1.2.1.10.7.2.1.21.25|2|3
+1.3.6.1.2.1.10.7.2.1.21.26|2|3
+1.3.6.1.2.1.10.7.2.1.21.27|2|3
+1.3.6.1.2.1.10.7.2.1.21.28|2|3
+1.3.6.1.2.1.10.7.2.1.21.29|2|3
+1.3.6.1.2.1.10.7.2.1.21.30|2|3
+1.3.6.1.2.1.10.7.2.1.21.31|2|3
+1.3.6.1.2.1.10.7.2.1.21.32|2|3
+1.3.6.1.2.1.10.7.2.1.21.33|2|3
+1.3.6.1.2.1.10.7.2.1.21.34|2|3
+1.3.6.1.2.1.10.7.2.1.21.35|2|3
+1.3.6.1.2.1.10.7.2.1.21.36|2|3
+1.3.6.1.2.1.10.7.2.1.21.37|2|3
+1.3.6.1.2.1.10.7.2.1.21.38|2|3
+1.3.6.1.2.1.10.7.2.1.21.39|2|3
+1.3.6.1.2.1.10.7.2.1.21.40|2|3
+1.3.6.1.2.1.10.7.2.1.21.41|2|3
+1.3.6.1.2.1.10.7.2.1.21.42|2|3
+1.3.6.1.2.1.10.7.2.1.21.43|2|3
+1.3.6.1.2.1.10.7.2.1.21.44|2|3
+1.3.6.1.2.1.10.7.2.1.21.45|2|3
+1.3.6.1.2.1.10.7.2.1.21.46|2|3
+1.3.6.1.2.1.10.7.2.1.21.47|2|3
+1.3.6.1.2.1.10.7.2.1.21.48|2|3
+1.3.6.1.2.1.10.7.2.1.21.49001|2|3
+1.3.6.1.2.1.10.7.2.1.21.49002|2|3
+1.3.6.1.2.1.10.7.2.1.21.49003|2|3
+1.3.6.1.2.1.10.7.2.1.21.49004|2|3
+1.3.6.1.2.1.10.7.2.1.21.50001|2|3
+1.3.6.1.2.1.10.7.2.1.21.50002|2|3
+1.3.6.1.2.1.10.7.2.1.21.50003|2|3
+1.3.6.1.2.1.10.7.2.1.21.50004|2|3
+1.3.6.1.2.1.10.7.2.1.21.51001|2|3
+1.3.6.1.2.1.10.7.2.1.21.51002|2|3
+1.3.6.1.2.1.10.7.2.1.21.51003|2|3
+1.3.6.1.2.1.10.7.2.1.21.51004|2|3
+1.3.6.1.2.1.10.7.2.1.21.52001|2|3
+1.3.6.1.2.1.10.7.2.1.21.52002|2|3
+1.3.6.1.2.1.10.7.2.1.21.52003|2|3
+1.3.6.1.2.1.10.7.2.1.21.52004|2|3
+1.3.6.1.2.1.10.7.2.1.21.53001|2|3
+1.3.6.1.2.1.10.7.2.1.21.53002|2|3
+1.3.6.1.2.1.10.7.2.1.21.53003|2|3
+1.3.6.1.2.1.10.7.2.1.21.53004|2|3
+1.3.6.1.2.1.10.7.2.1.21.54001|2|3
+1.3.6.1.2.1.10.7.2.1.21.54002|2|3
+1.3.6.1.2.1.10.7.2.1.21.54003|2|3
+1.3.6.1.2.1.10.7.2.1.21.54004|2|3
+1.3.6.1.2.1.10.7.2.1.21.999001|2|3
+1.3.6.1.2.1.10.7.10.1.1.1|2|1
+1.3.6.1.2.1.10.7.10.1.1.2|2|1
+1.3.6.1.2.1.10.7.10.1.1.3|2|1
+1.3.6.1.2.1.10.7.10.1.1.4|2|1
+1.3.6.1.2.1.10.7.10.1.1.5|2|1
+1.3.6.1.2.1.10.7.10.1.1.6|2|1
+1.3.6.1.2.1.10.7.10.1.1.7|2|1
+1.3.6.1.2.1.10.7.10.1.1.8|2|1
+1.3.6.1.2.1.10.7.10.1.1.9|2|1
+1.3.6.1.2.1.10.7.10.1.1.10|2|1
+1.3.6.1.2.1.10.7.10.1.1.11|2|1
+1.3.6.1.2.1.10.7.10.1.1.12|2|1
+1.3.6.1.2.1.10.7.10.1.1.13|2|1
+1.3.6.1.2.1.10.7.10.1.1.14|2|1
+1.3.6.1.2.1.10.7.10.1.1.15|2|1
+1.3.6.1.2.1.10.7.10.1.1.16|2|1
+1.3.6.1.2.1.10.7.10.1.1.17|2|1
+1.3.6.1.2.1.10.7.10.1.1.18|2|1
+1.3.6.1.2.1.10.7.10.1.1.19|2|1
+1.3.6.1.2.1.10.7.10.1.1.20|2|1
+1.3.6.1.2.1.10.7.10.1.1.21|2|1
+1.3.6.1.2.1.10.7.10.1.1.22|2|1
+1.3.6.1.2.1.10.7.10.1.1.23|2|1
+1.3.6.1.2.1.10.7.10.1.1.24|2|1
+1.3.6.1.2.1.10.7.10.1.1.25|2|1
+1.3.6.1.2.1.10.7.10.1.1.26|2|1
+1.3.6.1.2.1.10.7.10.1.1.27|2|1
+1.3.6.1.2.1.10.7.10.1.1.28|2|1
+1.3.6.1.2.1.10.7.10.1.1.29|2|1
+1.3.6.1.2.1.10.7.10.1.1.30|2|1
+1.3.6.1.2.1.10.7.10.1.1.31|2|1
+1.3.6.1.2.1.10.7.10.1.1.32|2|1
+1.3.6.1.2.1.10.7.10.1.1.33|2|1
+1.3.6.1.2.1.10.7.10.1.1.34|2|1
+1.3.6.1.2.1.10.7.10.1.1.35|2|1
+1.3.6.1.2.1.10.7.10.1.1.36|2|1
+1.3.6.1.2.1.10.7.10.1.1.37|2|1
+1.3.6.1.2.1.10.7.10.1.1.38|2|1
+1.3.6.1.2.1.10.7.10.1.1.39|2|1
+1.3.6.1.2.1.10.7.10.1.1.40|2|1
+1.3.6.1.2.1.10.7.10.1.1.41|2|1
+1.3.6.1.2.1.10.7.10.1.1.42|2|1
+1.3.6.1.2.1.10.7.10.1.1.43|2|1
+1.3.6.1.2.1.10.7.10.1.1.44|2|1
+1.3.6.1.2.1.10.7.10.1.1.45|2|1
+1.3.6.1.2.1.10.7.10.1.1.46|2|1
+1.3.6.1.2.1.10.7.10.1.1.47|2|1
+1.3.6.1.2.1.10.7.10.1.1.48|2|1
+1.3.6.1.2.1.10.7.10.1.1.49001|2|1
+1.3.6.1.2.1.10.7.10.1.1.49002|2|1
+1.3.6.1.2.1.10.7.10.1.1.49003|2|1
+1.3.6.1.2.1.10.7.10.1.1.49004|2|1
+1.3.6.1.2.1.10.7.10.1.1.50001|2|1
+1.3.6.1.2.1.10.7.10.1.1.50002|2|1
+1.3.6.1.2.1.10.7.10.1.1.50003|2|1
+1.3.6.1.2.1.10.7.10.1.1.50004|2|1
+1.3.6.1.2.1.10.7.10.1.1.51001|2|1
+1.3.6.1.2.1.10.7.10.1.1.51002|2|1
+1.3.6.1.2.1.10.7.10.1.1.51003|2|1
+1.3.6.1.2.1.10.7.10.1.1.51004|2|1
+1.3.6.1.2.1.10.7.10.1.1.52001|2|1
+1.3.6.1.2.1.10.7.10.1.1.52002|2|1
+1.3.6.1.2.1.10.7.10.1.1.52003|2|1
+1.3.6.1.2.1.10.7.10.1.1.52004|2|1
+1.3.6.1.2.1.10.7.10.1.1.53001|2|1
+1.3.6.1.2.1.10.7.10.1.1.53002|2|1
+1.3.6.1.2.1.10.7.10.1.1.53003|2|1
+1.3.6.1.2.1.10.7.10.1.1.53004|2|1
+1.3.6.1.2.1.10.7.10.1.1.54001|2|1
+1.3.6.1.2.1.10.7.10.1.1.54002|2|1
+1.3.6.1.2.1.10.7.10.1.1.54003|2|1
+1.3.6.1.2.1.10.7.10.1.1.54004|2|1
+1.3.6.1.2.1.10.7.10.1.1.999001|2|4
+1.3.6.1.2.1.10.7.10.1.2.1|2|1
+1.3.6.1.2.1.10.7.10.1.2.2|2|1
+1.3.6.1.2.1.10.7.10.1.2.3|2|1
+1.3.6.1.2.1.10.7.10.1.2.4|2|1
+1.3.6.1.2.1.10.7.10.1.2.5|2|1
+1.3.6.1.2.1.10.7.10.1.2.6|2|1
+1.3.6.1.2.1.10.7.10.1.2.7|2|1
+1.3.6.1.2.1.10.7.10.1.2.8|2|1
+1.3.6.1.2.1.10.7.10.1.2.9|2|1
+1.3.6.1.2.1.10.7.10.1.2.10|2|1
+1.3.6.1.2.1.10.7.10.1.2.11|2|1
+1.3.6.1.2.1.10.7.10.1.2.12|2|1
+1.3.6.1.2.1.10.7.10.1.2.13|2|1
+1.3.6.1.2.1.10.7.10.1.2.14|2|1
+1.3.6.1.2.1.10.7.10.1.2.15|2|1
+1.3.6.1.2.1.10.7.10.1.2.16|2|1
+1.3.6.1.2.1.10.7.10.1.2.17|2|1
+1.3.6.1.2.1.10.7.10.1.2.18|2|1
+1.3.6.1.2.1.10.7.10.1.2.19|2|1
+1.3.6.1.2.1.10.7.10.1.2.20|2|1
+1.3.6.1.2.1.10.7.10.1.2.21|2|1
+1.3.6.1.2.1.10.7.10.1.2.22|2|1
+1.3.6.1.2.1.10.7.10.1.2.23|2|1
+1.3.6.1.2.1.10.7.10.1.2.24|2|1
+1.3.6.1.2.1.10.7.10.1.2.25|2|1
+1.3.6.1.2.1.10.7.10.1.2.26|2|1
+1.3.6.1.2.1.10.7.10.1.2.27|2|1
+1.3.6.1.2.1.10.7.10.1.2.28|2|1
+1.3.6.1.2.1.10.7.10.1.2.29|2|1
+1.3.6.1.2.1.10.7.10.1.2.30|2|1
+1.3.6.1.2.1.10.7.10.1.2.31|2|1
+1.3.6.1.2.1.10.7.10.1.2.32|2|1
+1.3.6.1.2.1.10.7.10.1.2.33|2|1
+1.3.6.1.2.1.10.7.10.1.2.34|2|1
+1.3.6.1.2.1.10.7.10.1.2.35|2|1
+1.3.6.1.2.1.10.7.10.1.2.36|2|1
+1.3.6.1.2.1.10.7.10.1.2.37|2|1
+1.3.6.1.2.1.10.7.10.1.2.38|2|1
+1.3.6.1.2.1.10.7.10.1.2.39|2|1
+1.3.6.1.2.1.10.7.10.1.2.40|2|1
+1.3.6.1.2.1.10.7.10.1.2.41|2|1
+1.3.6.1.2.1.10.7.10.1.2.42|2|1
+1.3.6.1.2.1.10.7.10.1.2.43|2|1
+1.3.6.1.2.1.10.7.10.1.2.44|2|1
+1.3.6.1.2.1.10.7.10.1.2.45|2|1
+1.3.6.1.2.1.10.7.10.1.2.46|2|1
+1.3.6.1.2.1.10.7.10.1.2.47|2|1
+1.3.6.1.2.1.10.7.10.1.2.48|2|1
+1.3.6.1.2.1.10.7.10.1.2.49001|2|1
+1.3.6.1.2.1.10.7.10.1.2.49002|2|1
+1.3.6.1.2.1.10.7.10.1.2.49003|2|1
+1.3.6.1.2.1.10.7.10.1.2.49004|2|1
+1.3.6.1.2.1.10.7.10.1.2.50001|2|1
+1.3.6.1.2.1.10.7.10.1.2.50002|2|1
+1.3.6.1.2.1.10.7.10.1.2.50003|2|1
+1.3.6.1.2.1.10.7.10.1.2.50004|2|1
+1.3.6.1.2.1.10.7.10.1.2.51001|2|1
+1.3.6.1.2.1.10.7.10.1.2.51002|2|1
+1.3.6.1.2.1.10.7.10.1.2.51003|2|1
+1.3.6.1.2.1.10.7.10.1.2.51004|2|1
+1.3.6.1.2.1.10.7.10.1.2.52001|2|1
+1.3.6.1.2.1.10.7.10.1.2.52002|2|1
+1.3.6.1.2.1.10.7.10.1.2.52003|2|1
+1.3.6.1.2.1.10.7.10.1.2.52004|2|1
+1.3.6.1.2.1.10.7.10.1.2.53001|2|1
+1.3.6.1.2.1.10.7.10.1.2.53002|2|1
+1.3.6.1.2.1.10.7.10.1.2.53003|2|1
+1.3.6.1.2.1.10.7.10.1.2.53004|2|1
+1.3.6.1.2.1.10.7.10.1.2.54001|2|1
+1.3.6.1.2.1.10.7.10.1.2.54002|2|1
+1.3.6.1.2.1.10.7.10.1.2.54003|2|1
+1.3.6.1.2.1.10.7.10.1.2.54004|2|1
+1.3.6.1.2.1.10.7.10.1.2.999001|2|4
+1.3.6.1.2.1.10.7.10.1.3.1|65|0
+1.3.6.1.2.1.10.7.10.1.3.2|65|0
+1.3.6.1.2.1.10.7.10.1.3.3|65|0
+1.3.6.1.2.1.10.7.10.1.3.4|65|0
+1.3.6.1.2.1.10.7.10.1.3.5|65|0
+1.3.6.1.2.1.10.7.10.1.3.6|65|0
+1.3.6.1.2.1.10.7.10.1.3.7|65|0
+1.3.6.1.2.1.10.7.10.1.3.8|65|0
+1.3.6.1.2.1.10.7.10.1.3.9|65|0
+1.3.6.1.2.1.10.7.10.1.3.10|65|0
+1.3.6.1.2.1.10.7.10.1.3.11|65|0
+1.3.6.1.2.1.10.7.10.1.3.12|65|0
+1.3.6.1.2.1.10.7.10.1.3.13|65|0
+1.3.6.1.2.1.10.7.10.1.3.14|65|0
+1.3.6.1.2.1.10.7.10.1.3.15|65|0
+1.3.6.1.2.1.10.7.10.1.3.16|65|0
+1.3.6.1.2.1.10.7.10.1.3.17|65|0
+1.3.6.1.2.1.10.7.10.1.3.18|65|0
+1.3.6.1.2.1.10.7.10.1.3.19|65|0
+1.3.6.1.2.1.10.7.10.1.3.20|65|0
+1.3.6.1.2.1.10.7.10.1.3.21|65|0
+1.3.6.1.2.1.10.7.10.1.3.22|65|0
+1.3.6.1.2.1.10.7.10.1.3.23|65|0
+1.3.6.1.2.1.10.7.10.1.3.24|65|0
+1.3.6.1.2.1.10.7.10.1.3.25|65|0
+1.3.6.1.2.1.10.7.10.1.3.26|65|0
+1.3.6.1.2.1.10.7.10.1.3.27|65|0
+1.3.6.1.2.1.10.7.10.1.3.28|65|0
+1.3.6.1.2.1.10.7.10.1.3.29|65|0
+1.3.6.1.2.1.10.7.10.1.3.30|65|0
+1.3.6.1.2.1.10.7.10.1.3.31|65|0
+1.3.6.1.2.1.10.7.10.1.3.32|65|0
+1.3.6.1.2.1.10.7.10.1.3.33|65|0
+1.3.6.1.2.1.10.7.10.1.3.34|65|0
+1.3.6.1.2.1.10.7.10.1.3.35|65|0
+1.3.6.1.2.1.10.7.10.1.3.36|65|0
+1.3.6.1.2.1.10.7.10.1.3.37|65|0
+1.3.6.1.2.1.10.7.10.1.3.38|65|0
+1.3.6.1.2.1.10.7.10.1.3.39|65|0
+1.3.6.1.2.1.10.7.10.1.3.40|65|0
+1.3.6.1.2.1.10.7.10.1.3.41|65|0
+1.3.6.1.2.1.10.7.10.1.3.42|65|0
+1.3.6.1.2.1.10.7.10.1.3.43|65|0
+1.3.6.1.2.1.10.7.10.1.3.44|65|0
+1.3.6.1.2.1.10.7.10.1.3.45|65|0
+1.3.6.1.2.1.10.7.10.1.3.46|65|0
+1.3.6.1.2.1.10.7.10.1.3.47|65|0
+1.3.6.1.2.1.10.7.10.1.3.48|65|0
+1.3.6.1.2.1.10.7.10.1.3.49001|65|32171
+1.3.6.1.2.1.10.7.10.1.3.49002|65|0
+1.3.6.1.2.1.10.7.10.1.3.49003|65|0
+1.3.6.1.2.1.10.7.10.1.3.49004|65|0
+1.3.6.1.2.1.10.7.10.1.3.50001|65|0
+1.3.6.1.2.1.10.7.10.1.3.50002|65|0
+1.3.6.1.2.1.10.7.10.1.3.50003|65|0
+1.3.6.1.2.1.10.7.10.1.3.50004|65|0
+1.3.6.1.2.1.10.7.10.1.3.51001|65|0
+1.3.6.1.2.1.10.7.10.1.3.51002|65|0
+1.3.6.1.2.1.10.7.10.1.3.51003|65|0
+1.3.6.1.2.1.10.7.10.1.3.51004|65|0
+1.3.6.1.2.1.10.7.10.1.3.52001|65|0
+1.3.6.1.2.1.10.7.10.1.3.52002|65|0
+1.3.6.1.2.1.10.7.10.1.3.52003|65|0
+1.3.6.1.2.1.10.7.10.1.3.52004|65|0
+1.3.6.1.2.1.10.7.10.1.3.53001|65|0
+1.3.6.1.2.1.10.7.10.1.3.53002|65|0
+1.3.6.1.2.1.10.7.10.1.3.53003|65|0
+1.3.6.1.2.1.10.7.10.1.3.53004|65|0
+1.3.6.1.2.1.10.7.10.1.3.54001|65|0
+1.3.6.1.2.1.10.7.10.1.3.54002|65|0
+1.3.6.1.2.1.10.7.10.1.3.54003|65|0
+1.3.6.1.2.1.10.7.10.1.3.54004|65|0
+1.3.6.1.2.1.10.7.10.1.3.999001|65|0
+1.3.6.1.2.1.10.7.10.1.4.1|65|0
+1.3.6.1.2.1.10.7.10.1.4.2|65|0
+1.3.6.1.2.1.10.7.10.1.4.3|65|0
+1.3.6.1.2.1.10.7.10.1.4.4|65|0
+1.3.6.1.2.1.10.7.10.1.4.5|65|0
+1.3.6.1.2.1.10.7.10.1.4.6|65|0
+1.3.6.1.2.1.10.7.10.1.4.7|65|0
+1.3.6.1.2.1.10.7.10.1.4.8|65|0
+1.3.6.1.2.1.10.7.10.1.4.9|65|0
+1.3.6.1.2.1.10.7.10.1.4.10|65|0
+1.3.6.1.2.1.10.7.10.1.4.11|65|0
+1.3.6.1.2.1.10.7.10.1.4.12|65|0
+1.3.6.1.2.1.10.7.10.1.4.13|65|0
+1.3.6.1.2.1.10.7.10.1.4.14|65|0
+1.3.6.1.2.1.10.7.10.1.4.15|65|0
+1.3.6.1.2.1.10.7.10.1.4.16|65|0
+1.3.6.1.2.1.10.7.10.1.4.17|65|0
+1.3.6.1.2.1.10.7.10.1.4.18|65|0
+1.3.6.1.2.1.10.7.10.1.4.19|65|0
+1.3.6.1.2.1.10.7.10.1.4.20|65|0
+1.3.6.1.2.1.10.7.10.1.4.21|65|0
+1.3.6.1.2.1.10.7.10.1.4.22|65|0
+1.3.6.1.2.1.10.7.10.1.4.23|65|0
+1.3.6.1.2.1.10.7.10.1.4.24|65|0
+1.3.6.1.2.1.10.7.10.1.4.25|65|0
+1.3.6.1.2.1.10.7.10.1.4.26|65|0
+1.3.6.1.2.1.10.7.10.1.4.27|65|0
+1.3.6.1.2.1.10.7.10.1.4.28|65|0
+1.3.6.1.2.1.10.7.10.1.4.29|65|0
+1.3.6.1.2.1.10.7.10.1.4.30|65|0
+1.3.6.1.2.1.10.7.10.1.4.31|65|0
+1.3.6.1.2.1.10.7.10.1.4.32|65|0
+1.3.6.1.2.1.10.7.10.1.4.33|65|0
+1.3.6.1.2.1.10.7.10.1.4.34|65|0
+1.3.6.1.2.1.10.7.10.1.4.35|65|0
+1.3.6.1.2.1.10.7.10.1.4.36|65|0
+1.3.6.1.2.1.10.7.10.1.4.37|65|0
+1.3.6.1.2.1.10.7.10.1.4.38|65|0
+1.3.6.1.2.1.10.7.10.1.4.39|65|0
+1.3.6.1.2.1.10.7.10.1.4.40|65|0
+1.3.6.1.2.1.10.7.10.1.4.41|65|0
+1.3.6.1.2.1.10.7.10.1.4.42|65|0
+1.3.6.1.2.1.10.7.10.1.4.43|65|0
+1.3.6.1.2.1.10.7.10.1.4.44|65|0
+1.3.6.1.2.1.10.7.10.1.4.45|65|0
+1.3.6.1.2.1.10.7.10.1.4.46|65|0
+1.3.6.1.2.1.10.7.10.1.4.47|65|0
+1.3.6.1.2.1.10.7.10.1.4.48|65|0
+1.3.6.1.2.1.10.7.10.1.4.49001|65|0
+1.3.6.1.2.1.10.7.10.1.4.49002|65|0
+1.3.6.1.2.1.10.7.10.1.4.49003|65|0
+1.3.6.1.2.1.10.7.10.1.4.49004|65|0
+1.3.6.1.2.1.10.7.10.1.4.50001|65|0
+1.3.6.1.2.1.10.7.10.1.4.50002|65|0
+1.3.6.1.2.1.10.7.10.1.4.50003|65|0
+1.3.6.1.2.1.10.7.10.1.4.50004|65|0
+1.3.6.1.2.1.10.7.10.1.4.51001|65|0
+1.3.6.1.2.1.10.7.10.1.4.51002|65|0
+1.3.6.1.2.1.10.7.10.1.4.51003|65|0
+1.3.6.1.2.1.10.7.10.1.4.51004|65|0
+1.3.6.1.2.1.10.7.10.1.4.52001|65|0
+1.3.6.1.2.1.10.7.10.1.4.52002|65|0
+1.3.6.1.2.1.10.7.10.1.4.52003|65|0
+1.3.6.1.2.1.10.7.10.1.4.52004|65|0
+1.3.6.1.2.1.10.7.10.1.4.53001|65|0
+1.3.6.1.2.1.10.7.10.1.4.53002|65|0
+1.3.6.1.2.1.10.7.10.1.4.53003|65|0
+1.3.6.1.2.1.10.7.10.1.4.53004|65|0
+1.3.6.1.2.1.10.7.10.1.4.54001|65|0
+1.3.6.1.2.1.10.7.10.1.4.54002|65|0
+1.3.6.1.2.1.10.7.10.1.4.54003|65|0
+1.3.6.1.2.1.10.7.10.1.4.54004|65|0
+1.3.6.1.2.1.10.7.10.1.4.999001|65|0
+1.3.6.1.2.1.10.7.10.1.5.1|70|0
+1.3.6.1.2.1.10.7.10.1.5.2|70|0
+1.3.6.1.2.1.10.7.10.1.5.3|70|0
+1.3.6.1.2.1.10.7.10.1.5.4|70|0
+1.3.6.1.2.1.10.7.10.1.5.5|70|0
+1.3.6.1.2.1.10.7.10.1.5.6|70|0
+1.3.6.1.2.1.10.7.10.1.5.7|70|0
+1.3.6.1.2.1.10.7.10.1.5.8|70|0
+1.3.6.1.2.1.10.7.10.1.5.9|70|0
+1.3.6.1.2.1.10.7.10.1.5.10|70|0
+1.3.6.1.2.1.10.7.10.1.5.11|70|0
+1.3.6.1.2.1.10.7.10.1.5.12|70|0
+1.3.6.1.2.1.10.7.10.1.5.13|70|0
+1.3.6.1.2.1.10.7.10.1.5.14|70|0
+1.3.6.1.2.1.10.7.10.1.5.15|70|0
+1.3.6.1.2.1.10.7.10.1.5.16|70|0
+1.3.6.1.2.1.10.7.10.1.5.17|70|0
+1.3.6.1.2.1.10.7.10.1.5.18|70|0
+1.3.6.1.2.1.10.7.10.1.5.19|70|0
+1.3.6.1.2.1.10.7.10.1.5.20|70|0
+1.3.6.1.2.1.10.7.10.1.5.21|70|0
+1.3.6.1.2.1.10.7.10.1.5.22|70|0
+1.3.6.1.2.1.10.7.10.1.5.23|70|0
+1.3.6.1.2.1.10.7.10.1.5.24|70|0
+1.3.6.1.2.1.10.7.10.1.5.25|70|0
+1.3.6.1.2.1.10.7.10.1.5.26|70|0
+1.3.6.1.2.1.10.7.10.1.5.27|70|0
+1.3.6.1.2.1.10.7.10.1.5.28|70|0
+1.3.6.1.2.1.10.7.10.1.5.29|70|0
+1.3.6.1.2.1.10.7.10.1.5.30|70|0
+1.3.6.1.2.1.10.7.10.1.5.31|70|0
+1.3.6.1.2.1.10.7.10.1.5.32|70|0
+1.3.6.1.2.1.10.7.10.1.5.33|70|0
+1.3.6.1.2.1.10.7.10.1.5.34|70|0
+1.3.6.1.2.1.10.7.10.1.5.35|70|0
+1.3.6.1.2.1.10.7.10.1.5.36|70|0
+1.3.6.1.2.1.10.7.10.1.5.37|70|0
+1.3.6.1.2.1.10.7.10.1.5.38|70|0
+1.3.6.1.2.1.10.7.10.1.5.39|70|0
+1.3.6.1.2.1.10.7.10.1.5.40|70|0
+1.3.6.1.2.1.10.7.10.1.5.41|70|0
+1.3.6.1.2.1.10.7.10.1.5.42|70|0
+1.3.6.1.2.1.10.7.10.1.5.43|70|0
+1.3.6.1.2.1.10.7.10.1.5.44|70|0
+1.3.6.1.2.1.10.7.10.1.5.45|70|0
+1.3.6.1.2.1.10.7.10.1.5.46|70|0
+1.3.6.1.2.1.10.7.10.1.5.47|70|0
+1.3.6.1.2.1.10.7.10.1.5.48|70|0
+1.3.6.1.2.1.10.7.10.1.5.49001|70|32171
+1.3.6.1.2.1.10.7.10.1.5.49002|70|0
+1.3.6.1.2.1.10.7.10.1.5.49003|70|0
+1.3.6.1.2.1.10.7.10.1.5.49004|70|0
+1.3.6.1.2.1.10.7.10.1.5.50001|70|0
+1.3.6.1.2.1.10.7.10.1.5.50002|70|0
+1.3.6.1.2.1.10.7.10.1.5.50003|70|0
+1.3.6.1.2.1.10.7.10.1.5.50004|70|0
+1.3.6.1.2.1.10.7.10.1.5.51001|70|0
+1.3.6.1.2.1.10.7.10.1.5.51002|70|0
+1.3.6.1.2.1.10.7.10.1.5.51003|70|0
+1.3.6.1.2.1.10.7.10.1.5.51004|70|0
+1.3.6.1.2.1.10.7.10.1.5.52001|70|0
+1.3.6.1.2.1.10.7.10.1.5.52002|70|0
+1.3.6.1.2.1.10.7.10.1.5.52003|70|0
+1.3.6.1.2.1.10.7.10.1.5.52004|70|0
+1.3.6.1.2.1.10.7.10.1.5.53001|70|0
+1.3.6.1.2.1.10.7.10.1.5.53002|70|0
+1.3.6.1.2.1.10.7.10.1.5.53003|70|0
+1.3.6.1.2.1.10.7.10.1.5.53004|70|0
+1.3.6.1.2.1.10.7.10.1.5.54001|70|0
+1.3.6.1.2.1.10.7.10.1.5.54002|70|0
+1.3.6.1.2.1.10.7.10.1.5.54003|70|0
+1.3.6.1.2.1.10.7.10.1.5.54004|70|0
+1.3.6.1.2.1.10.7.10.1.5.999001|70|0
+1.3.6.1.2.1.10.7.10.1.6.1|70|0
+1.3.6.1.2.1.10.7.10.1.6.2|70|0
+1.3.6.1.2.1.10.7.10.1.6.3|70|0
+1.3.6.1.2.1.10.7.10.1.6.4|70|0
+1.3.6.1.2.1.10.7.10.1.6.5|70|0
+1.3.6.1.2.1.10.7.10.1.6.6|70|0
+1.3.6.1.2.1.10.7.10.1.6.7|70|0
+1.3.6.1.2.1.10.7.10.1.6.8|70|0
+1.3.6.1.2.1.10.7.10.1.6.9|70|0
+1.3.6.1.2.1.10.7.10.1.6.10|70|0
+1.3.6.1.2.1.10.7.10.1.6.11|70|0
+1.3.6.1.2.1.10.7.10.1.6.12|70|0
+1.3.6.1.2.1.10.7.10.1.6.13|70|0
+1.3.6.1.2.1.10.7.10.1.6.14|70|0
+1.3.6.1.2.1.10.7.10.1.6.15|70|0
+1.3.6.1.2.1.10.7.10.1.6.16|70|0
+1.3.6.1.2.1.10.7.10.1.6.17|70|0
+1.3.6.1.2.1.10.7.10.1.6.18|70|0
+1.3.6.1.2.1.10.7.10.1.6.19|70|0
+1.3.6.1.2.1.10.7.10.1.6.20|70|0
+1.3.6.1.2.1.10.7.10.1.6.21|70|0
+1.3.6.1.2.1.10.7.10.1.6.22|70|0
+1.3.6.1.2.1.10.7.10.1.6.23|70|0
+1.3.6.1.2.1.10.7.10.1.6.24|70|0
+1.3.6.1.2.1.10.7.10.1.6.25|70|0
+1.3.6.1.2.1.10.7.10.1.6.26|70|0
+1.3.6.1.2.1.10.7.10.1.6.27|70|0
+1.3.6.1.2.1.10.7.10.1.6.28|70|0
+1.3.6.1.2.1.10.7.10.1.6.29|70|0
+1.3.6.1.2.1.10.7.10.1.6.30|70|0
+1.3.6.1.2.1.10.7.10.1.6.31|70|0
+1.3.6.1.2.1.10.7.10.1.6.32|70|0
+1.3.6.1.2.1.10.7.10.1.6.33|70|0
+1.3.6.1.2.1.10.7.10.1.6.34|70|0
+1.3.6.1.2.1.10.7.10.1.6.35|70|0
+1.3.6.1.2.1.10.7.10.1.6.36|70|0
+1.3.6.1.2.1.10.7.10.1.6.37|70|0
+1.3.6.1.2.1.10.7.10.1.6.38|70|0
+1.3.6.1.2.1.10.7.10.1.6.39|70|0
+1.3.6.1.2.1.10.7.10.1.6.40|70|0
+1.3.6.1.2.1.10.7.10.1.6.41|70|0
+1.3.6.1.2.1.10.7.10.1.6.42|70|0
+1.3.6.1.2.1.10.7.10.1.6.43|70|0
+1.3.6.1.2.1.10.7.10.1.6.44|70|0
+1.3.6.1.2.1.10.7.10.1.6.45|70|0
+1.3.6.1.2.1.10.7.10.1.6.46|70|0
+1.3.6.1.2.1.10.7.10.1.6.47|70|0
+1.3.6.1.2.1.10.7.10.1.6.48|70|0
+1.3.6.1.2.1.10.7.10.1.6.49001|70|0
+1.3.6.1.2.1.10.7.10.1.6.49002|70|0
+1.3.6.1.2.1.10.7.10.1.6.49003|70|0
+1.3.6.1.2.1.10.7.10.1.6.49004|70|0
+1.3.6.1.2.1.10.7.10.1.6.50001|70|0
+1.3.6.1.2.1.10.7.10.1.6.50002|70|0
+1.3.6.1.2.1.10.7.10.1.6.50003|70|0
+1.3.6.1.2.1.10.7.10.1.6.50004|70|0
+1.3.6.1.2.1.10.7.10.1.6.51001|70|0
+1.3.6.1.2.1.10.7.10.1.6.51002|70|0
+1.3.6.1.2.1.10.7.10.1.6.51003|70|0
+1.3.6.1.2.1.10.7.10.1.6.51004|70|0
+1.3.6.1.2.1.10.7.10.1.6.52001|70|0
+1.3.6.1.2.1.10.7.10.1.6.52002|70|0
+1.3.6.1.2.1.10.7.10.1.6.52003|70|0
+1.3.6.1.2.1.10.7.10.1.6.52004|70|0
+1.3.6.1.2.1.10.7.10.1.6.53001|70|0
+1.3.6.1.2.1.10.7.10.1.6.53002|70|0
+1.3.6.1.2.1.10.7.10.1.6.53003|70|0
+1.3.6.1.2.1.10.7.10.1.6.53004|70|0
+1.3.6.1.2.1.10.7.10.1.6.54001|70|0
+1.3.6.1.2.1.10.7.10.1.6.54002|70|0
+1.3.6.1.2.1.10.7.10.1.6.54003|70|0
+1.3.6.1.2.1.10.7.10.1.6.54004|70|0
+1.3.6.1.2.1.10.7.10.1.6.999001|70|0
+1.3.6.1.2.1.10.7.11.1.1.1|70|0
+1.3.6.1.2.1.10.7.11.1.1.2|70|0
+1.3.6.1.2.1.10.7.11.1.1.3|70|0
+1.3.6.1.2.1.10.7.11.1.1.4|70|0
+1.3.6.1.2.1.10.7.11.1.1.5|70|0
+1.3.6.1.2.1.10.7.11.1.1.6|70|0
+1.3.6.1.2.1.10.7.11.1.1.7|70|0
+1.3.6.1.2.1.10.7.11.1.1.8|70|0
+1.3.6.1.2.1.10.7.11.1.1.9|70|0
+1.3.6.1.2.1.10.7.11.1.1.10|70|0
+1.3.6.1.2.1.10.7.11.1.1.11|70|0
+1.3.6.1.2.1.10.7.11.1.1.12|70|0
+1.3.6.1.2.1.10.7.11.1.1.13|70|0
+1.3.6.1.2.1.10.7.11.1.1.14|70|0
+1.3.6.1.2.1.10.7.11.1.1.15|70|0
+1.3.6.1.2.1.10.7.11.1.1.16|70|0
+1.3.6.1.2.1.10.7.11.1.1.17|70|0
+1.3.6.1.2.1.10.7.11.1.1.18|70|0
+1.3.6.1.2.1.10.7.11.1.1.19|70|0
+1.3.6.1.2.1.10.7.11.1.1.20|70|0
+1.3.6.1.2.1.10.7.11.1.1.21|70|0
+1.3.6.1.2.1.10.7.11.1.1.22|70|0
+1.3.6.1.2.1.10.7.11.1.1.23|70|0
+1.3.6.1.2.1.10.7.11.1.1.24|70|0
+1.3.6.1.2.1.10.7.11.1.1.25|70|0
+1.3.6.1.2.1.10.7.11.1.1.26|70|0
+1.3.6.1.2.1.10.7.11.1.1.27|70|0
+1.3.6.1.2.1.10.7.11.1.1.28|70|0
+1.3.6.1.2.1.10.7.11.1.1.29|70|0
+1.3.6.1.2.1.10.7.11.1.1.30|70|0
+1.3.6.1.2.1.10.7.11.1.1.31|70|0
+1.3.6.1.2.1.10.7.11.1.1.32|70|0
+1.3.6.1.2.1.10.7.11.1.1.33|70|0
+1.3.6.1.2.1.10.7.11.1.1.34|70|0
+1.3.6.1.2.1.10.7.11.1.1.35|70|0
+1.3.6.1.2.1.10.7.11.1.1.36|70|0
+1.3.6.1.2.1.10.7.11.1.1.37|70|0
+1.3.6.1.2.1.10.7.11.1.1.38|70|0
+1.3.6.1.2.1.10.7.11.1.1.39|70|0
+1.3.6.1.2.1.10.7.11.1.1.40|70|0
+1.3.6.1.2.1.10.7.11.1.1.41|70|0
+1.3.6.1.2.1.10.7.11.1.1.42|70|0
+1.3.6.1.2.1.10.7.11.1.1.43|70|0
+1.3.6.1.2.1.10.7.11.1.1.44|70|0
+1.3.6.1.2.1.10.7.11.1.1.45|70|0
+1.3.6.1.2.1.10.7.11.1.1.46|70|0
+1.3.6.1.2.1.10.7.11.1.1.47|70|0
+1.3.6.1.2.1.10.7.11.1.1.48|70|0
+1.3.6.1.2.1.10.7.11.1.1.49001|70|0
+1.3.6.1.2.1.10.7.11.1.1.49002|70|0
+1.3.6.1.2.1.10.7.11.1.1.49003|70|0
+1.3.6.1.2.1.10.7.11.1.1.49004|70|0
+1.3.6.1.2.1.10.7.11.1.1.50001|70|0
+1.3.6.1.2.1.10.7.11.1.1.50002|70|0
+1.3.6.1.2.1.10.7.11.1.1.50003|70|0
+1.3.6.1.2.1.10.7.11.1.1.50004|70|0
+1.3.6.1.2.1.10.7.11.1.1.51001|70|0
+1.3.6.1.2.1.10.7.11.1.1.51002|70|0
+1.3.6.1.2.1.10.7.11.1.1.51003|70|0
+1.3.6.1.2.1.10.7.11.1.1.51004|70|0
+1.3.6.1.2.1.10.7.11.1.1.52001|70|0
+1.3.6.1.2.1.10.7.11.1.1.52002|70|0
+1.3.6.1.2.1.10.7.11.1.1.52003|70|0
+1.3.6.1.2.1.10.7.11.1.1.52004|70|0
+1.3.6.1.2.1.10.7.11.1.1.53001|70|0
+1.3.6.1.2.1.10.7.11.1.1.53002|70|0
+1.3.6.1.2.1.10.7.11.1.1.53003|70|0
+1.3.6.1.2.1.10.7.11.1.1.53004|70|0
+1.3.6.1.2.1.10.7.11.1.1.54001|70|0
+1.3.6.1.2.1.10.7.11.1.1.54002|70|0
+1.3.6.1.2.1.10.7.11.1.1.54003|70|0
+1.3.6.1.2.1.10.7.11.1.1.54004|70|0
+1.3.6.1.2.1.10.7.11.1.1.999001|70|0
+1.3.6.1.2.1.10.7.11.1.2.1|70|0
+1.3.6.1.2.1.10.7.11.1.2.2|70|0
+1.3.6.1.2.1.10.7.11.1.2.3|70|0
+1.3.6.1.2.1.10.7.11.1.2.4|70|0
+1.3.6.1.2.1.10.7.11.1.2.5|70|0
+1.3.6.1.2.1.10.7.11.1.2.6|70|0
+1.3.6.1.2.1.10.7.11.1.2.7|70|0
+1.3.6.1.2.1.10.7.11.1.2.8|70|208
+1.3.6.1.2.1.10.7.11.1.2.9|70|0
+1.3.6.1.2.1.10.7.11.1.2.10|70|0
+1.3.6.1.2.1.10.7.11.1.2.11|70|0
+1.3.6.1.2.1.10.7.11.1.2.12|70|0
+1.3.6.1.2.1.10.7.11.1.2.13|70|0
+1.3.6.1.2.1.10.7.11.1.2.14|70|0
+1.3.6.1.2.1.10.7.11.1.2.15|70|0
+1.3.6.1.2.1.10.7.11.1.2.16|70|0
+1.3.6.1.2.1.10.7.11.1.2.17|70|0
+1.3.6.1.2.1.10.7.11.1.2.18|70|0
+1.3.6.1.2.1.10.7.11.1.2.19|70|14
+1.3.6.1.2.1.10.7.11.1.2.20|70|0
+1.3.6.1.2.1.10.7.11.1.2.21|70|0
+1.3.6.1.2.1.10.7.11.1.2.22|70|0
+1.3.6.1.2.1.10.7.11.1.2.23|70|0
+1.3.6.1.2.1.10.7.11.1.2.24|70|0
+1.3.6.1.2.1.10.7.11.1.2.25|70|0
+1.3.6.1.2.1.10.7.11.1.2.26|70|0
+1.3.6.1.2.1.10.7.11.1.2.27|70|0
+1.3.6.1.2.1.10.7.11.1.2.28|70|0
+1.3.6.1.2.1.10.7.11.1.2.29|70|0
+1.3.6.1.2.1.10.7.11.1.2.30|70|0
+1.3.6.1.2.1.10.7.11.1.2.31|70|0
+1.3.6.1.2.1.10.7.11.1.2.32|70|0
+1.3.6.1.2.1.10.7.11.1.2.33|70|0
+1.3.6.1.2.1.10.7.11.1.2.34|70|0
+1.3.6.1.2.1.10.7.11.1.2.35|70|0
+1.3.6.1.2.1.10.7.11.1.2.36|70|0
+1.3.6.1.2.1.10.7.11.1.2.37|70|0
+1.3.6.1.2.1.10.7.11.1.2.38|70|0
+1.3.6.1.2.1.10.7.11.1.2.39|70|0
+1.3.6.1.2.1.10.7.11.1.2.40|70|0
+1.3.6.1.2.1.10.7.11.1.2.41|70|0
+1.3.6.1.2.1.10.7.11.1.2.42|70|0
+1.3.6.1.2.1.10.7.11.1.2.43|70|0
+1.3.6.1.2.1.10.7.11.1.2.44|70|0
+1.3.6.1.2.1.10.7.11.1.2.45|70|0
+1.3.6.1.2.1.10.7.11.1.2.46|70|2
+1.3.6.1.2.1.10.7.11.1.2.47|70|0
+1.3.6.1.2.1.10.7.11.1.2.48|70|0
+1.3.6.1.2.1.10.7.11.1.2.49001|70|0
+1.3.6.1.2.1.10.7.11.1.2.49002|70|0
+1.3.6.1.2.1.10.7.11.1.2.49003|70|0
+1.3.6.1.2.1.10.7.11.1.2.49004|70|0
+1.3.6.1.2.1.10.7.11.1.2.50001|70|0
+1.3.6.1.2.1.10.7.11.1.2.50002|70|0
+1.3.6.1.2.1.10.7.11.1.2.50003|70|0
+1.3.6.1.2.1.10.7.11.1.2.50004|70|0
+1.3.6.1.2.1.10.7.11.1.2.51001|70|0
+1.3.6.1.2.1.10.7.11.1.2.51002|70|0
+1.3.6.1.2.1.10.7.11.1.2.51003|70|0
+1.3.6.1.2.1.10.7.11.1.2.51004|70|0
+1.3.6.1.2.1.10.7.11.1.2.52001|70|0
+1.3.6.1.2.1.10.7.11.1.2.52002|70|0
+1.3.6.1.2.1.10.7.11.1.2.52003|70|0
+1.3.6.1.2.1.10.7.11.1.2.52004|70|0
+1.3.6.1.2.1.10.7.11.1.2.53001|70|0
+1.3.6.1.2.1.10.7.11.1.2.53002|70|0
+1.3.6.1.2.1.10.7.11.1.2.53003|70|0
+1.3.6.1.2.1.10.7.11.1.2.53004|70|0
+1.3.6.1.2.1.10.7.11.1.2.54001|70|0
+1.3.6.1.2.1.10.7.11.1.2.54002|70|0
+1.3.6.1.2.1.10.7.11.1.2.54003|70|0
+1.3.6.1.2.1.10.7.11.1.2.54004|70|0
+1.3.6.1.2.1.10.7.11.1.2.999001|70|0
+1.3.6.1.2.1.10.7.11.1.3.1|70|0
+1.3.6.1.2.1.10.7.11.1.3.2|70|11
+1.3.6.1.2.1.10.7.11.1.3.3|70|0
+1.3.6.1.2.1.10.7.11.1.3.4|70|0
+1.3.6.1.2.1.10.7.11.1.3.5|70|0
+1.3.6.1.2.1.10.7.11.1.3.6|70|15
+1.3.6.1.2.1.10.7.11.1.3.7|70|16
+1.3.6.1.2.1.10.7.11.1.3.8|70|12
+1.3.6.1.2.1.10.7.11.1.3.9|70|0
+1.3.6.1.2.1.10.7.11.1.3.10|70|0
+1.3.6.1.2.1.10.7.11.1.3.11|70|0
+1.3.6.1.2.1.10.7.11.1.3.12|70|0
+1.3.6.1.2.1.10.7.11.1.3.13|70|2
+1.3.6.1.2.1.10.7.11.1.3.14|70|0
+1.3.6.1.2.1.10.7.11.1.3.15|70|0
+1.3.6.1.2.1.10.7.11.1.3.16|70|0
+1.3.6.1.2.1.10.7.11.1.3.17|70|2
+1.3.6.1.2.1.10.7.11.1.3.18|70|2
+1.3.6.1.2.1.10.7.11.1.3.19|70|2
+1.3.6.1.2.1.10.7.11.1.3.20|70|2
+1.3.6.1.2.1.10.7.11.1.3.21|70|2
+1.3.6.1.2.1.10.7.11.1.3.22|70|2
+1.3.6.1.2.1.10.7.11.1.3.23|70|0
+1.3.6.1.2.1.10.7.11.1.3.24|70|0
+1.3.6.1.2.1.10.7.11.1.3.25|70|0
+1.3.6.1.2.1.10.7.11.1.3.26|70|0
+1.3.6.1.2.1.10.7.11.1.3.27|70|0
+1.3.6.1.2.1.10.7.11.1.3.28|70|0
+1.3.6.1.2.1.10.7.11.1.3.29|70|0
+1.3.6.1.2.1.10.7.11.1.3.30|70|0
+1.3.6.1.2.1.10.7.11.1.3.31|70|0
+1.3.6.1.2.1.10.7.11.1.3.32|70|0
+1.3.6.1.2.1.10.7.11.1.3.33|70|0
+1.3.6.1.2.1.10.7.11.1.3.34|70|0
+1.3.6.1.2.1.10.7.11.1.3.35|70|0
+1.3.6.1.2.1.10.7.11.1.3.36|70|0
+1.3.6.1.2.1.10.7.11.1.3.37|70|0
+1.3.6.1.2.1.10.7.11.1.3.38|70|0
+1.3.6.1.2.1.10.7.11.1.3.39|70|0
+1.3.6.1.2.1.10.7.11.1.3.40|70|0
+1.3.6.1.2.1.10.7.11.1.3.41|70|0
+1.3.6.1.2.1.10.7.11.1.3.42|70|0
+1.3.6.1.2.1.10.7.11.1.3.43|70|0
+1.3.6.1.2.1.10.7.11.1.3.44|70|0
+1.3.6.1.2.1.10.7.11.1.3.45|70|2
+1.3.6.1.2.1.10.7.11.1.3.46|70|0
+1.3.6.1.2.1.10.7.11.1.3.47|70|0
+1.3.6.1.2.1.10.7.11.1.3.48|70|0
+1.3.6.1.2.1.10.7.11.1.3.49001|70|0
+1.3.6.1.2.1.10.7.11.1.3.49002|70|0
+1.3.6.1.2.1.10.7.11.1.3.49003|70|0
+1.3.6.1.2.1.10.7.11.1.3.49004|70|0
+1.3.6.1.2.1.10.7.11.1.3.50001|70|0
+1.3.6.1.2.1.10.7.11.1.3.50002|70|0
+1.3.6.1.2.1.10.7.11.1.3.50003|70|0
+1.3.6.1.2.1.10.7.11.1.3.50004|70|0
+1.3.6.1.2.1.10.7.11.1.3.51001|70|0
+1.3.6.1.2.1.10.7.11.1.3.51002|70|0
+1.3.6.1.2.1.10.7.11.1.3.51003|70|0
+1.3.6.1.2.1.10.7.11.1.3.51004|70|0
+1.3.6.1.2.1.10.7.11.1.3.52001|70|0
+1.3.6.1.2.1.10.7.11.1.3.52002|70|0
+1.3.6.1.2.1.10.7.11.1.3.52003|70|0
+1.3.6.1.2.1.10.7.11.1.3.52004|70|0
+1.3.6.1.2.1.10.7.11.1.3.53001|70|0
+1.3.6.1.2.1.10.7.11.1.3.53002|70|0
+1.3.6.1.2.1.10.7.11.1.3.53003|70|0
+1.3.6.1.2.1.10.7.11.1.3.53004|70|0
+1.3.6.1.2.1.10.7.11.1.3.54001|70|0
+1.3.6.1.2.1.10.7.11.1.3.54002|70|0
+1.3.6.1.2.1.10.7.11.1.3.54003|70|0
+1.3.6.1.2.1.10.7.11.1.3.54004|70|0
+1.3.6.1.2.1.10.7.11.1.3.999001|70|0
+1.3.6.1.2.1.10.7.11.1.4.1|70|0
+1.3.6.1.2.1.10.7.11.1.4.2|70|0
+1.3.6.1.2.1.10.7.11.1.4.3|70|0
+1.3.6.1.2.1.10.7.11.1.4.4|70|0
+1.3.6.1.2.1.10.7.11.1.4.5|70|0
+1.3.6.1.2.1.10.7.11.1.4.6|70|0
+1.3.6.1.2.1.10.7.11.1.4.7|70|0
+1.3.6.1.2.1.10.7.11.1.4.8|70|0
+1.3.6.1.2.1.10.7.11.1.4.9|70|0
+1.3.6.1.2.1.10.7.11.1.4.10|70|0
+1.3.6.1.2.1.10.7.11.1.4.11|70|0
+1.3.6.1.2.1.10.7.11.1.4.12|70|0
+1.3.6.1.2.1.10.7.11.1.4.13|70|0
+1.3.6.1.2.1.10.7.11.1.4.14|70|0
+1.3.6.1.2.1.10.7.11.1.4.15|70|0
+1.3.6.1.2.1.10.7.11.1.4.16|70|0
+1.3.6.1.2.1.10.7.11.1.4.17|70|0
+1.3.6.1.2.1.10.7.11.1.4.18|70|0
+1.3.6.1.2.1.10.7.11.1.4.19|70|0
+1.3.6.1.2.1.10.7.11.1.4.20|70|0
+1.3.6.1.2.1.10.7.11.1.4.21|70|0
+1.3.6.1.2.1.10.7.11.1.4.22|70|0
+1.3.6.1.2.1.10.7.11.1.4.23|70|0
+1.3.6.1.2.1.10.7.11.1.4.24|70|0
+1.3.6.1.2.1.10.7.11.1.4.25|70|0
+1.3.6.1.2.1.10.7.11.1.4.26|70|0
+1.3.6.1.2.1.10.7.11.1.4.27|70|0
+1.3.6.1.2.1.10.7.11.1.4.28|70|0
+1.3.6.1.2.1.10.7.11.1.4.29|70|0
+1.3.6.1.2.1.10.7.11.1.4.30|70|0
+1.3.6.1.2.1.10.7.11.1.4.31|70|0
+1.3.6.1.2.1.10.7.11.1.4.32|70|0
+1.3.6.1.2.1.10.7.11.1.4.33|70|0
+1.3.6.1.2.1.10.7.11.1.4.34|70|0
+1.3.6.1.2.1.10.7.11.1.4.35|70|0
+1.3.6.1.2.1.10.7.11.1.4.36|70|0
+1.3.6.1.2.1.10.7.11.1.4.37|70|0
+1.3.6.1.2.1.10.7.11.1.4.38|70|0
+1.3.6.1.2.1.10.7.11.1.4.39|70|0
+1.3.6.1.2.1.10.7.11.1.4.40|70|0
+1.3.6.1.2.1.10.7.11.1.4.41|70|0
+1.3.6.1.2.1.10.7.11.1.4.42|70|0
+1.3.6.1.2.1.10.7.11.1.4.43|70|0
+1.3.6.1.2.1.10.7.11.1.4.44|70|0
+1.3.6.1.2.1.10.7.11.1.4.45|70|0
+1.3.6.1.2.1.10.7.11.1.4.46|70|0
+1.3.6.1.2.1.10.7.11.1.4.47|70|0
+1.3.6.1.2.1.10.7.11.1.4.48|70|0
+1.3.6.1.2.1.10.7.11.1.4.49001|70|0
+1.3.6.1.2.1.10.7.11.1.4.49002|70|0
+1.3.6.1.2.1.10.7.11.1.4.49003|70|0
+1.3.6.1.2.1.10.7.11.1.4.49004|70|0
+1.3.6.1.2.1.10.7.11.1.4.50001|70|0
+1.3.6.1.2.1.10.7.11.1.4.50002|70|0
+1.3.6.1.2.1.10.7.11.1.4.50003|70|0
+1.3.6.1.2.1.10.7.11.1.4.50004|70|0
+1.3.6.1.2.1.10.7.11.1.4.51001|70|0
+1.3.6.1.2.1.10.7.11.1.4.51002|70|0
+1.3.6.1.2.1.10.7.11.1.4.51003|70|0
+1.3.6.1.2.1.10.7.11.1.4.51004|70|0
+1.3.6.1.2.1.10.7.11.1.4.52001|70|0
+1.3.6.1.2.1.10.7.11.1.4.52002|70|0
+1.3.6.1.2.1.10.7.11.1.4.52003|70|0
+1.3.6.1.2.1.10.7.11.1.4.52004|70|0
+1.3.6.1.2.1.10.7.11.1.4.53001|70|0
+1.3.6.1.2.1.10.7.11.1.4.53002|70|0
+1.3.6.1.2.1.10.7.11.1.4.53003|70|0
+1.3.6.1.2.1.10.7.11.1.4.53004|70|0
+1.3.6.1.2.1.10.7.11.1.4.54001|70|0
+1.3.6.1.2.1.10.7.11.1.4.54002|70|0
+1.3.6.1.2.1.10.7.11.1.4.54003|70|0
+1.3.6.1.2.1.10.7.11.1.4.54004|70|0
+1.3.6.1.2.1.10.7.11.1.4.999001|70|0
+1.3.6.1.2.1.10.7.11.1.5.1|70|0
+1.3.6.1.2.1.10.7.11.1.5.2|70|0
+1.3.6.1.2.1.10.7.11.1.5.3|70|0
+1.3.6.1.2.1.10.7.11.1.5.4|70|0
+1.3.6.1.2.1.10.7.11.1.5.5|70|0
+1.3.6.1.2.1.10.7.11.1.5.6|70|0
+1.3.6.1.2.1.10.7.11.1.5.7|70|0
+1.3.6.1.2.1.10.7.11.1.5.8|70|45
+1.3.6.1.2.1.10.7.11.1.5.9|70|0
+1.3.6.1.2.1.10.7.11.1.5.10|70|0
+1.3.6.1.2.1.10.7.11.1.5.11|70|0
+1.3.6.1.2.1.10.7.11.1.5.12|70|0
+1.3.6.1.2.1.10.7.11.1.5.13|70|0
+1.3.6.1.2.1.10.7.11.1.5.14|70|0
+1.3.6.1.2.1.10.7.11.1.5.15|70|0
+1.3.6.1.2.1.10.7.11.1.5.16|70|0
+1.3.6.1.2.1.10.7.11.1.5.17|70|0
+1.3.6.1.2.1.10.7.11.1.5.18|70|0
+1.3.6.1.2.1.10.7.11.1.5.19|70|6
+1.3.6.1.2.1.10.7.11.1.5.20|70|0
+1.3.6.1.2.1.10.7.11.1.5.21|70|0
+1.3.6.1.2.1.10.7.11.1.5.22|70|0
+1.3.6.1.2.1.10.7.11.1.5.23|70|0
+1.3.6.1.2.1.10.7.11.1.5.24|70|0
+1.3.6.1.2.1.10.7.11.1.5.25|70|0
+1.3.6.1.2.1.10.7.11.1.5.26|70|0
+1.3.6.1.2.1.10.7.11.1.5.27|70|0
+1.3.6.1.2.1.10.7.11.1.5.28|70|0
+1.3.6.1.2.1.10.7.11.1.5.29|70|0
+1.3.6.1.2.1.10.7.11.1.5.30|70|0
+1.3.6.1.2.1.10.7.11.1.5.31|70|0
+1.3.6.1.2.1.10.7.11.1.5.32|70|0
+1.3.6.1.2.1.10.7.11.1.5.33|70|0
+1.3.6.1.2.1.10.7.11.1.5.34|70|0
+1.3.6.1.2.1.10.7.11.1.5.35|70|0
+1.3.6.1.2.1.10.7.11.1.5.36|70|0
+1.3.6.1.2.1.10.7.11.1.5.37|70|0
+1.3.6.1.2.1.10.7.11.1.5.38|70|0
+1.3.6.1.2.1.10.7.11.1.5.39|70|0
+1.3.6.1.2.1.10.7.11.1.5.40|70|0
+1.3.6.1.2.1.10.7.11.1.5.41|70|0
+1.3.6.1.2.1.10.7.11.1.5.42|70|0
+1.3.6.1.2.1.10.7.11.1.5.43|70|0
+1.3.6.1.2.1.10.7.11.1.5.44|70|0
+1.3.6.1.2.1.10.7.11.1.5.45|70|0
+1.3.6.1.2.1.10.7.11.1.5.46|70|0
+1.3.6.1.2.1.10.7.11.1.5.47|70|0
+1.3.6.1.2.1.10.7.11.1.5.48|70|0
+1.3.6.1.2.1.10.7.11.1.5.49001|70|0
+1.3.6.1.2.1.10.7.11.1.5.49002|70|0
+1.3.6.1.2.1.10.7.11.1.5.49003|70|0
+1.3.6.1.2.1.10.7.11.1.5.49004|70|0
+1.3.6.1.2.1.10.7.11.1.5.50001|70|0
+1.3.6.1.2.1.10.7.11.1.5.50002|70|0
+1.3.6.1.2.1.10.7.11.1.5.50003|70|0
+1.3.6.1.2.1.10.7.11.1.5.50004|70|0
+1.3.6.1.2.1.10.7.11.1.5.51001|70|0
+1.3.6.1.2.1.10.7.11.1.5.51002|70|0
+1.3.6.1.2.1.10.7.11.1.5.51003|70|0
+1.3.6.1.2.1.10.7.11.1.5.51004|70|0
+1.3.6.1.2.1.10.7.11.1.5.52001|70|0
+1.3.6.1.2.1.10.7.11.1.5.52002|70|0
+1.3.6.1.2.1.10.7.11.1.5.52003|70|0
+1.3.6.1.2.1.10.7.11.1.5.52004|70|0
+1.3.6.1.2.1.10.7.11.1.5.53001|70|0
+1.3.6.1.2.1.10.7.11.1.5.53002|70|0
+1.3.6.1.2.1.10.7.11.1.5.53003|70|0
+1.3.6.1.2.1.10.7.11.1.5.53004|70|0
+1.3.6.1.2.1.10.7.11.1.5.54001|70|0
+1.3.6.1.2.1.10.7.11.1.5.54002|70|0
+1.3.6.1.2.1.10.7.11.1.5.54003|70|0
+1.3.6.1.2.1.10.7.11.1.5.54004|70|0
+1.3.6.1.2.1.10.7.11.1.5.999001|70|0
+1.3.6.1.2.1.10.7.11.1.6.1|70|0
+1.3.6.1.2.1.10.7.11.1.6.2|70|0
+1.3.6.1.2.1.10.7.11.1.6.3|70|0
+1.3.6.1.2.1.10.7.11.1.6.4|70|0
+1.3.6.1.2.1.10.7.11.1.6.5|70|0
+1.3.6.1.2.1.10.7.11.1.6.6|70|0
+1.3.6.1.2.1.10.7.11.1.6.7|70|0
+1.3.6.1.2.1.10.7.11.1.6.8|70|39
+1.3.6.1.2.1.10.7.11.1.6.9|70|0
+1.3.6.1.2.1.10.7.11.1.6.10|70|0
+1.3.6.1.2.1.10.7.11.1.6.11|70|0
+1.3.6.1.2.1.10.7.11.1.6.12|70|0
+1.3.6.1.2.1.10.7.11.1.6.13|70|0
+1.3.6.1.2.1.10.7.11.1.6.14|70|0
+1.3.6.1.2.1.10.7.11.1.6.15|70|0
+1.3.6.1.2.1.10.7.11.1.6.16|70|0
+1.3.6.1.2.1.10.7.11.1.6.17|70|0
+1.3.6.1.2.1.10.7.11.1.6.18|70|0
+1.3.6.1.2.1.10.7.11.1.6.19|70|6
+1.3.6.1.2.1.10.7.11.1.6.20|70|0
+1.3.6.1.2.1.10.7.11.1.6.21|70|0
+1.3.6.1.2.1.10.7.11.1.6.22|70|0
+1.3.6.1.2.1.10.7.11.1.6.23|70|0
+1.3.6.1.2.1.10.7.11.1.6.24|70|0
+1.3.6.1.2.1.10.7.11.1.6.25|70|0
+1.3.6.1.2.1.10.7.11.1.6.26|70|0
+1.3.6.1.2.1.10.7.11.1.6.27|70|0
+1.3.6.1.2.1.10.7.11.1.6.28|70|0
+1.3.6.1.2.1.10.7.11.1.6.29|70|0
+1.3.6.1.2.1.10.7.11.1.6.30|70|0
+1.3.6.1.2.1.10.7.11.1.6.31|70|0
+1.3.6.1.2.1.10.7.11.1.6.32|70|0
+1.3.6.1.2.1.10.7.11.1.6.33|70|0
+1.3.6.1.2.1.10.7.11.1.6.34|70|0
+1.3.6.1.2.1.10.7.11.1.6.35|70|0
+1.3.6.1.2.1.10.7.11.1.6.36|70|0
+1.3.6.1.2.1.10.7.11.1.6.37|70|0
+1.3.6.1.2.1.10.7.11.1.6.38|70|0
+1.3.6.1.2.1.10.7.11.1.6.39|70|0
+1.3.6.1.2.1.10.7.11.1.6.40|70|0
+1.3.6.1.2.1.10.7.11.1.6.41|70|0
+1.3.6.1.2.1.10.7.11.1.6.42|70|0
+1.3.6.1.2.1.10.7.11.1.6.43|70|0
+1.3.6.1.2.1.10.7.11.1.6.44|70|0
+1.3.6.1.2.1.10.7.11.1.6.45|70|0
+1.3.6.1.2.1.10.7.11.1.6.46|70|0
+1.3.6.1.2.1.10.7.11.1.6.47|70|0
+1.3.6.1.2.1.10.7.11.1.6.48|70|0
+1.3.6.1.2.1.10.7.11.1.6.49001|70|0
+1.3.6.1.2.1.10.7.11.1.6.49002|70|0
+1.3.6.1.2.1.10.7.11.1.6.49003|70|0
+1.3.6.1.2.1.10.7.11.1.6.49004|70|0
+1.3.6.1.2.1.10.7.11.1.6.50001|70|0
+1.3.6.1.2.1.10.7.11.1.6.50002|70|0
+1.3.6.1.2.1.10.7.11.1.6.50003|70|0
+1.3.6.1.2.1.10.7.11.1.6.50004|70|0
+1.3.6.1.2.1.10.7.11.1.6.51001|70|0
+1.3.6.1.2.1.10.7.11.1.6.51002|70|0
+1.3.6.1.2.1.10.7.11.1.6.51003|70|0
+1.3.6.1.2.1.10.7.11.1.6.51004|70|0
+1.3.6.1.2.1.10.7.11.1.6.52001|70|0
+1.3.6.1.2.1.10.7.11.1.6.52002|70|0
+1.3.6.1.2.1.10.7.11.1.6.52003|70|0
+1.3.6.1.2.1.10.7.11.1.6.52004|70|0
+1.3.6.1.2.1.10.7.11.1.6.53001|70|0
+1.3.6.1.2.1.10.7.11.1.6.53002|70|0
+1.3.6.1.2.1.10.7.11.1.6.53003|70|0
+1.3.6.1.2.1.10.7.11.1.6.53004|70|0
+1.3.6.1.2.1.10.7.11.1.6.54001|70|0
+1.3.6.1.2.1.10.7.11.1.6.54002|70|0
+1.3.6.1.2.1.10.7.11.1.6.54003|70|0
+1.3.6.1.2.1.10.7.11.1.6.54004|70|0
+1.3.6.1.2.1.10.7.11.1.6.999001|70|0
+1.3.6.1.2.1.10.166.4.1.1.1.0|4|00 00 00 00
+1.3.6.1.2.1.26.2.1.1.1.1.1|2|1
+1.3.6.1.2.1.26.2.1.1.1.2.1|2|2
+1.3.6.1.2.1.26.2.1.1.1.3.1|2|3
+1.3.6.1.2.1.26.2.1.1.1.4.1|2|4
+1.3.6.1.2.1.26.2.1.1.1.5.1|2|5
+1.3.6.1.2.1.26.2.1.1.1.6.1|2|6
+1.3.6.1.2.1.26.2.1.1.1.7.1|2|7
+1.3.6.1.2.1.26.2.1.1.1.8.1|2|8
+1.3.6.1.2.1.26.2.1.1.1.9.1|2|9
+1.3.6.1.2.1.26.2.1.1.1.10.1|2|10
+1.3.6.1.2.1.26.2.1.1.1.11.1|2|11
+1.3.6.1.2.1.26.2.1.1.1.12.1|2|12
+1.3.6.1.2.1.26.2.1.1.1.13.1|2|13
+1.3.6.1.2.1.26.2.1.1.1.14.1|2|14
+1.3.6.1.2.1.26.2.1.1.1.15.1|2|15
+1.3.6.1.2.1.26.2.1.1.1.16.1|2|16
+1.3.6.1.2.1.26.2.1.1.1.17.1|2|17
+1.3.6.1.2.1.26.2.1.1.1.18.1|2|18
+1.3.6.1.2.1.26.2.1.1.1.19.1|2|19
+1.3.6.1.2.1.26.2.1.1.1.20.1|2|20
+1.3.6.1.2.1.26.2.1.1.1.21.1|2|21
+1.3.6.1.2.1.26.2.1.1.1.22.1|2|22
+1.3.6.1.2.1.26.2.1.1.1.23.1|2|23
+1.3.6.1.2.1.26.2.1.1.1.24.1|2|24
+1.3.6.1.2.1.26.2.1.1.1.25.1|2|25
+1.3.6.1.2.1.26.2.1.1.1.26.1|2|26
+1.3.6.1.2.1.26.2.1.1.1.27.1|2|27
+1.3.6.1.2.1.26.2.1.1.1.28.1|2|28
+1.3.6.1.2.1.26.2.1.1.1.29.1|2|29
+1.3.6.1.2.1.26.2.1.1.1.30.1|2|30
+1.3.6.1.2.1.26.2.1.1.1.31.1|2|31
+1.3.6.1.2.1.26.2.1.1.1.32.1|2|32
+1.3.6.1.2.1.26.2.1.1.1.33.1|2|33
+1.3.6.1.2.1.26.2.1.1.1.34.1|2|34
+1.3.6.1.2.1.26.2.1.1.1.35.1|2|35
+1.3.6.1.2.1.26.2.1.1.1.36.1|2|36
+1.3.6.1.2.1.26.2.1.1.1.37.1|2|37
+1.3.6.1.2.1.26.2.1.1.1.38.1|2|38
+1.3.6.1.2.1.26.2.1.1.1.39.1|2|39
+1.3.6.1.2.1.26.2.1.1.1.40.1|2|40
+1.3.6.1.2.1.26.2.1.1.1.41.1|2|41
+1.3.6.1.2.1.26.2.1.1.1.42.1|2|42
+1.3.6.1.2.1.26.2.1.1.1.43.1|2|43
+1.3.6.1.2.1.26.2.1.1.1.44.1|2|44
+1.3.6.1.2.1.26.2.1.1.1.45.1|2|45
+1.3.6.1.2.1.26.2.1.1.1.46.1|2|46
+1.3.6.1.2.1.26.2.1.1.1.47.1|2|47
+1.3.6.1.2.1.26.2.1.1.1.48.1|2|48
+1.3.6.1.2.1.26.2.1.1.1.49001.1|2|49001
+1.3.6.1.2.1.26.2.1.1.1.49002.1|2|49002
+1.3.6.1.2.1.26.2.1.1.1.49003.1|2|49003
+1.3.6.1.2.1.26.2.1.1.1.49004.1|2|49004
+1.3.6.1.2.1.26.2.1.1.1.50001.1|2|50001
+1.3.6.1.2.1.26.2.1.1.1.50002.1|2|50002
+1.3.6.1.2.1.26.2.1.1.1.50003.1|2|50003
+1.3.6.1.2.1.26.2.1.1.1.50004.1|2|50004
+1.3.6.1.2.1.26.2.1.1.1.51001.1|2|51001
+1.3.6.1.2.1.26.2.1.1.1.51002.1|2|51002
+1.3.6.1.2.1.26.2.1.1.1.51003.1|2|51003
+1.3.6.1.2.1.26.2.1.1.1.51004.1|2|51004
+1.3.6.1.2.1.26.2.1.1.1.52001.1|2|52001
+1.3.6.1.2.1.26.2.1.1.1.52002.1|2|52002
+1.3.6.1.2.1.26.2.1.1.1.52003.1|2|52003
+1.3.6.1.2.1.26.2.1.1.1.52004.1|2|52004
+1.3.6.1.2.1.26.2.1.1.1.53001.1|2|53001
+1.3.6.1.2.1.26.2.1.1.1.53002.1|2|53002
+1.3.6.1.2.1.26.2.1.1.1.53003.1|2|53003
+1.3.6.1.2.1.26.2.1.1.1.53004.1|2|53004
+1.3.6.1.2.1.26.2.1.1.1.54001.1|2|54001
+1.3.6.1.2.1.26.2.1.1.1.54002.1|2|54002
+1.3.6.1.2.1.26.2.1.1.1.54003.1|2|54003
+1.3.6.1.2.1.26.2.1.1.1.54004.1|2|54004
+1.3.6.1.2.1.26.2.1.1.2.1.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.2.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.3.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.4.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.5.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.6.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.7.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.8.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.9.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.10.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.11.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.12.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.13.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.14.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.15.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.16.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.17.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.18.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.19.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.20.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.21.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.22.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.23.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.24.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.25.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.26.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.27.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.28.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.29.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.30.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.31.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.32.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.33.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.34.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.35.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.36.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.37.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.38.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.39.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.40.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.41.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.42.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.43.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.44.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.45.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.46.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.47.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.48.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.49001.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.49002.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.49003.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.49004.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.50001.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.50002.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.50003.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.50004.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.51001.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.51002.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.51003.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.51004.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.52001.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.52002.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.52003.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.52004.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.53001.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.53002.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.53003.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.53004.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.54001.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.54002.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.54003.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.54004.1|2|1
+1.3.6.1.2.1.26.2.1.1.3.1.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.2.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.3.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.4.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.5.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.6.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.7.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.8.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.9.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.10.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.11.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.12.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.13.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.14.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.15.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.16.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.17.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.18.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.19.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.20.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.21.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.22.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.23.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.24.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.25.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.26.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.27.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.28.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.29.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.30.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.31.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.32.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.33.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.34.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.35.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.36.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.37.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.38.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.39.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.40.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.41.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.42.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.43.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.44.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.45.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.46.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.47.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.48.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.49001.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.49002.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.49003.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.49004.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.50001.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.50002.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.50003.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.50004.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.51001.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.51002.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.51003.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.51004.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.52001.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.52002.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.52003.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.52004.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.53001.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.53002.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.53003.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.53004.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.54001.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.54002.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.54003.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.54004.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.4.1.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.2.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.3.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.4.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.5.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.6.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.7.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.8.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.9.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.10.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.11.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.12.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.13.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.14.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.15.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.16.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.17.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.18.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.19.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.20.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.21.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.22.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.23.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.24.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.25.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.26.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.27.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.28.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.29.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.30.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.31.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.32.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.33.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.34.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.35.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.36.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.37.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.38.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.39.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.40.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.41.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.42.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.43.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.44.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.45.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.46.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.47.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.48.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.49001.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.49002.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.49003.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.49004.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.50001.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.50002.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.50003.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.50004.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.51001.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.51002.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.51003.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.51004.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.52001.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.52002.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.52003.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.52004.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.53001.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.53002.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.53003.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.53004.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.54001.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.54002.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.54003.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.54004.1|2|5
+1.3.6.1.2.1.26.2.1.1.5.1.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.2.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.3.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.4.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.5.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.6.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.7.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.8.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.9.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.10.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.11.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.12.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.13.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.14.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.15.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.16.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.17.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.18.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.19.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.20.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.21.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.22.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.23.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.24.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.25.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.26.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.27.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.28.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.29.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.30.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.31.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.32.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.33.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.34.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.35.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.36.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.37.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.38.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.39.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.40.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.41.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.42.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.43.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.44.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.45.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.46.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.47.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.48.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.49001.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.49002.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.49003.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.49004.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.50001.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.50002.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.50003.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.50004.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.51001.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.51002.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.51003.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.51004.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.52001.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.52002.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.52003.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.52004.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.53001.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.53002.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.53003.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.53004.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.54001.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.54002.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.54003.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.54004.1|2|3
+1.3.6.1.2.1.26.2.1.1.6.1.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.2.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.3.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.4.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.5.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.6.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.7.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.8.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.9.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.10.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.11.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.12.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.13.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.14.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.15.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.16.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.17.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.18.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.19.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.20.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.21.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.22.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.23.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.24.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.25.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.26.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.27.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.28.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.29.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.30.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.31.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.32.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.33.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.34.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.35.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.36.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.37.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.38.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.39.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.40.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.41.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.42.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.43.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.44.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.45.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.46.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.47.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.48.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.49001.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.49002.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.49003.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.49004.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.50001.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.50002.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.50003.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.50004.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.51001.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.51002.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.51003.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.51004.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.52001.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.52002.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.52003.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.52004.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.53001.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.53002.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.53003.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.53004.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.54001.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.54002.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.54003.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.54004.1|65|0
+1.3.6.1.2.1.26.2.1.1.7.1.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.2.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.3.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.4.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.5.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.6.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.7.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.8.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.9.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.10.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.11.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.12.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.13.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.14.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.15.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.16.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.17.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.18.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.19.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.20.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.21.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.22.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.23.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.24.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.25.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.26.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.27.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.28.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.29.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.30.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.31.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.32.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.33.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.34.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.35.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.36.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.37.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.38.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.39.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.40.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.41.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.42.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.43.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.44.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.45.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.46.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.47.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.48.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.49001.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.49002.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.49003.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.49004.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.50001.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.50002.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.50003.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.50004.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.51001.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.51002.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.51003.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.51004.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.52001.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.52002.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.52003.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.52004.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.53001.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.53002.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.53003.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.53004.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.54001.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.54002.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.54003.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.54004.1|2|3
+1.3.6.1.2.1.26.2.1.1.8.1.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.2.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.3.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.4.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.5.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.6.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.7.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.8.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.9.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.10.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.11.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.12.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.13.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.14.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.15.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.16.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.17.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.18.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.19.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.20.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.21.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.22.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.23.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.24.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.25.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.26.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.27.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.28.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.29.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.30.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.31.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.32.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.33.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.34.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.35.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.36.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.37.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.38.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.39.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.40.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.41.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.42.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.43.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.44.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.45.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.46.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.47.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.48.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.49001.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.49002.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.49003.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.49004.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.50001.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.50002.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.50003.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.50004.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.51001.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.51002.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.51003.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.51004.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.52001.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.52002.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.52003.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.52004.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.53001.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.53002.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.53003.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.53004.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.54001.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.54002.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.54003.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.54004.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.1.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.2.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.3.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.4.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.5.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.6.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.7.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.8.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.9.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.10.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.11.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.12.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.13.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.14.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.15.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.16.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.17.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.18.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.19.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.20.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.21.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.22.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.23.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.24.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.25.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.26.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.27.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.28.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.29.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.30.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.31.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.32.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.33.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.34.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.35.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.36.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.37.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.38.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.39.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.40.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.41.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.42.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.43.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.44.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.45.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.46.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.47.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.48.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.49001.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.49002.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.49003.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.49004.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.50001.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.50002.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.50003.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.50004.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.51001.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.51002.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.51003.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.51004.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.52001.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.52002.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.52003.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.52004.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.53001.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.53002.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.53003.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.53004.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.54001.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.54002.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.54003.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.54004.1|65|0
+1.3.6.1.2.1.26.2.1.1.11.1.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.2.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.3.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.4.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.5.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.6.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.7.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.8.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.9.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.10.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.11.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.12.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.13.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.14.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.15.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.16.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.17.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.18.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.19.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.20.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.21.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.22.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.23.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.24.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.25.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.26.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.27.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.28.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.29.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.30.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.31.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.32.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.33.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.34.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.35.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.36.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.37.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.38.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.39.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.40.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.41.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.42.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.43.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.44.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.45.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.46.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.47.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.48.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.49001.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.49002.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.49003.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.49004.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.50001.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.50002.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.50003.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.50004.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.51001.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.51002.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.51003.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.51004.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.52001.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.52002.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.52003.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.52004.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.53001.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.53002.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.53003.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.53004.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.54001.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.54002.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.54003.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.54004.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.12.1.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.2.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.3.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.4.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.5.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.6.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.7.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.8.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.9.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.10.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.11.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.12.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.13.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.14.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.15.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.16.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.17.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.18.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.19.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.20.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.21.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.22.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.23.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.24.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.25.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.26.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.27.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.28.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.29.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.30.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.31.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.32.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.33.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.34.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.35.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.36.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.37.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.38.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.39.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.40.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.41.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.42.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.43.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.44.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.45.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.46.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.47.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.48.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.49001.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.49002.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.49003.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.49004.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.50001.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.50002.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.50003.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.50004.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.51001.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.51002.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.51003.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.51004.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.52001.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.52002.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.52003.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.52004.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.53001.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.53002.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.53003.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.53004.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.54001.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.54002.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.54003.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.54004.1|2|2
+1.3.6.1.2.1.26.2.1.1.13.1.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.2.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.3.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.4.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.5.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.6.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.7.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.8.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.9.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.10.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.11.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.12.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.13.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.14.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.15.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.16.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.17.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.18.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.19.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.20.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.21.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.22.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.23.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.24.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.25.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.26.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.27.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.28.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.29.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.30.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.31.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.32.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.33.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.34.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.35.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.36.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.37.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.38.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.39.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.40.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.41.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.42.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.43.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.44.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.45.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.46.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.47.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.48.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.49001.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.49002.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.49003.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.49004.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.50001.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.50002.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.50003.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.50004.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.51001.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.51002.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.51003.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.51004.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.52001.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.52002.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.52003.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.52004.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.53001.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.53002.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.53003.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.53004.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.54001.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.54002.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.54003.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.54004.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.14.1.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.2.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.3.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.4.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.5.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.6.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.7.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.8.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.9.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.10.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.11.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.12.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.13.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.14.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.15.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.16.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.17.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.18.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.19.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.20.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.21.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.22.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.23.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.24.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.25.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.26.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.27.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.28.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.29.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.30.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.31.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.32.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.33.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.34.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.35.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.36.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.37.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.38.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.39.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.40.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.41.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.42.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.43.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.44.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.45.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.46.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.47.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.48.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.49001.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.49002.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.49003.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.49004.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.50001.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.50002.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.50003.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.50004.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.51001.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.51002.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.51003.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.51004.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.52001.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.52002.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.52003.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.52004.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.53001.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.53002.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.53003.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.53004.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.54001.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.54002.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.54003.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.54004.1|70|0
+1.3.6.1.2.1.26.5.1.1.1.1.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.2.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.3.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.4.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.5.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.6.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.7.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.8.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.9.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.10.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.11.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.12.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.13.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.14.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.15.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.16.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.17.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.18.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.19.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.20.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.21.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.22.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.23.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.24.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.25.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.26.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.27.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.28.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.29.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.30.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.31.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.32.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.33.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.34.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.35.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.36.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.37.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.38.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.39.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.40.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.41.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.42.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.43.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.44.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.45.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.46.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.47.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.48.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.49001.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.49002.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.49003.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.49004.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.50001.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.50002.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.50003.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.50004.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.51001.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.51002.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.51003.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.51004.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.52001.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.52002.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.52003.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.52004.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.53001.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.53002.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.53003.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.53004.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.54001.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.54002.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.54003.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.54004.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.1.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.2.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.3.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.4.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.5.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.6.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.7.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.8.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.9.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.10.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.11.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.12.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.13.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.14.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.15.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.16.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.17.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.18.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.19.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.20.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.21.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.22.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.23.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.24.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.25.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.26.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.27.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.28.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.29.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.30.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.31.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.32.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.33.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.34.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.35.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.36.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.37.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.38.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.39.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.40.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.41.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.42.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.43.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.44.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.45.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.46.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.47.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.48.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.49001.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.49002.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.49003.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.49004.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.50001.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.50002.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.50003.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.50004.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.51001.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.51002.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.51003.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.51004.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.52001.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.52002.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.52003.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.52004.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.53001.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.53002.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.53003.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.53004.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.54001.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.54002.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.54003.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.54004.1|2|2
+1.3.6.1.2.1.26.5.1.1.9.1.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.2.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.3.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.4.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.5.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.6.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.7.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.8.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.9.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.10.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.11.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.12.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.13.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.14.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.15.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.16.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.17.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.18.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.19.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.20.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.21.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.22.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.23.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.24.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.25.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.26.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.27.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.28.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.29.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.30.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.31.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.32.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.33.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.34.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.35.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.36.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.37.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.38.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.39.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.40.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.41.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.42.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.43.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.44.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.45.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.46.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.47.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.48.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.49001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.49002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.49003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.49004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.50001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.50002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.50003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.50004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.51001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.51002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.51003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.51004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.52001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.52002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.52003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.52004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.53001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.53002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.53003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.53004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.54001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.54002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.54003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.54004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.1.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.2.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.3.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.4.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.5.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.6.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.7.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.8.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.9.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.10.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.11.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.12.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.13.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.14.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.15.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.16.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.17.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.18.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.19.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.20.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.21.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.22.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.23.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.24.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.25.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.26.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.27.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.28.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.29.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.30.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.31.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.32.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.33.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.34.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.35.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.36.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.37.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.38.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.39.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.40.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.41.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.42.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.43.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.44.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.45.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.46.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.47.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.48.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.49001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.49002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.49003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.49004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.50001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.50002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.50003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.50004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.51001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.51002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.51003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.51004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.52001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.52002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.52003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.52004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.53001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.53002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.53003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.53004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.54001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.54002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.54003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.54004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.1.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.2.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.3.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.4.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.5.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.6.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.7.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.8.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.9.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.10.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.11.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.12.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.13.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.14.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.15.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.16.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.17.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.18.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.19.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.20.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.21.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.22.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.23.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.24.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.25.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.26.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.27.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.28.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.29.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.30.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.31.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.32.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.33.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.34.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.35.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.36.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.37.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.38.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.39.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.40.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.41.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.42.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.43.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.44.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.45.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.46.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.47.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.48.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.49001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.49002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.49003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.49004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.50001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.50002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.50003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.50004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.51001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.51002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.51003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.51004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.52001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.52002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.52003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.52004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.53001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.53002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.53003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.53004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.54001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.54002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.54003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.54004.1|4|00 00 00
+1.3.6.1.2.1.31.1.1.1.1.1|4|Ethernet1
+1.3.6.1.2.1.31.1.1.1.1.2|4|Ethernet2
+1.3.6.1.2.1.31.1.1.1.1.3|4|Ethernet3
+1.3.6.1.2.1.31.1.1.1.1.4|4|Ethernet4
+1.3.6.1.2.1.31.1.1.1.1.5|4|Ethernet5
+1.3.6.1.2.1.31.1.1.1.1.6|4|Ethernet6
+1.3.6.1.2.1.31.1.1.1.1.7|4|Ethernet7
+1.3.6.1.2.1.31.1.1.1.1.8|4|Ethernet8
+1.3.6.1.2.1.31.1.1.1.1.9|4|Ethernet9
+1.3.6.1.2.1.31.1.1.1.1.10|4|Ethernet10
+1.3.6.1.2.1.31.1.1.1.1.11|4|Ethernet11
+1.3.6.1.2.1.31.1.1.1.1.12|4|Ethernet12
+1.3.6.1.2.1.31.1.1.1.1.13|4|Ethernet13
+1.3.6.1.2.1.31.1.1.1.1.14|4|Ethernet14
+1.3.6.1.2.1.31.1.1.1.1.15|4|Ethernet15
+1.3.6.1.2.1.31.1.1.1.1.16|4|Ethernet16
+1.3.6.1.2.1.31.1.1.1.1.17|4|Ethernet17
+1.3.6.1.2.1.31.1.1.1.1.18|4|Ethernet18
+1.3.6.1.2.1.31.1.1.1.1.19|4|Ethernet19
+1.3.6.1.2.1.31.1.1.1.1.20|4|Ethernet20
+1.3.6.1.2.1.31.1.1.1.1.21|4|Ethernet21
+1.3.6.1.2.1.31.1.1.1.1.22|4|Ethernet22
+1.3.6.1.2.1.31.1.1.1.1.23|4|Ethernet23
+1.3.6.1.2.1.31.1.1.1.1.24|4|Ethernet24
+1.3.6.1.2.1.31.1.1.1.1.25|4|Ethernet25
+1.3.6.1.2.1.31.1.1.1.1.26|4|Ethernet26
+1.3.6.1.2.1.31.1.1.1.1.27|4|Ethernet27
+1.3.6.1.2.1.31.1.1.1.1.28|4|Ethernet28
+1.3.6.1.2.1.31.1.1.1.1.29|4|Ethernet29
+1.3.6.1.2.1.31.1.1.1.1.30|4|Ethernet30
+1.3.6.1.2.1.31.1.1.1.1.31|4|Ethernet31
+1.3.6.1.2.1.31.1.1.1.1.32|4|Ethernet32
+1.3.6.1.2.1.31.1.1.1.1.33|4|Ethernet33
+1.3.6.1.2.1.31.1.1.1.1.34|4|Ethernet34
+1.3.6.1.2.1.31.1.1.1.1.35|4|Ethernet35
+1.3.6.1.2.1.31.1.1.1.1.36|4|Ethernet36
+1.3.6.1.2.1.31.1.1.1.1.37|4|Ethernet37
+1.3.6.1.2.1.31.1.1.1.1.38|4|Ethernet38
+1.3.6.1.2.1.31.1.1.1.1.39|4|Ethernet39
+1.3.6.1.2.1.31.1.1.1.1.40|4|Ethernet40
+1.3.6.1.2.1.31.1.1.1.1.41|4|Ethernet41
+1.3.6.1.2.1.31.1.1.1.1.42|4|Ethernet42
+1.3.6.1.2.1.31.1.1.1.1.43|4|Ethernet43
+1.3.6.1.2.1.31.1.1.1.1.44|4|Ethernet44
+1.3.6.1.2.1.31.1.1.1.1.45|4|Ethernet45
+1.3.6.1.2.1.31.1.1.1.1.46|4|Ethernet46
+1.3.6.1.2.1.31.1.1.1.1.47|4|Ethernet47
+1.3.6.1.2.1.31.1.1.1.1.48|4|Ethernet48
+1.3.6.1.2.1.31.1.1.1.1.49001|4|Ethernet49/1
+1.3.6.1.2.1.31.1.1.1.1.50001|4|Ethernet50/1
+1.3.6.1.2.1.31.1.1.1.1.51001|4|Ethernet51/1
+1.3.6.1.2.1.31.1.1.1.1.52001|4|Ethernet52/1
+1.3.6.1.2.1.31.1.1.1.1.53001|4|Ethernet53/1
+1.3.6.1.2.1.31.1.1.1.1.54001|4|Ethernet54/1
+1.3.6.1.2.1.31.1.1.1.1.999001|4|Management1
+1.3.6.1.2.1.31.1.1.1.1.1000001|4|Port-Channel1
+1.3.6.1.2.1.31.1.1.1.1.1000002|4|Port-Channel2
+1.3.6.1.2.1.31.1.1.1.1.1000003|4|Port-Channel3
+1.3.6.1.2.1.31.1.1.1.1.1000005|4|Port-Channel5
+1.3.6.1.2.1.31.1.1.1.1.1001000|4|Port-Channel1000
+1.3.6.1.2.1.31.1.1.1.1.1001100|4|Port-Channel1100
+1.3.6.1.2.1.31.1.1.1.1.5000000|4|Loopback0
+1.3.6.1.2.1.31.1.1.1.1.7000000|4|Vxlan1
+1.3.6.1.2.1.31.1.1.1.2.1|65|0
+1.3.6.1.2.1.31.1.1.1.2.2|65|0
+1.3.6.1.2.1.31.1.1.1.2.3|65|0
+1.3.6.1.2.1.31.1.1.1.2.4|65|0
+1.3.6.1.2.1.31.1.1.1.2.5|65|0
+1.3.6.1.2.1.31.1.1.1.2.6|65|4280420
+1.3.6.1.2.1.31.1.1.1.2.7|65|931087
+1.3.6.1.2.1.31.1.1.1.2.8|65|660942
+1.3.6.1.2.1.31.1.1.1.2.9|65|0
+1.3.6.1.2.1.31.1.1.1.2.10|65|0
+1.3.6.1.2.1.31.1.1.1.2.11|65|0
+1.3.6.1.2.1.31.1.1.1.2.12|65|0
+1.3.6.1.2.1.31.1.1.1.2.13|65|0
+1.3.6.1.2.1.31.1.1.1.2.14|65|0
+1.3.6.1.2.1.31.1.1.1.2.15|65|0
+1.3.6.1.2.1.31.1.1.1.2.16|65|0
+1.3.6.1.2.1.31.1.1.1.2.17|65|0
+1.3.6.1.2.1.31.1.1.1.2.18|65|4009024
+1.3.6.1.2.1.31.1.1.1.2.19|65|789556
+1.3.6.1.2.1.31.1.1.1.2.20|65|4199344
+1.3.6.1.2.1.31.1.1.1.2.21|65|0
+1.3.6.1.2.1.31.1.1.1.2.22|65|9183461
+1.3.6.1.2.1.31.1.1.1.2.23|65|0
+1.3.6.1.2.1.31.1.1.1.2.24|65|0
+1.3.6.1.2.1.31.1.1.1.2.25|65|23923
+1.3.6.1.2.1.31.1.1.1.2.26|65|0
+1.3.6.1.2.1.31.1.1.1.2.27|65|4350
+1.3.6.1.2.1.31.1.1.1.2.28|65|0
+1.3.6.1.2.1.31.1.1.1.2.29|65|4360
+1.3.6.1.2.1.31.1.1.1.2.30|65|0
+1.3.6.1.2.1.31.1.1.1.2.31|65|0
+1.3.6.1.2.1.31.1.1.1.2.32|65|0
+1.3.6.1.2.1.31.1.1.1.2.33|65|656635
+1.3.6.1.2.1.31.1.1.1.2.34|65|656635
+1.3.6.1.2.1.31.1.1.1.2.35|65|656636
+1.3.6.1.2.1.31.1.1.1.2.36|65|0
+1.3.6.1.2.1.31.1.1.1.2.37|65|0
+1.3.6.1.2.1.31.1.1.1.2.38|65|0
+1.3.6.1.2.1.31.1.1.1.2.39|65|0
+1.3.6.1.2.1.31.1.1.1.2.40|65|0
+1.3.6.1.2.1.31.1.1.1.2.41|65|639099
+1.3.6.1.2.1.31.1.1.1.2.42|65|639023
+1.3.6.1.2.1.31.1.1.1.2.43|65|638977
+1.3.6.1.2.1.31.1.1.1.2.44|65|0
+1.3.6.1.2.1.31.1.1.1.2.45|65|18593
+1.3.6.1.2.1.31.1.1.1.2.46|65|90558074
+1.3.6.1.2.1.31.1.1.1.2.47|65|30689767
+1.3.6.1.2.1.31.1.1.1.2.48|65|22693671
+1.3.6.1.2.1.31.1.1.1.2.49001|65|1248648
+1.3.6.1.2.1.31.1.1.1.2.50001|65|3541806
+1.3.6.1.2.1.31.1.1.1.2.51001|65|488382
+1.3.6.1.2.1.31.1.1.1.2.52001|65|3538152
+1.3.6.1.2.1.31.1.1.1.2.53001|65|421121
+1.3.6.1.2.1.31.1.1.1.2.54001|65|0
+1.3.6.1.2.1.31.1.1.1.2.999001|65|219074
+1.3.6.1.2.1.31.1.1.1.2.1000001|65|5211490
+1.3.6.1.2.1.31.1.1.1.2.1000002|65|3541798
+1.3.6.1.2.1.31.1.1.1.2.1000003|65|3538151
+1.3.6.1.2.1.31.1.1.1.2.1000005|65|7256857
+1.3.6.1.2.1.31.1.1.1.2.1001000|65|53383433
+1.3.6.1.2.1.31.1.1.1.2.1001100|65|0
+1.3.6.1.2.1.31.1.1.1.2.5000000|65|0
+1.3.6.1.2.1.31.1.1.1.2.7000000|65|0
+1.3.6.1.2.1.31.1.1.1.3.1|65|0
+1.3.6.1.2.1.31.1.1.1.3.2|65|190709
+1.3.6.1.2.1.31.1.1.1.3.3|65|0
+1.3.6.1.2.1.31.1.1.1.3.4|65|0
+1.3.6.1.2.1.31.1.1.1.3.5|65|0
+1.3.6.1.2.1.31.1.1.1.3.6|65|102
+1.3.6.1.2.1.31.1.1.1.3.7|65|1746311
+1.3.6.1.2.1.31.1.1.1.3.8|65|2735368
+1.3.6.1.2.1.31.1.1.1.3.9|65|0
+1.3.6.1.2.1.31.1.1.1.3.10|65|0
+1.3.6.1.2.1.31.1.1.1.3.11|65|0
+1.3.6.1.2.1.31.1.1.1.3.12|65|0
+1.3.6.1.2.1.31.1.1.1.3.13|65|191
+1.3.6.1.2.1.31.1.1.1.3.14|65|125421
+1.3.6.1.2.1.31.1.1.1.3.15|65|0
+1.3.6.1.2.1.31.1.1.1.3.16|65|0
+1.3.6.1.2.1.31.1.1.1.3.17|65|23
+1.3.6.1.2.1.31.1.1.1.3.18|65|904321
+1.3.6.1.2.1.31.1.1.1.3.19|65|1082488
+1.3.6.1.2.1.31.1.1.1.3.20|65|576656
+1.3.6.1.2.1.31.1.1.1.3.21|65|196
+1.3.6.1.2.1.31.1.1.1.3.22|65|4742395
+1.3.6.1.2.1.31.1.1.1.3.23|65|0
+1.3.6.1.2.1.31.1.1.1.3.24|65|0
+1.3.6.1.2.1.31.1.1.1.3.25|65|625808
+1.3.6.1.2.1.31.1.1.1.3.26|65|0
+1.3.6.1.2.1.31.1.1.1.3.27|65|0
+1.3.6.1.2.1.31.1.1.1.3.28|65|0
+1.3.6.1.2.1.31.1.1.1.3.29|65|0
+1.3.6.1.2.1.31.1.1.1.3.30|65|0
+1.3.6.1.2.1.31.1.1.1.3.31|65|0
+1.3.6.1.2.1.31.1.1.1.3.32|65|0
+1.3.6.1.2.1.31.1.1.1.3.33|65|2
+1.3.6.1.2.1.31.1.1.1.3.34|65|4
+1.3.6.1.2.1.31.1.1.1.3.35|65|5
+1.3.6.1.2.1.31.1.1.1.3.36|65|0
+1.3.6.1.2.1.31.1.1.1.3.37|65|0
+1.3.6.1.2.1.31.1.1.1.3.38|65|0
+1.3.6.1.2.1.31.1.1.1.3.39|65|0
+1.3.6.1.2.1.31.1.1.1.3.40|65|0
+1.3.6.1.2.1.31.1.1.1.3.41|65|28
+1.3.6.1.2.1.31.1.1.1.3.42|65|1
+1.3.6.1.2.1.31.1.1.1.3.43|65|29
+1.3.6.1.2.1.31.1.1.1.3.44|65|0
+1.3.6.1.2.1.31.1.1.1.3.45|65|600877
+1.3.6.1.2.1.31.1.1.1.3.46|65|192300949
+1.3.6.1.2.1.31.1.1.1.3.47|65|838479
+1.3.6.1.2.1.31.1.1.1.3.48|65|17814302
+1.3.6.1.2.1.31.1.1.1.3.49001|65|37828676
+1.3.6.1.2.1.31.1.1.1.3.50001|65|5972
+1.3.6.1.2.1.31.1.1.1.3.51001|65|0
+1.3.6.1.2.1.31.1.1.1.3.52001|65|6262
+1.3.6.1.2.1.31.1.1.1.3.53001|65|5
+1.3.6.1.2.1.31.1.1.1.3.54001|65|0
+1.3.6.1.2.1.31.1.1.1.3.999001|65|12627641
+1.3.6.1.2.1.31.1.1.1.3.1000001|65|1746413
+1.3.6.1.2.1.31.1.1.1.3.1000002|65|5972
+1.3.6.1.2.1.31.1.1.1.3.1000003|65|6262
+1.3.6.1.2.1.31.1.1.1.3.1000005|65|904321
+1.3.6.1.2.1.31.1.1.1.3.1001000|65|18652781
+1.3.6.1.2.1.31.1.1.1.3.1001100|65|0
+1.3.6.1.2.1.31.1.1.1.3.5000000|65|0
+1.3.6.1.2.1.31.1.1.1.3.7000000|65|0
+1.3.6.1.2.1.31.1.1.1.4.1|65|0
+1.3.6.1.2.1.31.1.1.1.4.2|65|680123348
+1.3.6.1.2.1.31.1.1.1.4.3|65|0
+1.3.6.1.2.1.31.1.1.1.4.4|65|0
+1.3.6.1.2.1.31.1.1.1.4.5|65|0
+1.3.6.1.2.1.31.1.1.1.4.6|65|677697210
+1.3.6.1.2.1.31.1.1.1.4.7|65|945052
+1.3.6.1.2.1.31.1.1.1.4.8|65|679456488
+1.3.6.1.2.1.31.1.1.1.4.9|65|0
+1.3.6.1.2.1.31.1.1.1.4.10|65|0
+1.3.6.1.2.1.31.1.1.1.4.11|65|0
+1.3.6.1.2.1.31.1.1.1.4.12|65|0
+1.3.6.1.2.1.31.1.1.1.4.13|65|680156457
+1.3.6.1.2.1.31.1.1.1.4.14|65|4
+1.3.6.1.2.1.31.1.1.1.4.15|65|5068164
+1.3.6.1.2.1.31.1.1.1.4.16|65|0
+1.3.6.1.2.1.31.1.1.1.4.17|65|680162094
+1.3.6.1.2.1.31.1.1.1.4.18|65|99721889
+1.3.6.1.2.1.31.1.1.1.4.19|65|679363146
+1.3.6.1.2.1.31.1.1.1.4.20|65|586739845
+1.3.6.1.2.1.31.1.1.1.4.21|65|680139477
+1.3.6.1.2.1.31.1.1.1.4.22|65|682750840
+1.3.6.1.2.1.31.1.1.1.4.23|65|0
+1.3.6.1.2.1.31.1.1.1.4.24|65|0
+1.3.6.1.2.1.31.1.1.1.4.25|65|91290959
+1.3.6.1.2.1.31.1.1.1.4.26|65|1
+1.3.6.1.2.1.31.1.1.1.4.27|65|4354
+1.3.6.1.2.1.31.1.1.1.4.28|65|1
+1.3.6.1.2.1.31.1.1.1.4.29|65|4366
+1.3.6.1.2.1.31.1.1.1.4.30|65|0
+1.3.6.1.2.1.31.1.1.1.4.31|65|0
+1.3.6.1.2.1.31.1.1.1.4.32|65|7454179
+1.3.6.1.2.1.31.1.1.1.4.33|65|656612
+1.3.6.1.2.1.31.1.1.1.4.34|65|656613
+1.3.6.1.2.1.31.1.1.1.4.35|65|656614
+1.3.6.1.2.1.31.1.1.1.4.36|65|0
+1.3.6.1.2.1.31.1.1.1.4.37|65|0
+1.3.6.1.2.1.31.1.1.1.4.38|65|0
+1.3.6.1.2.1.31.1.1.1.4.39|65|0
+1.3.6.1.2.1.31.1.1.1.4.40|65|0
+1.3.6.1.2.1.31.1.1.1.4.41|65|636795
+1.3.6.1.2.1.31.1.1.1.4.42|65|636783
+1.3.6.1.2.1.31.1.1.1.4.43|65|636789
+1.3.6.1.2.1.31.1.1.1.4.44|65|0
+1.3.6.1.2.1.31.1.1.1.4.45|65|90558075
+1.3.6.1.2.1.31.1.1.1.4.46|65|18594
+1.3.6.1.2.1.31.1.1.1.4.47|65|678799438
+1.3.6.1.2.1.31.1.1.1.4.48|65|4037094
+1.3.6.1.2.1.31.1.1.1.4.49001|65|678820539
+1.3.6.1.2.1.31.1.1.1.4.50001|65|102009923
+1.3.6.1.2.1.31.1.1.1.4.51001|65|488429
+1.3.6.1.2.1.31.1.1.1.4.52001|65|102010361
+1.3.6.1.2.1.31.1.1.1.4.53001|65|421123
+1.3.6.1.2.1.31.1.1.1.4.54001|65|0
+1.3.6.1.2.1.31.1.1.1.4.999001|65|952154
+1.3.6.1.2.1.31.1.1.1.4.1000001|65|678642212
+1.3.6.1.2.1.31.1.1.1.4.1000002|65|100903007
+1.3.6.1.2.1.31.1.1.1.4.1000003|65|100899551
+1.3.6.1.2.1.31.1.1.1.4.1000005|65|93196299
+1.3.6.1.2.1.31.1.1.1.4.1001000|65|682836530
+1.3.6.1.2.1.31.1.1.1.4.1001100|65|0
+1.3.6.1.2.1.31.1.1.1.4.5000000|65|0
+1.3.6.1.2.1.31.1.1.1.4.7000000|65|0
+1.3.6.1.2.1.31.1.1.1.5.1|65|0
+1.3.6.1.2.1.31.1.1.1.5.2|65|1098572205
+1.3.6.1.2.1.31.1.1.1.5.3|65|0
+1.3.6.1.2.1.31.1.1.1.5.4|65|0
+1.3.6.1.2.1.31.1.1.1.5.5|65|0
+1.3.6.1.2.1.31.1.1.1.5.6|65|1096994338
+1.3.6.1.2.1.31.1.1.1.5.7|65|5267
+1.3.6.1.2.1.31.1.1.1.5.8|65|1096019417
+1.3.6.1.2.1.31.1.1.1.5.9|65|0
+1.3.6.1.2.1.31.1.1.1.5.10|65|0
+1.3.6.1.2.1.31.1.1.1.5.11|65|0
+1.3.6.1.2.1.31.1.1.1.5.12|65|0
+1.3.6.1.2.1.31.1.1.1.5.13|65|1098792734
+1.3.6.1.2.1.31.1.1.1.5.14|65|13
+1.3.6.1.2.1.31.1.1.1.5.15|65|0
+1.3.6.1.2.1.31.1.1.1.5.16|65|0
+1.3.6.1.2.1.31.1.1.1.5.17|65|1098824841
+1.3.6.1.2.1.31.1.1.1.5.18|65|205710619
+1.3.6.1.2.1.31.1.1.1.5.19|65|1097726965
+1.3.6.1.2.1.31.1.1.1.5.20|65|900570249
+1.3.6.1.2.1.31.1.1.1.5.21|65|1098791081
+1.3.6.1.2.1.31.1.1.1.5.22|65|1094376235
+1.3.6.1.2.1.31.1.1.1.5.23|65|0
+1.3.6.1.2.1.31.1.1.1.5.24|65|0
+1.3.6.1.2.1.31.1.1.1.5.25|65|190822372
+1.3.6.1.2.1.31.1.1.1.5.26|65|0
+1.3.6.1.2.1.31.1.1.1.5.27|65|0
+1.3.6.1.2.1.31.1.1.1.5.28|65|0
+1.3.6.1.2.1.31.1.1.1.5.29|65|0
+1.3.6.1.2.1.31.1.1.1.5.30|65|0
+1.3.6.1.2.1.31.1.1.1.5.31|65|0
+1.3.6.1.2.1.31.1.1.1.5.32|65|37442
+1.3.6.1.2.1.31.1.1.1.5.33|65|9
+1.3.6.1.2.1.31.1.1.1.5.34|65|4
+1.3.6.1.2.1.31.1.1.1.5.35|65|6
+1.3.6.1.2.1.31.1.1.1.5.36|65|0
+1.3.6.1.2.1.31.1.1.1.5.37|65|0
+1.3.6.1.2.1.31.1.1.1.5.38|65|0
+1.3.6.1.2.1.31.1.1.1.5.39|65|0
+1.3.6.1.2.1.31.1.1.1.5.40|65|0
+1.3.6.1.2.1.31.1.1.1.5.41|65|98
+1.3.6.1.2.1.31.1.1.1.5.42|65|71
+1.3.6.1.2.1.31.1.1.1.5.43|65|94
+1.3.6.1.2.1.31.1.1.1.5.44|65|0
+1.3.6.1.2.1.31.1.1.1.5.45|65|192300949
+1.3.6.1.2.1.31.1.1.1.5.46|65|600877
+1.3.6.1.2.1.31.1.1.1.5.47|65|1096750631
+1.3.6.1.2.1.31.1.1.1.5.48|65|1238011
+1.3.6.1.2.1.31.1.1.1.5.49001|65|1060850044
+1.3.6.1.2.1.31.1.1.1.5.50001|65|203916732
+1.3.6.1.2.1.31.1.1.1.5.51001|65|2
+1.3.6.1.2.1.31.1.1.1.5.52001|65|203923750
+1.3.6.1.2.1.31.1.1.1.5.53001|65|2
+1.3.6.1.2.1.31.1.1.1.5.54001|65|0
+1.3.6.1.2.1.31.1.1.1.5.999001|65|39
+1.3.6.1.2.1.31.1.1.1.5.1000001|65|1096999574
+1.3.6.1.2.1.31.1.1.1.5.1000002|65|203916495
+1.3.6.1.2.1.31.1.1.1.5.1000003|65|203923750
+1.3.6.1.2.1.31.1.1.1.5.1000005|65|196007701
+1.3.6.1.2.1.31.1.1.1.5.1001000|65|1097988642
+1.3.6.1.2.1.31.1.1.1.5.1001100|65|0
+1.3.6.1.2.1.31.1.1.1.5.5000000|65|0
+1.3.6.1.2.1.31.1.1.1.5.7000000|65|0
+1.3.6.1.2.1.31.1.1.1.6.1|70|0
+1.3.6.1.2.1.31.1.1.1.6.2|70:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=100,offset=1000
+1.3.6.1.2.1.31.1.1.1.6.3|70|0
+1.3.6.1.2.1.31.1.1.1.6.4|70|0
+1.3.6.1.2.1.31.1.1.1.6.5|70|0
+1.3.6.1.2.1.31.1.1.1.6.6|70:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=600,offset=200
+1.3.6.1.2.1.31.1.1.1.6.7|70:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=600,offset=200
+1.3.6.1.2.1.31.1.1.1.6.8|70:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=400,offset=0
+1.3.6.1.2.1.31.1.1.1.6.9|70|0
+1.3.6.1.2.1.31.1.1.1.6.10|70|0
+1.3.6.1.2.1.31.1.1.1.6.11|70|0
+1.3.6.1.2.1.31.1.1.1.6.12|70|0
+1.3.6.1.2.1.31.1.1.1.6.13|70:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=100,offset=100
+1.3.6.1.2.1.31.1.1.1.6.14|70|8145792
+1.3.6.1.2.1.31.1.1.1.6.15|70|0
+1.3.6.1.2.1.31.1.1.1.6.16|70|0
+1.3.6.1.2.1.31.1.1.1.6.17|70|673803587372
+1.3.6.1.2.1.31.1.1.1.6.18|70|3134945406583
+1.3.6.1.2.1.31.1.1.1.6.19|70|476010415053069
+1.3.6.1.2.1.31.1.1.1.6.20|70|63525108989001
+1.3.6.1.2.1.31.1.1.1.6.21|70|226674273184109
+1.3.6.1.2.1.31.1.1.1.6.22|70|67736010832371
+1.3.6.1.2.1.31.1.1.1.6.23|70|0
+1.3.6.1.2.1.31.1.1.1.6.24|70|0
+1.3.6.1.2.1.31.1.1.1.6.25|70|712370710
+1.3.6.1.2.1.31.1.1.1.6.26|70|0
+1.3.6.1.2.1.31.1.1.1.6.27|70|943950
+1.3.6.1.2.1.31.1.1.1.6.28|70|0
+1.3.6.1.2.1.31.1.1.1.6.29|70|946120
+1.3.6.1.2.1.31.1.1.1.6.30|70|0
+1.3.6.1.2.1.31.1.1.1.6.31|70|0
+1.3.6.1.2.1.31.1.1.1.6.32|70|0
+1.3.6.1.2.1.31.1.1.1.6.33|70|1008711421134168
+1.3.6.1.2.1.31.1.1.1.6.34|70|971888900285011
+1.3.6.1.2.1.31.1.1.1.6.35|70|985950453505289
+1.3.6.1.2.1.31.1.1.1.6.36|70|0
+1.3.6.1.2.1.31.1.1.1.6.37|70|0
+1.3.6.1.2.1.31.1.1.1.6.38|70|0
+1.3.6.1.2.1.31.1.1.1.6.39|70|0
+1.3.6.1.2.1.31.1.1.1.6.40|70|0
+1.3.6.1.2.1.31.1.1.1.6.41|70|3447753667284262
+1.3.6.1.2.1.31.1.1.1.6.42|70|3480340530711537
+1.3.6.1.2.1.31.1.1.1.6.43|70|3502281576554359
+1.3.6.1.2.1.31.1.1.1.6.44|70|0
+1.3.6.1.2.1.31.1.1.1.6.45|70|685619241
+1.3.6.1.2.1.31.1.1.1.6.46|70|62442935890068
+1.3.6.1.2.1.31.1.1.1.6.47|70:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=800,offset=1000
+1.3.6.1.2.1.31.1.1.1.6.48|70:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=800,offset=1000
+1.3.6.1.2.1.31.1.1.1.6.49001|70|2392590495744885
+1.3.6.1.2.1.31.1.1.1.6.50001|70|593297952
+1.3.6.1.2.1.31.1.1.1.6.51001|70|8191425001783841
+1.3.6.1.2.1.31.1.1.1.6.52001|70|556169006
+1.3.6.1.2.1.31.1.1.1.6.53001|70|1789998810107014
+1.3.6.1.2.1.31.1.1.1.6.54001|70|0
+1.3.6.1.2.1.31.1.1.1.6.999001|70|8955966178
+1.3.6.1.2.1.31.1.1.1.6.1000001|70|35712769609570128
+1.3.6.1.2.1.31.1.1.1.6.1000002|70|593296928
+1.3.6.1.2.1.31.1.1.1.6.1000003|70|556168878
+1.3.6.1.2.1.31.1.1.1.6.1000005|70|7293737801630
+1.3.6.1.2.1.31.1.1.1.6.1001000|70|125126753408446
+1.3.6.1.2.1.31.1.1.1.6.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.6.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.6.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.7.1|70|0
+1.3.6.1.2.1.31.1.1.1.7.2|70|1227986288285
+1.3.6.1.2.1.31.1.1.1.7.3|70|0
+1.3.6.1.2.1.31.1.1.1.7.4|70|0
+1.3.6.1.2.1.31.1.1.1.7.5|70|0
+1.3.6.1.2.1.31.1.1.1.7.6|70|14555022979204
+1.3.6.1.2.1.31.1.1.1.7.7|70|14557573018154
+1.3.6.1.2.1.31.1.1.1.7.8|70|1664256927757
+1.3.6.1.2.1.31.1.1.1.7.9|70|0
+1.3.6.1.2.1.31.1.1.1.7.10|70|0
+1.3.6.1.2.1.31.1.1.1.7.11|70|0
+1.3.6.1.2.1.31.1.1.1.7.12|70|0
+1.3.6.1.2.1.31.1.1.1.7.13|70|105225257016
+1.3.6.1.2.1.31.1.1.1.7.14|70|1857
+1.3.6.1.2.1.31.1.1.1.7.15|70|0
+1.3.6.1.2.1.31.1.1.1.7.16|70|0
+1.3.6.1.2.1.31.1.1.1.7.17|70|2753238813
+1.3.6.1.2.1.31.1.1.1.7.18|70|14192056008
+1.3.6.1.2.1.31.1.1.1.7.19|70|395535215404
+1.3.6.1.2.1.31.1.1.1.7.20|70|384865344717
+1.3.6.1.2.1.31.1.1.1.7.21|70|228099616337
+1.3.6.1.2.1.31.1.1.1.7.22|70|55078224461
+1.3.6.1.2.1.31.1.1.1.7.23|70|0
+1.3.6.1.2.1.31.1.1.1.7.24|70|0
+1.3.6.1.2.1.31.1.1.1.7.25|70|6868886
+1.3.6.1.2.1.31.1.1.1.7.26|70|0
+1.3.6.1.2.1.31.1.1.1.7.27|70|0
+1.3.6.1.2.1.31.1.1.1.7.28|70|0
+1.3.6.1.2.1.31.1.1.1.7.29|70|0
+1.3.6.1.2.1.31.1.1.1.7.30|70|0
+1.3.6.1.2.1.31.1.1.1.7.31|70|0
+1.3.6.1.2.1.31.1.1.1.7.32|70|0
+1.3.6.1.2.1.31.1.1.1.7.33|70|1440055395018
+1.3.6.1.2.1.31.1.1.1.7.34|70|1396925155332
+1.3.6.1.2.1.31.1.1.1.7.35|70|1414642556971
+1.3.6.1.2.1.31.1.1.1.7.36|70|0
+1.3.6.1.2.1.31.1.1.1.7.37|70|0
+1.3.6.1.2.1.31.1.1.1.7.38|70|0
+1.3.6.1.2.1.31.1.1.1.7.39|70|0
+1.3.6.1.2.1.31.1.1.1.7.40|70|0
+1.3.6.1.2.1.31.1.1.1.7.41|70|5388398885817
+1.3.6.1.2.1.31.1.1.1.7.42|70|5405369158574
+1.3.6.1.2.1.31.1.1.1.7.43|70|5450594437587
+1.3.6.1.2.1.31.1.1.1.7.44|70|0
+1.3.6.1.2.1.31.1.1.1.7.45|70|6868886
+1.3.6.1.2.1.31.1.1.1.7.46|70|58542950224
+1.3.6.1.2.1.31.1.1.1.7.47|70|157921559065
+1.3.6.1.2.1.31.1.1.1.7.48|70|158723146833
+1.3.6.1.2.1.31.1.1.1.7.49001|70|4417352946765
+1.3.6.1.2.1.31.1.1.1.7.50001|70|1401994
+1.3.6.1.2.1.31.1.1.1.7.51001|70|10992034971153
+1.3.6.1.2.1.31.1.1.1.7.52001|70|1050193
+1.3.6.1.2.1.31.1.1.1.7.53001|70|2467023494374
+1.3.6.1.2.1.31.1.1.1.7.54001|70|0
+1.3.6.1.2.1.31.1.1.1.7.999001|70|69075212
+1.3.6.1.2.1.31.1.1.1.7.1000001|70|29112595997352
+1.3.6.1.2.1.31.1.1.1.7.1000002|70|1401994
+1.3.6.1.2.1.31.1.1.1.7.1000003|70|1050193
+1.3.6.1.2.1.31.1.1.1.7.1000005|70|29148062425
+1.3.6.1.2.1.31.1.1.1.7.1001000|70|316644705896
+1.3.6.1.2.1.31.1.1.1.7.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.7.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.7.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.8.1|70|0
+1.3.6.1.2.1.31.1.1.1.8.2|70|0
+1.3.6.1.2.1.31.1.1.1.8.3|70|0
+1.3.6.1.2.1.31.1.1.1.8.4|70|0
+1.3.6.1.2.1.31.1.1.1.8.5|70|0
+1.3.6.1.2.1.31.1.1.1.8.6|70|4280420
+1.3.6.1.2.1.31.1.1.1.8.7|70|931087
+1.3.6.1.2.1.31.1.1.1.8.8|70|660942
+1.3.6.1.2.1.31.1.1.1.8.9|70|0
+1.3.6.1.2.1.31.1.1.1.8.10|70|0
+1.3.6.1.2.1.31.1.1.1.8.11|70|0
+1.3.6.1.2.1.31.1.1.1.8.12|70|0
+1.3.6.1.2.1.31.1.1.1.8.13|70|0
+1.3.6.1.2.1.31.1.1.1.8.14|70|0
+1.3.6.1.2.1.31.1.1.1.8.15|70|0
+1.3.6.1.2.1.31.1.1.1.8.16|70|0
+1.3.6.1.2.1.31.1.1.1.8.17|70|0
+1.3.6.1.2.1.31.1.1.1.8.18|70|4009024
+1.3.6.1.2.1.31.1.1.1.8.19|70|789556
+1.3.6.1.2.1.31.1.1.1.8.20|70|4199344
+1.3.6.1.2.1.31.1.1.1.8.21|70|0
+1.3.6.1.2.1.31.1.1.1.8.22|70|9183461
+1.3.6.1.2.1.31.1.1.1.8.23|70|0
+1.3.6.1.2.1.31.1.1.1.8.24|70|0
+1.3.6.1.2.1.31.1.1.1.8.25|70|23923
+1.3.6.1.2.1.31.1.1.1.8.26|70|0
+1.3.6.1.2.1.31.1.1.1.8.27|70|4350
+1.3.6.1.2.1.31.1.1.1.8.28|70|0
+1.3.6.1.2.1.31.1.1.1.8.29|70|4360
+1.3.6.1.2.1.31.1.1.1.8.30|70|0
+1.3.6.1.2.1.31.1.1.1.8.31|70|0
+1.3.6.1.2.1.31.1.1.1.8.32|70|0
+1.3.6.1.2.1.31.1.1.1.8.33|70|656635
+1.3.6.1.2.1.31.1.1.1.8.34|70|656635
+1.3.6.1.2.1.31.1.1.1.8.35|70|656636
+1.3.6.1.2.1.31.1.1.1.8.36|70|0
+1.3.6.1.2.1.31.1.1.1.8.37|70|0
+1.3.6.1.2.1.31.1.1.1.8.38|70|0
+1.3.6.1.2.1.31.1.1.1.8.39|70|0
+1.3.6.1.2.1.31.1.1.1.8.40|70|0
+1.3.6.1.2.1.31.1.1.1.8.41|70|639099
+1.3.6.1.2.1.31.1.1.1.8.42|70|639023
+1.3.6.1.2.1.31.1.1.1.8.43|70|638977
+1.3.6.1.2.1.31.1.1.1.8.44|70|0
+1.3.6.1.2.1.31.1.1.1.8.45|70|18593
+1.3.6.1.2.1.31.1.1.1.8.46|70|90558074
+1.3.6.1.2.1.31.1.1.1.8.47|70|30689767
+1.3.6.1.2.1.31.1.1.1.8.48|70|22693671
+1.3.6.1.2.1.31.1.1.1.8.49001|70|1248648
+1.3.6.1.2.1.31.1.1.1.8.50001|70|3541806
+1.3.6.1.2.1.31.1.1.1.8.51001|70|488382
+1.3.6.1.2.1.31.1.1.1.8.52001|70|3538152
+1.3.6.1.2.1.31.1.1.1.8.53001|70|421121
+1.3.6.1.2.1.31.1.1.1.8.54001|70|0
+1.3.6.1.2.1.31.1.1.1.8.999001|70|219074
+1.3.6.1.2.1.31.1.1.1.8.1000001|70|5211490
+1.3.6.1.2.1.31.1.1.1.8.1000002|70|3541798
+1.3.6.1.2.1.31.1.1.1.8.1000003|70|3538151
+1.3.6.1.2.1.31.1.1.1.8.1000005|70|7256857
+1.3.6.1.2.1.31.1.1.1.8.1001000|70|53383433
+1.3.6.1.2.1.31.1.1.1.8.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.8.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.8.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.9.1|70|0
+1.3.6.1.2.1.31.1.1.1.9.2|70|190709
+1.3.6.1.2.1.31.1.1.1.9.3|70|0
+1.3.6.1.2.1.31.1.1.1.9.4|70|0
+1.3.6.1.2.1.31.1.1.1.9.5|70|0
+1.3.6.1.2.1.31.1.1.1.9.6|70|102
+1.3.6.1.2.1.31.1.1.1.9.7|70|1746311
+1.3.6.1.2.1.31.1.1.1.9.8|70|2735368
+1.3.6.1.2.1.31.1.1.1.9.9|70|0
+1.3.6.1.2.1.31.1.1.1.9.10|70|0
+1.3.6.1.2.1.31.1.1.1.9.11|70|0
+1.3.6.1.2.1.31.1.1.1.9.12|70|0
+1.3.6.1.2.1.31.1.1.1.9.13|70|191
+1.3.6.1.2.1.31.1.1.1.9.14|70|125421
+1.3.6.1.2.1.31.1.1.1.9.15|70|0
+1.3.6.1.2.1.31.1.1.1.9.16|70|0
+1.3.6.1.2.1.31.1.1.1.9.17|70|23
+1.3.6.1.2.1.31.1.1.1.9.18|70|904321
+1.3.6.1.2.1.31.1.1.1.9.19|70|1082488
+1.3.6.1.2.1.31.1.1.1.9.20|70|576656
+1.3.6.1.2.1.31.1.1.1.9.21|70|196
+1.3.6.1.2.1.31.1.1.1.9.22|70|4742395
+1.3.6.1.2.1.31.1.1.1.9.23|70|0
+1.3.6.1.2.1.31.1.1.1.9.24|70|0
+1.3.6.1.2.1.31.1.1.1.9.25|70|625808
+1.3.6.1.2.1.31.1.1.1.9.26|70|0
+1.3.6.1.2.1.31.1.1.1.9.27|70|0
+1.3.6.1.2.1.31.1.1.1.9.28|70|0
+1.3.6.1.2.1.31.1.1.1.9.29|70|0
+1.3.6.1.2.1.31.1.1.1.9.30|70|0
+1.3.6.1.2.1.31.1.1.1.9.31|70|0
+1.3.6.1.2.1.31.1.1.1.9.32|70|0
+1.3.6.1.2.1.31.1.1.1.9.33|70|2
+1.3.6.1.2.1.31.1.1.1.9.34|70|4
+1.3.6.1.2.1.31.1.1.1.9.35|70|5
+1.3.6.1.2.1.31.1.1.1.9.36|70|0
+1.3.6.1.2.1.31.1.1.1.9.37|70|0
+1.3.6.1.2.1.31.1.1.1.9.38|70|0
+1.3.6.1.2.1.31.1.1.1.9.39|70|0
+1.3.6.1.2.1.31.1.1.1.9.40|70|0
+1.3.6.1.2.1.31.1.1.1.9.41|70|28
+1.3.6.1.2.1.31.1.1.1.9.42|70|1
+1.3.6.1.2.1.31.1.1.1.9.43|70|29
+1.3.6.1.2.1.31.1.1.1.9.44|70|0
+1.3.6.1.2.1.31.1.1.1.9.45|70|600877
+1.3.6.1.2.1.31.1.1.1.9.46|70|192300949
+1.3.6.1.2.1.31.1.1.1.9.47|70|838479
+1.3.6.1.2.1.31.1.1.1.9.48|70|17814302
+1.3.6.1.2.1.31.1.1.1.9.49001|70|37828676
+1.3.6.1.2.1.31.1.1.1.9.50001|70|5972
+1.3.6.1.2.1.31.1.1.1.9.51001|70|0
+1.3.6.1.2.1.31.1.1.1.9.52001|70|6262
+1.3.6.1.2.1.31.1.1.1.9.53001|70|5
+1.3.6.1.2.1.31.1.1.1.9.54001|70|0
+1.3.6.1.2.1.31.1.1.1.9.999001|70|12627641
+1.3.6.1.2.1.31.1.1.1.9.1000001|70|1746413
+1.3.6.1.2.1.31.1.1.1.9.1000002|70|5972
+1.3.6.1.2.1.31.1.1.1.9.1000003|70|6262
+1.3.6.1.2.1.31.1.1.1.9.1000005|70|904321
+1.3.6.1.2.1.31.1.1.1.9.1001000|70|18652781
+1.3.6.1.2.1.31.1.1.1.9.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.9.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.9.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.10.1|70|0
+1.3.6.1.2.1.31.1.1.1.10.2|70|479938999898537
+1.3.6.1.2.1.31.1.1.1.10.3|70|0
+1.3.6.1.2.1.31.1.1.1.10.4|70|0
+1.3.6.1.2.1.31.1.1.1.10.5|70|0
+1.3.6.1.2.1.31.1.1.1.10.6|70|1828346205101572
+1.3.6.1.2.1.31.1.1.1.10.7|70|1831149167141289
+1.3.6.1.2.1.31.1.1.1.10.8|70|9828904175387646
+1.3.6.1.2.1.31.1.1.1.10.9|70|0
+1.3.6.1.2.1.31.1.1.1.10.10|70|0
+1.3.6.1.2.1.31.1.1.1.10.11|70|0
+1.3.6.1.2.1.31.1.1.1.10.12|70|0
+1.3.6.1.2.1.31.1.1.1.10.13|70|25124685706096
+1.3.6.1.2.1.31.1.1.1.10.14|70|120168
+1.3.6.1.2.1.31.1.1.1.10.15|70|648363629
+1.3.6.1.2.1.31.1.1.1.10.16|70|0
+1.3.6.1.2.1.31.1.1.1.10.17|70|1702499087143
+1.3.6.1.2.1.31.1.1.1.10.18|70|105444256190499
+1.3.6.1.2.1.31.1.1.1.10.19|70|620901608728822
+1.3.6.1.2.1.31.1.1.1.10.20|70|1108854705665967
+1.3.6.1.2.1.31.1.1.1.10.21|70|129883811282925
+1.3.6.1.2.1.31.1.1.1.10.22|70|9342899119289
+1.3.6.1.2.1.31.1.1.1.10.23|70|0
+1.3.6.1.2.1.31.1.1.1.10.24|70|0
+1.3.6.1.2.1.31.1.1.1.10.25|70|62678203035532
+1.3.6.1.2.1.31.1.1.1.10.26|70|128
+1.3.6.1.2.1.31.1.1.1.10.27|70|944729
+1.3.6.1.2.1.31.1.1.1.10.28|70|128
+1.3.6.1.2.1.31.1.1.1.10.29|70|947422
+1.3.6.1.2.1.31.1.1.1.10.30|70|0
+1.3.6.1.2.1.31.1.1.1.10.31|70|0
+1.3.6.1.2.1.31.1.1.1.10.32|70|958141531
+1.3.6.1.2.1.31.1.1.1.10.33|70|2016169089194254
+1.3.6.1.2.1.31.1.1.1.10.34|70|2025041724606122
+1.3.6.1.2.1.31.1.1.1.10.35|70|2022089996075611
+1.3.6.1.2.1.31.1.1.1.10.36|70|0
+1.3.6.1.2.1.31.1.1.1.10.37|70|0
+1.3.6.1.2.1.31.1.1.1.10.38|70|0
+1.3.6.1.2.1.31.1.1.1.10.39|70|0
+1.3.6.1.2.1.31.1.1.1.10.40|70|0
+1.3.6.1.2.1.31.1.1.1.10.41|70|6678357741958251
+1.3.6.1.2.1.31.1.1.1.10.42|70|6744743059605794
+1.3.6.1.2.1.31.1.1.1.10.43|70|6680243858700101
+1.3.6.1.2.1.31.1.1.1.10.44|70|0
+1.3.6.1.2.1.31.1.1.1.10.45|70|62442935968501
+1.3.6.1.2.1.31.1.1.1.10.46|70|685619369
+1.3.6.1.2.1.31.1.1.1.10.47|70|45069594939115
+1.3.6.1.2.1.31.1.1.1.10.48|70|45468695450421
+1.3.6.1.2.1.31.1.1.1.10.49001|70|7666054948767310
+1.3.6.1.2.1.31.1.1.1.10.50001|70|29538459879
+1.3.6.1.2.1.31.1.1.1.10.51001|70|11104272601554163
+1.3.6.1.2.1.31.1.1.1.10.52001|70|29504441346
+1.3.6.1.2.1.31.1.1.1.10.53001|70|3137232056550758
+1.3.6.1.2.1.31.1.1.1.10.54001|70|0
+1.3.6.1.2.1.31.1.1.1.10.999001|70|1010768228948
+1.3.6.1.2.1.31.1.1.1.10.1000001|70|3659495372184756
+1.3.6.1.2.1.31.1.1.1.10.1000002|70|29396761639
+1.3.6.1.2.1.31.1.1.1.10.1000003|70|29362257666
+1.3.6.1.2.1.31.1.1.1.10.1000005|70|210392221659082
+1.3.6.1.2.1.31.1.1.1.10.1001000|70|90538290389280
+1.3.6.1.2.1.31.1.1.1.10.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.10.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.10.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.11.1|70|0
+1.3.6.1.2.1.31.1.1.1.11.2|70|728829497553
+1.3.6.1.2.1.31.1.1.1.11.3|70|0
+1.3.6.1.2.1.31.1.1.1.11.4|70|0
+1.3.6.1.2.1.31.1.1.1.11.5|70|0
+1.3.6.1.2.1.31.1.1.1.11.6|70|9012097267309
+1.3.6.1.2.1.31.1.1.1.11.7|70|9014158677393
+1.3.6.1.2.1.31.1.1.1.11.8|70|7490389957441
+1.3.6.1.2.1.31.1.1.1.11.9|70|0
+1.3.6.1.2.1.31.1.1.1.11.10|70|0
+1.3.6.1.2.1.31.1.1.1.11.11|70|0
+1.3.6.1.2.1.31.1.1.1.11.12|70|0
+1.3.6.1.2.1.31.1.1.1.11.13|70|120823026192
+1.3.6.1.2.1.31.1.1.1.11.14|70|1858
+1.3.6.1.2.1.31.1.1.1.11.15|70|0
+1.3.6.1.2.1.31.1.1.1.11.16|70|0
+1.3.6.1.2.1.31.1.1.1.11.17|70|2865723973
+1.3.6.1.2.1.31.1.1.1.11.18|70|81104166278
+1.3.6.1.2.1.31.1.1.1.11.19|70|1257245588733
+1.3.6.1.2.1.31.1.1.1.11.20|70|841356553590
+1.3.6.1.2.1.31.1.1.1.11.21|70|213729048841
+1.3.6.1.2.1.31.1.1.1.11.22|70|20800953740
+1.3.6.1.2.1.31.1.1.1.11.23|70|0
+1.3.6.1.2.1.31.1.1.1.11.24|70|0
+1.3.6.1.2.1.31.1.1.1.11.25|70|58542950181
+1.3.6.1.2.1.31.1.1.1.11.26|70|0
+1.3.6.1.2.1.31.1.1.1.11.27|70|0
+1.3.6.1.2.1.31.1.1.1.11.28|70|0
+1.3.6.1.2.1.31.1.1.1.11.29|70|0
+1.3.6.1.2.1.31.1.1.1.11.30|70|0
+1.3.6.1.2.1.31.1.1.1.11.31|70|0
+1.3.6.1.2.1.31.1.1.1.11.32|70|24464
+1.3.6.1.2.1.31.1.1.1.11.33|70|1670583107674
+1.3.6.1.2.1.31.1.1.1.11.34|70|1688905875311
+1.3.6.1.2.1.31.1.1.1.11.35|70|1686095839090
+1.3.6.1.2.1.31.1.1.1.11.36|70|0
+1.3.6.1.2.1.31.1.1.1.11.37|70|0
+1.3.6.1.2.1.31.1.1.1.11.38|70|0
+1.3.6.1.2.1.31.1.1.1.11.39|70|0
+1.3.6.1.2.1.31.1.1.1.11.40|70|0
+1.3.6.1.2.1.31.1.1.1.11.41|70|5732564198490
+1.3.6.1.2.1.31.1.1.1.11.42|70|5811090281154
+1.3.6.1.2.1.31.1.1.1.11.43|70|5734085119098
+1.3.6.1.2.1.31.1.1.1.11.44|70|0
+1.3.6.1.2.1.31.1.1.1.11.45|70|58542950263
+1.3.6.1.2.1.31.1.1.1.11.46|70|6868886
+1.3.6.1.2.1.31.1.1.1.11.47|70|123246307690
+1.3.6.1.2.1.31.1.1.1.11.48|70|123974518433
+1.3.6.1.2.1.31.1.1.1.11.49001|70|6956516369092
+1.3.6.1.2.1.31.1.1.1.11.50001|70|8719136
+1.3.6.1.2.1.31.1.1.1.11.51001|70|10597861199987
+1.3.6.1.2.1.31.1.1.1.11.52001|70|8397898
+1.3.6.1.2.1.31.1.1.1.11.53001|70|2911153916235
+1.3.6.1.2.1.31.1.1.1.11.54001|70|0
+1.3.6.1.2.1.31.1.1.1.11.999001|70|823151543
+1.3.6.1.2.1.31.1.1.1.11.1000001|70|18026255944174
+1.3.6.1.2.1.31.1.1.1.11.1000002|70|8719135
+1.3.6.1.2.1.31.1.1.1.11.1000003|70|8397898
+1.3.6.1.2.1.31.1.1.1.11.1000005|70|161907483485
+1.3.6.1.2.1.31.1.1.1.11.1001000|70|247220826123
+1.3.6.1.2.1.31.1.1.1.11.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.11.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.11.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.12.1|70|0
+1.3.6.1.2.1.31.1.1.1.12.2|70|680123348
+1.3.6.1.2.1.31.1.1.1.12.3|70|0
+1.3.6.1.2.1.31.1.1.1.12.4|70|0
+1.3.6.1.2.1.31.1.1.1.12.5|70|0
+1.3.6.1.2.1.31.1.1.1.12.6|70|677697210
+1.3.6.1.2.1.31.1.1.1.12.7|70|945052
+1.3.6.1.2.1.31.1.1.1.12.8|70|679456488
+1.3.6.1.2.1.31.1.1.1.12.9|70|0
+1.3.6.1.2.1.31.1.1.1.12.10|70|0
+1.3.6.1.2.1.31.1.1.1.12.11|70|0
+1.3.6.1.2.1.31.1.1.1.12.12|70|0
+1.3.6.1.2.1.31.1.1.1.12.13|70|680156457
+1.3.6.1.2.1.31.1.1.1.12.14|70|4
+1.3.6.1.2.1.31.1.1.1.12.15|70|5068164
+1.3.6.1.2.1.31.1.1.1.12.16|70|0
+1.3.6.1.2.1.31.1.1.1.12.17|70|680162094
+1.3.6.1.2.1.31.1.1.1.12.18|70|99721889
+1.3.6.1.2.1.31.1.1.1.12.19|70|679363146
+1.3.6.1.2.1.31.1.1.1.12.20|70|586739845
+1.3.6.1.2.1.31.1.1.1.12.21|70|680139477
+1.3.6.1.2.1.31.1.1.1.12.22|70|682750840
+1.3.6.1.2.1.31.1.1.1.12.23|70|0
+1.3.6.1.2.1.31.1.1.1.12.24|70|0
+1.3.6.1.2.1.31.1.1.1.12.25|70|91290959
+1.3.6.1.2.1.31.1.1.1.12.26|70|1
+1.3.6.1.2.1.31.1.1.1.12.27|70|4354
+1.3.6.1.2.1.31.1.1.1.12.28|70|1
+1.3.6.1.2.1.31.1.1.1.12.29|70|4366
+1.3.6.1.2.1.31.1.1.1.12.30|70|0
+1.3.6.1.2.1.31.1.1.1.12.31|70|0
+1.3.6.1.2.1.31.1.1.1.12.32|70|7454179
+1.3.6.1.2.1.31.1.1.1.12.33|70|656612
+1.3.6.1.2.1.31.1.1.1.12.34|70|656613
+1.3.6.1.2.1.31.1.1.1.12.35|70|656614
+1.3.6.1.2.1.31.1.1.1.12.36|70|0
+1.3.6.1.2.1.31.1.1.1.12.37|70|0
+1.3.6.1.2.1.31.1.1.1.12.38|70|0
+1.3.6.1.2.1.31.1.1.1.12.39|70|0
+1.3.6.1.2.1.31.1.1.1.12.40|70|0
+1.3.6.1.2.1.31.1.1.1.12.41|70|636795
+1.3.6.1.2.1.31.1.1.1.12.42|70|636783
+1.3.6.1.2.1.31.1.1.1.12.43|70|636789
+1.3.6.1.2.1.31.1.1.1.12.44|70|0
+1.3.6.1.2.1.31.1.1.1.12.45|70|90558075
+1.3.6.1.2.1.31.1.1.1.12.46|70|18594
+1.3.6.1.2.1.31.1.1.1.12.47|70|678799438
+1.3.6.1.2.1.31.1.1.1.12.48|70|4037094
+1.3.6.1.2.1.31.1.1.1.12.49001|70|678820539
+1.3.6.1.2.1.31.1.1.1.12.50001|70|102009923
+1.3.6.1.2.1.31.1.1.1.12.51001|70|488429
+1.3.6.1.2.1.31.1.1.1.12.52001|70|102010361
+1.3.6.1.2.1.31.1.1.1.12.53001|70|421123
+1.3.6.1.2.1.31.1.1.1.12.54001|70|0
+1.3.6.1.2.1.31.1.1.1.12.999001|70|952154
+1.3.6.1.2.1.31.1.1.1.12.1000001|70|678642212
+1.3.6.1.2.1.31.1.1.1.12.1000002|70|100903007
+1.3.6.1.2.1.31.1.1.1.12.1000003|70|100899551
+1.3.6.1.2.1.31.1.1.1.12.1000005|70|93196299
+1.3.6.1.2.1.31.1.1.1.12.1001000|70|682836530
+1.3.6.1.2.1.31.1.1.1.12.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.12.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.12.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.13.1|70|0
+1.3.6.1.2.1.31.1.1.1.13.2|70|1098572205
+1.3.6.1.2.1.31.1.1.1.13.3|70|0
+1.3.6.1.2.1.31.1.1.1.13.4|70|0
+1.3.6.1.2.1.31.1.1.1.13.5|70|0
+1.3.6.1.2.1.31.1.1.1.13.6|70|1096994338
+1.3.6.1.2.1.31.1.1.1.13.7|70|5267
+1.3.6.1.2.1.31.1.1.1.13.8|70|1096019417
+1.3.6.1.2.1.31.1.1.1.13.9|70|0
+1.3.6.1.2.1.31.1.1.1.13.10|70|0
+1.3.6.1.2.1.31.1.1.1.13.11|70|0
+1.3.6.1.2.1.31.1.1.1.13.12|70|0
+1.3.6.1.2.1.31.1.1.1.13.13|70|1098792734
+1.3.6.1.2.1.31.1.1.1.13.14|70|13
+1.3.6.1.2.1.31.1.1.1.13.15|70|0
+1.3.6.1.2.1.31.1.1.1.13.16|70|0
+1.3.6.1.2.1.31.1.1.1.13.17|70|1098824841
+1.3.6.1.2.1.31.1.1.1.13.18|70|205710619
+1.3.6.1.2.1.31.1.1.1.13.19|70|1097726965
+1.3.6.1.2.1.31.1.1.1.13.20|70|900570249
+1.3.6.1.2.1.31.1.1.1.13.21|70|1098791081
+1.3.6.1.2.1.31.1.1.1.13.22|70|1094376235
+1.3.6.1.2.1.31.1.1.1.13.23|70|0
+1.3.6.1.2.1.31.1.1.1.13.24|70|0
+1.3.6.1.2.1.31.1.1.1.13.25|70|190822372
+1.3.6.1.2.1.31.1.1.1.13.26|70|0
+1.3.6.1.2.1.31.1.1.1.13.27|70|0
+1.3.6.1.2.1.31.1.1.1.13.28|70|0
+1.3.6.1.2.1.31.1.1.1.13.29|70|0
+1.3.6.1.2.1.31.1.1.1.13.30|70|0
+1.3.6.1.2.1.31.1.1.1.13.31|70|0
+1.3.6.1.2.1.31.1.1.1.13.32|70|37442
+1.3.6.1.2.1.31.1.1.1.13.33|70|9
+1.3.6.1.2.1.31.1.1.1.13.34|70|4
+1.3.6.1.2.1.31.1.1.1.13.35|70|6
+1.3.6.1.2.1.31.1.1.1.13.36|70|0
+1.3.6.1.2.1.31.1.1.1.13.37|70|0
+1.3.6.1.2.1.31.1.1.1.13.38|70|0
+1.3.6.1.2.1.31.1.1.1.13.39|70|0
+1.3.6.1.2.1.31.1.1.1.13.40|70|0
+1.3.6.1.2.1.31.1.1.1.13.41|70|98
+1.3.6.1.2.1.31.1.1.1.13.42|70|71
+1.3.6.1.2.1.31.1.1.1.13.43|70|94
+1.3.6.1.2.1.31.1.1.1.13.44|70|0
+1.3.6.1.2.1.31.1.1.1.13.45|70|192300949
+1.3.6.1.2.1.31.1.1.1.13.46|70|600877
+1.3.6.1.2.1.31.1.1.1.13.47|70|1096750631
+1.3.6.1.2.1.31.1.1.1.13.48|70|1238011
+1.3.6.1.2.1.31.1.1.1.13.49001|70|1060850044
+1.3.6.1.2.1.31.1.1.1.13.50001|70|203916732
+1.3.6.1.2.1.31.1.1.1.13.51001|70|2
+1.3.6.1.2.1.31.1.1.1.13.52001|70|203923750
+1.3.6.1.2.1.31.1.1.1.13.53001|70|2
+1.3.6.1.2.1.31.1.1.1.13.54001|70|0
+1.3.6.1.2.1.31.1.1.1.13.999001|70|39
+1.3.6.1.2.1.31.1.1.1.13.1000001|70|1096999574
+1.3.6.1.2.1.31.1.1.1.13.1000002|70|203916495
+1.3.6.1.2.1.31.1.1.1.13.1000003|70|203923750
+1.3.6.1.2.1.31.1.1.1.13.1000005|70|196007701
+1.3.6.1.2.1.31.1.1.1.13.1001000|70|1097988642
+1.3.6.1.2.1.31.1.1.1.13.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.13.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.13.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.14.1|2|1
+1.3.6.1.2.1.31.1.1.1.14.2|2|1
+1.3.6.1.2.1.31.1.1.1.14.3|2|1
+1.3.6.1.2.1.31.1.1.1.14.4|2|1
+1.3.6.1.2.1.31.1.1.1.14.5|2|1
+1.3.6.1.2.1.31.1.1.1.14.6|2|1
+1.3.6.1.2.1.31.1.1.1.14.7|2|1
+1.3.6.1.2.1.31.1.1.1.14.8|2|1
+1.3.6.1.2.1.31.1.1.1.14.9|2|1
+1.3.6.1.2.1.31.1.1.1.14.10|2|1
+1.3.6.1.2.1.31.1.1.1.14.11|2|1
+1.3.6.1.2.1.31.1.1.1.14.12|2|1
+1.3.6.1.2.1.31.1.1.1.14.13|2|1
+1.3.6.1.2.1.31.1.1.1.14.14|2|1
+1.3.6.1.2.1.31.1.1.1.14.15|2|1
+1.3.6.1.2.1.31.1.1.1.14.16|2|1
+1.3.6.1.2.1.31.1.1.1.14.17|2|1
+1.3.6.1.2.1.31.1.1.1.14.18|2|1
+1.3.6.1.2.1.31.1.1.1.14.19|2|1
+1.3.6.1.2.1.31.1.1.1.14.20|2|1
+1.3.6.1.2.1.31.1.1.1.14.21|2|1
+1.3.6.1.2.1.31.1.1.1.14.22|2|1
+1.3.6.1.2.1.31.1.1.1.14.23|2|1
+1.3.6.1.2.1.31.1.1.1.14.24|2|1
+1.3.6.1.2.1.31.1.1.1.14.25|2|1
+1.3.6.1.2.1.31.1.1.1.14.26|2|1
+1.3.6.1.2.1.31.1.1.1.14.27|2|1
+1.3.6.1.2.1.31.1.1.1.14.28|2|1
+1.3.6.1.2.1.31.1.1.1.14.29|2|1
+1.3.6.1.2.1.31.1.1.1.14.30|2|1
+1.3.6.1.2.1.31.1.1.1.14.31|2|1
+1.3.6.1.2.1.31.1.1.1.14.32|2|1
+1.3.6.1.2.1.31.1.1.1.14.33|2|1
+1.3.6.1.2.1.31.1.1.1.14.34|2|1
+1.3.6.1.2.1.31.1.1.1.14.35|2|1
+1.3.6.1.2.1.31.1.1.1.14.36|2|1
+1.3.6.1.2.1.31.1.1.1.14.37|2|1
+1.3.6.1.2.1.31.1.1.1.14.38|2|1
+1.3.6.1.2.1.31.1.1.1.14.39|2|1
+1.3.6.1.2.1.31.1.1.1.14.40|2|1
+1.3.6.1.2.1.31.1.1.1.14.41|2|1
+1.3.6.1.2.1.31.1.1.1.14.42|2|1
+1.3.6.1.2.1.31.1.1.1.14.43|2|1
+1.3.6.1.2.1.31.1.1.1.14.44|2|1
+1.3.6.1.2.1.31.1.1.1.14.45|2|1
+1.3.6.1.2.1.31.1.1.1.14.46|2|1
+1.3.6.1.2.1.31.1.1.1.14.47|2|1
+1.3.6.1.2.1.31.1.1.1.14.48|2|1
+1.3.6.1.2.1.31.1.1.1.14.49001|2|1
+1.3.6.1.2.1.31.1.1.1.14.50001|2|1
+1.3.6.1.2.1.31.1.1.1.14.51001|2|1
+1.3.6.1.2.1.31.1.1.1.14.52001|2|1
+1.3.6.1.2.1.31.1.1.1.14.53001|2|1
+1.3.6.1.2.1.31.1.1.1.14.54001|2|1
+1.3.6.1.2.1.31.1.1.1.14.999001|2|1
+1.3.6.1.2.1.31.1.1.1.14.1000001|2|1
+1.3.6.1.2.1.31.1.1.1.14.1000002|2|1
+1.3.6.1.2.1.31.1.1.1.14.1000003|2|1
+1.3.6.1.2.1.31.1.1.1.14.1000005|2|1
+1.3.6.1.2.1.31.1.1.1.14.1001000|2|1
+1.3.6.1.2.1.31.1.1.1.14.1001100|2|1
+1.3.6.1.2.1.31.1.1.1.14.5000000|2|1
+1.3.6.1.2.1.31.1.1.1.14.7000000|2|1
+1.3.6.1.2.1.31.1.1.1.15.1|66|10000
+1.3.6.1.2.1.31.1.1.1.15.2|66|1000
+1.3.6.1.2.1.31.1.1.1.15.3|66|10000
+1.3.6.1.2.1.31.1.1.1.15.4|66|10000
+1.3.6.1.2.1.31.1.1.1.15.5|66|10000
+1.3.6.1.2.1.31.1.1.1.15.6|66|10000
+1.3.6.1.2.1.31.1.1.1.15.7|66|10000
+1.3.6.1.2.1.31.1.1.1.15.8|66|1000
+1.3.6.1.2.1.31.1.1.1.15.9|66|10000
+1.3.6.1.2.1.31.1.1.1.15.10|66|10000
+1.3.6.1.2.1.31.1.1.1.15.11|66|10000
+1.3.6.1.2.1.31.1.1.1.15.12|66|10000
+1.3.6.1.2.1.31.1.1.1.15.13|66|1000
+1.3.6.1.2.1.31.1.1.1.15.14|66|1000
+1.3.6.1.2.1.31.1.1.1.15.15|66|0
+1.3.6.1.2.1.31.1.1.1.15.16|66|0
+1.3.6.1.2.1.31.1.1.1.15.17|66|1000
+1.3.6.1.2.1.31.1.1.1.15.18|66|1000
+1.3.6.1.2.1.31.1.1.1.15.19|66|1000
+1.3.6.1.2.1.31.1.1.1.15.20|66|1000
+1.3.6.1.2.1.31.1.1.1.15.21|66|1000
+1.3.6.1.2.1.31.1.1.1.15.22|66|1000
+1.3.6.1.2.1.31.1.1.1.15.23|66|0
+1.3.6.1.2.1.31.1.1.1.15.24|66|0
+1.3.6.1.2.1.31.1.1.1.15.25|66|10000
+1.3.6.1.2.1.31.1.1.1.15.26|66|10000
+1.3.6.1.2.1.31.1.1.1.15.27|66|10000
+1.3.6.1.2.1.31.1.1.1.15.28|66|10000
+1.3.6.1.2.1.31.1.1.1.15.29|66|10000
+1.3.6.1.2.1.31.1.1.1.15.30|66|10000
+1.3.6.1.2.1.31.1.1.1.15.31|66|10000
+1.3.6.1.2.1.31.1.1.1.15.32|66|1000
+1.3.6.1.2.1.31.1.1.1.15.33|66|10000
+1.3.6.1.2.1.31.1.1.1.15.34|66|10000
+1.3.6.1.2.1.31.1.1.1.15.35|66|10000
+1.3.6.1.2.1.31.1.1.1.15.36|66|10000
+1.3.6.1.2.1.31.1.1.1.15.37|66|10000
+1.3.6.1.2.1.31.1.1.1.15.38|66|10000
+1.3.6.1.2.1.31.1.1.1.15.39|66|10000
+1.3.6.1.2.1.31.1.1.1.15.40|66|10000
+1.3.6.1.2.1.31.1.1.1.15.41|66|0
+1.3.6.1.2.1.31.1.1.1.15.42|66|0
+1.3.6.1.2.1.31.1.1.1.15.43|66|0
+1.3.6.1.2.1.31.1.1.1.15.44|66|0
+1.3.6.1.2.1.31.1.1.1.15.45|66|1000
+1.3.6.1.2.1.31.1.1.1.15.46|66|1000
+1.3.6.1.2.1.31.1.1.1.15.47|66|1000
+1.3.6.1.2.1.31.1.1.1.15.48|66|1000
+1.3.6.1.2.1.31.1.1.1.15.49001|66|100000
+1.3.6.1.2.1.31.1.1.1.15.50001|66|100000
+1.3.6.1.2.1.31.1.1.1.15.51001|66|100000
+1.3.6.1.2.1.31.1.1.1.15.52001|66|100000
+1.3.6.1.2.1.31.1.1.1.15.53001|66|100000
+1.3.6.1.2.1.31.1.1.1.15.54001|66|100000
+1.3.6.1.2.1.31.1.1.1.15.999001|66|1000
+1.3.6.1.2.1.31.1.1.1.15.1000001|66|20000
+1.3.6.1.2.1.31.1.1.1.15.1000002|66|200000
+1.3.6.1.2.1.31.1.1.1.15.1000003|66|100000
+1.3.6.1.2.1.31.1.1.1.15.1000005|66|2000
+1.3.6.1.2.1.31.1.1.1.15.1001000|66|200000
+1.3.6.1.2.1.31.1.1.1.15.1001100|66|0
+1.3.6.1.2.1.31.1.1.1.15.5000000|66|0
+1.3.6.1.2.1.31.1.1.1.15.7000000|66|0
+1.3.6.1.2.1.31.1.1.1.16.1|2|2
+1.3.6.1.2.1.31.1.1.1.16.2|2|2
+1.3.6.1.2.1.31.1.1.1.16.3|2|2
+1.3.6.1.2.1.31.1.1.1.16.4|2|2
+1.3.6.1.2.1.31.1.1.1.16.5|2|2
+1.3.6.1.2.1.31.1.1.1.16.6|2|2
+1.3.6.1.2.1.31.1.1.1.16.7|2|2
+1.3.6.1.2.1.31.1.1.1.16.8|2|2
+1.3.6.1.2.1.31.1.1.1.16.9|2|2
+1.3.6.1.2.1.31.1.1.1.16.10|2|2
+1.3.6.1.2.1.31.1.1.1.16.11|2|2
+1.3.6.1.2.1.31.1.1.1.16.12|2|2
+1.3.6.1.2.1.31.1.1.1.16.13|2|2
+1.3.6.1.2.1.31.1.1.1.16.14|2|2
+1.3.6.1.2.1.31.1.1.1.16.15|2|2
+1.3.6.1.2.1.31.1.1.1.16.16|2|2
+1.3.6.1.2.1.31.1.1.1.16.17|2|2
+1.3.6.1.2.1.31.1.1.1.16.18|2|2
+1.3.6.1.2.1.31.1.1.1.16.19|2|2
+1.3.6.1.2.1.31.1.1.1.16.20|2|2
+1.3.6.1.2.1.31.1.1.1.16.21|2|2
+1.3.6.1.2.1.31.1.1.1.16.22|2|2
+1.3.6.1.2.1.31.1.1.1.16.23|2|2
+1.3.6.1.2.1.31.1.1.1.16.24|2|2
+1.3.6.1.2.1.31.1.1.1.16.25|2|2
+1.3.6.1.2.1.31.1.1.1.16.26|2|2
+1.3.6.1.2.1.31.1.1.1.16.27|2|2
+1.3.6.1.2.1.31.1.1.1.16.28|2|2
+1.3.6.1.2.1.31.1.1.1.16.29|2|2
+1.3.6.1.2.1.31.1.1.1.16.30|2|2
+1.3.6.1.2.1.31.1.1.1.16.31|2|2
+1.3.6.1.2.1.31.1.1.1.16.32|2|2
+1.3.6.1.2.1.31.1.1.1.16.33|2|2
+1.3.6.1.2.1.31.1.1.1.16.34|2|2
+1.3.6.1.2.1.31.1.1.1.16.35|2|2
+1.3.6.1.2.1.31.1.1.1.16.36|2|2
+1.3.6.1.2.1.31.1.1.1.16.37|2|2
+1.3.6.1.2.1.31.1.1.1.16.38|2|2
+1.3.6.1.2.1.31.1.1.1.16.39|2|2
+1.3.6.1.2.1.31.1.1.1.16.40|2|2
+1.3.6.1.2.1.31.1.1.1.16.41|2|2
+1.3.6.1.2.1.31.1.1.1.16.42|2|2
+1.3.6.1.2.1.31.1.1.1.16.43|2|2
+1.3.6.1.2.1.31.1.1.1.16.44|2|2
+1.3.6.1.2.1.31.1.1.1.16.45|2|2
+1.3.6.1.2.1.31.1.1.1.16.46|2|2
+1.3.6.1.2.1.31.1.1.1.16.47|2|2
+1.3.6.1.2.1.31.1.1.1.16.48|2|2
+1.3.6.1.2.1.31.1.1.1.16.49001|2|2
+1.3.6.1.2.1.31.1.1.1.16.50001|2|2
+1.3.6.1.2.1.31.1.1.1.16.51001|2|2
+1.3.6.1.2.1.31.1.1.1.16.52001|2|2
+1.3.6.1.2.1.31.1.1.1.16.53001|2|2
+1.3.6.1.2.1.31.1.1.1.16.54001|2|2
+1.3.6.1.2.1.31.1.1.1.16.999001|2|2
+1.3.6.1.2.1.31.1.1.1.16.1000001|2|2
+1.3.6.1.2.1.31.1.1.1.16.1000002|2|2
+1.3.6.1.2.1.31.1.1.1.16.1000003|2|2
+1.3.6.1.2.1.31.1.1.1.16.1000005|2|2
+1.3.6.1.2.1.31.1.1.1.16.1001000|2|2
+1.3.6.1.2.1.31.1.1.1.16.1001100|2|2
+1.3.6.1.2.1.31.1.1.1.16.5000000|2|2
+1.3.6.1.2.1.31.1.1.1.16.7000000|2|2
+1.3.6.1.2.1.31.1.1.1.17.1|2|2
+1.3.6.1.2.1.31.1.1.1.17.2|2|1
+1.3.6.1.2.1.31.1.1.1.17.3|2|2
+1.3.6.1.2.1.31.1.1.1.17.4|2|2
+1.3.6.1.2.1.31.1.1.1.17.5|2|2
+1.3.6.1.2.1.31.1.1.1.17.6|2|1
+1.3.6.1.2.1.31.1.1.1.17.7|2|1
+1.3.6.1.2.1.31.1.1.1.17.8|2|1
+1.3.6.1.2.1.31.1.1.1.17.9|2|2
+1.3.6.1.2.1.31.1.1.1.17.10|2|2
+1.3.6.1.2.1.31.1.1.1.17.11|2|2
+1.3.6.1.2.1.31.1.1.1.17.12|2|2
+1.3.6.1.2.1.31.1.1.1.17.13|2|1
+1.3.6.1.2.1.31.1.1.1.17.14|2|1
+1.3.6.1.2.1.31.1.1.1.17.15|2|1
+1.3.6.1.2.1.31.1.1.1.17.16|2|1
+1.3.6.1.2.1.31.1.1.1.17.17|2|1
+1.3.6.1.2.1.31.1.1.1.17.18|2|1
+1.3.6.1.2.1.31.1.1.1.17.19|2|1
+1.3.6.1.2.1.31.1.1.1.17.20|2|1
+1.3.6.1.2.1.31.1.1.1.17.21|2|1
+1.3.6.1.2.1.31.1.1.1.17.22|2|1
+1.3.6.1.2.1.31.1.1.1.17.23|2|1
+1.3.6.1.2.1.31.1.1.1.17.24|2|1
+1.3.6.1.2.1.31.1.1.1.17.25|2|1
+1.3.6.1.2.1.31.1.1.1.17.26|2|1
+1.3.6.1.2.1.31.1.1.1.17.27|2|1
+1.3.6.1.2.1.31.1.1.1.17.28|2|1
+1.3.6.1.2.1.31.1.1.1.17.29|2|1
+1.3.6.1.2.1.31.1.1.1.17.30|2|1
+1.3.6.1.2.1.31.1.1.1.17.31|2|1
+1.3.6.1.2.1.31.1.1.1.17.32|2|1
+1.3.6.1.2.1.31.1.1.1.17.33|2|2
+1.3.6.1.2.1.31.1.1.1.17.34|2|2
+1.3.6.1.2.1.31.1.1.1.17.35|2|2
+1.3.6.1.2.1.31.1.1.1.17.36|2|2
+1.3.6.1.2.1.31.1.1.1.17.37|2|2
+1.3.6.1.2.1.31.1.1.1.17.38|2|2
+1.3.6.1.2.1.31.1.1.1.17.39|2|2
+1.3.6.1.2.1.31.1.1.1.17.40|2|2
+1.3.6.1.2.1.31.1.1.1.17.41|2|1
+1.3.6.1.2.1.31.1.1.1.17.42|2|1
+1.3.6.1.2.1.31.1.1.1.17.43|2|1
+1.3.6.1.2.1.31.1.1.1.17.44|2|1
+1.3.6.1.2.1.31.1.1.1.17.45|2|1
+1.3.6.1.2.1.31.1.1.1.17.46|2|1
+1.3.6.1.2.1.31.1.1.1.17.47|2|1
+1.3.6.1.2.1.31.1.1.1.17.48|2|1
+1.3.6.1.2.1.31.1.1.1.17.49001|2|1
+1.3.6.1.2.1.31.1.1.1.17.50001|2|1
+1.3.6.1.2.1.31.1.1.1.17.51001|2|1
+1.3.6.1.2.1.31.1.1.1.17.52001|2|1
+1.3.6.1.2.1.31.1.1.1.17.53001|2|1
+1.3.6.1.2.1.31.1.1.1.17.54001|2|1
+1.3.6.1.2.1.31.1.1.1.17.999001|2|1
+1.3.6.1.2.1.31.1.1.1.17.1000001|2|2
+1.3.6.1.2.1.31.1.1.1.17.1000002|2|2
+1.3.6.1.2.1.31.1.1.1.17.1000003|2|2
+1.3.6.1.2.1.31.1.1.1.17.1000005|2|2
+1.3.6.1.2.1.31.1.1.1.17.1001000|2|2
+1.3.6.1.2.1.31.1.1.1.17.1001100|2|2
+1.3.6.1.2.1.31.1.1.1.17.5000000|2|2
+1.3.6.1.2.1.31.1.1.1.17.7000000|2|2
+1.3.6.1.2.1.31.1.1.1.18.1|4|
+1.3.6.1.2.1.31.1.1.1.18.2|4|Cust: AS112
+1.3.6.1.2.1.31.1.1.1.18.3|4|
+1.3.6.1.2.1.31.1.1.1.18.4|4|
+1.3.6.1.2.1.31.1.1.1.18.5|4|
+1.3.6.1.2.1.31.1.1.1.18.6|4|Cust: NREN
+1.3.6.1.2.1.31.1.1.1.18.7|4|Cust: NREN
+1.3.6.1.2.1.31.1.1.1.18.8|4|Cust: Eyeball ISP
+1.3.6.1.2.1.31.1.1.1.18.9|4|
+1.3.6.1.2.1.31.1.1.1.18.10|4|
+1.3.6.1.2.1.31.1.1.1.18.11|4|
+1.3.6.1.2.1.31.1.1.1.18.12|4|
+1.3.6.1.2.1.31.1.1.1.18.13|4|
+1.3.6.1.2.1.31.1.1.1.18.14|4|
+1.3.6.1.2.1.31.1.1.1.18.15|4|
+1.3.6.1.2.1.31.1.1.1.18.16|4|
+1.3.6.1.2.1.31.1.1.1.18.17|4|
+1.3.6.1.2.1.31.1.1.1.18.18|4|
+1.3.6.1.2.1.31.1.1.1.18.19|4|
+1.3.6.1.2.1.31.1.1.1.18.20|4|
+1.3.6.1.2.1.31.1.1.1.18.21|4|
+1.3.6.1.2.1.31.1.1.1.18.22|4|
+1.3.6.1.2.1.31.1.1.1.18.23|4|
+1.3.6.1.2.1.31.1.1.1.18.24|4|
+1.3.6.1.2.1.31.1.1.1.18.25|4|
+1.3.6.1.2.1.31.1.1.1.18.26|4|
+1.3.6.1.2.1.31.1.1.1.18.27|4|
+1.3.6.1.2.1.31.1.1.1.18.28|4|
+1.3.6.1.2.1.31.1.1.1.18.29|4|
+1.3.6.1.2.1.31.1.1.1.18.30|4|
+1.3.6.1.2.1.31.1.1.1.18.31|4|
+1.3.6.1.2.1.31.1.1.1.18.32|4|
+1.3.6.1.2.1.31.1.1.1.18.33|4|
+1.3.6.1.2.1.31.1.1.1.18.34|4|
+1.3.6.1.2.1.31.1.1.1.18.35|4|
+1.3.6.1.2.1.31.1.1.1.18.36|4|
+1.3.6.1.2.1.31.1.1.1.18.37|4|
+1.3.6.1.2.1.31.1.1.1.18.38|4|
+1.3.6.1.2.1.31.1.1.1.18.39|4|
+1.3.6.1.2.1.31.1.1.1.18.40|4|
+1.3.6.1.2.1.31.1.1.1.18.41|4|
+1.3.6.1.2.1.31.1.1.1.18.42|4|
+1.3.6.1.2.1.31.1.1.1.18.43|4|
+1.3.6.1.2.1.31.1.1.1.18.44|4|
+1.3.6.1.2.1.31.1.1.1.18.45|4|
+1.3.6.1.2.1.31.1.1.1.18.46|4|
+1.3.6.1.2.1.31.1.1.1.18.47|4|Internal: rs1
+1.3.6.1.2.1.31.1.1.1.18.48|4|Internal: rc1
+1.3.6.1.2.1.31.1.1.1.18.49001|4|Cust: CDN
+1.3.6.1.2.1.31.1.1.1.18.50001|4|
+1.3.6.1.2.1.31.1.1.1.18.51001|4|
+1.3.6.1.2.1.31.1.1.1.18.52001|4|
+1.3.6.1.2.1.31.1.1.1.18.53001|4|Core: VIX1 - FAC1 - FAC2
+1.3.6.1.2.1.31.1.1.1.18.54001|4|Core: VIX1 - FAC1 - FAC2
+1.3.6.1.2.1.31.1.1.1.18.999001|4|
+1.3.6.1.2.1.31.1.1.1.18.1000001|4|Cust: NREN
+1.3.6.1.2.1.31.1.1.1.18.1000002|4|Cust: CDN
+1.3.6.1.2.1.31.1.1.1.18.1000003|4|
+1.3.6.1.2.1.31.1.1.1.18.1000005|4|
+1.3.6.1.2.1.31.1.1.1.18.1001000|4|Core: VIX1 - FAC1 - FAC2
+1.3.6.1.2.1.31.1.1.1.18.1001100|4|
+1.3.6.1.2.1.31.1.1.1.18.5000000|4|Core: Loopback interface
+1.3.6.1.2.1.31.1.1.1.18.7000000|4|
+1.3.6.1.2.1.31.1.1.1.19.1|67|0
+1.3.6.1.2.1.31.1.1.1.19.2|67|0
+1.3.6.1.2.1.31.1.1.1.19.3|67|0
+1.3.6.1.2.1.31.1.1.1.19.4|67|0
+1.3.6.1.2.1.31.1.1.1.19.5|67|0
+1.3.6.1.2.1.31.1.1.1.19.6|67|0
+1.3.6.1.2.1.31.1.1.1.19.7|67|0
+1.3.6.1.2.1.31.1.1.1.19.8|67|0
+1.3.6.1.2.1.31.1.1.1.19.9|67|0
+1.3.6.1.2.1.31.1.1.1.19.10|67|0
+1.3.6.1.2.1.31.1.1.1.19.11|67|0
+1.3.6.1.2.1.31.1.1.1.19.12|67|0
+1.3.6.1.2.1.31.1.1.1.19.13|67|0
+1.3.6.1.2.1.31.1.1.1.19.14|67|0
+1.3.6.1.2.1.31.1.1.1.19.15|67|0
+1.3.6.1.2.1.31.1.1.1.19.16|67|0
+1.3.6.1.2.1.31.1.1.1.19.17|67|0
+1.3.6.1.2.1.31.1.1.1.19.18|67|0
+1.3.6.1.2.1.31.1.1.1.19.19|67|0
+1.3.6.1.2.1.31.1.1.1.19.20|67|0
+1.3.6.1.2.1.31.1.1.1.19.21|67|0
+1.3.6.1.2.1.31.1.1.1.19.22|67|0
+1.3.6.1.2.1.31.1.1.1.19.23|67|0
+1.3.6.1.2.1.31.1.1.1.19.24|67|0
+1.3.6.1.2.1.31.1.1.1.19.25|67|0
+1.3.6.1.2.1.31.1.1.1.19.26|67|0
+1.3.6.1.2.1.31.1.1.1.19.27|67|0
+1.3.6.1.2.1.31.1.1.1.19.28|67|0
+1.3.6.1.2.1.31.1.1.1.19.29|67|0
+1.3.6.1.2.1.31.1.1.1.19.30|67|0
+1.3.6.1.2.1.31.1.1.1.19.31|67|0
+1.3.6.1.2.1.31.1.1.1.19.32|67|0
+1.3.6.1.2.1.31.1.1.1.19.33|67|0
+1.3.6.1.2.1.31.1.1.1.19.34|67|0
+1.3.6.1.2.1.31.1.1.1.19.35|67|0
+1.3.6.1.2.1.31.1.1.1.19.36|67|0
+1.3.6.1.2.1.31.1.1.1.19.37|67|0
+1.3.6.1.2.1.31.1.1.1.19.38|67|0
+1.3.6.1.2.1.31.1.1.1.19.39|67|0
+1.3.6.1.2.1.31.1.1.1.19.40|67|0
+1.3.6.1.2.1.31.1.1.1.19.41|67|0
+1.3.6.1.2.1.31.1.1.1.19.42|67|0
+1.3.6.1.2.1.31.1.1.1.19.43|67|0
+1.3.6.1.2.1.31.1.1.1.19.44|67|0
+1.3.6.1.2.1.31.1.1.1.19.45|67|0
+1.3.6.1.2.1.31.1.1.1.19.46|67|0
+1.3.6.1.2.1.31.1.1.1.19.47|67|0
+1.3.6.1.2.1.31.1.1.1.19.48|67|0
+1.3.6.1.2.1.31.1.1.1.19.49001|67|0
+1.3.6.1.2.1.31.1.1.1.19.50001|67|0
+1.3.6.1.2.1.31.1.1.1.19.51001|67|0
+1.3.6.1.2.1.31.1.1.1.19.52001|67|0
+1.3.6.1.2.1.31.1.1.1.19.53001|67|0
+1.3.6.1.2.1.31.1.1.1.19.54001|67|0
+1.3.6.1.2.1.31.1.1.1.19.999001|67|0
+1.3.6.1.2.1.31.1.1.1.19.1000001|67|6696930
+1.3.6.1.2.1.31.1.1.1.19.1000002|67|1967083161
+1.3.6.1.2.1.31.1.1.1.19.1000003|67|1967083161
+1.3.6.1.2.1.31.1.1.1.19.1000005|67|2518046066
+1.3.6.1.2.1.31.1.1.1.19.1001000|67|15390315
+1.3.6.1.2.1.31.1.1.1.19.1001100|67|2511342733
+1.3.6.1.2.1.31.1.1.1.19.5000000|67|0
+1.3.6.1.2.1.31.1.1.1.19.7000000|67|1969535435
+1.3.6.1.2.1.31.1.2.1.3.0.1|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.2|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.3|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.4|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.5|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.8|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.9|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.10|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.11|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.12|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.13|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.14|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.15|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.16|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.17|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.19|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.21|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.22|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.23|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.24|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.25|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.26|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.27|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.28|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.29|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.30|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.31|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.32|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.33|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.34|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.35|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.36|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.37|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.38|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.39|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.40|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.41|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.42|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.43|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.44|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.45|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.46|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.49001|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.49002|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.49003|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.49004|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.50002|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.50003|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.50004|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.51001|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.51002|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.51003|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.51004|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.52002|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.52003|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.52004|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.53001|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.53002|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.53003|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.53004|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.54001|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.54002|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.54003|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.54004|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.999001|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.1000001|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.1000002|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.1000003|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.1000005|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.1001000|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.1001100|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.5000000|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.7000000|2|1
+1.3.6.1.2.1.31.1.2.1.3.1.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.2.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.3.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.4.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.5.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.6.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.7.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.8.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.9.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.10.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.11.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.12.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.13.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.14.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.15.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.16.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.17.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.18.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.19.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.20.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.21.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.22.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.23.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.24.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.25.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.26.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.27.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.28.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.29.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.30.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.31.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.32.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.33.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.34.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.35.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.36.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.37.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.38.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.39.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.40.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.41.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.42.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.43.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.44.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.45.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.46.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.47.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.48.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.49001.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.49002.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.49003.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.49004.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.50001.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.50002.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.50003.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.50004.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.51001.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.51002.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.51003.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.51004.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.52001.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.52002.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.52003.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.52004.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.53001.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.53002.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.53003.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.53004.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.54001.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.54002.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.54003.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.54004.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.999001.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.1000001.6|2|1
+1.3.6.1.2.1.31.1.2.1.3.1000001.7|2|1
+1.3.6.1.2.1.31.1.2.1.3.1000002.50001|2|1
+1.3.6.1.2.1.31.1.2.1.3.1000003.52001|2|1
+1.3.6.1.2.1.31.1.2.1.3.1000005.18|2|1
+1.3.6.1.2.1.31.1.2.1.3.1000005.20|2|1
+1.3.6.1.2.1.31.1.2.1.3.1001000.47|2|1
+1.3.6.1.2.1.31.1.2.1.3.1001000.48|2|1
+1.3.6.1.2.1.31.1.2.1.3.1001100.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.5000000.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.7000000.0|2|1
+1.3.6.1.2.1.31.1.5.0|67|2527236996
+1.3.6.1.2.1.31.1.6.0|67|2626247754
+1.3.6.1.2.1.47.1.1.1.1.2.1|4|48x10GbE (SFP+) & 6x100GbE (QSFP) Ethernet Switch
+1.3.6.1.2.1.47.1.1.1.1.2.100004000|4|Scd Chip 0
+1.3.6.1.2.1.47.1.1.1.1.2.100004196|4|Standby Cpld Chip 196
+1.3.6.1.2.1.47.1.1.1.1.2.100006001|4|Cpu temp sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100006002|4|CPU board temp sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100006003|4|Back-panel temp sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100006004|4|Front-panel temp sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100006005|4|Board sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100006006|4|Switch chip sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100006007|4|CpucardPwrCon Rail1 12V standby
+1.3.6.1.2.1.47.1.1.1.1.2.100006008|4|CpucardPwrCon Rail2 5V
+1.3.6.1.2.1.47.1.1.1.1.2.100006009|4|CpucardPwrCon Rail3 3V3
+1.3.6.1.2.1.47.1.1.1.1.2.100006010|4|CpucardPwrCon Rail4 1V8
+1.3.6.1.2.1.47.1.1.1.1.2.100006011|4|CpucardPwrCon Rail5 1V5
+1.3.6.1.2.1.47.1.1.1.1.2.100006012|4|CpucardPwrCon Rail6 1V5
+1.3.6.1.2.1.47.1.1.1.1.2.100006013|4|CpucardPwrCon Rail7 0V75
+1.3.6.1.2.1.47.1.1.1.1.2.100006014|4|CpucardPwrCon Rail8 0V95
+1.3.6.1.2.1.47.1.1.1.1.2.100006015|4|CpucardPwrCon Rail9 1V8
+1.3.6.1.2.1.47.1.1.1.1.2.100006016|4|CpucardPwrCon Rail10 3V3
+1.3.6.1.2.1.47.1.1.1.1.2.100006017|4|CpucardPwrCon Rail11 0V95
+1.3.6.1.2.1.47.1.1.1.1.2.100006018|4|CpucardPwrCon Rail12 1V2
+1.3.6.1.2.1.47.1.1.1.1.2.100006019|4|PwrCon1 Rail1 POS12V_STDBY
+1.3.6.1.2.1.47.1.1.1.1.2.100006020|4|PwrCon1 Rail2 POS12V
+1.3.6.1.2.1.47.1.1.1.1.2.100006021|4|PwrCon1 Rail3 POS6V8_STDBY
+1.3.6.1.2.1.47.1.1.1.1.2.100006022|4|PwrCon1 Rail4 POS3V3_STDBY
+1.3.6.1.2.1.47.1.1.1.1.2.100006023|4|PwrCon1 Rail5 POS3V3
+1.3.6.1.2.1.47.1.1.1.1.2.100006024|4|PwrCon1 Rail6 POS3V3_SFP
+1.3.6.1.2.1.47.1.1.1.1.2.100006025|4|PwrCon1 Rail7 POS3V0
+1.3.6.1.2.1.47.1.1.1.1.2.100006026|4|PwrCon1 Rail8 POS2V5
+1.3.6.1.2.1.47.1.1.1.1.2.100006027|4|PwrCon1 Rail9 POS1V8
+1.3.6.1.2.1.47.1.1.1.1.2.100006028|4|PwrCon1 Rail10 POS1V35_0
+1.3.6.1.2.1.47.1.1.1.1.2.100006029|4|PwrCon1 Rail11 POS1V35_1
+1.3.6.1.2.1.47.1.1.1.1.2.100006030|4|PwrCon1 Rail12 POS1V25
+1.3.6.1.2.1.47.1.1.1.1.2.100006031|4|PwrCon1 Rail13 POS1V2
+1.3.6.1.2.1.47.1.1.1.1.2.100006032|4|PwrCon1 Rail14 POS1V0_C
+1.3.6.1.2.1.47.1.1.1.1.2.100006033|4|PwrCon1 Rail15 POS1V0_DDR
+1.3.6.1.2.1.47.1.1.1.1.2.100006034|4|PwrCon1 Rail16 POS1V0
+1.3.6.1.2.1.47.1.1.1.1.2.100015001|4|Ucd Chip 11001
+1.3.6.1.2.1.47.1.1.1.1.2.100015002|4|Ucd Chip 11002
+1.3.6.1.2.1.47.1.1.1.1.2.100100001|4|Ethernet1
+1.3.6.1.2.1.47.1.1.1.1.2.100100002|4|Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100100003|4|Ethernet3
+1.3.6.1.2.1.47.1.1.1.1.2.100100004|4|Ethernet4
+1.3.6.1.2.1.47.1.1.1.1.2.100100005|4|Ethernet5
+1.3.6.1.2.1.47.1.1.1.1.2.100100006|4|Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100100007|4|Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100100008|4|Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100100009|4|Ethernet9
+1.3.6.1.2.1.47.1.1.1.1.2.100100010|4|Ethernet10
+1.3.6.1.2.1.47.1.1.1.1.2.100100011|4|Ethernet11
+1.3.6.1.2.1.47.1.1.1.1.2.100100012|4|Ethernet12
+1.3.6.1.2.1.47.1.1.1.1.2.100100013|4|Ethernet13
+1.3.6.1.2.1.47.1.1.1.1.2.100100014|4|Ethernet14
+1.3.6.1.2.1.47.1.1.1.1.2.100100015|4|Ethernet15
+1.3.6.1.2.1.47.1.1.1.1.2.100100016|4|Ethernet16
+1.3.6.1.2.1.47.1.1.1.1.2.100100017|4|Ethernet17
+1.3.6.1.2.1.47.1.1.1.1.2.100100018|4|Ethernet18
+1.3.6.1.2.1.47.1.1.1.1.2.100100019|4|Ethernet19
+1.3.6.1.2.1.47.1.1.1.1.2.100100020|4|Ethernet20
+1.3.6.1.2.1.47.1.1.1.1.2.100100021|4|Ethernet21
+1.3.6.1.2.1.47.1.1.1.1.2.100100022|4|Ethernet22
+1.3.6.1.2.1.47.1.1.1.1.2.100100023|4|Ethernet23
+1.3.6.1.2.1.47.1.1.1.1.2.100100024|4|Ethernet24
+1.3.6.1.2.1.47.1.1.1.1.2.100100025|4|Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100100026|4|Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100100027|4|Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100100028|4|Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100100029|4|Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100100030|4|Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100100031|4|Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100100032|4|Ethernet32
+1.3.6.1.2.1.47.1.1.1.1.2.100100033|4|Ethernet33
+1.3.6.1.2.1.47.1.1.1.1.2.100100034|4|Ethernet34
+1.3.6.1.2.1.47.1.1.1.1.2.100100035|4|Ethernet35
+1.3.6.1.2.1.47.1.1.1.1.2.100100036|4|Ethernet36
+1.3.6.1.2.1.47.1.1.1.1.2.100100037|4|Ethernet37
+1.3.6.1.2.1.47.1.1.1.1.2.100100038|4|Ethernet38
+1.3.6.1.2.1.47.1.1.1.1.2.100100039|4|Ethernet39
+1.3.6.1.2.1.47.1.1.1.1.2.100100040|4|Ethernet40
+1.3.6.1.2.1.47.1.1.1.1.2.100100041|4|Ethernet41
+1.3.6.1.2.1.47.1.1.1.1.2.100100042|4|Ethernet42
+1.3.6.1.2.1.47.1.1.1.1.2.100100043|4|Ethernet43
+1.3.6.1.2.1.47.1.1.1.1.2.100100044|4|Ethernet44
+1.3.6.1.2.1.47.1.1.1.1.2.100100045|4|Ethernet45
+1.3.6.1.2.1.47.1.1.1.1.2.100100046|4|Ethernet46
+1.3.6.1.2.1.47.1.1.1.1.2.100100047|4|Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100100048|4|Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100100049|4|Ethernet49/1
+1.3.6.1.2.1.47.1.1.1.1.2.100100050|4|Ethernet49/2
+1.3.6.1.2.1.47.1.1.1.1.2.100100051|4|Ethernet49/3
+1.3.6.1.2.1.47.1.1.1.1.2.100100052|4|Ethernet49/4
+1.3.6.1.2.1.47.1.1.1.1.2.100100053|4|Ethernet50/1
+1.3.6.1.2.1.47.1.1.1.1.2.100100054|4|Ethernet50/2
+1.3.6.1.2.1.47.1.1.1.1.2.100100055|4|Ethernet50/3
+1.3.6.1.2.1.47.1.1.1.1.2.100100056|4|Ethernet50/4
+1.3.6.1.2.1.47.1.1.1.1.2.100100057|4|Ethernet51/1
+1.3.6.1.2.1.47.1.1.1.1.2.100100058|4|Ethernet51/2
+1.3.6.1.2.1.47.1.1.1.1.2.100100059|4|Ethernet51/3
+1.3.6.1.2.1.47.1.1.1.1.2.100100060|4|Ethernet51/4
+1.3.6.1.2.1.47.1.1.1.1.2.100100061|4|Ethernet52/1
+1.3.6.1.2.1.47.1.1.1.1.2.100100062|4|Ethernet52/2
+1.3.6.1.2.1.47.1.1.1.1.2.100100063|4|Ethernet52/3
+1.3.6.1.2.1.47.1.1.1.1.2.100100064|4|Ethernet52/4
+1.3.6.1.2.1.47.1.1.1.1.2.100100065|4|Ethernet53/1
+1.3.6.1.2.1.47.1.1.1.1.2.100100066|4|Ethernet53/2
+1.3.6.1.2.1.47.1.1.1.1.2.100100067|4|Ethernet53/3
+1.3.6.1.2.1.47.1.1.1.1.2.100100068|4|Ethernet53/4
+1.3.6.1.2.1.47.1.1.1.1.2.100100069|4|Ethernet54/1
+1.3.6.1.2.1.47.1.1.1.1.2.100100070|4|Ethernet54/2
+1.3.6.1.2.1.47.1.1.1.1.2.100100071|4|Ethernet54/3
+1.3.6.1.2.1.47.1.1.1.1.2.100100072|4|Ethernet54/4
+1.3.6.1.2.1.47.1.1.1.1.2.100110073|4|Management1
+1.3.6.1.2.1.47.1.1.1.1.2.100301000|4|Xcvr Slot 1
+1.3.6.1.2.1.47.1.1.1.1.2.100302000|4|Xcvr Slot 2
+1.3.6.1.2.1.47.1.1.1.1.2.100302100|4|Xcvr for Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100302201|4|DOM Temperature Sensor for Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100302202|4|DOM Voltage Sensor for Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100302210|4|Lane 0 for Xcvr for Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100302211|4|DOM TX Bias Sensor for Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100302212|4|DOM TX Power Sensor for Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100302213|4|DOM RX Power Sensor for Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100303000|4|Xcvr Slot 3
+1.3.6.1.2.1.47.1.1.1.1.2.100304000|4|Xcvr Slot 4
+1.3.6.1.2.1.47.1.1.1.1.2.100305000|4|Xcvr Slot 5
+1.3.6.1.2.1.47.1.1.1.1.2.100306000|4|Xcvr Slot 6
+1.3.6.1.2.1.47.1.1.1.1.2.100306100|4|Xcvr for Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100306201|4|DOM Temperature Sensor for Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100306202|4|DOM Voltage Sensor for Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100306210|4|Lane 0 for Xcvr for Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100306211|4|DOM TX Bias Sensor for Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100306212|4|DOM TX Power Sensor for Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100306213|4|DOM RX Power Sensor for Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100307000|4|Xcvr Slot 7
+1.3.6.1.2.1.47.1.1.1.1.2.100307100|4|Xcvr for Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100307201|4|DOM Temperature Sensor for Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100307202|4|DOM Voltage Sensor for Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100307210|4|Lane 0 for Xcvr for Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100307211|4|DOM TX Bias Sensor for Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100307212|4|DOM TX Power Sensor for Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100307213|4|DOM RX Power Sensor for Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100308000|4|Xcvr Slot 8
+1.3.6.1.2.1.47.1.1.1.1.2.100308100|4|Xcvr for Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100308201|4|DOM Temperature Sensor for Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100308202|4|DOM Voltage Sensor for Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100308210|4|Lane 0 for Xcvr for Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100308211|4|DOM TX Bias Sensor for Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100308212|4|DOM TX Power Sensor for Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100308213|4|DOM RX Power Sensor for Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100309000|4|Xcvr Slot 9
+1.3.6.1.2.1.47.1.1.1.1.2.100310000|4|Xcvr Slot 10
+1.3.6.1.2.1.47.1.1.1.1.2.100311000|4|Xcvr Slot 11
+1.3.6.1.2.1.47.1.1.1.1.2.100312000|4|Xcvr Slot 12
+1.3.6.1.2.1.47.1.1.1.1.2.100313000|4|Xcvr Slot 13
+1.3.6.1.2.1.47.1.1.1.1.2.100313100|4|Xcvr for Ethernet13
+1.3.6.1.2.1.47.1.1.1.1.2.100314000|4|Xcvr Slot 14
+1.3.6.1.2.1.47.1.1.1.1.2.100314100|4|Xcvr for Ethernet14
+1.3.6.1.2.1.47.1.1.1.1.2.100315000|4|Xcvr Slot 15
+1.3.6.1.2.1.47.1.1.1.1.2.100315100|4|Xcvr for Ethernet15
+1.3.6.1.2.1.47.1.1.1.1.2.100316000|4|Xcvr Slot 16
+1.3.6.1.2.1.47.1.1.1.1.2.100316100|4|Xcvr for Ethernet16
+1.3.6.1.2.1.47.1.1.1.1.2.100317000|4|Xcvr Slot 17
+1.3.6.1.2.1.47.1.1.1.1.2.100317100|4|Xcvr for Ethernet17
+1.3.6.1.2.1.47.1.1.1.1.2.100318000|4|Xcvr Slot 18
+1.3.6.1.2.1.47.1.1.1.1.2.100318100|4|Xcvr for Ethernet18
+1.3.6.1.2.1.47.1.1.1.1.2.100319000|4|Xcvr Slot 19
+1.3.6.1.2.1.47.1.1.1.1.2.100319100|4|Xcvr for Ethernet19
+1.3.6.1.2.1.47.1.1.1.1.2.100320000|4|Xcvr Slot 20
+1.3.6.1.2.1.47.1.1.1.1.2.100320100|4|Xcvr for Ethernet20
+1.3.6.1.2.1.47.1.1.1.1.2.100321000|4|Xcvr Slot 21
+1.3.6.1.2.1.47.1.1.1.1.2.100321100|4|Xcvr for Ethernet21
+1.3.6.1.2.1.47.1.1.1.1.2.100322000|4|Xcvr Slot 22
+1.3.6.1.2.1.47.1.1.1.1.2.100322100|4|Xcvr for Ethernet22
+1.3.6.1.2.1.47.1.1.1.1.2.100323000|4|Xcvr Slot 23
+1.3.6.1.2.1.47.1.1.1.1.2.100323100|4|Xcvr for Ethernet23
+1.3.6.1.2.1.47.1.1.1.1.2.100324000|4|Xcvr Slot 24
+1.3.6.1.2.1.47.1.1.1.1.2.100324100|4|Xcvr for Ethernet24
+1.3.6.1.2.1.47.1.1.1.1.2.100325000|4|Xcvr Slot 25
+1.3.6.1.2.1.47.1.1.1.1.2.100325100|4|Xcvr for Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100325201|4|DOM Temperature Sensor for Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100325202|4|DOM Voltage Sensor for Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100325210|4|Lane 0 for Xcvr for Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100325211|4|DOM TX Bias Sensor for Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100325212|4|DOM TX Power Sensor for Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100325213|4|DOM RX Power Sensor for Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100326000|4|Xcvr Slot 26
+1.3.6.1.2.1.47.1.1.1.1.2.100326100|4|Xcvr for Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100326201|4|DOM Temperature Sensor for Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100326202|4|DOM Voltage Sensor for Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100326210|4|Lane 0 for Xcvr for Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100326211|4|DOM TX Bias Sensor for Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100326212|4|DOM TX Power Sensor for Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100326213|4|DOM RX Power Sensor for Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100327000|4|Xcvr Slot 27
+1.3.6.1.2.1.47.1.1.1.1.2.100327100|4|Xcvr for Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100327201|4|DOM Temperature Sensor for Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100327202|4|DOM Voltage Sensor for Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100327210|4|Lane 0 for Xcvr for Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100327211|4|DOM TX Bias Sensor for Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100327212|4|DOM TX Power Sensor for Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100327213|4|DOM RX Power Sensor for Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100328000|4|Xcvr Slot 28
+1.3.6.1.2.1.47.1.1.1.1.2.100328100|4|Xcvr for Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100328201|4|DOM Temperature Sensor for Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100328202|4|DOM Voltage Sensor for Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100328210|4|Lane 0 for Xcvr for Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100328211|4|DOM TX Bias Sensor for Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100328212|4|DOM TX Power Sensor for Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100328213|4|DOM RX Power Sensor for Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100329000|4|Xcvr Slot 29
+1.3.6.1.2.1.47.1.1.1.1.2.100329100|4|Xcvr for Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100329201|4|DOM Temperature Sensor for Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100329202|4|DOM Voltage Sensor for Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100329210|4|Lane 0 for Xcvr for Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100329211|4|DOM TX Bias Sensor for Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100329212|4|DOM TX Power Sensor for Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100329213|4|DOM RX Power Sensor for Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100330000|4|Xcvr Slot 30
+1.3.6.1.2.1.47.1.1.1.1.2.100330100|4|Xcvr for Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100330201|4|DOM Temperature Sensor for Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100330202|4|DOM Voltage Sensor for Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100330210|4|Lane 0 for Xcvr for Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100330211|4|DOM TX Bias Sensor for Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100330212|4|DOM TX Power Sensor for Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100330213|4|DOM RX Power Sensor for Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100331000|4|Xcvr Slot 31
+1.3.6.1.2.1.47.1.1.1.1.2.100331100|4|Xcvr for Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100331201|4|DOM Temperature Sensor for Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100331202|4|DOM Voltage Sensor for Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100331210|4|Lane 0 for Xcvr for Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100331211|4|DOM TX Bias Sensor for Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100331212|4|DOM TX Power Sensor for Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100331213|4|DOM RX Power Sensor for Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100332000|4|Xcvr Slot 32
+1.3.6.1.2.1.47.1.1.1.1.2.100332100|4|Xcvr for Ethernet32
+1.3.6.1.2.1.47.1.1.1.1.2.100333000|4|Xcvr Slot 33
+1.3.6.1.2.1.47.1.1.1.1.2.100334000|4|Xcvr Slot 34
+1.3.6.1.2.1.47.1.1.1.1.2.100335000|4|Xcvr Slot 35
+1.3.6.1.2.1.47.1.1.1.1.2.100336000|4|Xcvr Slot 36
+1.3.6.1.2.1.47.1.1.1.1.2.100337000|4|Xcvr Slot 37
+1.3.6.1.2.1.47.1.1.1.1.2.100338000|4|Xcvr Slot 38
+1.3.6.1.2.1.47.1.1.1.1.2.100339000|4|Xcvr Slot 39
+1.3.6.1.2.1.47.1.1.1.1.2.100340000|4|Xcvr Slot 40
+1.3.6.1.2.1.47.1.1.1.1.2.100341000|4|Xcvr Slot 41
+1.3.6.1.2.1.47.1.1.1.1.2.100341100|4|Xcvr for Ethernet41
+1.3.6.1.2.1.47.1.1.1.1.2.100342000|4|Xcvr Slot 42
+1.3.6.1.2.1.47.1.1.1.1.2.100342100|4|Xcvr for Ethernet42
+1.3.6.1.2.1.47.1.1.1.1.2.100343000|4|Xcvr Slot 43
+1.3.6.1.2.1.47.1.1.1.1.2.100343100|4|Xcvr for Ethernet43
+1.3.6.1.2.1.47.1.1.1.1.2.100344000|4|Xcvr Slot 44
+1.3.6.1.2.1.47.1.1.1.1.2.100344100|4|Xcvr for Ethernet44
+1.3.6.1.2.1.47.1.1.1.1.2.100345000|4|Xcvr Slot 45
+1.3.6.1.2.1.47.1.1.1.1.2.100345100|4|Xcvr for Ethernet45
+1.3.6.1.2.1.47.1.1.1.1.2.100346000|4|Xcvr Slot 46
+1.3.6.1.2.1.47.1.1.1.1.2.100346100|4|Xcvr for Ethernet46
+1.3.6.1.2.1.47.1.1.1.1.2.100347000|4|Xcvr Slot 47
+1.3.6.1.2.1.47.1.1.1.1.2.100347100|4|Xcvr for Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100347201|4|DOM Temperature Sensor for Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100347202|4|DOM Voltage Sensor for Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100347210|4|Lane 0 for Xcvr for Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100347211|4|DOM TX Bias Sensor for Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100347212|4|DOM TX Power Sensor for Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100347213|4|DOM RX Power Sensor for Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100348000|4|Xcvr Slot 48
+1.3.6.1.2.1.47.1.1.1.1.2.100348100|4|Xcvr for Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100348201|4|DOM Temperature Sensor for Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100348202|4|DOM Voltage Sensor for Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100348210|4|Lane 0 for Xcvr for Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100348211|4|DOM TX Bias Sensor for Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100348212|4|DOM TX Power Sensor for Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100348213|4|DOM RX Power Sensor for Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100349000|4|Xcvr Slot 49
+1.3.6.1.2.1.47.1.1.1.1.2.100349100|4|Xcvr for Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.2.100349201|4|DOM Temperature Sensor for Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.2.100349202|4|DOM Voltage Sensor for Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.2.100349210|4|Lane 0 for Xcvr for Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.2.100349211|4|DOM TX Bias Sensor for Ethernet49/1
+1.3.6.1.2.1.47.1.1.1.1.2.100349213|4|DOM RX Power Sensor for Ethernet49/1
+1.3.6.1.2.1.47.1.1.1.1.2.100349220|4|Lane 1 for Xcvr for Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.2.100349221|4|DOM TX Bias Sensor for Ethernet49/2
+1.3.6.1.2.1.47.1.1.1.1.2.100349223|4|DOM RX Power Sensor for Ethernet49/2
+1.3.6.1.2.1.47.1.1.1.1.2.100349230|4|Lane 2 for Xcvr for Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.2.100349231|4|DOM TX Bias Sensor for Ethernet49/3
+1.3.6.1.2.1.47.1.1.1.1.2.100349233|4|DOM RX Power Sensor for Ethernet49/3
+1.3.6.1.2.1.47.1.1.1.1.2.100349240|4|Lane 3 for Xcvr for Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.2.100349241|4|DOM TX Bias Sensor for Ethernet49/4
+1.3.6.1.2.1.47.1.1.1.1.2.100349243|4|DOM RX Power Sensor for Ethernet49/4
+1.3.6.1.2.1.47.1.1.1.1.2.100350000|4|Xcvr Slot 50
+1.3.6.1.2.1.47.1.1.1.1.2.100350100|4|Xcvr for Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.2.100350201|4|DOM Temperature Sensor for Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.2.100350202|4|DOM Voltage Sensor for Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.2.100350210|4|Lane 0 for Xcvr for Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.2.100350211|4|DOM TX Bias Sensor for Ethernet50/1
+1.3.6.1.2.1.47.1.1.1.1.2.100350213|4|DOM RX Power Sensor for Ethernet50/1
+1.3.6.1.2.1.47.1.1.1.1.2.100350220|4|Lane 1 for Xcvr for Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.2.100350221|4|DOM TX Bias Sensor for Ethernet50/2
+1.3.6.1.2.1.47.1.1.1.1.2.100350223|4|DOM RX Power Sensor for Ethernet50/2
+1.3.6.1.2.1.47.1.1.1.1.2.100350230|4|Lane 2 for Xcvr for Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.2.100350231|4|DOM TX Bias Sensor for Ethernet50/3
+1.3.6.1.2.1.47.1.1.1.1.2.100350233|4|DOM RX Power Sensor for Ethernet50/3
+1.3.6.1.2.1.47.1.1.1.1.2.100350240|4|Lane 3 for Xcvr for Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.2.100350241|4|DOM TX Bias Sensor for Ethernet50/4
+1.3.6.1.2.1.47.1.1.1.1.2.100350243|4|DOM RX Power Sensor for Ethernet50/4
+1.3.6.1.2.1.47.1.1.1.1.2.100351000|4|Xcvr Slot 51
+1.3.6.1.2.1.47.1.1.1.1.2.100351100|4|Xcvr for Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.2.100351201|4|DOM Temperature Sensor for Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.2.100351202|4|DOM Voltage Sensor for Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.2.100351210|4|Lane 0 for Xcvr for Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.2.100351211|4|DOM TX Bias Sensor for Ethernet51/1
+1.3.6.1.2.1.47.1.1.1.1.2.100351213|4|DOM RX Power Sensor for Ethernet51/1
+1.3.6.1.2.1.47.1.1.1.1.2.100351220|4|Lane 1 for Xcvr for Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.2.100351221|4|DOM TX Bias Sensor for Ethernet51/2
+1.3.6.1.2.1.47.1.1.1.1.2.100351223|4|DOM RX Power Sensor for Ethernet51/2
+1.3.6.1.2.1.47.1.1.1.1.2.100351230|4|Lane 2 for Xcvr for Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.2.100351231|4|DOM TX Bias Sensor for Ethernet51/3
+1.3.6.1.2.1.47.1.1.1.1.2.100351233|4|DOM RX Power Sensor for Ethernet51/3
+1.3.6.1.2.1.47.1.1.1.1.2.100351240|4|Lane 3 for Xcvr for Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.2.100351241|4|DOM TX Bias Sensor for Ethernet51/4
+1.3.6.1.2.1.47.1.1.1.1.2.100351243|4|DOM RX Power Sensor for Ethernet51/4
+1.3.6.1.2.1.47.1.1.1.1.2.100352000|4|Xcvr Slot 52
+1.3.6.1.2.1.47.1.1.1.1.2.100352100|4|Xcvr for Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.2.100352201|4|DOM Temperature Sensor for Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.2.100352202|4|DOM Voltage Sensor for Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.2.100352210|4|Lane 0 for Xcvr for Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.2.100352211|4|DOM TX Bias Sensor for Ethernet52/1
+1.3.6.1.2.1.47.1.1.1.1.2.100352213|4|DOM RX Power Sensor for Ethernet52/1
+1.3.6.1.2.1.47.1.1.1.1.2.100352220|4|Lane 1 for Xcvr for Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.2.100352221|4|DOM TX Bias Sensor for Ethernet52/2
+1.3.6.1.2.1.47.1.1.1.1.2.100352223|4|DOM RX Power Sensor for Ethernet52/2
+1.3.6.1.2.1.47.1.1.1.1.2.100352230|4|Lane 2 for Xcvr for Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.2.100352231|4|DOM TX Bias Sensor for Ethernet52/3
+1.3.6.1.2.1.47.1.1.1.1.2.100352233|4|DOM RX Power Sensor for Ethernet52/3
+1.3.6.1.2.1.47.1.1.1.1.2.100352240|4|Lane 3 for Xcvr for Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.2.100352241|4|DOM TX Bias Sensor for Ethernet52/4
+1.3.6.1.2.1.47.1.1.1.1.2.100352243|4|DOM RX Power Sensor for Ethernet52/4
+1.3.6.1.2.1.47.1.1.1.1.2.100353000|4|Xcvr Slot 53
+1.3.6.1.2.1.47.1.1.1.1.2.100353100|4|Xcvr for Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.2.100353201|4|DOM Temperature Sensor for Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.2.100353202|4|DOM Voltage Sensor for Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.2.100353210|4|Lane 0 for Xcvr for Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.2.100353211|4|DOM TX Bias Sensor for Ethernet53/1
+1.3.6.1.2.1.47.1.1.1.1.2.100353213|4|DOM RX Power Sensor for Ethernet53/1
+1.3.6.1.2.1.47.1.1.1.1.2.100353220|4|Lane 1 for Xcvr for Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.2.100353221|4|DOM TX Bias Sensor for Ethernet53/2
+1.3.6.1.2.1.47.1.1.1.1.2.100353223|4|DOM RX Power Sensor for Ethernet53/2
+1.3.6.1.2.1.47.1.1.1.1.2.100353230|4|Lane 2 for Xcvr for Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.2.100353231|4|DOM TX Bias Sensor for Ethernet53/3
+1.3.6.1.2.1.47.1.1.1.1.2.100353233|4|DOM RX Power Sensor for Ethernet53/3
+1.3.6.1.2.1.47.1.1.1.1.2.100353240|4|Lane 3 for Xcvr for Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.2.100353241|4|DOM TX Bias Sensor for Ethernet53/4
+1.3.6.1.2.1.47.1.1.1.1.2.100353243|4|DOM RX Power Sensor for Ethernet53/4
+1.3.6.1.2.1.47.1.1.1.1.2.100354000|4|Xcvr Slot 54
+1.3.6.1.2.1.47.1.1.1.1.2.100601000|4|Fan Tray Slot 1
+1.3.6.1.2.1.47.1.1.1.1.2.100601100|4|Fan Tray 1
+1.3.6.1.2.1.47.1.1.1.1.2.100601110|4|Fan Tray 1 Fan 1
+1.3.6.1.2.1.47.1.1.1.1.2.100601111|4|Fan Tray 1 Fan 1 Sensor 1
+1.3.6.1.2.1.47.1.1.1.1.2.100602000|4|Fan Tray Slot 2
+1.3.6.1.2.1.47.1.1.1.1.2.100602100|4|Fan Tray 2
+1.3.6.1.2.1.47.1.1.1.1.2.100602110|4|Fan Tray 2 Fan 1
+1.3.6.1.2.1.47.1.1.1.1.2.100602111|4|Fan Tray 2 Fan 1 Sensor 1
+1.3.6.1.2.1.47.1.1.1.1.2.100603000|4|Fan Tray Slot 3
+1.3.6.1.2.1.47.1.1.1.1.2.100603100|4|Fan Tray 3
+1.3.6.1.2.1.47.1.1.1.1.2.100603110|4|Fan Tray 3 Fan 1
+1.3.6.1.2.1.47.1.1.1.1.2.100603111|4|Fan Tray 3 Fan 1 Sensor 1
+1.3.6.1.2.1.47.1.1.1.1.2.100604000|4|Fan Tray Slot 4
+1.3.6.1.2.1.47.1.1.1.1.2.100604100|4|Fan Tray 4
+1.3.6.1.2.1.47.1.1.1.1.2.100604110|4|Fan Tray 4 Fan 1
+1.3.6.1.2.1.47.1.1.1.1.2.100604111|4|Fan Tray 4 Fan 1 Sensor 1
+1.3.6.1.2.1.47.1.1.1.1.2.100710000|4|Power Supply Slot 1
+1.3.6.1.2.1.47.1.1.1.1.2.100711000|4|PowerSupply1
+1.3.6.1.2.1.47.1.1.1.1.2.100711101|4|Hotspot temperature sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100711102|4|Inlet temperature sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100711103|4|Input current sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100711104|4|Output current sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100711105|4|Input voltage sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100711106|4|Output voltage sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100711210|4|PowerSupply1 Fan 1
+1.3.6.1.2.1.47.1.1.1.1.2.100711211|4|PowerSupply1 Fan 1 Sensor 1
+1.3.6.1.2.1.47.1.1.1.1.2.100720000|4|Power Supply Slot 2
+1.3.6.1.2.1.47.1.1.1.1.2.100721000|4|PowerSupply2
+1.3.6.1.2.1.47.1.1.1.1.2.100721101|4|Hotspot temperature sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100721102|4|Inlet temperature sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100721103|4|Input current sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100721104|4|Output current sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100721105|4|Input voltage sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100721106|4|Output voltage sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100721210|4|PowerSupply2 Fan 1
+1.3.6.1.2.1.47.1.1.1.1.2.100721211|4|PowerSupply2 Fan 1 Sensor 1
+1.3.6.1.2.1.47.1.1.1.1.2.1100004000|4|Chip Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100006000|4|Sensor Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100140000|4|Port Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100300000|4|Xcvr Slot Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100600000|4|Fan Tray Slot Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100700000|4|Power Supply Slot Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100711100|4|Power Supply Sensor Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100711200|4|Power Supply Fan Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100721100|4|Power Supply Sensor Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100721200|4|Power Supply Fan Container
+1.3.6.1.2.1.47.1.1.1.1.3.1|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100004000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100004196|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006001|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006002|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006003|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006004|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006005|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006006|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006007|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006008|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006009|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006010|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006011|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006012|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006013|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006014|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006015|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006016|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006017|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006018|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006019|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006020|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006021|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006022|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006023|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006024|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006025|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006026|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006027|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006028|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006029|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006030|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006031|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006032|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006033|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006034|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100015001|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100015002|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100001|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100002|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100003|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100004|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100005|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100006|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100007|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100008|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100009|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100010|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100011|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100012|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100013|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100014|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100015|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100016|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100017|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100018|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100019|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100020|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100021|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100022|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100023|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100024|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100025|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100026|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100027|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100028|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100029|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100030|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100031|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100032|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100033|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100034|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100035|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100036|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100037|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100038|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100039|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100040|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100041|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100042|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100043|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100044|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100045|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100046|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100047|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100048|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100049|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100050|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100051|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100052|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100053|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100054|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100055|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100056|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100057|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100058|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100059|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100060|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100061|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100062|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100063|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100064|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100065|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100066|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100067|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100068|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100069|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100070|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100071|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100072|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100110073|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100301000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100303000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100304000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100305000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100309000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100310000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100311000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100312000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100313000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100313100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100314000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100314100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100315000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100315100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100316000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100316100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100317000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100317100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100318000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100318100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100319000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100319100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100320000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100320100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100321000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100321100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100322000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100322100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100323000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100323100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100324000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100324100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100332000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100332100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100333000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100334000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100335000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100336000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100337000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100338000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100339000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100340000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100341000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100341100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100342000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100342100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100343000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100343100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100344000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100344100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100345000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100345100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100346000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100346100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349220|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349221|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349223|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349230|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349231|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349233|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349240|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349241|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349243|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350220|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350221|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350223|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350230|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350231|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350233|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350240|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350241|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350243|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351220|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351221|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351223|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351230|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351231|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351233|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351240|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351241|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351243|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352220|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352221|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352223|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352230|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352231|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352233|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352240|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352241|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352243|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353220|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353221|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353223|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353230|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353231|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353233|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353240|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353241|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353243|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100354000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100601000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100601100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100601110|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100601111|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100602000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100602100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100602110|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100602111|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100603000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100603100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100603110|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100603111|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100604000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100604100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100604110|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100604111|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100710000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711101|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711102|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711103|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711104|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711105|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711106|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100720000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721101|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721102|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721103|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721104|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721105|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721106|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100004000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100006000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100140000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100300000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100600000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100700000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100711100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100711200|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100721100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100721200|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.4.1|2|0
+1.3.6.1.2.1.47.1.1.1.1.4.100004000|2|1100004000
+1.3.6.1.2.1.47.1.1.1.1.4.100004196|2|1100004000
+1.3.6.1.2.1.47.1.1.1.1.4.100006001|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006002|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006003|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006004|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006005|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006006|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006007|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006008|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006009|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006010|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006011|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006012|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006013|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006014|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006015|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006016|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006017|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006018|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006019|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006020|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006021|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006022|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006023|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006024|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006025|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006026|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006027|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006028|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006029|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006030|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006031|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006032|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006033|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006034|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100015001|2|1100004000
+1.3.6.1.2.1.47.1.1.1.1.4.100015002|2|1100004000
+1.3.6.1.2.1.47.1.1.1.1.4.100100001|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100002|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100003|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100004|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100005|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100006|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100007|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100008|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100009|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100010|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100011|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100012|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100013|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100014|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100015|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100016|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100017|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100018|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100019|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100020|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100021|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100022|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100023|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100024|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100025|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100026|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100027|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100028|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100029|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100030|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100031|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100032|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100033|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100034|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100035|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100036|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100037|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100038|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100039|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100040|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100041|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100042|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100043|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100044|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100045|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100046|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100047|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100048|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100049|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100050|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100051|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100052|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100053|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100054|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100055|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100056|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100057|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100058|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100059|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100060|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100061|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100062|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100063|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100064|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100065|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100066|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100067|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100068|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100069|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100070|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100071|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100072|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100110073|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100301000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100302000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100302100|2|100302000
+1.3.6.1.2.1.47.1.1.1.1.4.100302201|2|100302100
+1.3.6.1.2.1.47.1.1.1.1.4.100302202|2|100302100
+1.3.6.1.2.1.47.1.1.1.1.4.100302210|2|100302100
+1.3.6.1.2.1.47.1.1.1.1.4.100302211|2|100302210
+1.3.6.1.2.1.47.1.1.1.1.4.100302212|2|100302210
+1.3.6.1.2.1.47.1.1.1.1.4.100302213|2|100302210
+1.3.6.1.2.1.47.1.1.1.1.4.100303000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100304000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100305000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100306000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100306100|2|100306000
+1.3.6.1.2.1.47.1.1.1.1.4.100306201|2|100306100
+1.3.6.1.2.1.47.1.1.1.1.4.100306202|2|100306100
+1.3.6.1.2.1.47.1.1.1.1.4.100306210|2|100306100
+1.3.6.1.2.1.47.1.1.1.1.4.100306211|2|100306210
+1.3.6.1.2.1.47.1.1.1.1.4.100306212|2|100306210
+1.3.6.1.2.1.47.1.1.1.1.4.100306213|2|100306210
+1.3.6.1.2.1.47.1.1.1.1.4.100307000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100307100|2|100307000
+1.3.6.1.2.1.47.1.1.1.1.4.100307201|2|100307100
+1.3.6.1.2.1.47.1.1.1.1.4.100307202|2|100307100
+1.3.6.1.2.1.47.1.1.1.1.4.100307210|2|100307100
+1.3.6.1.2.1.47.1.1.1.1.4.100307211|2|100307210
+1.3.6.1.2.1.47.1.1.1.1.4.100307212|2|100307210
+1.3.6.1.2.1.47.1.1.1.1.4.100307213|2|100307210
+1.3.6.1.2.1.47.1.1.1.1.4.100308000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100308100|2|100308000
+1.3.6.1.2.1.47.1.1.1.1.4.100308201|2|100308100
+1.3.6.1.2.1.47.1.1.1.1.4.100308202|2|100308100
+1.3.6.1.2.1.47.1.1.1.1.4.100308210|2|100308100
+1.3.6.1.2.1.47.1.1.1.1.4.100308211|2|100308210
+1.3.6.1.2.1.47.1.1.1.1.4.100308212|2|100308210
+1.3.6.1.2.1.47.1.1.1.1.4.100308213|2|100308210
+1.3.6.1.2.1.47.1.1.1.1.4.100309000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100310000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100311000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100312000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100313000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100313100|2|100313000
+1.3.6.1.2.1.47.1.1.1.1.4.100314000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100314100|2|100314000
+1.3.6.1.2.1.47.1.1.1.1.4.100315000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100315100|2|100315000
+1.3.6.1.2.1.47.1.1.1.1.4.100316000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100316100|2|100316000
+1.3.6.1.2.1.47.1.1.1.1.4.100317000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100317100|2|100317000
+1.3.6.1.2.1.47.1.1.1.1.4.100318000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100318100|2|100318000
+1.3.6.1.2.1.47.1.1.1.1.4.100319000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100319100|2|100319000
+1.3.6.1.2.1.47.1.1.1.1.4.100320000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100320100|2|100320000
+1.3.6.1.2.1.47.1.1.1.1.4.100321000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100321100|2|100321000
+1.3.6.1.2.1.47.1.1.1.1.4.100322000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100322100|2|100322000
+1.3.6.1.2.1.47.1.1.1.1.4.100323000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100323100|2|100323000
+1.3.6.1.2.1.47.1.1.1.1.4.100324000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100324100|2|100324000
+1.3.6.1.2.1.47.1.1.1.1.4.100325000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100325100|2|100325000
+1.3.6.1.2.1.47.1.1.1.1.4.100325201|2|100325100
+1.3.6.1.2.1.47.1.1.1.1.4.100325202|2|100325100
+1.3.6.1.2.1.47.1.1.1.1.4.100325210|2|100325100
+1.3.6.1.2.1.47.1.1.1.1.4.100325211|2|100325210
+1.3.6.1.2.1.47.1.1.1.1.4.100325212|2|100325210
+1.3.6.1.2.1.47.1.1.1.1.4.100325213|2|100325210
+1.3.6.1.2.1.47.1.1.1.1.4.100326000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100326100|2|100326000
+1.3.6.1.2.1.47.1.1.1.1.4.100326201|2|100326100
+1.3.6.1.2.1.47.1.1.1.1.4.100326202|2|100326100
+1.3.6.1.2.1.47.1.1.1.1.4.100326210|2|100326100
+1.3.6.1.2.1.47.1.1.1.1.4.100326211|2|100326210
+1.3.6.1.2.1.47.1.1.1.1.4.100326212|2|100326210
+1.3.6.1.2.1.47.1.1.1.1.4.100326213|2|100326210
+1.3.6.1.2.1.47.1.1.1.1.4.100327000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100327100|2|100327000
+1.3.6.1.2.1.47.1.1.1.1.4.100327201|2|100327100
+1.3.6.1.2.1.47.1.1.1.1.4.100327202|2|100327100
+1.3.6.1.2.1.47.1.1.1.1.4.100327210|2|100327100
+1.3.6.1.2.1.47.1.1.1.1.4.100327211|2|100327210
+1.3.6.1.2.1.47.1.1.1.1.4.100327212|2|100327210
+1.3.6.1.2.1.47.1.1.1.1.4.100327213|2|100327210
+1.3.6.1.2.1.47.1.1.1.1.4.100328000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100328100|2|100328000
+1.3.6.1.2.1.47.1.1.1.1.4.100328201|2|100328100
+1.3.6.1.2.1.47.1.1.1.1.4.100328202|2|100328100
+1.3.6.1.2.1.47.1.1.1.1.4.100328210|2|100328100
+1.3.6.1.2.1.47.1.1.1.1.4.100328211|2|100328210
+1.3.6.1.2.1.47.1.1.1.1.4.100328212|2|100328210
+1.3.6.1.2.1.47.1.1.1.1.4.100328213|2|100328210
+1.3.6.1.2.1.47.1.1.1.1.4.100329000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100329100|2|100329000
+1.3.6.1.2.1.47.1.1.1.1.4.100329201|2|100329100
+1.3.6.1.2.1.47.1.1.1.1.4.100329202|2|100329100
+1.3.6.1.2.1.47.1.1.1.1.4.100329210|2|100329100
+1.3.6.1.2.1.47.1.1.1.1.4.100329211|2|100329210
+1.3.6.1.2.1.47.1.1.1.1.4.100329212|2|100329210
+1.3.6.1.2.1.47.1.1.1.1.4.100329213|2|100329210
+1.3.6.1.2.1.47.1.1.1.1.4.100330000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100330100|2|100330000
+1.3.6.1.2.1.47.1.1.1.1.4.100330201|2|100330100
+1.3.6.1.2.1.47.1.1.1.1.4.100330202|2|100330100
+1.3.6.1.2.1.47.1.1.1.1.4.100330210|2|100330100
+1.3.6.1.2.1.47.1.1.1.1.4.100330211|2|100330210
+1.3.6.1.2.1.47.1.1.1.1.4.100330212|2|100330210
+1.3.6.1.2.1.47.1.1.1.1.4.100330213|2|100330210
+1.3.6.1.2.1.47.1.1.1.1.4.100331000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100331100|2|100331000
+1.3.6.1.2.1.47.1.1.1.1.4.100331201|2|100331100
+1.3.6.1.2.1.47.1.1.1.1.4.100331202|2|100331100
+1.3.6.1.2.1.47.1.1.1.1.4.100331210|2|100331100
+1.3.6.1.2.1.47.1.1.1.1.4.100331211|2|100331210
+1.3.6.1.2.1.47.1.1.1.1.4.100331212|2|100331210
+1.3.6.1.2.1.47.1.1.1.1.4.100331213|2|100331210
+1.3.6.1.2.1.47.1.1.1.1.4.100332000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100332100|2|100332000
+1.3.6.1.2.1.47.1.1.1.1.4.100333000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100334000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100335000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100336000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100337000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100338000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100339000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100340000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100341000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100341100|2|100341000
+1.3.6.1.2.1.47.1.1.1.1.4.100342000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100342100|2|100342000
+1.3.6.1.2.1.47.1.1.1.1.4.100343000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100343100|2|100343000
+1.3.6.1.2.1.47.1.1.1.1.4.100344000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100344100|2|100344000
+1.3.6.1.2.1.47.1.1.1.1.4.100345000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100345100|2|100345000
+1.3.6.1.2.1.47.1.1.1.1.4.100346000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100346100|2|100346000
+1.3.6.1.2.1.47.1.1.1.1.4.100347000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100347100|2|100347000
+1.3.6.1.2.1.47.1.1.1.1.4.100347201|2|100347100
+1.3.6.1.2.1.47.1.1.1.1.4.100347202|2|100347100
+1.3.6.1.2.1.47.1.1.1.1.4.100347210|2|100347100
+1.3.6.1.2.1.47.1.1.1.1.4.100347211|2|100347210
+1.3.6.1.2.1.47.1.1.1.1.4.100347212|2|100347210
+1.3.6.1.2.1.47.1.1.1.1.4.100347213|2|100347210
+1.3.6.1.2.1.47.1.1.1.1.4.100348000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100348100|2|100348000
+1.3.6.1.2.1.47.1.1.1.1.4.100348201|2|100348100
+1.3.6.1.2.1.47.1.1.1.1.4.100348202|2|100348100
+1.3.6.1.2.1.47.1.1.1.1.4.100348210|2|100348100
+1.3.6.1.2.1.47.1.1.1.1.4.100348211|2|100348210
+1.3.6.1.2.1.47.1.1.1.1.4.100348212|2|100348210
+1.3.6.1.2.1.47.1.1.1.1.4.100348213|2|100348210
+1.3.6.1.2.1.47.1.1.1.1.4.100349000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100349100|2|100349000
+1.3.6.1.2.1.47.1.1.1.1.4.100349201|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349202|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349210|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349211|2|100349210
+1.3.6.1.2.1.47.1.1.1.1.4.100349213|2|100349210
+1.3.6.1.2.1.47.1.1.1.1.4.100349220|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349221|2|100349220
+1.3.6.1.2.1.47.1.1.1.1.4.100349223|2|100349220
+1.3.6.1.2.1.47.1.1.1.1.4.100349230|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349231|2|100349230
+1.3.6.1.2.1.47.1.1.1.1.4.100349233|2|100349230
+1.3.6.1.2.1.47.1.1.1.1.4.100349240|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349241|2|100349240
+1.3.6.1.2.1.47.1.1.1.1.4.100349243|2|100349240
+1.3.6.1.2.1.47.1.1.1.1.4.100350000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100350100|2|100350000
+1.3.6.1.2.1.47.1.1.1.1.4.100350201|2|100350100
+1.3.6.1.2.1.47.1.1.1.1.4.100350202|2|100350100
+1.3.6.1.2.1.47.1.1.1.1.4.100350210|2|100350100
+1.3.6.1.2.1.47.1.1.1.1.4.100350211|2|100350210
+1.3.6.1.2.1.47.1.1.1.1.4.100350213|2|100350210
+1.3.6.1.2.1.47.1.1.1.1.4.100350220|2|100350100
+1.3.6.1.2.1.47.1.1.1.1.4.100350221|2|100350220
+1.3.6.1.2.1.47.1.1.1.1.4.100350223|2|100350220
+1.3.6.1.2.1.47.1.1.1.1.4.100350230|2|100350100
+1.3.6.1.2.1.47.1.1.1.1.4.100350231|2|100350230
+1.3.6.1.2.1.47.1.1.1.1.4.100350233|2|100350230
+1.3.6.1.2.1.47.1.1.1.1.4.100350240|2|100350100
+1.3.6.1.2.1.47.1.1.1.1.4.100350241|2|100350240
+1.3.6.1.2.1.47.1.1.1.1.4.100350243|2|100350240
+1.3.6.1.2.1.47.1.1.1.1.4.100351000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100351100|2|100351000
+1.3.6.1.2.1.47.1.1.1.1.4.100351201|2|100351100
+1.3.6.1.2.1.47.1.1.1.1.4.100351202|2|100351100
+1.3.6.1.2.1.47.1.1.1.1.4.100351210|2|100351100
+1.3.6.1.2.1.47.1.1.1.1.4.100351211|2|100351210
+1.3.6.1.2.1.47.1.1.1.1.4.100351213|2|100351210
+1.3.6.1.2.1.47.1.1.1.1.4.100351220|2|100351100
+1.3.6.1.2.1.47.1.1.1.1.4.100351221|2|100351220
+1.3.6.1.2.1.47.1.1.1.1.4.100351223|2|100351220
+1.3.6.1.2.1.47.1.1.1.1.4.100351230|2|100351100
+1.3.6.1.2.1.47.1.1.1.1.4.100351231|2|100351230
+1.3.6.1.2.1.47.1.1.1.1.4.100351233|2|100351230
+1.3.6.1.2.1.47.1.1.1.1.4.100351240|2|100351100
+1.3.6.1.2.1.47.1.1.1.1.4.100351241|2|100351240
+1.3.6.1.2.1.47.1.1.1.1.4.100351243|2|100351240
+1.3.6.1.2.1.47.1.1.1.1.4.100352000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100352100|2|100352000
+1.3.6.1.2.1.47.1.1.1.1.4.100352201|2|100352100
+1.3.6.1.2.1.47.1.1.1.1.4.100352202|2|100352100
+1.3.6.1.2.1.47.1.1.1.1.4.100352210|2|100352100
+1.3.6.1.2.1.47.1.1.1.1.4.100352211|2|100352210
+1.3.6.1.2.1.47.1.1.1.1.4.100352213|2|100352210
+1.3.6.1.2.1.47.1.1.1.1.4.100352220|2|100352100
+1.3.6.1.2.1.47.1.1.1.1.4.100352221|2|100352220
+1.3.6.1.2.1.47.1.1.1.1.4.100352223|2|100352220
+1.3.6.1.2.1.47.1.1.1.1.4.100352230|2|100352100
+1.3.6.1.2.1.47.1.1.1.1.4.100352231|2|100352230
+1.3.6.1.2.1.47.1.1.1.1.4.100352233|2|100352230
+1.3.6.1.2.1.47.1.1.1.1.4.100352240|2|100352100
+1.3.6.1.2.1.47.1.1.1.1.4.100352241|2|100352240
+1.3.6.1.2.1.47.1.1.1.1.4.100352243|2|100352240
+1.3.6.1.2.1.47.1.1.1.1.4.100353000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100353100|2|100353000
+1.3.6.1.2.1.47.1.1.1.1.4.100353201|2|100353100
+1.3.6.1.2.1.47.1.1.1.1.4.100353202|2|100353100
+1.3.6.1.2.1.47.1.1.1.1.4.100353210|2|100353100
+1.3.6.1.2.1.47.1.1.1.1.4.100353211|2|100353210
+1.3.6.1.2.1.47.1.1.1.1.4.100353213|2|100353210
+1.3.6.1.2.1.47.1.1.1.1.4.100353220|2|100353100
+1.3.6.1.2.1.47.1.1.1.1.4.100353221|2|100353220
+1.3.6.1.2.1.47.1.1.1.1.4.100353223|2|100353220
+1.3.6.1.2.1.47.1.1.1.1.4.100353230|2|100353100
+1.3.6.1.2.1.47.1.1.1.1.4.100353231|2|100353230
+1.3.6.1.2.1.47.1.1.1.1.4.100353233|2|100353230
+1.3.6.1.2.1.47.1.1.1.1.4.100353240|2|100353100
+1.3.6.1.2.1.47.1.1.1.1.4.100353241|2|100353240
+1.3.6.1.2.1.47.1.1.1.1.4.100353243|2|100353240
+1.3.6.1.2.1.47.1.1.1.1.4.100354000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100601000|2|1100600000
+1.3.6.1.2.1.47.1.1.1.1.4.100601100|2|100601000
+1.3.6.1.2.1.47.1.1.1.1.4.100601110|2|100601100
+1.3.6.1.2.1.47.1.1.1.1.4.100601111|2|100601110
+1.3.6.1.2.1.47.1.1.1.1.4.100602000|2|1100600000
+1.3.6.1.2.1.47.1.1.1.1.4.100602100|2|100602000
+1.3.6.1.2.1.47.1.1.1.1.4.100602110|2|100602100
+1.3.6.1.2.1.47.1.1.1.1.4.100602111|2|100602110
+1.3.6.1.2.1.47.1.1.1.1.4.100603000|2|1100600000
+1.3.6.1.2.1.47.1.1.1.1.4.100603100|2|100603000
+1.3.6.1.2.1.47.1.1.1.1.4.100603110|2|100603100
+1.3.6.1.2.1.47.1.1.1.1.4.100603111|2|100603110
+1.3.6.1.2.1.47.1.1.1.1.4.100604000|2|1100600000
+1.3.6.1.2.1.47.1.1.1.1.4.100604100|2|100604000
+1.3.6.1.2.1.47.1.1.1.1.4.100604110|2|100604100
+1.3.6.1.2.1.47.1.1.1.1.4.100604111|2|100604110
+1.3.6.1.2.1.47.1.1.1.1.4.100710000|2|1100700000
+1.3.6.1.2.1.47.1.1.1.1.4.100711000|2|100710000
+1.3.6.1.2.1.47.1.1.1.1.4.100711101|2|1100711100
+1.3.6.1.2.1.47.1.1.1.1.4.100711102|2|1100711100
+1.3.6.1.2.1.47.1.1.1.1.4.100711103|2|1100711100
+1.3.6.1.2.1.47.1.1.1.1.4.100711104|2|1100711100
+1.3.6.1.2.1.47.1.1.1.1.4.100711105|2|1100711100
+1.3.6.1.2.1.47.1.1.1.1.4.100711106|2|1100711100
+1.3.6.1.2.1.47.1.1.1.1.4.100711210|2|1100711200
+1.3.6.1.2.1.47.1.1.1.1.4.100711211|2|100711210
+1.3.6.1.2.1.47.1.1.1.1.4.100720000|2|1100700000
+1.3.6.1.2.1.47.1.1.1.1.4.100721000|2|100720000
+1.3.6.1.2.1.47.1.1.1.1.4.100721101|2|1100721100
+1.3.6.1.2.1.47.1.1.1.1.4.100721102|2|1100721100
+1.3.6.1.2.1.47.1.1.1.1.4.100721103|2|1100721100
+1.3.6.1.2.1.47.1.1.1.1.4.100721104|2|1100721100
+1.3.6.1.2.1.47.1.1.1.1.4.100721105|2|1100721100
+1.3.6.1.2.1.47.1.1.1.1.4.100721106|2|1100721100
+1.3.6.1.2.1.47.1.1.1.1.4.100721210|2|1100721200
+1.3.6.1.2.1.47.1.1.1.1.4.100721211|2|100721210
+1.3.6.1.2.1.47.1.1.1.1.4.1100004000|2|1
+1.3.6.1.2.1.47.1.1.1.1.4.1100006000|2|1
+1.3.6.1.2.1.47.1.1.1.1.4.1100140000|2|1
+1.3.6.1.2.1.47.1.1.1.1.4.1100300000|2|1
+1.3.6.1.2.1.47.1.1.1.1.4.1100600000|2|1
+1.3.6.1.2.1.47.1.1.1.1.4.1100700000|2|1
+1.3.6.1.2.1.47.1.1.1.1.4.1100711100|2|100711000
+1.3.6.1.2.1.47.1.1.1.1.4.1100711200|2|100711000
+1.3.6.1.2.1.47.1.1.1.1.4.1100721100|2|100721000
+1.3.6.1.2.1.47.1.1.1.1.4.1100721200|2|100721000
+1.3.6.1.2.1.47.1.1.1.1.5.1|2|3
+1.3.6.1.2.1.47.1.1.1.1.5.100004000|2|1
+1.3.6.1.2.1.47.1.1.1.1.5.100004196|2|1
+1.3.6.1.2.1.47.1.1.1.1.5.100006001|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006002|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006003|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006004|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006005|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006006|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006007|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006008|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006009|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006010|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006011|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006012|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006013|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006014|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006015|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006016|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006017|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006018|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006019|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006020|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006021|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006022|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006023|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006024|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006025|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006026|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006027|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006028|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006029|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006030|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006031|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006032|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006033|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006034|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100015001|2|1
+1.3.6.1.2.1.47.1.1.1.1.5.100015002|2|1
+1.3.6.1.2.1.47.1.1.1.1.5.100100001|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100002|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100003|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100004|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100005|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100006|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100007|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100008|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100009|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100010|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100011|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100012|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100013|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100014|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100015|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100016|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100017|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100018|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100019|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100020|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100021|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100022|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100023|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100024|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100025|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100026|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100027|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100028|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100029|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100030|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100031|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100032|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100033|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100034|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100035|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100036|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100037|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100038|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100039|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100040|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100041|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100042|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100043|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100044|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100045|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100046|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100047|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100048|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100049|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100050|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100051|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100052|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100053|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100054|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100055|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100056|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100057|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100058|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100059|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100060|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100061|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100062|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100063|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100064|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100065|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100066|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100067|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100068|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100069|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100070|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100071|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100072|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100110073|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100301000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100302000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100302100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100302201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100302202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100302210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100302211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100302212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100302213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100303000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100304000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100305000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100306000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100306100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100306201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100306202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100306210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100306211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100306212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100306213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100307000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100307100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100307201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100307202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100307210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100307211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100307212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100307213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100308100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100308201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100308211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100309000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100310000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100311000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100312000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100313000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100313100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100314000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100314100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100315000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100315100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100316000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100316100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100317000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100317100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100318000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100318100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100319000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100319100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100320000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100320100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100321000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100321100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100322000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100322100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100323000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100323100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100324000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100324100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100325000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100325100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100325201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100325202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100325210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100325211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100325212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100325213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100326000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100326100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100326201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100326202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100326210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100326211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100326212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100326213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100327000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100327100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100327201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100327202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100327210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100327211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100327212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100327213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100328000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100328100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100328201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100328202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100328210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100328211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100328212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100328213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100329000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100329100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100329201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100329202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100329210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100329211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100329212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100329213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100330000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100330100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100330201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100330202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100330210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100330211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100330212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100330213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100331000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100331100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100331201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100331202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100331210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100331211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100331212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100331213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100332000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100332100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100333000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100334000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100335000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100336000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100337000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100338000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100339000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100340000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100341000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100341100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100342000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100342100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100343000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100343100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100344000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100344100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100345000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100345100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100346000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100346100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100347000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100347100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100347201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100347202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100347210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100347211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100347212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100347213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100348000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100348100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100348201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100348202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100348210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100348211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100348212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100348213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100349100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100349201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100349211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349220|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100349221|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349223|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349230|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100349231|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349233|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349240|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100349241|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349243|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100350100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100350201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100350211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350220|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100350221|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350223|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350230|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100350231|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350233|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350240|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100350241|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350243|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100351100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100351201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100351211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351220|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100351221|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351223|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351230|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100351231|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351233|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351240|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100351241|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351243|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100352100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100352201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100352211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352220|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100352221|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352223|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352230|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100352231|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352233|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352240|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100352241|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352243|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100353100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100353201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100353211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353220|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100353221|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353223|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353230|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100353231|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353233|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353240|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100353241|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353243|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100354000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100601000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100601100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100601110|2|7
+1.3.6.1.2.1.47.1.1.1.1.5.100601111|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100602000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100602100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100602110|2|7
+1.3.6.1.2.1.47.1.1.1.1.5.100602111|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100603000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100603100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100603110|2|7
+1.3.6.1.2.1.47.1.1.1.1.5.100603111|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100604000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100604100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100604110|2|7
+1.3.6.1.2.1.47.1.1.1.1.5.100604111|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100710000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100711000|2|6
+1.3.6.1.2.1.47.1.1.1.1.5.100711101|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100711102|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100711103|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100711104|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100711105|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100711106|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100711210|2|7
+1.3.6.1.2.1.47.1.1.1.1.5.100711211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100720000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100721000|2|6
+1.3.6.1.2.1.47.1.1.1.1.5.100721101|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100721102|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100721103|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100721104|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100721105|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100721106|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100721210|2|7
+1.3.6.1.2.1.47.1.1.1.1.5.100721211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.1100004000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100006000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100140000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100300000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100600000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100700000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100711100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100711200|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100721100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100721200|2|5
+1.3.6.1.2.1.47.1.1.1.1.6.1|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100004000|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100004196|2|196
+1.3.6.1.2.1.47.1.1.1.1.6.100006001|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100006002|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100006003|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100006004|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.100006005|2|5
+1.3.6.1.2.1.47.1.1.1.1.6.100006006|2|6
+1.3.6.1.2.1.47.1.1.1.1.6.100006007|2|7
+1.3.6.1.2.1.47.1.1.1.1.6.100006008|2|8
+1.3.6.1.2.1.47.1.1.1.1.6.100006009|2|9
+1.3.6.1.2.1.47.1.1.1.1.6.100006010|2|10
+1.3.6.1.2.1.47.1.1.1.1.6.100006011|2|11
+1.3.6.1.2.1.47.1.1.1.1.6.100006012|2|12
+1.3.6.1.2.1.47.1.1.1.1.6.100006013|2|13
+1.3.6.1.2.1.47.1.1.1.1.6.100006014|2|14
+1.3.6.1.2.1.47.1.1.1.1.6.100006015|2|15
+1.3.6.1.2.1.47.1.1.1.1.6.100006016|2|16
+1.3.6.1.2.1.47.1.1.1.1.6.100006017|2|17
+1.3.6.1.2.1.47.1.1.1.1.6.100006018|2|18
+1.3.6.1.2.1.47.1.1.1.1.6.100006019|2|19
+1.3.6.1.2.1.47.1.1.1.1.6.100006020|2|20
+1.3.6.1.2.1.47.1.1.1.1.6.100006021|2|21
+1.3.6.1.2.1.47.1.1.1.1.6.100006022|2|22
+1.3.6.1.2.1.47.1.1.1.1.6.100006023|2|23
+1.3.6.1.2.1.47.1.1.1.1.6.100006024|2|24
+1.3.6.1.2.1.47.1.1.1.1.6.100006025|2|25
+1.3.6.1.2.1.47.1.1.1.1.6.100006026|2|26
+1.3.6.1.2.1.47.1.1.1.1.6.100006027|2|27
+1.3.6.1.2.1.47.1.1.1.1.6.100006028|2|28
+1.3.6.1.2.1.47.1.1.1.1.6.100006029|2|29
+1.3.6.1.2.1.47.1.1.1.1.6.100006030|2|30
+1.3.6.1.2.1.47.1.1.1.1.6.100006031|2|31
+1.3.6.1.2.1.47.1.1.1.1.6.100006032|2|32
+1.3.6.1.2.1.47.1.1.1.1.6.100006033|2|33
+1.3.6.1.2.1.47.1.1.1.1.6.100006034|2|34
+1.3.6.1.2.1.47.1.1.1.1.6.100015001|2|11001
+1.3.6.1.2.1.47.1.1.1.1.6.100015002|2|11002
+1.3.6.1.2.1.47.1.1.1.1.6.100100001|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100100002|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100100003|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100100004|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.100100005|2|5
+1.3.6.1.2.1.47.1.1.1.1.6.100100006|2|6
+1.3.6.1.2.1.47.1.1.1.1.6.100100007|2|7
+1.3.6.1.2.1.47.1.1.1.1.6.100100008|2|8
+1.3.6.1.2.1.47.1.1.1.1.6.100100009|2|9
+1.3.6.1.2.1.47.1.1.1.1.6.100100010|2|10
+1.3.6.1.2.1.47.1.1.1.1.6.100100011|2|11
+1.3.6.1.2.1.47.1.1.1.1.6.100100012|2|12
+1.3.6.1.2.1.47.1.1.1.1.6.100100013|2|13
+1.3.6.1.2.1.47.1.1.1.1.6.100100014|2|14
+1.3.6.1.2.1.47.1.1.1.1.6.100100015|2|15
+1.3.6.1.2.1.47.1.1.1.1.6.100100016|2|16
+1.3.6.1.2.1.47.1.1.1.1.6.100100017|2|17
+1.3.6.1.2.1.47.1.1.1.1.6.100100018|2|18
+1.3.6.1.2.1.47.1.1.1.1.6.100100019|2|19
+1.3.6.1.2.1.47.1.1.1.1.6.100100020|2|20
+1.3.6.1.2.1.47.1.1.1.1.6.100100021|2|21
+1.3.6.1.2.1.47.1.1.1.1.6.100100022|2|22
+1.3.6.1.2.1.47.1.1.1.1.6.100100023|2|23
+1.3.6.1.2.1.47.1.1.1.1.6.100100024|2|24
+1.3.6.1.2.1.47.1.1.1.1.6.100100025|2|25
+1.3.6.1.2.1.47.1.1.1.1.6.100100026|2|26
+1.3.6.1.2.1.47.1.1.1.1.6.100100027|2|27
+1.3.6.1.2.1.47.1.1.1.1.6.100100028|2|28
+1.3.6.1.2.1.47.1.1.1.1.6.100100029|2|29
+1.3.6.1.2.1.47.1.1.1.1.6.100100030|2|30
+1.3.6.1.2.1.47.1.1.1.1.6.100100031|2|31
+1.3.6.1.2.1.47.1.1.1.1.6.100100032|2|32
+1.3.6.1.2.1.47.1.1.1.1.6.100100033|2|33
+1.3.6.1.2.1.47.1.1.1.1.6.100100034|2|34
+1.3.6.1.2.1.47.1.1.1.1.6.100100035|2|35
+1.3.6.1.2.1.47.1.1.1.1.6.100100036|2|36
+1.3.6.1.2.1.47.1.1.1.1.6.100100037|2|37
+1.3.6.1.2.1.47.1.1.1.1.6.100100038|2|38
+1.3.6.1.2.1.47.1.1.1.1.6.100100039|2|39
+1.3.6.1.2.1.47.1.1.1.1.6.100100040|2|40
+1.3.6.1.2.1.47.1.1.1.1.6.100100041|2|41
+1.3.6.1.2.1.47.1.1.1.1.6.100100042|2|42
+1.3.6.1.2.1.47.1.1.1.1.6.100100043|2|43
+1.3.6.1.2.1.47.1.1.1.1.6.100100044|2|44
+1.3.6.1.2.1.47.1.1.1.1.6.100100045|2|45
+1.3.6.1.2.1.47.1.1.1.1.6.100100046|2|46
+1.3.6.1.2.1.47.1.1.1.1.6.100100047|2|47
+1.3.6.1.2.1.47.1.1.1.1.6.100100048|2|48
+1.3.6.1.2.1.47.1.1.1.1.6.100100049|2|49
+1.3.6.1.2.1.47.1.1.1.1.6.100100050|2|50
+1.3.6.1.2.1.47.1.1.1.1.6.100100051|2|51
+1.3.6.1.2.1.47.1.1.1.1.6.100100052|2|52
+1.3.6.1.2.1.47.1.1.1.1.6.100100053|2|53
+1.3.6.1.2.1.47.1.1.1.1.6.100100054|2|54
+1.3.6.1.2.1.47.1.1.1.1.6.100100055|2|55
+1.3.6.1.2.1.47.1.1.1.1.6.100100056|2|56
+1.3.6.1.2.1.47.1.1.1.1.6.100100057|2|57
+1.3.6.1.2.1.47.1.1.1.1.6.100100058|2|58
+1.3.6.1.2.1.47.1.1.1.1.6.100100059|2|59
+1.3.6.1.2.1.47.1.1.1.1.6.100100060|2|60
+1.3.6.1.2.1.47.1.1.1.1.6.100100061|2|61
+1.3.6.1.2.1.47.1.1.1.1.6.100100062|2|62
+1.3.6.1.2.1.47.1.1.1.1.6.100100063|2|63
+1.3.6.1.2.1.47.1.1.1.1.6.100100064|2|64
+1.3.6.1.2.1.47.1.1.1.1.6.100100065|2|65
+1.3.6.1.2.1.47.1.1.1.1.6.100100066|2|66
+1.3.6.1.2.1.47.1.1.1.1.6.100100067|2|67
+1.3.6.1.2.1.47.1.1.1.1.6.100100068|2|68
+1.3.6.1.2.1.47.1.1.1.1.6.100100069|2|69
+1.3.6.1.2.1.47.1.1.1.1.6.100100070|2|70
+1.3.6.1.2.1.47.1.1.1.1.6.100100071|2|71
+1.3.6.1.2.1.47.1.1.1.1.6.100100072|2|72
+1.3.6.1.2.1.47.1.1.1.1.6.100110073|2|73
+1.3.6.1.2.1.47.1.1.1.1.6.100301000|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100302000|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100302100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100302201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100302202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100302210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100302211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100302212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100302213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100303000|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100304000|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.100305000|2|5
+1.3.6.1.2.1.47.1.1.1.1.6.100306000|2|6
+1.3.6.1.2.1.47.1.1.1.1.6.100306100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100306201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100306202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100306210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100306211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100306212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100306213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100307000|2|7
+1.3.6.1.2.1.47.1.1.1.1.6.100307100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100307201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100307202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100307210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100307211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100307212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100307213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100308000|2|8
+1.3.6.1.2.1.47.1.1.1.1.6.100308100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100308201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100308202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100308210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100308211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100308212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100308213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100309000|2|9
+1.3.6.1.2.1.47.1.1.1.1.6.100310000|2|10
+1.3.6.1.2.1.47.1.1.1.1.6.100311000|2|11
+1.3.6.1.2.1.47.1.1.1.1.6.100312000|2|12
+1.3.6.1.2.1.47.1.1.1.1.6.100313000|2|13
+1.3.6.1.2.1.47.1.1.1.1.6.100313100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100314000|2|14
+1.3.6.1.2.1.47.1.1.1.1.6.100314100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100315000|2|15
+1.3.6.1.2.1.47.1.1.1.1.6.100315100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100316000|2|16
+1.3.6.1.2.1.47.1.1.1.1.6.100316100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100317000|2|17
+1.3.6.1.2.1.47.1.1.1.1.6.100317100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100318000|2|18
+1.3.6.1.2.1.47.1.1.1.1.6.100318100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100319000|2|19
+1.3.6.1.2.1.47.1.1.1.1.6.100319100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100320000|2|20
+1.3.6.1.2.1.47.1.1.1.1.6.100320100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100321000|2|21
+1.3.6.1.2.1.47.1.1.1.1.6.100321100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100322000|2|22
+1.3.6.1.2.1.47.1.1.1.1.6.100322100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100323000|2|23
+1.3.6.1.2.1.47.1.1.1.1.6.100323100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100324000|2|24
+1.3.6.1.2.1.47.1.1.1.1.6.100324100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100325000|2|25
+1.3.6.1.2.1.47.1.1.1.1.6.100325100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100325201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100325202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100325210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100325211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100325212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100325213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100326000|2|26
+1.3.6.1.2.1.47.1.1.1.1.6.100326100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100326201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100326202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100326210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100326211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100326212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100326213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100327000|2|27
+1.3.6.1.2.1.47.1.1.1.1.6.100327100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100327201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100327202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100327210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100327211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100327212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100327213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100328000|2|28
+1.3.6.1.2.1.47.1.1.1.1.6.100328100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100328201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100328202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100328210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100328211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100328212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100328213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100329000|2|29
+1.3.6.1.2.1.47.1.1.1.1.6.100329100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100329201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100329202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100329210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100329211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100329212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100329213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100330000|2|30
+1.3.6.1.2.1.47.1.1.1.1.6.100330100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100330201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100330202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100330210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100330211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100330212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100330213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100331000|2|31
+1.3.6.1.2.1.47.1.1.1.1.6.100331100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100331201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100331202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100331210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100331211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100331212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100331213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100332000|2|32
+1.3.6.1.2.1.47.1.1.1.1.6.100332100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100333000|2|33
+1.3.6.1.2.1.47.1.1.1.1.6.100334000|2|34
+1.3.6.1.2.1.47.1.1.1.1.6.100335000|2|35
+1.3.6.1.2.1.47.1.1.1.1.6.100336000|2|36
+1.3.6.1.2.1.47.1.1.1.1.6.100337000|2|37
+1.3.6.1.2.1.47.1.1.1.1.6.100338000|2|38
+1.3.6.1.2.1.47.1.1.1.1.6.100339000|2|39
+1.3.6.1.2.1.47.1.1.1.1.6.100340000|2|40
+1.3.6.1.2.1.47.1.1.1.1.6.100341000|2|41
+1.3.6.1.2.1.47.1.1.1.1.6.100341100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100342000|2|42
+1.3.6.1.2.1.47.1.1.1.1.6.100342100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100343000|2|43
+1.3.6.1.2.1.47.1.1.1.1.6.100343100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100344000|2|44
+1.3.6.1.2.1.47.1.1.1.1.6.100344100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100345000|2|45
+1.3.6.1.2.1.47.1.1.1.1.6.100345100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100346000|2|46
+1.3.6.1.2.1.47.1.1.1.1.6.100346100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100347000|2|47
+1.3.6.1.2.1.47.1.1.1.1.6.100347100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100347201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100347202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100347210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100347211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100347212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100347213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100348000|2|48
+1.3.6.1.2.1.47.1.1.1.1.6.100348100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100348201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100348202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100348210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100348211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100348212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100348213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100349000|2|49
+1.3.6.1.2.1.47.1.1.1.1.6.100349100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100349210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100349211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100349220|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349221|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349223|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100349230|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100349231|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349233|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100349240|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100349241|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349243|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100350000|2|50
+1.3.6.1.2.1.47.1.1.1.1.6.100350100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100350201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100350202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100350210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100350211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100350213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100350220|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100350221|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100350223|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100350230|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100350231|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100350233|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100350240|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100350241|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100350243|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100351000|2|51
+1.3.6.1.2.1.47.1.1.1.1.6.100351100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100351201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100351202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100351210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100351211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100351213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100351220|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100351221|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100351223|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100351230|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100351231|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100351233|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100351240|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100351241|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100351243|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100352000|2|52
+1.3.6.1.2.1.47.1.1.1.1.6.100352100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100352201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100352202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100352210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100352211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100352213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100352220|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100352221|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100352223|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100352230|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100352231|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100352233|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100352240|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100352241|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100352243|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100353000|2|53
+1.3.6.1.2.1.47.1.1.1.1.6.100353100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100353201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100353202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100353210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100353211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100353213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100353220|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100353221|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100353223|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100353230|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100353231|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100353233|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100353240|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100353241|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100353243|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100354000|2|54
+1.3.6.1.2.1.47.1.1.1.1.6.100601000|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100601100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100601110|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100601111|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100602000|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100602100|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100602110|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100602111|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100603000|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100603100|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100603110|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100603111|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100604000|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.100604100|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.100604110|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100604111|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100710000|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100711000|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100711101|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100711102|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100711103|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100711104|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.100711105|2|5
+1.3.6.1.2.1.47.1.1.1.1.6.100711106|2|6
+1.3.6.1.2.1.47.1.1.1.1.6.100711210|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100711211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100720000|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100721000|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100721101|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100721102|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100721103|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100721104|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.100721105|2|5
+1.3.6.1.2.1.47.1.1.1.1.6.100721106|2|6
+1.3.6.1.2.1.47.1.1.1.1.6.100721210|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100721211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.1100004000|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.1100006000|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.1100140000|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.1100300000|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.1100600000|2|7
+1.3.6.1.2.1.47.1.1.1.1.6.1100700000|2|6
+1.3.6.1.2.1.47.1.1.1.1.6.1100711100|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.1100711200|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.1100721100|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.1100721200|2|1
+1.3.6.1.2.1.47.1.1.1.1.7.1|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100313100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100314100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100315100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100316100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100317100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100318100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100319100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100320100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100321100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100322100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100323100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100324100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100332100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100341100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100342100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100343100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100344100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100345100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100346100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1|4|11.03
+1.3.6.1.2.1.47.1.1.1.1.8.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100302100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100306100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100307100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100313100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100314100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100315100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100316100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100317100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100318100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100319100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100320100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100321100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100322100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100323100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100324100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100325100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100326100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100327100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100328100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100329100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100330100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100331100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100332100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100341100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100342100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100343100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100344100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100345100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100346100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100347100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100348100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349100|4|01
+1.3.6.1.2.1.47.1.1.1.1.8.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350100|4|01
+1.3.6.1.2.1.47.1.1.1.1.8.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351100|4|1A
+1.3.6.1.2.1.47.1.1.1.1.8.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352100|4|10
+1.3.6.1.2.1.47.1.1.1.1.8.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353100|4|1A
+1.3.6.1.2.1.47.1.1.1.1.8.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1|4|Aboot-norcal6-6.1.0-3182495
+1.3.6.1.2.1.47.1.1.1.1.9.100004000|4|0xd
+1.3.6.1.2.1.47.1.1.1.1.9.100004196|4|0x14
+1.3.6.1.2.1.47.1.1.1.1.9.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100015001|4|xxx1
+1.3.6.1.2.1.47.1.1.1.1.9.100015002|4|xxx2
+1.3.6.1.2.1.47.1.1.1.1.9.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100313100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100314100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100315100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100316100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100317100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100318100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100319100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100320100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100321100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100322100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100323100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100324100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100332100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100341100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100342100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100343100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100344100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100345100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100346100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1|4|4.18.0F
+1.3.6.1.2.1.47.1.1.1.1.10.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100313100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100314100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100315100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100316100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100317100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100318100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100319100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100320100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100321100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100322100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100323100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100324100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100332100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100341100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100342100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100343100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100344100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100345100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100346100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1|4|xxx3
+1.3.6.1.2.1.47.1.1.1.1.11.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100302100|4x|78787834202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100306100|4x|78787835202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100307100|4x|78787836202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308100|4x|78787837202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100313100|4x|78787838202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100314100|4x|7a7a7a31202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100315100|4x|7a7a7a32202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100316100|4x|7a7a7a33202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100317100|4x|7a7a7a34202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100318100|4x|7a7a7a35202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100319100|4x|7a7a7a36202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100320100|4x|7a7a7a37202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100321100|4x|7a7a7a38202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100322100|4x|7a7a7a39202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100323100|4x|71717131202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100324100|4x|71717132202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100325100|4x|71717133202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100326100|4x|71717134202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100327100|4x|71717135202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100328100|4x|71717136202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100329100|4x|71717137202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100330100|4x|61616131202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100331100|4x|61616132202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100332100|4x|61616133202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100341100|4x|61616134202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100342100|4x|61616135202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100343100|4x|61616136202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100344100|4x|73737331202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100345100|4x|73737332202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100346100|4x|73737333202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100347100|4x|73737336202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100348100|4x|77777731202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349100|4x|77777732202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350100|4x|77777733202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351100|4x|6565652d4120202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352100|4x|65656531202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353100|4x|6565652d4220202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100601100|4|N/A
+1.3.6.1.2.1.47.1.1.1.1.11.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100602100|4|N/A
+1.3.6.1.2.1.47.1.1.1.1.11.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100603100|4|N/A
+1.3.6.1.2.1.47.1.1.1.1.11.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100604100|4|N/A
+1.3.6.1.2.1.47.1.1.1.1.11.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711000|4|fff
+1.3.6.1.2.1.47.1.1.1.1.11.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721000|4|ggg
+1.3.6.1.2.1.47.1.1.1.1.11.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1|4|Arista Networks
+1.3.6.1.2.1.47.1.1.1.1.12.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100302100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100306100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100307100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100313100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100314100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100315100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100316100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100317100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100318100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100319100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100320100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100321100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100322100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100323100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100324100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100325100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100326100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100327100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100328100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100329100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100330100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100331100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100332100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100341100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100342100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100343100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100344100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100345100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100346100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100347100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100348100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711000|4|DELTA
+1.3.6.1.2.1.47.1.1.1.1.12.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721000|4|DELTA
+1.3.6.1.2.1.47.1.1.1.1.12.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1|4|DCS-7280SR-48C6
+1.3.6.1.2.1.47.1.1.1.1.13.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100004196|4|StandbyCpld
+1.3.6.1.2.1.47.1.1.1.1.13.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006002|4|Max6658
+1.3.6.1.2.1.47.1.1.1.1.13.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006004|4|Lm73
+1.3.6.1.2.1.47.1.1.1.1.13.100006005|4|Max6658
+1.3.6.1.2.1.47.1.1.1.1.13.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100015001|4|Ucd90000
+1.3.6.1.2.1.47.1.1.1.1.13.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100302100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100306100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100307100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100313100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100314100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100315100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100316100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100317100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100318100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100319100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100320100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100321100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100322100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100323100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100324100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100325100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100326100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100327100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100328100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100329100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100330100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100331100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100332100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100341100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100342100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100343100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100344100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100345100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100346100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100347100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100348100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350100|4x|512e31363148472e3130202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351100|4x|512e4138353148472e31202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352100|4x|512e31363148472e3130202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353100|4x|512e4138353148472e31202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100601100|4|FAN-7000-F
+1.3.6.1.2.1.47.1.1.1.1.13.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100602100|4|FAN-7000-F
+1.3.6.1.2.1.47.1.1.1.1.13.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100603100|4|FAN-7000-F
+1.3.6.1.2.1.47.1.1.1.1.13.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100604100|4|FAN-7000-F
+1.3.6.1.2.1.47.1.1.1.1.13.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711000|4|PWR-500AC-F
+1.3.6.1.2.1.47.1.1.1.1.13.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721000|4|PWR-500AC-F
+1.3.6.1.2.1.47.1.1.1.1.13.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100302100|4|Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.14.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100306100|4|Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.14.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100307100|4|Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.14.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308100|4|Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.14.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100313100|4|Ethernet13
+1.3.6.1.2.1.47.1.1.1.1.14.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100314100|4|Ethernet14
+1.3.6.1.2.1.47.1.1.1.1.14.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100315100|4|Ethernet15
+1.3.6.1.2.1.47.1.1.1.1.14.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100316100|4|Ethernet16
+1.3.6.1.2.1.47.1.1.1.1.14.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100317100|4|Ethernet17
+1.3.6.1.2.1.47.1.1.1.1.14.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100318100|4|Ethernet18
+1.3.6.1.2.1.47.1.1.1.1.14.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100319100|4|Ethernet19
+1.3.6.1.2.1.47.1.1.1.1.14.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100320100|4|Ethernet20
+1.3.6.1.2.1.47.1.1.1.1.14.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100321100|4|Ethernet21
+1.3.6.1.2.1.47.1.1.1.1.14.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100322100|4|Ethernet22
+1.3.6.1.2.1.47.1.1.1.1.14.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100323100|4|Ethernet23
+1.3.6.1.2.1.47.1.1.1.1.14.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100324100|4|Ethernet24
+1.3.6.1.2.1.47.1.1.1.1.14.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100325100|4|Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.14.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100326100|4|Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.14.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100327100|4|Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.14.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100328100|4|Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.14.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100329100|4|Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.14.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100330100|4|Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.14.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100331100|4|Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.14.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100332100|4|Ethernet32
+1.3.6.1.2.1.47.1.1.1.1.14.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100341100|4|Ethernet41
+1.3.6.1.2.1.47.1.1.1.1.14.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100342100|4|Ethernet42
+1.3.6.1.2.1.47.1.1.1.1.14.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100343100|4|Ethernet43
+1.3.6.1.2.1.47.1.1.1.1.14.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100344100|4|Ethernet44
+1.3.6.1.2.1.47.1.1.1.1.14.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100345100|4|Ethernet45
+1.3.6.1.2.1.47.1.1.1.1.14.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100346100|4|Ethernet46
+1.3.6.1.2.1.47.1.1.1.1.14.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100347100|4|Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.14.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100348100|4|Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.14.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349100|4|Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.14.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350100|4|Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.14.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351100|4|Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.14.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352100|4|Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.14.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353100|4|Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.14.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100313100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100314100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100315100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100316100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100317100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100318100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100319100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100320100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100321100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100322100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100323100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100324100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100332100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100341100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100342100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100343100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100344100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100345100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100346100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.16.1|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100004000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100004196|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006001|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006002|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006003|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006004|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006005|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006006|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006007|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006008|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006009|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006010|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006011|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006012|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006013|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006014|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006015|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006016|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006017|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006018|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006019|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006020|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006021|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006022|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006023|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006024|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006025|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006026|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006027|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006028|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006029|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006030|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006031|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006032|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006033|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006034|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100015001|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100015002|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100001|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100002|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100003|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100004|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100005|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100006|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100007|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100008|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100009|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100010|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100011|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100012|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100013|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100014|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100015|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100016|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100017|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100018|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100019|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100020|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100021|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100022|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100023|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100024|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100025|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100026|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100027|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100028|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100029|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100030|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100031|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100032|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100033|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100034|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100035|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100036|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100037|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100038|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100039|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100040|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100041|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100042|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100043|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100044|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100045|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100046|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100047|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100048|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100049|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100050|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100051|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100052|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100053|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100054|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100055|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100056|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100057|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100058|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100059|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100060|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100061|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100062|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100063|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100064|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100065|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100066|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100067|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100068|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100069|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100070|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100071|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100072|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100110073|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100301000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100302000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100302100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100302201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100302202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100302210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100302211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100302212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100302213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100303000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100304000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100305000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100306000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100306100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100306201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100306202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100306210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100306211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100306212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100306213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100307000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100307100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100307201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100307202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100307210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100307211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100307212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100307213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100308201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100309000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100310000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100311000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100312000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100313000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100313100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100314000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100314100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100315000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100315100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100316000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100316100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100317000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100317100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100318000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100318100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100319000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100319100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100320000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100320100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100321000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100321100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100322000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100322100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100323000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100323100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100324000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100324100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100325000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100325100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100325201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100325202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100325210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100325211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100325212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100325213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100326000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100326100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100326201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100326202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100326210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100326211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100326212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100326213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100327000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100327100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100327201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100327202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100327210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100327211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100327212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100327213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100328000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100328100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100328201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100328202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100328210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100328211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100328212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100328213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100329000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100329100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100329201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100329202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100329210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100329211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100329212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100329213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100330000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100330100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100330201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100330202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100330210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100330211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100330212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100330213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100331000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100331100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100331201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100331202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100331210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100331211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100331212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100331213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100332000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100332100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100333000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100334000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100335000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100336000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100337000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100338000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100339000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100340000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100341000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100341100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100342000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100342100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100343000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100343100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100344000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100344100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100345000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100345100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100346000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100346100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100347000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100347100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100347201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100347202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100347210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100347211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100347212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100347213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100348000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100348100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100348201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100348202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100348210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100348211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100348212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100348213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100349201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349220|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349221|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349223|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349230|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349231|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349233|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349240|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349241|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349243|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100350201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350220|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350221|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350223|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350230|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350231|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350233|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350240|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350241|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350243|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100351201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351220|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351221|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351223|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351230|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351231|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351233|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351240|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351241|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351243|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100352201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352220|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352221|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352223|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352230|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352231|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352233|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352240|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352241|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352243|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100353201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353220|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353221|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353223|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353230|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353231|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353233|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353240|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353241|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353243|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100354000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100601000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100601100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100601110|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100601111|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100602000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100602100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100602110|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100602111|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100603000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100603100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100603110|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100603111|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100604000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100604100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100604110|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100604111|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100710000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711000|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100711101|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711102|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711103|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711104|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711105|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711106|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100720000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721000|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100721101|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721102|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721103|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721104|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721105|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721106|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100004000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100006000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100140000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100300000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100600000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100700000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100711100|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100711200|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100721100|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100721200|2|2
+1.3.6.1.2.1.47.1.1.1.1.17.1|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100004000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100004196|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006001|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006002|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006003|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006004|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006005|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006006|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006007|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006008|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006009|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006010|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006011|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006012|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006013|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006014|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006015|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006016|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006017|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006018|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006019|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006020|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006021|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006022|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006023|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006024|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006025|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006026|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006027|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006028|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006029|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006030|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006031|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006032|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006033|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006034|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100015001|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100015002|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100001|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100002|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100003|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100004|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100005|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100006|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100007|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100008|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100009|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100010|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100011|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100012|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100013|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100014|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100015|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100016|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100017|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100018|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100019|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100020|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100021|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100022|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100023|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100024|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100025|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100026|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100027|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100028|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100029|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100030|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100031|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100032|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100033|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100034|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100035|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100036|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100037|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100038|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100039|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100040|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100041|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100042|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100043|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100044|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100045|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100046|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100047|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100048|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100049|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100050|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100051|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100052|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100053|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100054|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100055|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100056|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100057|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100058|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100059|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100060|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100061|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100062|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100063|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100064|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100065|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100066|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100067|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100068|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100069|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100070|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100071|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100072|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100110073|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100301000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100303000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100304000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100305000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100309000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100310000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100311000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100312000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100313000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100313100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100314000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100314100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100315000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100315100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100316000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100316100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100317000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100317100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100318000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100318100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100319000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100319100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100320000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100320100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100321000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100321100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100322000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100322100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100323000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100323100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100324000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100324100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100332000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100332100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100333000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100334000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100335000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100336000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100337000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100338000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100339000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100340000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100341000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100341100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100342000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100342100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100343000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100343100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100344000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100344100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100345000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100345100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100346000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100346100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349220|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349221|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349223|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349230|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349231|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349233|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349240|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349241|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349243|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350220|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350221|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350223|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350230|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350231|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350233|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350240|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350241|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350243|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351220|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351221|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351223|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351230|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351231|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351233|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351240|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351241|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351243|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352220|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352221|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352223|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352230|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352231|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352233|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352240|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352241|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352243|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353220|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353221|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353223|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353230|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353231|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353233|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353240|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353241|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353243|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100354000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100601000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100601100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100601110|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100601111|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100602000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100602100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100602110|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100602111|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100603000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100603100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100603110|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100603111|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100604000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100604100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100604110|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100604111|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100710000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711101|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711102|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711103|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711104|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711105|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711106|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100720000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721101|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721102|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721103|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721104|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721105|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721106|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100004000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100006000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100140000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100300000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100600000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100700000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100711100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100711200|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100721100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100721200|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.18.1|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100313100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100314100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100315100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100316100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100317100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100318100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100319100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100320100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100321100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100322100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100323100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100324100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100332100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100341100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100342100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100343100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100344100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100345100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100346100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100721200|4|
+1.3.6.1.2.1.47.1.3.3.1.1.1.1100004000|2|1100004000
+1.3.6.1.2.1.47.1.3.3.1.1.1.1100006000|2|1100006000
+1.3.6.1.2.1.47.1.3.3.1.1.1.1100140000|2|1100140000
+1.3.6.1.2.1.47.1.3.3.1.1.1.1100300000|2|1100300000
+1.3.6.1.2.1.47.1.3.3.1.1.1.1100600000|2|1100600000
+1.3.6.1.2.1.47.1.3.3.1.1.1.1100700000|2|1100700000
+1.3.6.1.2.1.47.1.3.3.1.1.100302000.100302100|2|100302100
+1.3.6.1.2.1.47.1.3.3.1.1.100302100.100302201|2|100302201
+1.3.6.1.2.1.47.1.3.3.1.1.100302100.100302202|2|100302202
+1.3.6.1.2.1.47.1.3.3.1.1.100302100.100302210|2|100302210
+1.3.6.1.2.1.47.1.3.3.1.1.100302210.100302211|2|100302211
+1.3.6.1.2.1.47.1.3.3.1.1.100302210.100302212|2|100302212
+1.3.6.1.2.1.47.1.3.3.1.1.100302210.100302213|2|100302213
+1.3.6.1.2.1.47.1.3.3.1.1.100306000.100306100|2|100306100
+1.3.6.1.2.1.47.1.3.3.1.1.100306100.100306201|2|100306201
+1.3.6.1.2.1.47.1.3.3.1.1.100306100.100306202|2|100306202
+1.3.6.1.2.1.47.1.3.3.1.1.100306100.100306210|2|100306210
+1.3.6.1.2.1.47.1.3.3.1.1.100306210.100306211|2|100306211
+1.3.6.1.2.1.47.1.3.3.1.1.100306210.100306212|2|100306212
+1.3.6.1.2.1.47.1.3.3.1.1.100306210.100306213|2|100306213
+1.3.6.1.2.1.47.1.3.3.1.1.100307000.100307100|2|100307100
+1.3.6.1.2.1.47.1.3.3.1.1.100307100.100307201|2|100307201
+1.3.6.1.2.1.47.1.3.3.1.1.100307100.100307202|2|100307202
+1.3.6.1.2.1.47.1.3.3.1.1.100307100.100307210|2|100307210
+1.3.6.1.2.1.47.1.3.3.1.1.100307210.100307211|2|100307211
+1.3.6.1.2.1.47.1.3.3.1.1.100307210.100307212|2|100307212
+1.3.6.1.2.1.47.1.3.3.1.1.100307210.100307213|2|100307213
+1.3.6.1.2.1.47.1.3.3.1.1.100308000.100308100|2|100308100
+1.3.6.1.2.1.47.1.3.3.1.1.100308100.100308201|2|100308201
+1.3.6.1.2.1.47.1.3.3.1.1.100308100.100308202|2|100308202
+1.3.6.1.2.1.47.1.3.3.1.1.100308100.100308210|2|100308210
+1.3.6.1.2.1.47.1.3.3.1.1.100308210.100308211|2|100308211
+1.3.6.1.2.1.47.1.3.3.1.1.100308210.100308212|2|100308212
+1.3.6.1.2.1.47.1.3.3.1.1.100308210.100308213|2|100308213
+1.3.6.1.2.1.47.1.3.3.1.1.100313000.100313100|2|100313100
+1.3.6.1.2.1.47.1.3.3.1.1.100314000.100314100|2|100314100
+1.3.6.1.2.1.47.1.3.3.1.1.100315000.100315100|2|100315100
+1.3.6.1.2.1.47.1.3.3.1.1.100316000.100316100|2|100316100
+1.3.6.1.2.1.47.1.3.3.1.1.100317000.100317100|2|100317100
+1.3.6.1.2.1.47.1.3.3.1.1.100318000.100318100|2|100318100
+1.3.6.1.2.1.47.1.3.3.1.1.100319000.100319100|2|100319100
+1.3.6.1.2.1.47.1.3.3.1.1.100320000.100320100|2|100320100
+1.3.6.1.2.1.47.1.3.3.1.1.100321000.100321100|2|100321100
+1.3.6.1.2.1.47.1.3.3.1.1.100322000.100322100|2|100322100
+1.3.6.1.2.1.47.1.3.3.1.1.100323000.100323100|2|100323100
+1.3.6.1.2.1.47.1.3.3.1.1.100324000.100324100|2|100324100
+1.3.6.1.2.1.47.1.3.3.1.1.100325000.100325100|2|100325100
+1.3.6.1.2.1.47.1.3.3.1.1.100325100.100325201|2|100325201
+1.3.6.1.2.1.47.1.3.3.1.1.100325100.100325202|2|100325202
+1.3.6.1.2.1.47.1.3.3.1.1.100325100.100325210|2|100325210
+1.3.6.1.2.1.47.1.3.3.1.1.100325210.100325211|2|100325211
+1.3.6.1.2.1.47.1.3.3.1.1.100325210.100325212|2|100325212
+1.3.6.1.2.1.47.1.3.3.1.1.100325210.100325213|2|100325213
+1.3.6.1.2.1.47.1.3.3.1.1.100326000.100326100|2|100326100
+1.3.6.1.2.1.47.1.3.3.1.1.100326100.100326201|2|100326201
+1.3.6.1.2.1.47.1.3.3.1.1.100326100.100326202|2|100326202
+1.3.6.1.2.1.47.1.3.3.1.1.100326100.100326210|2|100326210
+1.3.6.1.2.1.47.1.3.3.1.1.100326210.100326211|2|100326211
+1.3.6.1.2.1.47.1.3.3.1.1.100326210.100326212|2|100326212
+1.3.6.1.2.1.47.1.3.3.1.1.100326210.100326213|2|100326213
+1.3.6.1.2.1.47.1.3.3.1.1.100327000.100327100|2|100327100
+1.3.6.1.2.1.47.1.3.3.1.1.100327100.100327201|2|100327201
+1.3.6.1.2.1.47.1.3.3.1.1.100327100.100327202|2|100327202
+1.3.6.1.2.1.47.1.3.3.1.1.100327100.100327210|2|100327210
+1.3.6.1.2.1.47.1.3.3.1.1.100327210.100327211|2|100327211
+1.3.6.1.2.1.47.1.3.3.1.1.100327210.100327212|2|100327212
+1.3.6.1.2.1.47.1.3.3.1.1.100327210.100327213|2|100327213
+1.3.6.1.2.1.47.1.3.3.1.1.100328000.100328100|2|100328100
+1.3.6.1.2.1.47.1.3.3.1.1.100328100.100328201|2|100328201
+1.3.6.1.2.1.47.1.3.3.1.1.100328100.100328202|2|100328202
+1.3.6.1.2.1.47.1.3.3.1.1.100328100.100328210|2|100328210
+1.3.6.1.2.1.47.1.3.3.1.1.100328210.100328211|2|100328211
+1.3.6.1.2.1.47.1.3.3.1.1.100328210.100328212|2|100328212
+1.3.6.1.2.1.47.1.3.3.1.1.100328210.100328213|2|100328213
+1.3.6.1.2.1.47.1.3.3.1.1.100329000.100329100|2|100329100
+1.3.6.1.2.1.47.1.3.3.1.1.100329100.100329201|2|100329201
+1.3.6.1.2.1.47.1.3.3.1.1.100329100.100329202|2|100329202
+1.3.6.1.2.1.47.1.3.3.1.1.100329100.100329210|2|100329210
+1.3.6.1.2.1.47.1.3.3.1.1.100329210.100329211|2|100329211
+1.3.6.1.2.1.47.1.3.3.1.1.100329210.100329212|2|100329212
+1.3.6.1.2.1.47.1.3.3.1.1.100329210.100329213|2|100329213
+1.3.6.1.2.1.47.1.3.3.1.1.100330000.100330100|2|100330100
+1.3.6.1.2.1.47.1.3.3.1.1.100330100.100330201|2|100330201
+1.3.6.1.2.1.47.1.3.3.1.1.100330100.100330202|2|100330202
+1.3.6.1.2.1.47.1.3.3.1.1.100330100.100330210|2|100330210
+1.3.6.1.2.1.47.1.3.3.1.1.100330210.100330211|2|100330211
+1.3.6.1.2.1.47.1.3.3.1.1.100330210.100330212|2|100330212
+1.3.6.1.2.1.47.1.3.3.1.1.100330210.100330213|2|100330213
+1.3.6.1.2.1.47.1.3.3.1.1.100331000.100331100|2|100331100
+1.3.6.1.2.1.47.1.3.3.1.1.100331100.100331201|2|100331201
+1.3.6.1.2.1.47.1.3.3.1.1.100331100.100331202|2|100331202
+1.3.6.1.2.1.47.1.3.3.1.1.100331100.100331210|2|100331210
+1.3.6.1.2.1.47.1.3.3.1.1.100331210.100331211|2|100331211
+1.3.6.1.2.1.47.1.3.3.1.1.100331210.100331212|2|100331212
+1.3.6.1.2.1.47.1.3.3.1.1.100331210.100331213|2|100331213
+1.3.6.1.2.1.47.1.3.3.1.1.100332000.100332100|2|100332100
+1.3.6.1.2.1.47.1.3.3.1.1.100341000.100341100|2|100341100
+1.3.6.1.2.1.47.1.3.3.1.1.100342000.100342100|2|100342100
+1.3.6.1.2.1.47.1.3.3.1.1.100343000.100343100|2|100343100
+1.3.6.1.2.1.47.1.3.3.1.1.100344000.100344100|2|100344100
+1.3.6.1.2.1.47.1.3.3.1.1.100345000.100345100|2|100345100
+1.3.6.1.2.1.47.1.3.3.1.1.100346000.100346100|2|100346100
+1.3.6.1.2.1.47.1.3.3.1.1.100347000.100347100|2|100347100
+1.3.6.1.2.1.47.1.3.3.1.1.100347100.100347201|2|100347201
+1.3.6.1.2.1.47.1.3.3.1.1.100347100.100347202|2|100347202
+1.3.6.1.2.1.47.1.3.3.1.1.100347100.100347210|2|100347210
+1.3.6.1.2.1.47.1.3.3.1.1.100347210.100347211|2|100347211
+1.3.6.1.2.1.47.1.3.3.1.1.100347210.100347212|2|100347212
+1.3.6.1.2.1.47.1.3.3.1.1.100347210.100347213|2|100347213
+1.3.6.1.2.1.47.1.3.3.1.1.100348000.100348100|2|100348100
+1.3.6.1.2.1.47.1.3.3.1.1.100348100.100348201|2|100348201
+1.3.6.1.2.1.47.1.3.3.1.1.100348100.100348202|2|100348202
+1.3.6.1.2.1.47.1.3.3.1.1.100348100.100348210|2|100348210
+1.3.6.1.2.1.47.1.3.3.1.1.100348210.100348211|2|100348211
+1.3.6.1.2.1.47.1.3.3.1.1.100348210.100348212|2|100348212
+1.3.6.1.2.1.47.1.3.3.1.1.100348210.100348213|2|100348213
+1.3.6.1.2.1.47.1.3.3.1.1.100349000.100349100|2|100349100
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349201|2|100349201
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349202|2|100349202
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349210|2|100349210
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349220|2|100349220
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349230|2|100349230
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349240|2|100349240
+1.3.6.1.2.1.47.1.3.3.1.1.100349210.100349211|2|100349211
+1.3.6.1.2.1.47.1.3.3.1.1.100349210.100349213|2|100349213
+1.3.6.1.2.1.47.1.3.3.1.1.100349220.100349221|2|100349221
+1.3.6.1.2.1.47.1.3.3.1.1.100349220.100349223|2|100349223
+1.3.6.1.2.1.47.1.3.3.1.1.100349230.100349231|2|100349231
+1.3.6.1.2.1.47.1.3.3.1.1.100349230.100349233|2|100349233
+1.3.6.1.2.1.47.1.3.3.1.1.100349240.100349241|2|100349241
+1.3.6.1.2.1.47.1.3.3.1.1.100349240.100349243|2|100349243
+1.3.6.1.2.1.47.1.3.3.1.1.100350000.100350100|2|100350100
+1.3.6.1.2.1.47.1.3.3.1.1.100350100.100350201|2|100350201
+1.3.6.1.2.1.47.1.3.3.1.1.100350100.100350202|2|100350202
+1.3.6.1.2.1.47.1.3.3.1.1.100350100.100350210|2|100350210
+1.3.6.1.2.1.47.1.3.3.1.1.100350100.100350220|2|100350220
+1.3.6.1.2.1.47.1.3.3.1.1.100350100.100350230|2|100350230
+1.3.6.1.2.1.47.1.3.3.1.1.100350100.100350240|2|100350240
+1.3.6.1.2.1.47.1.3.3.1.1.100350210.100350211|2|100350211
+1.3.6.1.2.1.47.1.3.3.1.1.100350210.100350213|2|100350213
+1.3.6.1.2.1.47.1.3.3.1.1.100350220.100350221|2|100350221
+1.3.6.1.2.1.47.1.3.3.1.1.100350220.100350223|2|100350223
+1.3.6.1.2.1.47.1.3.3.1.1.100350230.100350231|2|100350231
+1.3.6.1.2.1.47.1.3.3.1.1.100350230.100350233|2|100350233
+1.3.6.1.2.1.47.1.3.3.1.1.100350240.100350241|2|100350241
+1.3.6.1.2.1.47.1.3.3.1.1.100350240.100350243|2|100350243
+1.3.6.1.2.1.47.1.3.3.1.1.100351000.100351100|2|100351100
+1.3.6.1.2.1.47.1.3.3.1.1.100351100.100351201|2|100351201
+1.3.6.1.2.1.47.1.3.3.1.1.100351100.100351202|2|100351202
+1.3.6.1.2.1.47.1.3.3.1.1.100351100.100351210|2|100351210
+1.3.6.1.2.1.47.1.3.3.1.1.100351100.100351220|2|100351220
+1.3.6.1.2.1.47.1.3.3.1.1.100351100.100351230|2|100351230
+1.3.6.1.2.1.47.1.3.3.1.1.100351100.100351240|2|100351240
+1.3.6.1.2.1.47.1.3.3.1.1.100351210.100351211|2|100351211
+1.3.6.1.2.1.47.1.3.3.1.1.100351210.100351213|2|100351213
+1.3.6.1.2.1.47.1.3.3.1.1.100351220.100351221|2|100351221
+1.3.6.1.2.1.47.1.3.3.1.1.100351220.100351223|2|100351223
+1.3.6.1.2.1.47.1.3.3.1.1.100351230.100351231|2|100351231
+1.3.6.1.2.1.47.1.3.3.1.1.100351230.100351233|2|100351233
+1.3.6.1.2.1.47.1.3.3.1.1.100351240.100351241|2|100351241
+1.3.6.1.2.1.47.1.3.3.1.1.100351240.100351243|2|100351243
+1.3.6.1.2.1.47.1.3.3.1.1.100352000.100352100|2|100352100
+1.3.6.1.2.1.47.1.3.3.1.1.100352100.100352201|2|100352201
+1.3.6.1.2.1.47.1.3.3.1.1.100352100.100352202|2|100352202
+1.3.6.1.2.1.47.1.3.3.1.1.100352100.100352210|2|100352210
+1.3.6.1.2.1.47.1.3.3.1.1.100352100.100352220|2|100352220
+1.3.6.1.2.1.47.1.3.3.1.1.100352100.100352230|2|100352230
+1.3.6.1.2.1.47.1.3.3.1.1.100352100.100352240|2|100352240
+1.3.6.1.2.1.47.1.3.3.1.1.100352210.100352211|2|100352211
+1.3.6.1.2.1.47.1.3.3.1.1.100352210.100352213|2|100352213
+1.3.6.1.2.1.47.1.3.3.1.1.100352220.100352221|2|100352221
+1.3.6.1.2.1.47.1.3.3.1.1.100352220.100352223|2|100352223
+1.3.6.1.2.1.47.1.3.3.1.1.100352230.100352231|2|100352231
+1.3.6.1.2.1.47.1.3.3.1.1.100352230.100352233|2|100352233
+1.3.6.1.2.1.47.1.3.3.1.1.100352240.100352241|2|100352241
+1.3.6.1.2.1.47.1.3.3.1.1.100352240.100352243|2|100352243
+1.3.6.1.2.1.47.1.3.3.1.1.100353000.100353100|2|100353100
+1.3.6.1.2.1.47.1.3.3.1.1.100353100.100353201|2|100353201
+1.3.6.1.2.1.47.1.3.3.1.1.100353100.100353202|2|100353202
+1.3.6.1.2.1.47.1.3.3.1.1.100353100.100353210|2|100353210
+1.3.6.1.2.1.47.1.3.3.1.1.100353100.100353220|2|100353220
+1.3.6.1.2.1.47.1.3.3.1.1.100353100.100353230|2|100353230
+1.3.6.1.2.1.47.1.3.3.1.1.100353100.100353240|2|100353240
+1.3.6.1.2.1.47.1.3.3.1.1.100353210.100353211|2|100353211
+1.3.6.1.2.1.47.1.3.3.1.1.100353210.100353213|2|100353213
+1.3.6.1.2.1.47.1.3.3.1.1.100353220.100353221|2|100353221
+1.3.6.1.2.1.47.1.3.3.1.1.100353220.100353223|2|100353223
+1.3.6.1.2.1.47.1.3.3.1.1.100353230.100353231|2|100353231
+1.3.6.1.2.1.47.1.3.3.1.1.100353230.100353233|2|100353233
+1.3.6.1.2.1.47.1.3.3.1.1.100353240.100353241|2|100353241
+1.3.6.1.2.1.47.1.3.3.1.1.100353240.100353243|2|100353243
+1.3.6.1.2.1.47.1.3.3.1.1.100601000.100601100|2|100601100
+1.3.6.1.2.1.47.1.3.3.1.1.100601100.100601110|2|100601110
+1.3.6.1.2.1.47.1.3.3.1.1.100601110.100601111|2|100601111
+1.3.6.1.2.1.47.1.3.3.1.1.100602000.100602100|2|100602100
+1.3.6.1.2.1.47.1.3.3.1.1.100602100.100602110|2|100602110
+1.3.6.1.2.1.47.1.3.3.1.1.100602110.100602111|2|100602111
+1.3.6.1.2.1.47.1.3.3.1.1.100603000.100603100|2|100603100
+1.3.6.1.2.1.47.1.3.3.1.1.100603100.100603110|2|100603110
+1.3.6.1.2.1.47.1.3.3.1.1.100603110.100603111|2|100603111
+1.3.6.1.2.1.47.1.3.3.1.1.100604000.100604100|2|100604100
+1.3.6.1.2.1.47.1.3.3.1.1.100604100.100604110|2|100604110
+1.3.6.1.2.1.47.1.3.3.1.1.100604110.100604111|2|100604111
+1.3.6.1.2.1.47.1.3.3.1.1.100710000.100711000|2|100711000
+1.3.6.1.2.1.47.1.3.3.1.1.100711000.1100711100|2|1100711100
+1.3.6.1.2.1.47.1.3.3.1.1.100711000.1100711200|2|1100711200
+1.3.6.1.2.1.47.1.3.3.1.1.100711210.100711211|2|100711211
+1.3.6.1.2.1.47.1.3.3.1.1.100720000.100721000|2|100721000
+1.3.6.1.2.1.47.1.3.3.1.1.100721000.1100721100|2|1100721100
+1.3.6.1.2.1.47.1.3.3.1.1.100721000.1100721200|2|1100721200
+1.3.6.1.2.1.47.1.3.3.1.1.100721210.100721211|2|100721211
+1.3.6.1.2.1.47.1.3.3.1.1.1100004000.100004000|2|100004000
+1.3.6.1.2.1.47.1.3.3.1.1.1100004000.100004196|2|100004196
+1.3.6.1.2.1.47.1.3.3.1.1.1100004000.100015001|2|100015001
+1.3.6.1.2.1.47.1.3.3.1.1.1100004000.100015002|2|100015002
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006001|2|100006001
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006002|2|100006002
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006003|2|100006003
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006004|2|100006004
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006005|2|100006005
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006006|2|100006006
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006007|2|100006007
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006008|2|100006008
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006009|2|100006009
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006010|2|100006010
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006011|2|100006011
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006012|2|100006012
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006013|2|100006013
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006014|2|100006014
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006015|2|100006015
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006016|2|100006016
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006017|2|100006017
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006018|2|100006018
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006019|2|100006019
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006020|2|100006020
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006021|2|100006021
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006022|2|100006022
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006023|2|100006023
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006024|2|100006024
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006025|2|100006025
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006026|2|100006026
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006027|2|100006027
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006028|2|100006028
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006029|2|100006029
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006030|2|100006030
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006031|2|100006031
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006032|2|100006032
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006033|2|100006033
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006034|2|100006034
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100001|2|100100001
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100002|2|100100002
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100003|2|100100003
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100004|2|100100004
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100005|2|100100005
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100006|2|100100006
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100007|2|100100007
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100008|2|100100008
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100009|2|100100009
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100010|2|100100010
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100011|2|100100011
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100012|2|100100012
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100013|2|100100013
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100014|2|100100014
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100015|2|100100015
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100016|2|100100016
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100017|2|100100017
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100018|2|100100018
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100019|2|100100019
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100020|2|100100020
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100021|2|100100021
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100022|2|100100022
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100023|2|100100023
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100024|2|100100024
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100025|2|100100025
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100026|2|100100026
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100027|2|100100027
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100028|2|100100028
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100029|2|100100029
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100030|2|100100030
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100031|2|100100031
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100032|2|100100032
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100033|2|100100033
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100034|2|100100034
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100035|2|100100035
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100036|2|100100036
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100037|2|100100037
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100038|2|100100038
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100039|2|100100039
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100040|2|100100040
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100041|2|100100041
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100042|2|100100042
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100043|2|100100043
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100044|2|100100044
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100045|2|100100045
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100046|2|100100046
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100047|2|100100047
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100048|2|100100048
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100049|2|100100049
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100050|2|100100050
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100051|2|100100051
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100052|2|100100052
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100053|2|100100053
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100054|2|100100054
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100055|2|100100055
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100056|2|100100056
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100057|2|100100057
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100058|2|100100058
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100059|2|100100059
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100060|2|100100060
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100061|2|100100061
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100062|2|100100062
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100063|2|100100063
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100064|2|100100064
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100065|2|100100065
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100066|2|100100066
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100067|2|100100067
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100068|2|100100068
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100069|2|100100069
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100070|2|100100070
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100071|2|100100071
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100072|2|100100072
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100110073|2|100110073
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100301000|2|100301000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100302000|2|100302000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100303000|2|100303000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100304000|2|100304000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100305000|2|100305000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100306000|2|100306000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100307000|2|100307000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100308000|2|100308000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100309000|2|100309000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100310000|2|100310000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100311000|2|100311000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100312000|2|100312000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100313000|2|100313000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100314000|2|100314000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100315000|2|100315000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100316000|2|100316000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100317000|2|100317000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100318000|2|100318000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100319000|2|100319000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100320000|2|100320000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100321000|2|100321000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100322000|2|100322000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100323000|2|100323000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100324000|2|100324000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100325000|2|100325000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100326000|2|100326000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100327000|2|100327000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100328000|2|100328000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100329000|2|100329000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100330000|2|100330000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100331000|2|100331000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100332000|2|100332000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100333000|2|100333000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100334000|2|100334000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100335000|2|100335000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100336000|2|100336000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100337000|2|100337000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100338000|2|100338000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100339000|2|100339000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100340000|2|100340000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100341000|2|100341000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100342000|2|100342000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100343000|2|100343000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100344000|2|100344000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100345000|2|100345000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100346000|2|100346000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100347000|2|100347000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100348000|2|100348000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100349000|2|100349000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100350000|2|100350000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100351000|2|100351000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100352000|2|100352000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100353000|2|100353000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100354000|2|100354000
+1.3.6.1.2.1.47.1.3.3.1.1.1100600000.100601000|2|100601000
+1.3.6.1.2.1.47.1.3.3.1.1.1100600000.100602000|2|100602000
+1.3.6.1.2.1.47.1.3.3.1.1.1100600000.100603000|2|100603000
+1.3.6.1.2.1.47.1.3.3.1.1.1100600000.100604000|2|100604000
+1.3.6.1.2.1.47.1.3.3.1.1.1100700000.100710000|2|100710000
+1.3.6.1.2.1.47.1.3.3.1.1.1100700000.100720000|2|100720000
+1.3.6.1.2.1.47.1.3.3.1.1.1100711100.100711101|2|100711101
+1.3.6.1.2.1.47.1.3.3.1.1.1100711100.100711102|2|100711102
+1.3.6.1.2.1.47.1.3.3.1.1.1100711100.100711103|2|100711103
+1.3.6.1.2.1.47.1.3.3.1.1.1100711100.100711104|2|100711104
+1.3.6.1.2.1.47.1.3.3.1.1.1100711100.100711105|2|100711105
+1.3.6.1.2.1.47.1.3.3.1.1.1100711100.100711106|2|100711106
+1.3.6.1.2.1.47.1.3.3.1.1.1100711200.100711210|2|100711210
+1.3.6.1.2.1.47.1.3.3.1.1.1100721100.100721101|2|100721101
+1.3.6.1.2.1.47.1.3.3.1.1.1100721100.100721102|2|100721102
+1.3.6.1.2.1.47.1.3.3.1.1.1100721100.100721103|2|100721103
+1.3.6.1.2.1.47.1.3.3.1.1.1100721100.100721104|2|100721104
+1.3.6.1.2.1.47.1.3.3.1.1.1100721100.100721105|2|100721105
+1.3.6.1.2.1.47.1.3.3.1.1.1100721100.100721106|2|100721106
+1.3.6.1.2.1.47.1.3.3.1.1.1100721200.100721210|2|100721210
+1.3.6.1.2.1.47.1.4.1.0|67|2829473392
+1.3.6.1.6.3.1.1.6.1.0|2|1685018008
+1.3.6.1.6.3.10.2.1.1.0|4|F5 71 7F 44 4C A8 B9 42 7D 00
+1.3.6.1.6.3.10.2.1.2.0|2|3
+1.3.6.1.6.3.10.2.1.3.0|2|28562428
+1.3.6.1.2.1.47.1.1.1.1.2.100349000|4x|5863767220536c6f74203439
+1.3.6.1.2.1.47.1.1.1.1.2.100349100|4x|5863767220666f722045746865726e65743439
+1.3.6.1.2.1.47.1.1.1.1.2.100349201|4x|444f4d2054656d70657261747572652053656e736f7220666f722045746865726e65743439
+1.3.6.1.2.1.47.1.1.1.1.2.100349202|4x|444f4d20566f6c746167652053656e736f7220666f722045746865726e65743439
+1.3.6.1.2.1.47.1.1.1.1.2.100349210|4x|4c616e65203020666f72205863767220666f722045746865726e65743439
+1.3.6.1.2.1.47.1.1.1.1.2.100349211|4x|444f4d20545820426961732053656e736f7220666f722045746865726e657434392f31
+1.3.6.1.2.1.47.1.1.1.1.2.100349212|4x|444f4d20545820506f7765722053656e736f7220666f722045746865726e657434392f31
+1.3.6.1.2.1.47.1.1.1.1.2.100349213|4x|444f4d20525820506f7765722053656e736f7220666f722045746865726e657434392f31
+1.3.6.1.2.1.47.1.1.1.1.2.100349220|4x|4c616e65203120666f72205863767220666f722045746865726e65743439
+1.3.6.1.2.1.47.1.1.1.1.2.100349221|4x|444f4d20545820426961732053656e736f7220666f722045746865726e657434392f32
+1.3.6.1.2.1.47.1.1.1.1.2.100349222|4x|444f4d20545820506f7765722053656e736f7220666f722045746865726e657434392f32
+1.3.6.1.2.1.47.1.1.1.1.2.100349223|4x|444f4d20525820506f7765722053656e736f7220666f722045746865726e657434392f32
+1.3.6.1.2.1.47.1.1.1.1.2.100349230|4x|4c616e65203220666f72205863767220666f722045746865726e65743439
+1.3.6.1.2.1.47.1.1.1.1.2.100349231|4x|444f4d20545820426961732053656e736f7220666f722045746865726e657434392f33
+1.3.6.1.2.1.47.1.1.1.1.2.100349232|4x|444f4d20545820506f7765722053656e736f7220666f722045746865726e657434392f33
+1.3.6.1.2.1.47.1.1.1.1.2.100349233|4x|444f4d20525820506f7765722053656e736f7220666f722045746865726e657434392f33
+1.3.6.1.2.1.47.1.1.1.1.2.100349240|4x|4c616e65203320666f72205863767220666f722045746865726e65743439
+1.3.6.1.2.1.47.1.1.1.1.2.100349241|4x|444f4d20545820426961732053656e736f7220666f722045746865726e657434392f34
+1.3.6.1.2.1.47.1.1.1.1.2.100349242|4x|444f4d20545820506f7765722053656e736f7220666f722045746865726e657434392f34
+1.3.6.1.2.1.47.1.1.1.1.2.100349243|4x|444f4d20525820506f7765722053656e736f7220666f722045746865726e657434392f34
+1.3.6.1.2.1.47.1.1.1.1.3.100349000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349220|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349221|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349222|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349223|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349230|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349231|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349232|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349233|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349240|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349241|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349242|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349243|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.4.100349000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100349100|2|100349000
+1.3.6.1.2.1.47.1.1.1.1.4.100349201|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349202|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349210|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349211|2|100349210
+1.3.6.1.2.1.47.1.1.1.1.4.100349212|2|100349210
+1.3.6.1.2.1.47.1.1.1.1.4.100349213|2|100349210
+1.3.6.1.2.1.47.1.1.1.1.4.100349220|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349221|2|100349220
+1.3.6.1.2.1.47.1.1.1.1.4.100349222|2|100349220
+1.3.6.1.2.1.47.1.1.1.1.4.100349223|2|100349220
+1.3.6.1.2.1.47.1.1.1.1.4.100349230|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349231|2|100349230
+1.3.6.1.2.1.47.1.1.1.1.4.100349232|2|100349230
+1.3.6.1.2.1.47.1.1.1.1.4.100349233|2|100349230
+1.3.6.1.2.1.47.1.1.1.1.4.100349240|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349241|2|100349240
+1.3.6.1.2.1.47.1.1.1.1.4.100349242|2|100349240
+1.3.6.1.2.1.47.1.1.1.1.4.100349243|2|100349240
+1.3.6.1.2.1.47.1.1.1.1.5.100349000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100349100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100349201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100349211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349220|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100349221|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349222|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349223|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349230|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100349231|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349232|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349233|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349240|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100349241|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349242|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349243|2|8
+1.3.6.1.2.1.47.1.1.1.1.6.100349000|2|49
+1.3.6.1.2.1.47.1.1.1.1.6.100349100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100349210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100349211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100349213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100349220|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349221|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349222|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100349223|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100349230|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100349231|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349232|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100349233|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100349240|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100349241|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349242|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100349243|2|3
+1.3.6.1.2.1.47.1.1.1.1.7.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349222|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349232|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349242|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349100|4|01
+1.3.6.1.2.1.47.1.1.1.1.8.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349222|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349232|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349242|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349222|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349232|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349242|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349222|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349232|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349242|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349100|4x|46373945384257202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349222|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349232|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349242|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349222|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349232|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349242|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349100|4x|512e31363148472e3130202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349222|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349232|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349242|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349100|4|Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.14.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349222|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349232|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349242|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349222|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349232|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349242|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.16.100349000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100349201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349220|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349221|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349222|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349223|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349230|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349231|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349232|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349233|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349240|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349241|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349242|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349243|2|2
+1.3.6.1.2.1.47.1.1.1.1.17.100349000|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100349100|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100349201|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100349202|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100349210|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100349211|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100349212|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100349213|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100349220|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100349221|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100349222|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100349223|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100349230|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100349231|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100349232|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100349233|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100349240|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100349241|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100349242|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100349243|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.18.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349222|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349232|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349242|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349243|4|
+1.3.6.1.2.1.47.1.3.3.1.1.100349000.100349100|2|100349100
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349201|2|100349201
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349202|2|100349202
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349210|2|100349210
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349220|2|100349220
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349230|2|100349230
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349240|2|100349240
+1.3.6.1.2.1.47.1.3.3.1.1.100349210.100349211|2|100349211
+1.3.6.1.2.1.47.1.3.3.1.1.100349210.100349212|2|100349212
+1.3.6.1.2.1.47.1.3.3.1.1.100349210.100349213|2|100349213
+1.3.6.1.2.1.47.1.3.3.1.1.100349220.100349221|2|100349221
+1.3.6.1.2.1.47.1.3.3.1.1.100349220.100349222|2|100349222
+1.3.6.1.2.1.47.1.3.3.1.1.100349220.100349223|2|100349223
+1.3.6.1.2.1.47.1.3.3.1.1.100349230.100349231|2|100349231
+1.3.6.1.2.1.47.1.3.3.1.1.100349230.100349232|2|100349232
+1.3.6.1.2.1.47.1.3.3.1.1.100349230.100349233|2|100349233
+1.3.6.1.2.1.47.1.3.3.1.1.100349240.100349241|2|100349241
+1.3.6.1.2.1.47.1.3.3.1.1.100349240.100349242|2|100349242
+1.3.6.1.2.1.47.1.3.3.1.1.100349240.100349243|2|100349243
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100349000|2|100349000
+1.3.6.1.2.1.99.1.1.1.1.100349201|2|8
+1.3.6.1.2.1.99.1.1.1.1.100349202|2|4
+1.3.6.1.2.1.99.1.1.1.1.100349211|2|5
+1.3.6.1.2.1.99.1.1.1.1.100349212|2|6
+1.3.6.1.2.1.99.1.1.1.1.100349213|2|6
+1.3.6.1.2.1.99.1.1.1.1.100349221|2|5
+1.3.6.1.2.1.99.1.1.1.1.100349222|2|6
+1.3.6.1.2.1.99.1.1.1.1.100349223|2|6
+1.3.6.1.2.1.99.1.1.1.1.100349231|2|5
+1.3.6.1.2.1.99.1.1.1.1.100349232|2|6
+1.3.6.1.2.1.99.1.1.1.1.100349233|2|6
+1.3.6.1.2.1.99.1.1.1.1.100349241|2|5
+1.3.6.1.2.1.99.1.1.1.1.100349242|2|6
+1.3.6.1.2.1.99.1.1.1.1.100349243|2|6
+1.3.6.1.2.1.99.1.1.1.2.100349201|2|9
+1.3.6.1.2.1.99.1.1.1.2.100349202|2|9
+1.3.6.1.2.1.99.1.1.1.2.100349211|2|8
+1.3.6.1.2.1.99.1.1.1.2.100349212|2|8
+1.3.6.1.2.1.99.1.1.1.2.100349213|2|8
+1.3.6.1.2.1.99.1.1.1.2.100349221|2|8
+1.3.6.1.2.1.99.1.1.1.2.100349222|2|8
+1.3.6.1.2.1.99.1.1.1.2.100349223|2|8
+1.3.6.1.2.1.99.1.1.1.2.100349231|2|8
+1.3.6.1.2.1.99.1.1.1.2.100349232|2|8
+1.3.6.1.2.1.99.1.1.1.2.100349233|2|8
+1.3.6.1.2.1.99.1.1.1.2.100349241|2|8
+1.3.6.1.2.1.99.1.1.1.2.100349242|2|8
+1.3.6.1.2.1.99.1.1.1.2.100349243|2|8
+1.3.6.1.2.1.99.1.1.1.3.100349201|2|1
+1.3.6.1.2.1.99.1.1.1.3.100349202|2|2
+1.3.6.1.2.1.99.1.1.1.3.100349211|2|2
+1.3.6.1.2.1.99.1.1.1.3.100349212|2|4
+1.3.6.1.2.1.99.1.1.1.3.100349213|2|4
+1.3.6.1.2.1.99.1.1.1.3.100349221|2|2
+1.3.6.1.2.1.99.1.1.1.3.100349222|2|4
+1.3.6.1.2.1.99.1.1.1.3.100349223|2|4
+1.3.6.1.2.1.99.1.1.1.3.100349231|2|2
+1.3.6.1.2.1.99.1.1.1.3.100349232|2|4
+1.3.6.1.2.1.99.1.1.1.3.100349233|2|4
+1.3.6.1.2.1.99.1.1.1.3.100349241|2|2
+1.3.6.1.2.1.99.1.1.1.3.100349242|2|4
+1.3.6.1.2.1.99.1.1.1.3.100349243|2|4
+1.3.6.1.2.1.99.1.1.1.4.100349201|2|383
+1.3.6.1.2.1.99.1.1.1.4.100349202|2|329
+1.3.6.1.2.1.99.1.1.1.4.100349211|2|4220
+1.3.6.1.2.1.99.1.1.1.4.100349212|2|10008
+1.3.6.1.2.1.99.1.1.1.4.100349213|2|6990
+1.3.6.1.2.1.99.1.1.1.4.100349221|2|4727
+1.3.6.1.2.1.99.1.1.1.4.100349222|2|9077
+1.3.6.1.2.1.99.1.1.1.4.100349223|2|9671
+1.3.6.1.2.1.99.1.1.1.4.100349231|2|4726
+1.3.6.1.2.1.99.1.1.1.4.100349232|2|11116
+1.3.6.1.2.1.99.1.1.1.4.100349233|2|8394
+1.3.6.1.2.1.99.1.1.1.4.100349241|2|4406
+1.3.6.1.2.1.99.1.1.1.4.100349242|2|14417
+1.3.6.1.2.1.99.1.1.1.4.100349243|2|7682
+1.3.6.1.2.1.99.1.1.1.5.100349201|2|1
+1.3.6.1.2.1.99.1.1.1.5.100349202|2|1
+1.3.6.1.2.1.99.1.1.1.5.100349211|2|1
+1.3.6.1.2.1.99.1.1.1.5.100349212|2|1
+1.3.6.1.2.1.99.1.1.1.5.100349213|2|1
+1.3.6.1.2.1.99.1.1.1.5.100349221|2|1
+1.3.6.1.2.1.99.1.1.1.5.100349222|2|1
+1.3.6.1.2.1.99.1.1.1.5.100349223|2|1
+1.3.6.1.2.1.99.1.1.1.5.100349231|2|1
+1.3.6.1.2.1.99.1.1.1.5.100349232|2|1
+1.3.6.1.2.1.99.1.1.1.5.100349233|2|1
+1.3.6.1.2.1.99.1.1.1.5.100349241|2|1
+1.3.6.1.2.1.99.1.1.1.5.100349242|2|1
+1.3.6.1.2.1.99.1.1.1.5.100349243|2|1
+1.3.6.1.2.1.99.1.1.1.6.100349201|4|Celsius
+1.3.6.1.2.1.99.1.1.1.6.100349202|4|Volts
+1.3.6.1.2.1.99.1.1.1.6.100349211|4|mA
+1.3.6.1.2.1.99.1.1.1.6.100349212|4|mW
+1.3.6.1.2.1.99.1.1.1.6.100349213|4|mW
+1.3.6.1.2.1.99.1.1.1.6.100349221|4|mA
+1.3.6.1.2.1.99.1.1.1.6.100349222|4|mW
+1.3.6.1.2.1.99.1.1.1.6.100349223|4|mW
+1.3.6.1.2.1.99.1.1.1.6.100349231|4|mA
+1.3.6.1.2.1.99.1.1.1.6.100349232|4|mW
+1.3.6.1.2.1.99.1.1.1.6.100349233|4|mW
+1.3.6.1.2.1.99.1.1.1.6.100349241|4|mA
+1.3.6.1.2.1.99.1.1.1.6.100349242|4|mW
+1.3.6.1.2.1.99.1.1.1.6.100349243|4|mW
+1.3.6.1.2.1.99.1.1.1.7.100349201|67|3510745305
+1.3.6.1.2.1.99.1.1.1.7.100349202|67|3510745307
+1.3.6.1.2.1.99.1.1.1.7.100349211|67|3510745309
+1.3.6.1.2.1.99.1.1.1.7.100349212|67|3510745311
+1.3.6.1.2.1.99.1.1.1.7.100349213|67|3510745314
+1.3.6.1.2.1.99.1.1.1.7.100349221|67|3510745316
+1.3.6.1.2.1.99.1.1.1.7.100349222|67|3510745318
+1.3.6.1.2.1.99.1.1.1.7.100349223|67|3510745320
+1.3.6.1.2.1.99.1.1.1.7.100349231|67|3510745322
+1.3.6.1.2.1.99.1.1.1.7.100349232|67|3510745324
+1.3.6.1.2.1.99.1.1.1.7.100349233|67|3510745587
+1.3.6.1.2.1.99.1.1.1.7.100349241|67|3510745589
+1.3.6.1.2.1.99.1.1.1.7.100349242|67|3510745591
+1.3.6.1.2.1.99.1.1.1.7.100349243|67|3510745593
+1.3.6.1.2.1.99.1.1.1.8.100349201|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100349202|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100349211|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100349212|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100349213|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100349221|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100349222|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100349223|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100349231|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100349232|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100349233|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100349241|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100349242|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100349243|66|6000
+1.3.6.1.2.1.131.1.1.1.1.100349100|4x|07e60313173218002b0000
+1.3.6.1.2.1.131.1.1.1.1.100349201|4x|07e6031317321d002b0000
+1.3.6.1.2.1.131.1.1.1.1.100349202|4x|07e60313173218002b0000
+1.3.6.1.2.1.131.1.1.1.1.100349211|4x|07e60313173218002b0000
+1.3.6.1.2.1.131.1.1.1.1.100349212|4x|07e60313173218002b0000
+1.3.6.1.2.1.131.1.1.1.1.100349213|4x|07e60313173218002b0000
+1.3.6.1.2.1.131.1.1.1.1.100349221|4x|07e60313173218002b0000
+1.3.6.1.2.1.131.1.1.1.1.100349222|4x|07e60313173218002b0000
+1.3.6.1.2.1.131.1.1.1.1.100349223|4x|07e60313173218002b0000
+1.3.6.1.2.1.131.1.1.1.1.100349231|4x|07e60313173218002b0000
+1.3.6.1.2.1.131.1.1.1.1.100349232|4x|07e60313173218002b0000
+1.3.6.1.2.1.131.1.1.1.1.100349233|4x|07e60313173218002b0000
+1.3.6.1.2.1.131.1.1.1.1.100349241|4x|07e60313173218002b0000
+1.3.6.1.2.1.131.1.1.1.1.100349242|4x|07e60313173218002b0000
+1.3.6.1.2.1.131.1.1.1.1.100349243|4x|07e60313173218002b0000
+1.3.6.1.2.1.131.1.1.1.2.100349100|2|4
+1.3.6.1.2.1.131.1.1.1.2.100349201|2|4
+1.3.6.1.2.1.131.1.1.1.2.100349202|2|4
+1.3.6.1.2.1.131.1.1.1.2.100349211|2|4
+1.3.6.1.2.1.131.1.1.1.2.100349212|2|4
+1.3.6.1.2.1.131.1.1.1.2.100349213|2|4
+1.3.6.1.2.1.131.1.1.1.2.100349221|2|4
+1.3.6.1.2.1.131.1.1.1.2.100349222|2|4
+1.3.6.1.2.1.131.1.1.1.2.100349223|2|4
+1.3.6.1.2.1.131.1.1.1.2.100349231|2|4
+1.3.6.1.2.1.131.1.1.1.2.100349232|2|4
+1.3.6.1.2.1.131.1.1.1.2.100349233|2|4
+1.3.6.1.2.1.131.1.1.1.2.100349241|2|4
+1.3.6.1.2.1.131.1.1.1.2.100349242|2|4
+1.3.6.1.2.1.131.1.1.1.2.100349243|2|4
+1.3.6.1.2.1.131.1.1.1.3.100349100|2|3
+1.3.6.1.2.1.131.1.1.1.3.100349201|2|3
+1.3.6.1.2.1.131.1.1.1.3.100349202|2|3
+1.3.6.1.2.1.131.1.1.1.3.100349211|2|3
+1.3.6.1.2.1.131.1.1.1.3.100349212|2|3
+1.3.6.1.2.1.131.1.1.1.3.100349213|2|3
+1.3.6.1.2.1.131.1.1.1.3.100349221|2|3
+1.3.6.1.2.1.131.1.1.1.3.100349222|2|3
+1.3.6.1.2.1.131.1.1.1.3.100349223|2|3
+1.3.6.1.2.1.131.1.1.1.3.100349231|2|3
+1.3.6.1.2.1.131.1.1.1.3.100349232|2|3
+1.3.6.1.2.1.131.1.1.1.3.100349233|2|3
+1.3.6.1.2.1.131.1.1.1.3.100349241|2|3
+1.3.6.1.2.1.131.1.1.1.3.100349242|2|3
+1.3.6.1.2.1.131.1.1.1.3.100349243|2|3
+1.3.6.1.2.1.131.1.1.1.4.100349100|2|3
+1.3.6.1.2.1.131.1.1.1.4.100349201|2|3
+1.3.6.1.2.1.131.1.1.1.4.100349202|2|3
+1.3.6.1.2.1.131.1.1.1.4.100349211|2|3
+1.3.6.1.2.1.131.1.1.1.4.100349212|2|3
+1.3.6.1.2.1.131.1.1.1.4.100349213|2|3
+1.3.6.1.2.1.131.1.1.1.4.100349221|2|3
+1.3.6.1.2.1.131.1.1.1.4.100349222|2|3
+1.3.6.1.2.1.131.1.1.1.4.100349223|2|3
+1.3.6.1.2.1.131.1.1.1.4.100349231|2|3
+1.3.6.1.2.1.131.1.1.1.4.100349232|2|3
+1.3.6.1.2.1.131.1.1.1.4.100349233|2|3
+1.3.6.1.2.1.131.1.1.1.4.100349241|2|3
+1.3.6.1.2.1.131.1.1.1.4.100349242|2|3
+1.3.6.1.2.1.131.1.1.1.4.100349243|2|3
+1.3.6.1.2.1.131.1.1.1.5.100349100|4x|80
+1.3.6.1.2.1.131.1.1.1.5.100349201|4x|00
+1.3.6.1.2.1.131.1.1.1.5.100349202|4x|00
+1.3.6.1.2.1.131.1.1.1.5.100349211|4x|00
+1.3.6.1.2.1.131.1.1.1.5.100349212|4x|00
+1.3.6.1.2.1.131.1.1.1.5.100349213|4x|00
+1.3.6.1.2.1.131.1.1.1.5.100349221|4x|00
+1.3.6.1.2.1.131.1.1.1.5.100349222|4x|00
+1.3.6.1.2.1.131.1.1.1.5.100349223|4x|00
+1.3.6.1.2.1.131.1.1.1.5.100349231|4x|00
+1.3.6.1.2.1.131.1.1.1.5.100349232|4x|00
+1.3.6.1.2.1.131.1.1.1.5.100349233|4x|00
+1.3.6.1.2.1.131.1.1.1.5.100349241|4x|00
+1.3.6.1.2.1.131.1.1.1.5.100349242|4x|00
+1.3.6.1.2.1.131.1.1.1.5.100349243|4x|00
+1.3.6.1.2.1.131.1.1.1.6.100349100|2|4
+1.3.6.1.2.1.131.1.1.1.6.100349201|2|4
+1.3.6.1.2.1.131.1.1.1.6.100349202|2|4
+1.3.6.1.2.1.131.1.1.1.6.100349211|2|4
+1.3.6.1.2.1.131.1.1.1.6.100349212|2|4
+1.3.6.1.2.1.131.1.1.1.6.100349213|2|4
+1.3.6.1.2.1.131.1.1.1.6.100349221|2|4
+1.3.6.1.2.1.131.1.1.1.6.100349222|2|4
+1.3.6.1.2.1.131.1.1.1.6.100349223|2|4
+1.3.6.1.2.1.131.1.1.1.6.100349231|2|4
+1.3.6.1.2.1.131.1.1.1.6.100349232|2|4
+1.3.6.1.2.1.131.1.1.1.6.100349233|2|4
+1.3.6.1.2.1.131.1.1.1.6.100349241|2|4
+1.3.6.1.2.1.131.1.1.1.6.100349242|2|4
+1.3.6.1.2.1.131.1.1.1.6.100349243|2|4
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349201|2|0
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349202|2|314
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349211|2|3500
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349212|2|3715
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349213|2|871
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349221|2|3500
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349222|2|3715
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349223|2|871
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349231|2|3500
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349232|2|3715
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349233|2|871
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349241|2|3500
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349242|2|3715
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349243|2|871
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349201|2|-50
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349202|2|305
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349211|2|3000
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349212|2|2951
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349213|2|692
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349221|2|3000
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349222|2|2951
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349223|2|692
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349231|2|3000
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349232|2|2951
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349233|2|692
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349241|2|3000
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349242|2|2951
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349243|2|692
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349201|2|700
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349202|2|347
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349211|2|6000
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349212|2|28184
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349213|2|28184
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349221|2|6000
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349222|2|28184
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349223|2|28184
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349231|2|6000
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349232|2|28184
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349233|2|28184
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349241|2|6000
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349242|2|28184
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349243|2|28184
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349201|2|750
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349202|2|363
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349211|2|6500
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349212|2|35481
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349213|2|35481
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349221|2|6500
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349222|2|35481
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349223|2|35481
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349231|2|6500
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349232|2|35481
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349233|2|35481
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349241|2|6500
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349242|2|35481
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349243|2|35481
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349201|4x|53656e736f722076616c75652033382e342043656c736975732069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349202|4x|53656e736f722076616c756520332e323920566f6c74732069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349211|4x|53656e736f722076616c75652034322e3138206d412069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349212|4x|53656e736f722076616c756520312e30303135206d572069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349213|4x|53656e736f722076616c756520302e36393135206d572069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349221|4x|53656e736f722076616c75652034372e3236206d412069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349222|4x|53656e736f722076616c756520302e39303732206d572069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349223|4x|53656e736f722076616c756520302e39363836206d572069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349231|4x|53656e736f722076616c75652034372e3237206d412069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349232|4x|53656e736f722076616c756520312e31313538206d572069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349233|4x|53656e736f722076616c756520302e38333833206d572069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349241|4x|53656e736f722076616c75652034342e3038206d412069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349242|4x|53656e736f722076616c756520312e34333737206d572069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349243|4x|53656e736f722076616c756520302e37363637206d572069732077697468696e20626f756e6473
+1.3.6.1.2.1.47.1.1.1.1.2.100308000|4x|5863767220536c6f742037
+1.3.6.1.2.1.47.1.1.1.1.2.100308100|4x|5863767220666f722045746865726e657437
+1.3.6.1.2.1.47.1.1.1.1.2.100308201|4x|444f4d2054656d70657261747572652053656e736f7220666f722045746865726e657437
+1.3.6.1.2.1.47.1.1.1.1.2.100308202|4x|444f4d20566f6c746167652053656e736f7220666f722045746865726e657437
+1.3.6.1.2.1.47.1.1.1.1.2.100308210|4x|4c616e65203020666f72205863767220666f722045746865726e657437
+1.3.6.1.2.1.47.1.1.1.1.2.100308211|4x|444f4d20545820426961732053656e736f7220666f722045746865726e657437
+1.3.6.1.2.1.47.1.1.1.1.2.100308212|4x|444f4d20545820506f7765722053656e736f7220666f722045746865726e657437
+1.3.6.1.2.1.47.1.1.1.1.2.100308213|4x|444f4d20525820506f7765722053656e736f7220666f722045746865726e657437
+1.3.6.1.2.1.47.1.1.1.1.3.100308000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.4.100308000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100308100|2|100307000
+1.3.6.1.2.1.47.1.1.1.1.4.100308201|2|100307100
+1.3.6.1.2.1.47.1.1.1.1.4.100308202|2|100307100
+1.3.6.1.2.1.47.1.1.1.1.4.100308210|2|100307100
+1.3.6.1.2.1.47.1.1.1.1.4.100308211|2|100307210
+1.3.6.1.2.1.47.1.1.1.1.4.100308212|2|100307210
+1.3.6.1.2.1.47.1.1.1.1.4.100308213|2|100307210
+1.3.6.1.2.1.47.1.1.1.1.5.100308000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100308100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100308201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100308211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308213|2|8
+1.3.6.1.2.1.47.1.1.1.1.6.100308000|2|7
+1.3.6.1.2.1.47.1.1.1.1.6.100308100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100308201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100308202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100308210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100308211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100308212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100308213|2|3
+1.3.6.1.2.1.47.1.1.1.1.7.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308100|4x|312e3020
+1.3.6.1.2.1.47.1.1.1.1.8.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308100|4x|43313031313033303031372020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308100|4|Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.14.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.16.100308000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100308201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308213|2|2
+1.3.6.1.2.1.47.1.1.1.1.17.100308000|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100308100|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100308201|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100308202|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100308210|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100308211|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100308212|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100308213|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.18.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308213|4|
+1.3.6.1.2.1.47.1.3.3.1.1.100308000.100308100|2|100307100
+1.3.6.1.2.1.47.1.3.3.1.1.100308100.100308201|2|100307201
+1.3.6.1.2.1.47.1.3.3.1.1.100308100.100308202|2|100307202
+1.3.6.1.2.1.47.1.3.3.1.1.100308100.100308210|2|100307210
+1.3.6.1.2.1.47.1.3.3.1.1.100308210.100308211|2|100307211
+1.3.6.1.2.1.47.1.3.3.1.1.100308210.100308212|2|100307212
+1.3.6.1.2.1.47.1.3.3.1.1.100308210.100308213|2|100307213
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100308000|2|100307000
+1.3.6.1.2.1.99.1.1.1.1.100308201|2|8
+1.3.6.1.2.1.99.1.1.1.1.100308202|2|4
+1.3.6.1.2.1.99.1.1.1.1.100308211|2|5
+1.3.6.1.2.1.99.1.1.1.1.100308212|2|6
+1.3.6.1.2.1.99.1.1.1.1.100308213|2|6
+1.3.6.1.2.1.99.1.1.1.2.100308201|2|9
+1.3.6.1.2.1.99.1.1.1.2.100308202|2|9
+1.3.6.1.2.1.99.1.1.1.2.100308211|2|8
+1.3.6.1.2.1.99.1.1.1.2.100308212|2|8
+1.3.6.1.2.1.99.1.1.1.2.100308213|2|8
+1.3.6.1.2.1.99.1.1.1.3.100308201|2|1
+1.3.6.1.2.1.99.1.1.1.3.100308202|2|2
+1.3.6.1.2.1.99.1.1.1.3.100308211|2|2
+1.3.6.1.2.1.99.1.1.1.3.100308212|2|4
+1.3.6.1.2.1.99.1.1.1.3.100308213|2|4
+1.3.6.1.2.1.99.1.1.1.4.100308201|2|344
+1.3.6.1.2.1.99.1.1.1.4.100308202|2|334
+1.3.6.1.2.1.99.1.1.1.4.100308211|2|0
+1.3.6.1.2.1.99.1.1.1.4.100308212|2|53
+1.3.6.1.2.1.99.1.1.1.4.100308213|2|4
+1.3.6.1.2.1.99.1.1.1.5.100308201|2|1
+1.3.6.1.2.1.99.1.1.1.5.100308202|2|1
+1.3.6.1.2.1.99.1.1.1.5.100308211|2|1
+1.3.6.1.2.1.99.1.1.1.5.100308212|2|1
+1.3.6.1.2.1.99.1.1.1.5.100308213|2|1
+1.3.6.1.2.1.99.1.1.1.6.100308201|4|Celsius
+1.3.6.1.2.1.99.1.1.1.6.100308202|4|Volts
+1.3.6.1.2.1.99.1.1.1.6.100308211|4|mA
+1.3.6.1.2.1.99.1.1.1.6.100308212|4|mW
+1.3.6.1.2.1.99.1.1.1.6.100308213|4|mW
+1.3.6.1.2.1.99.1.1.1.7.100308201|67|3510744859
+1.3.6.1.2.1.99.1.1.1.7.100308202|67|3510744861
+1.3.6.1.2.1.99.1.1.1.7.100308211|67|3510744863
+1.3.6.1.2.1.99.1.1.1.7.100308212|67|3510744865
+1.3.6.1.2.1.99.1.1.1.7.100308213|67|3510744867
+1.3.6.1.2.1.99.1.1.1.8.100308201|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100308202|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100308211|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100308212|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100308213|66|6000
+1.3.6.1.2.1.131.1.1.1.1.100308100|4x|07e8070a0b3006002b0100
+1.3.6.1.2.1.131.1.1.1.1.100308201|4x|07e8070a0b3008002b0100
+1.3.6.1.2.1.131.1.1.1.1.100308202|4x|07e8070a0b3006002b0100
+1.3.6.1.2.1.131.1.1.1.1.100308211|4x|07e8070a0b3006002b0100
+1.3.6.1.2.1.131.1.1.1.1.100308212|4x|07e8070a0b3006002b0100
+1.3.6.1.2.1.131.1.1.1.1.100308213|4x|07e8070a0b3006002b0100
+1.3.6.1.2.1.131.1.1.1.2.100308100|2|4
+1.3.6.1.2.1.131.1.1.1.2.100308201|2|4
+1.3.6.1.2.1.131.1.1.1.2.100308202|2|4
+1.3.6.1.2.1.131.1.1.1.2.100308211|2|4
+1.3.6.1.2.1.131.1.1.1.2.100308212|2|4
+1.3.6.1.2.1.131.1.1.1.2.100308213|2|4
+1.3.6.1.2.1.131.1.1.1.3.100308100|2|3
+1.3.6.1.2.1.131.1.1.1.3.100308201|2|3
+1.3.6.1.2.1.131.1.1.1.3.100308202|2|3
+1.3.6.1.2.1.131.1.1.1.3.100308211|2|3
+1.3.6.1.2.1.131.1.1.1.3.100308212|2|3
+1.3.6.1.2.1.131.1.1.1.3.100308213|2|3
+1.3.6.1.2.1.131.1.1.1.4.100308100|2|3
+1.3.6.1.2.1.131.1.1.1.4.100308201|2|3
+1.3.6.1.2.1.131.1.1.1.4.100308202|2|3
+1.3.6.1.2.1.131.1.1.1.4.100308211|2|3
+1.3.6.1.2.1.131.1.1.1.4.100308212|2|3
+1.3.6.1.2.1.131.1.1.1.4.100308213|2|3
+1.3.6.1.2.1.131.1.1.1.5.100308100|4x|80
+1.3.6.1.2.1.131.1.1.1.5.100308201|4x|00
+1.3.6.1.2.1.131.1.1.1.5.100308202|4x|00
+1.3.6.1.2.1.131.1.1.1.5.100308211|4x|20
+1.3.6.1.2.1.131.1.1.1.5.100308212|4x|20
+1.3.6.1.2.1.131.1.1.1.5.100308213|4x|20
+1.3.6.1.2.1.131.1.1.1.6.100308100|2|4
+1.3.6.1.2.1.131.1.1.1.6.100308201|2|4
+1.3.6.1.2.1.131.1.1.1.6.100308202|2|4
+1.3.6.1.2.1.131.1.1.1.6.100308211|2|4
+1.3.6.1.2.1.131.1.1.1.6.100308212|2|4
+1.3.6.1.2.1.131.1.1.1.6.100308213|2|4
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100308201|2|-50
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100308202|2|310
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100308211|2|300
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100308212|2|3162
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100308213|2|200
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100308201|2|-100
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100308202|2|300
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100308211|2|200
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100308212|2|2512
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100308213|2|158
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100308201|2|750
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100308202|2|360
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100308211|2|8000
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100308212|2|7943
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100308213|2|7943
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100308201|2|800
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100308202|2|370
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100308211|2|9000
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100308212|2|10000
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100308213|2|10000
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100308201|4x|53656e736f722076616c75652033342e342043656c736975732069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100308202|4x|53656e736f722076616c756520332e333320566f6c74732069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100308211|4x|53656e736f722076616c756520302e3135206d41206973206174206f722062656c6f7720746865206c6f7720637269746963616c207468726573686f6c642028322e303029
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100308212|4x|53656e736f722076616c756520302e30303533206d57206973206174206f722062656c6f7720746865206c6f7720637269746963616c207468726573686f6c642028302e3235313229
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100308213|4x|53656e736f722076616c756520302e30303034206d57206973206174206f722062656c6f7720746865206c6f7720637269746963616c207468726573686f6c642028302e3031353829
diff --git a/tools/vagrant/snmpwalks/swi1-fac2-1.snmprec b/tools/vagrant/snmpwalks/swi1-fac2-1.snmprec
new file mode 100644
index 000000000..7b6db4fd8
--- /dev/null
+++ b/tools/vagrant/snmpwalks/swi1-fac2-1.snmprec
@@ -0,0 +1,13657 @@
+1.3.6.1.2.1.1.1.0|4|Arista Networks EOS version 4.18.0F running on an Arista Networks DCS-7280SR-48C6
+1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.30065.1.3011.7280.3735.48.2878.6
+1.3.6.1.2.1.1.3.0|67|2856245011
+1.3.6.1.2.1.1.4.0|4|IXP Operations
+1.3.6.1.2.1.1.5.0|4|swi1-fac2-1
+1.3.6.1.2.1.1.6.0|4|FAC2-R1
+1.3.6.1.2.1.1.7.0|2|14
+1.3.6.1.2.1.1.8.0|67|5973
+1.3.6.1.2.1.1.9.1.2.1|6|1.3.6.1.2.1.49
+1.3.6.1.2.1.1.9.1.2.2|6|1.3.6.1.2.1.50
+1.3.6.1.2.1.1.9.1.2.3|6|1.3.6.1.6.3.1
+1.3.6.1.2.1.1.9.1.2.4|6|1.3.6.1.6.3.16.2.2.1
+1.3.6.1.2.1.1.9.1.2.5|6|1.3.6.1.6.3.11.3.1.1
+1.3.6.1.2.1.1.9.1.2.6|6|1.3.6.1.6.3.15.2.1.1
+1.3.6.1.2.1.1.9.1.2.7|6|1.3.6.1.6.3.10.3.1.1
+1.3.6.1.2.1.1.9.1.2.8|6|1.3.6.1.4.1.4.3.1.4
+1.3.6.1.2.1.1.9.1.3.1|4|The MIB module for managing TCP implementations
+1.3.6.1.2.1.1.9.1.3.2|4|The MIB module for managing UDP implementations
+1.3.6.1.2.1.1.9.1.3.3|4|The MIB module for SNMPv2 entities
+1.3.6.1.2.1.1.9.1.3.4|4|View-based Access Control Model for SNMP.
+1.3.6.1.2.1.1.9.1.3.5|4|The MIB for Message Processing and Dispatching.
+1.3.6.1.2.1.1.9.1.3.6|4|The management information definitions for the SNMP User-based Security Model.
+1.3.6.1.2.1.1.9.1.3.7|4|The SNMP Management Architecture MIB.
+1.3.6.1.2.1.1.9.1.3.8|4|AGENTX Ribd (netns: default) version ribd-2.0.4, built Nonce
+1.3.6.1.2.1.1.9.1.4.1|67|0
+1.3.6.1.2.1.1.9.1.4.2|67|0
+1.3.6.1.2.1.1.9.1.4.3|67|0
+1.3.6.1.2.1.1.9.1.4.4|67|0
+1.3.6.1.2.1.1.9.1.4.5|67|0
+1.3.6.1.2.1.1.9.1.4.6|67|0
+1.3.6.1.2.1.1.9.1.4.7|67|0
+1.3.6.1.2.1.1.9.1.4.8|67|5973
+1.3.6.1.2.1.2.1.0|2|63
+1.3.6.1.2.1.2.2.1.1.1|2|1
+1.3.6.1.2.1.2.2.1.1.2|2|2
+1.3.6.1.2.1.2.2.1.1.3|2|3
+1.3.6.1.2.1.2.2.1.1.4|2|4
+1.3.6.1.2.1.2.2.1.1.5|2|5
+1.3.6.1.2.1.2.2.1.1.6|2|6
+1.3.6.1.2.1.2.2.1.1.7|2|7
+1.3.6.1.2.1.2.2.1.1.8|2|8
+1.3.6.1.2.1.2.2.1.1.9|2|9
+1.3.6.1.2.1.2.2.1.1.10|2|10
+1.3.6.1.2.1.2.2.1.1.11|2|11
+1.3.6.1.2.1.2.2.1.1.12|2|12
+1.3.6.1.2.1.2.2.1.1.13|2|13
+1.3.6.1.2.1.2.2.1.1.14|2|14
+1.3.6.1.2.1.2.2.1.1.15|2|15
+1.3.6.1.2.1.2.2.1.1.16|2|16
+1.3.6.1.2.1.2.2.1.1.17|2|17
+1.3.6.1.2.1.2.2.1.1.18|2|18
+1.3.6.1.2.1.2.2.1.1.19|2|19
+1.3.6.1.2.1.2.2.1.1.20|2|20
+1.3.6.1.2.1.2.2.1.1.21|2|21
+1.3.6.1.2.1.2.2.1.1.22|2|22
+1.3.6.1.2.1.2.2.1.1.23|2|23
+1.3.6.1.2.1.2.2.1.1.24|2|24
+1.3.6.1.2.1.2.2.1.1.25|2|25
+1.3.6.1.2.1.2.2.1.1.26|2|26
+1.3.6.1.2.1.2.2.1.1.27|2|27
+1.3.6.1.2.1.2.2.1.1.28|2|28
+1.3.6.1.2.1.2.2.1.1.29|2|29
+1.3.6.1.2.1.2.2.1.1.30|2|30
+1.3.6.1.2.1.2.2.1.1.31|2|31
+1.3.6.1.2.1.2.2.1.1.32|2|32
+1.3.6.1.2.1.2.2.1.1.33|2|33
+1.3.6.1.2.1.2.2.1.1.34|2|34
+1.3.6.1.2.1.2.2.1.1.35|2|35
+1.3.6.1.2.1.2.2.1.1.36|2|36
+1.3.6.1.2.1.2.2.1.1.37|2|37
+1.3.6.1.2.1.2.2.1.1.38|2|38
+1.3.6.1.2.1.2.2.1.1.39|2|39
+1.3.6.1.2.1.2.2.1.1.40|2|40
+1.3.6.1.2.1.2.2.1.1.41|2|41
+1.3.6.1.2.1.2.2.1.1.42|2|42
+1.3.6.1.2.1.2.2.1.1.43|2|43
+1.3.6.1.2.1.2.2.1.1.44|2|44
+1.3.6.1.2.1.2.2.1.1.45|2|45
+1.3.6.1.2.1.2.2.1.1.46|2|46
+1.3.6.1.2.1.2.2.1.1.47|2|47
+1.3.6.1.2.1.2.2.1.1.48|2|48
+1.3.6.1.2.1.2.2.1.1.49001|2|49001
+1.3.6.1.2.1.2.2.1.1.50001|2|50001
+1.3.6.1.2.1.2.2.1.1.51001|2|51001
+1.3.6.1.2.1.2.2.1.1.52001|2|52001
+1.3.6.1.2.1.2.2.1.1.53001|2|53001
+1.3.6.1.2.1.2.2.1.1.54001|2|54001
+1.3.6.1.2.1.2.2.1.1.999001|2|999001
+1.3.6.1.2.1.2.2.1.1.1000001|2|1000001
+1.3.6.1.2.1.2.2.1.1.1000002|2|1000002
+1.3.6.1.2.1.2.2.1.1.1000003|2|1000003
+1.3.6.1.2.1.2.2.1.1.1000005|2|1000005
+1.3.6.1.2.1.2.2.1.1.1001000|2|1001000
+1.3.6.1.2.1.2.2.1.1.1001100|2|1001100
+1.3.6.1.2.1.2.2.1.1.5000000|2|5000000
+1.3.6.1.2.1.2.2.1.1.7000000|2|7000000
+1.3.6.1.2.1.2.2.1.2.1|4|Ethernet1
+1.3.6.1.2.1.2.2.1.2.2|4|Ethernet2
+1.3.6.1.2.1.2.2.1.2.3|4|Ethernet3
+1.3.6.1.2.1.2.2.1.2.4|4|Ethernet4
+1.3.6.1.2.1.2.2.1.2.5|4|Ethernet5
+1.3.6.1.2.1.2.2.1.2.6|4|Ethernet6
+1.3.6.1.2.1.2.2.1.2.7|4|Ethernet7
+1.3.6.1.2.1.2.2.1.2.8|4|Ethernet8
+1.3.6.1.2.1.2.2.1.2.9|4|Ethernet9
+1.3.6.1.2.1.2.2.1.2.10|4|Ethernet10
+1.3.6.1.2.1.2.2.1.2.11|4|Ethernet11
+1.3.6.1.2.1.2.2.1.2.12|4|Ethernet12
+1.3.6.1.2.1.2.2.1.2.13|4|Ethernet13
+1.3.6.1.2.1.2.2.1.2.14|4|Ethernet14
+1.3.6.1.2.1.2.2.1.2.15|4|Ethernet15
+1.3.6.1.2.1.2.2.1.2.16|4|Ethernet16
+1.3.6.1.2.1.2.2.1.2.17|4|Ethernet17
+1.3.6.1.2.1.2.2.1.2.18|4|Ethernet18
+1.3.6.1.2.1.2.2.1.2.19|4|Ethernet19
+1.3.6.1.2.1.2.2.1.2.20|4|Ethernet20
+1.3.6.1.2.1.2.2.1.2.21|4|Ethernet21
+1.3.6.1.2.1.2.2.1.2.22|4|Ethernet22
+1.3.6.1.2.1.2.2.1.2.23|4|Ethernet23
+1.3.6.1.2.1.2.2.1.2.24|4|Ethernet24
+1.3.6.1.2.1.2.2.1.2.25|4|Ethernet25
+1.3.6.1.2.1.2.2.1.2.26|4|Ethernet26
+1.3.6.1.2.1.2.2.1.2.27|4|Ethernet27
+1.3.6.1.2.1.2.2.1.2.28|4|Ethernet28
+1.3.6.1.2.1.2.2.1.2.29|4|Ethernet29
+1.3.6.1.2.1.2.2.1.2.30|4|Ethernet30
+1.3.6.1.2.1.2.2.1.2.31|4|Ethernet31
+1.3.6.1.2.1.2.2.1.2.32|4|Ethernet32
+1.3.6.1.2.1.2.2.1.2.33|4|Ethernet33
+1.3.6.1.2.1.2.2.1.2.34|4|Ethernet34
+1.3.6.1.2.1.2.2.1.2.35|4|Ethernet35
+1.3.6.1.2.1.2.2.1.2.36|4|Ethernet36
+1.3.6.1.2.1.2.2.1.2.37|4|Ethernet37
+1.3.6.1.2.1.2.2.1.2.38|4|Ethernet38
+1.3.6.1.2.1.2.2.1.2.39|4|Ethernet39
+1.3.6.1.2.1.2.2.1.2.40|4|Ethernet40
+1.3.6.1.2.1.2.2.1.2.41|4|Ethernet41
+1.3.6.1.2.1.2.2.1.2.42|4|Ethernet42
+1.3.6.1.2.1.2.2.1.2.43|4|Ethernet43
+1.3.6.1.2.1.2.2.1.2.44|4|Ethernet44
+1.3.6.1.2.1.2.2.1.2.45|4|Ethernet45
+1.3.6.1.2.1.2.2.1.2.46|4|Ethernet46
+1.3.6.1.2.1.2.2.1.2.47|4|Ethernet47
+1.3.6.1.2.1.2.2.1.2.48|4|Ethernet48
+1.3.6.1.2.1.2.2.1.2.49001|4|Ethernet49/1
+1.3.6.1.2.1.2.2.1.2.50001|4|Ethernet50/1
+1.3.6.1.2.1.2.2.1.2.51001|4|Ethernet51/1
+1.3.6.1.2.1.2.2.1.2.52001|4|Ethernet52/1
+1.3.6.1.2.1.2.2.1.2.53001|4|Ethernet53/1
+1.3.6.1.2.1.2.2.1.2.54001|4|Ethernet54/1
+1.3.6.1.2.1.2.2.1.2.999001|4|Management1
+1.3.6.1.2.1.2.2.1.2.1000001|4|Port-Channel1
+1.3.6.1.2.1.2.2.1.2.1000002|4|Port-Channel2
+1.3.6.1.2.1.2.2.1.2.1000003|4|Port-Channel3
+1.3.6.1.2.1.2.2.1.2.1000005|4|Port-Channel5
+1.3.6.1.2.1.2.2.1.2.1001000|4|Port-Channel1000
+1.3.6.1.2.1.2.2.1.2.1001100|4|Port-Channel1100
+1.3.6.1.2.1.2.2.1.2.5000000|4|Loopback0
+1.3.6.1.2.1.2.2.1.2.7000000|4|Vxlan1
+1.3.6.1.2.1.2.2.1.3.1|2|6
+1.3.6.1.2.1.2.2.1.3.2|2|6
+1.3.6.1.2.1.2.2.1.3.3|2|6
+1.3.6.1.2.1.2.2.1.3.4|2|6
+1.3.6.1.2.1.2.2.1.3.5|2|6
+1.3.6.1.2.1.2.2.1.3.6|2|6
+1.3.6.1.2.1.2.2.1.3.7|2|6
+1.3.6.1.2.1.2.2.1.3.8|2|6
+1.3.6.1.2.1.2.2.1.3.9|2|6
+1.3.6.1.2.1.2.2.1.3.10|2|6
+1.3.6.1.2.1.2.2.1.3.11|2|6
+1.3.6.1.2.1.2.2.1.3.12|2|6
+1.3.6.1.2.1.2.2.1.3.13|2|6
+1.3.6.1.2.1.2.2.1.3.14|2|6
+1.3.6.1.2.1.2.2.1.3.15|2|6
+1.3.6.1.2.1.2.2.1.3.16|2|6
+1.3.6.1.2.1.2.2.1.3.17|2|6
+1.3.6.1.2.1.2.2.1.3.18|2|6
+1.3.6.1.2.1.2.2.1.3.19|2|6
+1.3.6.1.2.1.2.2.1.3.20|2|6
+1.3.6.1.2.1.2.2.1.3.21|2|6
+1.3.6.1.2.1.2.2.1.3.22|2|6
+1.3.6.1.2.1.2.2.1.3.23|2|6
+1.3.6.1.2.1.2.2.1.3.24|2|6
+1.3.6.1.2.1.2.2.1.3.25|2|6
+1.3.6.1.2.1.2.2.1.3.26|2|6
+1.3.6.1.2.1.2.2.1.3.27|2|6
+1.3.6.1.2.1.2.2.1.3.28|2|6
+1.3.6.1.2.1.2.2.1.3.29|2|6
+1.3.6.1.2.1.2.2.1.3.30|2|6
+1.3.6.1.2.1.2.2.1.3.31|2|6
+1.3.6.1.2.1.2.2.1.3.32|2|6
+1.3.6.1.2.1.2.2.1.3.33|2|6
+1.3.6.1.2.1.2.2.1.3.34|2|6
+1.3.6.1.2.1.2.2.1.3.35|2|6
+1.3.6.1.2.1.2.2.1.3.36|2|6
+1.3.6.1.2.1.2.2.1.3.37|2|6
+1.3.6.1.2.1.2.2.1.3.38|2|6
+1.3.6.1.2.1.2.2.1.3.39|2|6
+1.3.6.1.2.1.2.2.1.3.40|2|6
+1.3.6.1.2.1.2.2.1.3.41|2|6
+1.3.6.1.2.1.2.2.1.3.42|2|6
+1.3.6.1.2.1.2.2.1.3.43|2|6
+1.3.6.1.2.1.2.2.1.3.44|2|6
+1.3.6.1.2.1.2.2.1.3.45|2|6
+1.3.6.1.2.1.2.2.1.3.46|2|6
+1.3.6.1.2.1.2.2.1.3.47|2|6
+1.3.6.1.2.1.2.2.1.3.48|2|6
+1.3.6.1.2.1.2.2.1.3.49001|2|6
+1.3.6.1.2.1.2.2.1.3.50001|2|6
+1.3.6.1.2.1.2.2.1.3.51001|2|6
+1.3.6.1.2.1.2.2.1.3.52001|2|6
+1.3.6.1.2.1.2.2.1.3.53001|2|6
+1.3.6.1.2.1.2.2.1.3.54001|2|6
+1.3.6.1.2.1.2.2.1.3.999001|2|6
+1.3.6.1.2.1.2.2.1.3.1000001|2|161
+1.3.6.1.2.1.2.2.1.3.1000002|2|161
+1.3.6.1.2.1.2.2.1.3.1000003|2|161
+1.3.6.1.2.1.2.2.1.3.1000005|2|161
+1.3.6.1.2.1.2.2.1.3.1001000|2|161
+1.3.6.1.2.1.2.2.1.3.1001100|2|161
+1.3.6.1.2.1.2.2.1.3.5000000|2|24
+1.3.6.1.2.1.2.2.1.3.7000000|2|1
+1.3.6.1.2.1.2.2.1.4.1|2|9214
+1.3.6.1.2.1.2.2.1.4.2|2|9214
+1.3.6.1.2.1.2.2.1.4.3|2|9214
+1.3.6.1.2.1.2.2.1.4.4|2|9214
+1.3.6.1.2.1.2.2.1.4.5|2|9214
+1.3.6.1.2.1.2.2.1.4.6|2|9214
+1.3.6.1.2.1.2.2.1.4.7|2|9214
+1.3.6.1.2.1.2.2.1.4.8|2|9214
+1.3.6.1.2.1.2.2.1.4.9|2|9214
+1.3.6.1.2.1.2.2.1.4.10|2|9214
+1.3.6.1.2.1.2.2.1.4.11|2|9214
+1.3.6.1.2.1.2.2.1.4.12|2|9214
+1.3.6.1.2.1.2.2.1.4.13|2|9214
+1.3.6.1.2.1.2.2.1.4.14|2|9214
+1.3.6.1.2.1.2.2.1.4.15|2|9214
+1.3.6.1.2.1.2.2.1.4.16|2|9214
+1.3.6.1.2.1.2.2.1.4.17|2|9214
+1.3.6.1.2.1.2.2.1.4.18|2|9214
+1.3.6.1.2.1.2.2.1.4.19|2|9214
+1.3.6.1.2.1.2.2.1.4.20|2|9214
+1.3.6.1.2.1.2.2.1.4.21|2|9214
+1.3.6.1.2.1.2.2.1.4.22|2|9214
+1.3.6.1.2.1.2.2.1.4.23|2|9214
+1.3.6.1.2.1.2.2.1.4.24|2|9214
+1.3.6.1.2.1.2.2.1.4.25|2|9214
+1.3.6.1.2.1.2.2.1.4.26|2|9214
+1.3.6.1.2.1.2.2.1.4.27|2|9214
+1.3.6.1.2.1.2.2.1.4.28|2|9214
+1.3.6.1.2.1.2.2.1.4.29|2|9214
+1.3.6.1.2.1.2.2.1.4.30|2|9214
+1.3.6.1.2.1.2.2.1.4.31|2|9214
+1.3.6.1.2.1.2.2.1.4.32|2|9214
+1.3.6.1.2.1.2.2.1.4.33|2|9214
+1.3.6.1.2.1.2.2.1.4.34|2|9214
+1.3.6.1.2.1.2.2.1.4.35|2|9214
+1.3.6.1.2.1.2.2.1.4.36|2|9214
+1.3.6.1.2.1.2.2.1.4.37|2|9214
+1.3.6.1.2.1.2.2.1.4.38|2|9214
+1.3.6.1.2.1.2.2.1.4.39|2|9214
+1.3.6.1.2.1.2.2.1.4.40|2|9214
+1.3.6.1.2.1.2.2.1.4.41|2|9214
+1.3.6.1.2.1.2.2.1.4.42|2|9214
+1.3.6.1.2.1.2.2.1.4.43|2|9214
+1.3.6.1.2.1.2.2.1.4.44|2|9214
+1.3.6.1.2.1.2.2.1.4.45|2|9214
+1.3.6.1.2.1.2.2.1.4.46|2|9214
+1.3.6.1.2.1.2.2.1.4.47|2|9214
+1.3.6.1.2.1.2.2.1.4.48|2|9214
+1.3.6.1.2.1.2.2.1.4.49001|2|9214
+1.3.6.1.2.1.2.2.1.4.50001|2|9214
+1.3.6.1.2.1.2.2.1.4.51001|2|9214
+1.3.6.1.2.1.2.2.1.4.52001|2|9214
+1.3.6.1.2.1.2.2.1.4.53001|2|9214
+1.3.6.1.2.1.2.2.1.4.54001|2|9214
+1.3.6.1.2.1.2.2.1.4.999001|2|1500
+1.3.6.1.2.1.2.2.1.4.1000001|2|9214
+1.3.6.1.2.1.2.2.1.4.1000002|2|9214
+1.3.6.1.2.1.2.2.1.4.1000003|2|9214
+1.3.6.1.2.1.2.2.1.4.1000005|2|9214
+1.3.6.1.2.1.2.2.1.4.1001000|2|9214
+1.3.6.1.2.1.2.2.1.4.1001100|2|9214
+1.3.6.1.2.1.2.2.1.4.5000000|2|65535
+1.3.6.1.2.1.2.2.1.4.7000000|2|0
+1.3.6.1.2.1.2.2.1.5.1|66|4294967295
+1.3.6.1.2.1.2.2.1.5.2|66|4294967295
+1.3.6.1.2.1.2.2.1.5.3|66|4294967295
+1.3.6.1.2.1.2.2.1.5.4|66|4294967295
+1.3.6.1.2.1.2.2.1.5.5|66|4294967295
+1.3.6.1.2.1.2.2.1.5.6|66|4294967295
+1.3.6.1.2.1.2.2.1.5.7|66|4294967295
+1.3.6.1.2.1.2.2.1.5.8|66|4294967295
+1.3.6.1.2.1.2.2.1.5.9|66|4294967295
+1.3.6.1.2.1.2.2.1.5.10|66|4294967295
+1.3.6.1.2.1.2.2.1.5.11|66|4294967295
+1.3.6.1.2.1.2.2.1.5.12|66|4294967295
+1.3.6.1.2.1.2.2.1.5.13|66|1000000000
+1.3.6.1.2.1.2.2.1.5.14|66|1000000000
+1.3.6.1.2.1.2.2.1.5.15|66|0
+1.3.6.1.2.1.2.2.1.5.16|66|0
+1.3.6.1.2.1.2.2.1.5.17|66|1000000000
+1.3.6.1.2.1.2.2.1.5.18|66|1000000000
+1.3.6.1.2.1.2.2.1.5.19|66|1000000000
+1.3.6.1.2.1.2.2.1.5.20|66|1000000000
+1.3.6.1.2.1.2.2.1.5.21|66|1000000000
+1.3.6.1.2.1.2.2.1.5.22|66|1000000000
+1.3.6.1.2.1.2.2.1.5.23|66|0
+1.3.6.1.2.1.2.2.1.5.24|66|0
+1.3.6.1.2.1.2.2.1.5.25|66|4294967295
+1.3.6.1.2.1.2.2.1.5.26|66|4294967295
+1.3.6.1.2.1.2.2.1.5.27|66|4294967295
+1.3.6.1.2.1.2.2.1.5.28|66|4294967295
+1.3.6.1.2.1.2.2.1.5.29|66|4294967295
+1.3.6.1.2.1.2.2.1.5.30|66|4294967295
+1.3.6.1.2.1.2.2.1.5.31|66|4294967295
+1.3.6.1.2.1.2.2.1.5.32|66|1000000000
+1.3.6.1.2.1.2.2.1.5.33|66|4294967295
+1.3.6.1.2.1.2.2.1.5.34|66|4294967295
+1.3.6.1.2.1.2.2.1.5.35|66|4294967295
+1.3.6.1.2.1.2.2.1.5.36|66|4294967295
+1.3.6.1.2.1.2.2.1.5.37|66|4294967295
+1.3.6.1.2.1.2.2.1.5.38|66|4294967295
+1.3.6.1.2.1.2.2.1.5.39|66|4294967295
+1.3.6.1.2.1.2.2.1.5.40|66|4294967295
+1.3.6.1.2.1.2.2.1.5.41|66|0
+1.3.6.1.2.1.2.2.1.5.42|66|0
+1.3.6.1.2.1.2.2.1.5.43|66|0
+1.3.6.1.2.1.2.2.1.5.44|66|0
+1.3.6.1.2.1.2.2.1.5.45|66|1000000000
+1.3.6.1.2.1.2.2.1.5.46|66|1000000000
+1.3.6.1.2.1.2.2.1.5.47|66|4294967295
+1.3.6.1.2.1.2.2.1.5.48|66|4294967295
+1.3.6.1.2.1.2.2.1.5.49001|66|4294967295
+1.3.6.1.2.1.2.2.1.5.50001|66|4294967295
+1.3.6.1.2.1.2.2.1.5.51001|66|4294967295
+1.3.6.1.2.1.2.2.1.5.52001|66|4294967295
+1.3.6.1.2.1.2.2.1.5.53001|66|4294967295
+1.3.6.1.2.1.2.2.1.5.54001|66|4294967295
+1.3.6.1.2.1.2.2.1.5.999001|66|1000000000
+1.3.6.1.2.1.2.2.1.5.1000001|66|4294967295
+1.3.6.1.2.1.2.2.1.5.1000002|66|4294967295
+1.3.6.1.2.1.2.2.1.5.1000003|66|4294967295
+1.3.6.1.2.1.2.2.1.5.1000005|66|2000000000
+1.3.6.1.2.1.2.2.1.5.1001000|66|4294967295
+1.3.6.1.2.1.2.2.1.5.1001100|66|0
+1.3.6.1.2.1.2.2.1.5.5000000|66|0
+1.3.6.1.2.1.2.2.1.5.7000000|66|0
+1.3.6.1.2.1.2.2.1.6.1|4x|444ca8b9427e
+1.3.6.1.2.1.2.2.1.6.2|4x|444ca8b9427f
+1.3.6.1.2.1.2.2.1.6.3|4x|444ca8b94280
+1.3.6.1.2.1.2.2.1.6.4|4x|444ca8b94281
+1.3.6.1.2.1.2.2.1.6.5|4x|444ca8b94282
+1.3.6.1.2.1.2.2.1.6.6|4x|444ca8b94283
+1.3.6.1.2.1.2.2.1.6.7|4x|444ca8b94284
+1.3.6.1.2.1.2.2.1.6.8|4x|444ca8b94285
+1.3.6.1.2.1.2.2.1.6.9|4x|444ca8b94286
+1.3.6.1.2.1.2.2.1.6.10|4x|444ca8b94287
+1.3.6.1.2.1.2.2.1.6.11|4x|444ca8b94288
+1.3.6.1.2.1.2.2.1.6.12|4x|444ca8b94289
+1.3.6.1.2.1.2.2.1.6.13|4x|444ca8b9428a
+1.3.6.1.2.1.2.2.1.6.14|4x|444ca8b9428b
+1.3.6.1.2.1.2.2.1.6.15|4x|444ca8b9428c
+1.3.6.1.2.1.2.2.1.6.16|4x|444ca8b9428d
+1.3.6.1.2.1.2.2.1.6.17|4x|444ca8b9428e
+1.3.6.1.2.1.2.2.1.6.18|4x|444ca8b9428f
+1.3.6.1.2.1.2.2.1.6.19|4x|444ca8b94290
+1.3.6.1.2.1.2.2.1.6.20|4x|444ca8b94291
+1.3.6.1.2.1.2.2.1.6.21|4x|444ca8b94292
+1.3.6.1.2.1.2.2.1.6.22|4x|444ca8b94293
+1.3.6.1.2.1.2.2.1.6.23|4x|444ca8b94294
+1.3.6.1.2.1.2.2.1.6.24|4x|444ca8b94295
+1.3.6.1.2.1.2.2.1.6.25|4x|444ca8b94296
+1.3.6.1.2.1.2.2.1.6.26|4x|444ca8b94297
+1.3.6.1.2.1.2.2.1.6.27|4x|444ca8b94298
+1.3.6.1.2.1.2.2.1.6.28|4x|444ca8b94299
+1.3.6.1.2.1.2.2.1.6.29|4x|444ca8b9429a
+1.3.6.1.2.1.2.2.1.6.30|4x|444ca8b9429b
+1.3.6.1.2.1.2.2.1.6.31|4x|444ca8b9429c
+1.3.6.1.2.1.2.2.1.6.32|4x|444ca8b9429d
+1.3.6.1.2.1.2.2.1.6.33|4x|444ca8b9429e
+1.3.6.1.2.1.2.2.1.6.34|4x|444ca8b9429f
+1.3.6.1.2.1.2.2.1.6.35|4x|444ca8b942a0
+1.3.6.1.2.1.2.2.1.6.36|4x|444ca8b942a1
+1.3.6.1.2.1.2.2.1.6.37|4x|444ca8b942a2
+1.3.6.1.2.1.2.2.1.6.38|4x|444ca8b942a3
+1.3.6.1.2.1.2.2.1.6.39|4x|444ca8b942a4
+1.3.6.1.2.1.2.2.1.6.40|4x|444ca8b942a5
+1.3.6.1.2.1.2.2.1.6.41|4x|444ca8b942a6
+1.3.6.1.2.1.2.2.1.6.42|4x|444ca8b942a7
+1.3.6.1.2.1.2.2.1.6.43|4x|444ca8b942a8
+1.3.6.1.2.1.2.2.1.6.44|4x|444ca8b942a9
+1.3.6.1.2.1.2.2.1.6.45|4x|444ca8b942aa
+1.3.6.1.2.1.2.2.1.6.46|4x|444ca8b942ab
+1.3.6.1.2.1.2.2.1.6.47|4x|444ca8b942ac
+1.3.6.1.2.1.2.2.1.6.48|4x|444ca8b942ad
+1.3.6.1.2.1.2.2.1.6.49001|4x|444ca8b942ae
+1.3.6.1.2.1.2.2.1.6.50001|4x|444ca8b942b2
+1.3.6.1.2.1.2.2.1.6.51001|4x|444ca8b9427d
+1.3.6.1.2.1.2.2.1.6.52001|4x|444ca8b942ba
+1.3.6.1.2.1.2.2.1.6.53001|4x|444ca8b9427d
+1.3.6.1.2.1.2.2.1.6.54001|4x|444ca8b942c2
+1.3.6.1.2.1.2.2.1.6.999001|4x|444ca8b9427c
+1.3.6.1.2.1.2.2.1.6.1000001|4x|444ca8b94283
+1.3.6.1.2.1.2.2.1.6.1000002|4x|444ca8b942b2
+1.3.6.1.2.1.2.2.1.6.1000003|4x|444ca8b942ba
+1.3.6.1.2.1.2.2.1.6.1000005|4x|444ca8b9428f
+1.3.6.1.2.1.2.2.1.6.1001000|4x|444ca8b942ac
+1.3.6.1.2.1.2.2.1.6.1001100|4x|000000000000
+1.3.6.1.2.1.2.2.1.6.5000000|4|
+1.3.6.1.2.1.2.2.1.6.7000000|4|
+1.3.6.1.2.1.2.2.1.7.1|2|1
+1.3.6.1.2.1.2.2.1.7.2|2|1
+1.3.6.1.2.1.2.2.1.7.3|2|1
+1.3.6.1.2.1.2.2.1.7.4|2|1
+1.3.6.1.2.1.2.2.1.7.5|2|1
+1.3.6.1.2.1.2.2.1.7.6|2|1
+1.3.6.1.2.1.2.2.1.7.7|2|1
+1.3.6.1.2.1.2.2.1.7.8|2|1
+1.3.6.1.2.1.2.2.1.7.9|2|1
+1.3.6.1.2.1.2.2.1.7.10|2|1
+1.3.6.1.2.1.2.2.1.7.11|2|1
+1.3.6.1.2.1.2.2.1.7.12|2|1
+1.3.6.1.2.1.2.2.1.7.13|2|1
+1.3.6.1.2.1.2.2.1.7.14|2|1
+1.3.6.1.2.1.2.2.1.7.15|2|1
+1.3.6.1.2.1.2.2.1.7.16|2|1
+1.3.6.1.2.1.2.2.1.7.17|2|1
+1.3.6.1.2.1.2.2.1.7.18|2|1
+1.3.6.1.2.1.2.2.1.7.19|2|1
+1.3.6.1.2.1.2.2.1.7.20|2|1
+1.3.6.1.2.1.2.2.1.7.21|2|1
+1.3.6.1.2.1.2.2.1.7.22|2|1
+1.3.6.1.2.1.2.2.1.7.23|2|1
+1.3.6.1.2.1.2.2.1.7.24|2|1
+1.3.6.1.2.1.2.2.1.7.25|2|1
+1.3.6.1.2.1.2.2.1.7.26|2|1
+1.3.6.1.2.1.2.2.1.7.27|2|1
+1.3.6.1.2.1.2.2.1.7.28|2|1
+1.3.6.1.2.1.2.2.1.7.29|2|1
+1.3.6.1.2.1.2.2.1.7.30|2|1
+1.3.6.1.2.1.2.2.1.7.31|2|1
+1.3.6.1.2.1.2.2.1.7.32|2|1
+1.3.6.1.2.1.2.2.1.7.33|2|1
+1.3.6.1.2.1.2.2.1.7.34|2|1
+1.3.6.1.2.1.2.2.1.7.35|2|1
+1.3.6.1.2.1.2.2.1.7.36|2|1
+1.3.6.1.2.1.2.2.1.7.37|2|1
+1.3.6.1.2.1.2.2.1.7.38|2|1
+1.3.6.1.2.1.2.2.1.7.39|2|1
+1.3.6.1.2.1.2.2.1.7.40|2|1
+1.3.6.1.2.1.2.2.1.7.41|2|2
+1.3.6.1.2.1.2.2.1.7.42|2|2
+1.3.6.1.2.1.2.2.1.7.43|2|2
+1.3.6.1.2.1.2.2.1.7.44|2|2
+1.3.6.1.2.1.2.2.1.7.45|2|1
+1.3.6.1.2.1.2.2.1.7.46|2|1
+1.3.6.1.2.1.2.2.1.7.47|2|1
+1.3.6.1.2.1.2.2.1.7.48|2|1
+1.3.6.1.2.1.2.2.1.7.49001|2|1
+1.3.6.1.2.1.2.2.1.7.50001|2|1
+1.3.6.1.2.1.2.2.1.7.51001|2|1
+1.3.6.1.2.1.2.2.1.7.52001|2|1
+1.3.6.1.2.1.2.2.1.7.53001|2|1
+1.3.6.1.2.1.2.2.1.7.54001|2|1
+1.3.6.1.2.1.2.2.1.7.999001|2|1
+1.3.6.1.2.1.2.2.1.7.1000001|2|1
+1.3.6.1.2.1.2.2.1.7.1000002|2|1
+1.3.6.1.2.1.2.2.1.7.1000003|2|1
+1.3.6.1.2.1.2.2.1.7.1000005|2|1
+1.3.6.1.2.1.2.2.1.7.1001000|2|1
+1.3.6.1.2.1.2.2.1.7.1001100|2|1
+1.3.6.1.2.1.2.2.1.7.5000000|2|1
+1.3.6.1.2.1.2.2.1.7.7000000|2|1
+1.3.6.1.2.1.2.2.1.8.1|2|6
+1.3.6.1.2.1.2.2.1.8.2|2|1
+1.3.6.1.2.1.2.2.1.8.3|2|6
+1.3.6.1.2.1.2.2.1.8.4|2|6
+1.3.6.1.2.1.2.2.1.8.5|2|6
+1.3.6.1.2.1.2.2.1.8.6|2|1
+1.3.6.1.2.1.2.2.1.8.7|2|1
+1.3.6.1.2.1.2.2.1.8.8|2|1
+1.3.6.1.2.1.2.2.1.8.9|2|6
+1.3.6.1.2.1.2.2.1.8.10|2|6
+1.3.6.1.2.1.2.2.1.8.11|2|6
+1.3.6.1.2.1.2.2.1.8.12|2|6
+1.3.6.1.2.1.2.2.1.8.13|2|1
+1.3.6.1.2.1.2.2.1.8.14|2|1
+1.3.6.1.2.1.2.2.1.8.15|2|2
+1.3.6.1.2.1.2.2.1.8.16|2|2
+1.3.6.1.2.1.2.2.1.8.17|2|1
+1.3.6.1.2.1.2.2.1.8.18|2|1
+1.3.6.1.2.1.2.2.1.8.19|2|1
+1.3.6.1.2.1.2.2.1.8.20|2|1
+1.3.6.1.2.1.2.2.1.8.21|2|1
+1.3.6.1.2.1.2.2.1.8.22|2|1
+1.3.6.1.2.1.2.2.1.8.23|2|2
+1.3.6.1.2.1.2.2.1.8.24|2|2
+1.3.6.1.2.1.2.2.1.8.25|2|1
+1.3.6.1.2.1.2.2.1.8.26|2|2
+1.3.6.1.2.1.2.2.1.8.27|2|2
+1.3.6.1.2.1.2.2.1.8.28|2|2
+1.3.6.1.2.1.2.2.1.8.29|2|2
+1.3.6.1.2.1.2.2.1.8.30|2|2
+1.3.6.1.2.1.2.2.1.8.31|2|2
+1.3.6.1.2.1.2.2.1.8.32|2|1
+1.3.6.1.2.1.2.2.1.8.33|2|6
+1.3.6.1.2.1.2.2.1.8.34|2|6
+1.3.6.1.2.1.2.2.1.8.35|2|6
+1.3.6.1.2.1.2.2.1.8.36|2|6
+1.3.6.1.2.1.2.2.1.8.37|2|6
+1.3.6.1.2.1.2.2.1.8.38|2|6
+1.3.6.1.2.1.2.2.1.8.39|2|6
+1.3.6.1.2.1.2.2.1.8.40|2|6
+1.3.6.1.2.1.2.2.1.8.41|2|2
+1.3.6.1.2.1.2.2.1.8.42|2|2
+1.3.6.1.2.1.2.2.1.8.43|2|2
+1.3.6.1.2.1.2.2.1.8.44|2|2
+1.3.6.1.2.1.2.2.1.8.45|2|1
+1.3.6.1.2.1.2.2.1.8.46|2|1
+1.3.6.1.2.1.2.2.1.8.47|2|1
+1.3.6.1.2.1.2.2.1.8.48|2|1
+1.3.6.1.2.1.2.2.1.8.49001|2|1
+1.3.6.1.2.1.2.2.1.8.50001|2|1
+1.3.6.1.2.1.2.2.1.8.51001|2|1
+1.3.6.1.2.1.2.2.1.8.52001|2|1
+1.3.6.1.2.1.2.2.1.8.53001|2|1
+1.3.6.1.2.1.2.2.1.8.54001|2|1
+1.3.6.1.2.1.2.2.1.8.999001|2|1
+1.3.6.1.2.1.2.2.1.8.1000001|2|1
+1.3.6.1.2.1.2.2.1.8.1000002|2|1
+1.3.6.1.2.1.2.2.1.8.1000003|2|1
+1.3.6.1.2.1.2.2.1.8.1000005|2|1
+1.3.6.1.2.1.2.2.1.8.1001000|2|1
+1.3.6.1.2.1.2.2.1.8.1001100|2|7
+1.3.6.1.2.1.2.2.1.8.5000000|2|1
+1.3.6.1.2.1.2.2.1.8.7000000|2|1
+1.3.6.1.2.1.2.2.1.9.1|67|15654
+1.3.6.1.2.1.2.2.1.9.2|67|35049776
+1.3.6.1.2.1.2.2.1.9.3|67|15654
+1.3.6.1.2.1.2.2.1.9.4|67|15654
+1.3.6.1.2.1.2.2.1.9.5|67|15654
+1.3.6.1.2.1.2.2.1.9.6|67|1438820171
+1.3.6.1.2.1.2.2.1.9.7|67|35115692
+1.3.6.1.2.1.2.2.1.9.8|67|1123333516
+1.3.6.1.2.1.2.2.1.9.9|67|15653
+1.3.6.1.2.1.2.2.1.9.10|67|15654
+1.3.6.1.2.1.2.2.1.9.11|67|15654
+1.3.6.1.2.1.2.2.1.9.12|67|15653
+1.3.6.1.2.1.2.2.1.9.13|67|2332925064
+1.3.6.1.2.1.2.2.1.9.14|67|34874402
+1.3.6.1.2.1.2.2.1.9.15|67|985166231
+1.3.6.1.2.1.2.2.1.9.16|67|34801364
+1.3.6.1.2.1.2.2.1.9.17|67|34893319
+1.3.6.1.2.1.2.2.1.9.18|67|2519299725
+1.3.6.1.2.1.2.2.1.9.19|67|34934262
+1.3.6.1.2.1.2.2.1.9.20|67|2518046803
+1.3.6.1.2.1.2.2.1.9.21|67|460387419
+1.3.6.1.2.1.2.2.1.9.22|67|34962888
+1.3.6.1.2.1.2.2.1.9.23|67|34800863
+1.3.6.1.2.1.2.2.1.9.24|67|34805569
+1.3.6.1.2.1.2.2.1.9.25|67|2398999018
+1.3.6.1.2.1.2.2.1.9.26|67|1724986916
+1.3.6.1.2.1.2.2.1.9.27|67|1724984414
+1.3.6.1.2.1.2.2.1.9.28|67|1724986116
+1.3.6.1.2.1.2.2.1.9.29|67|1724984719
+1.3.6.1.2.1.2.2.1.9.30|67|1724986516
+1.3.6.1.2.1.2.2.1.9.31|67|2829477789
+1.3.6.1.2.1.2.2.1.9.32|67|2028627560
+1.3.6.1.2.1.2.2.1.9.33|67|2527071598
+1.3.6.1.2.1.2.2.1.9.34|67|2527072197
+1.3.6.1.2.1.2.2.1.9.35|67|2527071598
+1.3.6.1.2.1.2.2.1.9.36|67|15653
+1.3.6.1.2.1.2.2.1.9.37|67|15654
+1.3.6.1.2.1.2.2.1.9.38|67|15654
+1.3.6.1.2.1.2.2.1.9.39|67|15654
+1.3.6.1.2.1.2.2.1.9.40|67|15654
+1.3.6.1.2.1.2.2.1.9.41|67|2527150761
+1.3.6.1.2.1.2.2.1.9.42|67|2527151459
+1.3.6.1.2.1.2.2.1.9.43|67|2527152060
+1.3.6.1.2.1.2.2.1.9.44|67|2527153767
+1.3.6.1.2.1.2.2.1.9.45|67|2527256727
+1.3.6.1.2.1.2.2.1.9.46|67|2527256828
+1.3.6.1.2.1.2.2.1.9.47|67|35177746
+1.3.6.1.2.1.2.2.1.9.48|67|35183262
+1.3.6.1.2.1.2.2.1.9.49001|67|2399067139
+1.3.6.1.2.1.2.2.1.9.50001|67|2626238563
+1.3.6.1.2.1.2.2.1.9.51001|67|1969940256
+1.3.6.1.2.1.2.2.1.9.52001|67|2391665958
+1.3.6.1.2.1.2.2.1.9.53001|67|1969835371
+1.3.6.1.2.1.2.2.1.9.54001|67|815353472
+1.3.6.1.2.1.2.2.1.9.999001|67|5475
+1.3.6.1.2.1.2.2.1.9.1000001|67|35095120
+1.3.6.1.2.1.2.2.1.9.1000002|67|2626247754
+1.3.6.1.2.1.2.2.1.9.1000003|67|2502415649
+1.3.6.1.2.1.2.2.1.9.1000005|67|2519285886
+1.3.6.1.2.1.2.2.1.9.1001000|67|35177947
+1.3.6.1.2.1.2.2.1.9.1001100|67|2511342733
+1.3.6.1.2.1.2.2.1.9.5000000|67|3847
+1.3.6.1.2.1.2.2.1.9.7000000|67|1969535435
+1.3.6.1.2.1.2.2.1.10.1|65|0
+1.3.6.1.2.1.2.2.1.10.2|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=10000000
+1.3.6.1.2.1.2.2.1.10.3|65|0
+1.3.6.1.2.1.2.2.1.10.4|65|0
+1.3.6.1.2.1.2.2.1.10.5|65|0
+1.3.6.1.2.1.2.2.1.10.6|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=40000000,offset=100000000
+1.3.6.1.2.1.2.2.1.10.7|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=40000000,offset=100000000
+1.3.6.1.2.1.2.2.1.10.8|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=20000000,offset=500
+1.3.6.1.2.1.2.2.1.10.9|65|0
+1.3.6.1.2.1.2.2.1.10.10|65|0
+1.3.6.1.2.1.2.2.1.10.11|65|0
+1.3.6.1.2.1.2.2.1.10.12|65|0
+1.3.6.1.2.1.2.2.1.10.13|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=5000000,offset=0
+1.3.6.1.2.1.2.2.1.10.14|65|8145792
+1.3.6.1.2.1.2.2.1.10.15|65|0
+1.3.6.1.2.1.2.2.1.10.16|65|0
+1.3.6.1.2.1.2.2.1.10.17|65|3788288426
+1.3.6.1.2.1.2.2.1.10.18|65|3912696474
+1.3.6.1.2.1.2.2.1.10.19|65|3262887638
+1.3.6.1.2.1.2.2.1.10.20|65|2541232049
+1.3.6.1.2.1.2.2.1.10.21|65|3026114862
+1.3.6.1.2.1.2.2.1.10.22|65|73765220
+1.3.6.1.2.1.2.2.1.10.23|65|0
+1.3.6.1.2.1.2.2.1.10.24|65|0
+1.3.6.1.2.1.2.2.1.10.25|65|712370352
+1.3.6.1.2.1.2.2.1.10.26|65|0
+1.3.6.1.2.1.2.2.1.10.27|65|943950
+1.3.6.1.2.1.2.2.1.10.28|65|0
+1.3.6.1.2.1.2.2.1.10.29|65|946120
+1.3.6.1.2.1.2.2.1.10.30|65|0
+1.3.6.1.2.1.2.2.1.10.31|65|0
+1.3.6.1.2.1.2.2.1.10.32|65|0
+1.3.6.1.2.1.2.2.1.10.33|65|3991930200
+1.3.6.1.2.1.2.2.1.10.34|65|2225709651
+1.3.6.1.2.1.2.2.1.10.35|65|2056002825
+1.3.6.1.2.1.2.2.1.10.36|65|0
+1.3.6.1.2.1.2.2.1.10.37|65|0
+1.3.6.1.2.1.2.2.1.10.38|65|0
+1.3.6.1.2.1.2.2.1.10.39|65|0
+1.3.6.1.2.1.2.2.1.10.40|65|0
+1.3.6.1.2.1.2.2.1.10.41|65|3030158630
+1.3.6.1.2.1.2.2.1.10.42|65|3976711153
+1.3.6.1.2.1.2.2.1.10.43|65|2034638711
+1.3.6.1.2.1.2.2.1.10.44|65|0
+1.3.6.1.2.1.2.2.1.10.45|65|685618887
+1.3.6.1.2.1.2.2.1.10.46|65|2382954673
+1.3.6.1.2.1.2.2.1.10.47|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=60000000,offset=100000000
+1.3.6.1.2.1.2.2.1.10.48|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=60000000,offset=100000000
+1.3.6.1.2.1.2.2.1.10.49001|65|334810971
+1.3.6.1.2.1.2.2.1.10.50001|65|593297286
+1.3.6.1.2.1.2.2.1.10.51001|65|4282316209
+1.3.6.1.2.1.2.2.1.10.52001|65|556168494
+1.3.6.1.2.1.2.2.1.10.53001|65|822998014
+1.3.6.1.2.1.2.2.1.10.54001|65|0
+1.3.6.1.2.1.2.2.1.10.999001|65|364985364
+1.3.6.1.2.1.2.2.1.10.1000001|65|2979364326
+1.3.6.1.2.1.2.2.1.10.1000002|65|593296262
+1.3.6.1.2.1.2.2.1.10.1000003|65|556168366
+1.3.6.1.2.1.2.2.1.10.1000005|65|880332585
+1.3.6.1.2.1.2.2.1.10.1001000|65|1440557691
+1.3.6.1.2.1.2.2.1.10.1001100|65|0
+1.3.6.1.2.1.2.2.1.10.5000000|65|0
+1.3.6.1.2.1.2.2.1.10.7000000|65|0
+1.3.6.1.2.1.2.2.1.11.1|65|0
+1.3.6.1.2.1.2.2.1.11.2|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=80000000
+1.3.6.1.2.1.2.2.1.11.3|65|0
+1.3.6.1.2.1.2.2.1.11.4|65|0
+1.3.6.1.2.1.2.2.1.11.5|65|0
+1.3.6.1.2.1.2.2.1.11.6|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=320000000,offset=10000000
+1.3.6.1.2.1.2.2.1.11.7|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=320000000,offset=10000000
+1.3.6.1.2.1.2.2.1.11.8|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=160000000,offset=500
+1.3.6.1.2.1.2.2.1.11.9|65|0
+1.3.6.1.2.1.2.2.1.11.10|65|0
+1.3.6.1.2.1.2.2.1.11.11|65|0
+1.3.6.1.2.1.2.2.1.11.12|65|0
+1.3.6.1.2.1.2.2.1.11.13|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=40000000,offset=0
+1.3.6.1.2.1.2.2.1.11.14|65|8145792
+1.3.6.1.2.1.2.2.1.11.15|65|0
+1.3.6.1.2.1.2.2.1.11.16|65|0
+1.3.6.1.2.1.2.2.1.11.17|65|3788288426
+1.3.6.1.2.1.2.2.1.11.18|65|3912696474
+1.3.6.1.2.1.2.2.1.11.19|65|3262887638
+1.3.6.1.2.1.2.2.1.11.20|65|2541232049
+1.3.6.1.2.1.2.2.1.11.21|65|3026114862
+1.3.6.1.2.1.2.2.1.11.22|65|73765220
+1.3.6.1.2.1.2.2.1.11.23|65|0
+1.3.6.1.2.1.2.2.1.11.24|65|0
+1.3.6.1.2.1.2.2.1.11.25|65|712370352
+1.3.6.1.2.1.2.2.1.11.26|65|0
+1.3.6.1.2.1.2.2.1.11.27|65|943950
+1.3.6.1.2.1.2.2.1.11.28|65|0
+1.3.6.1.2.1.2.2.1.11.29|65|946120
+1.3.6.1.2.1.2.2.1.11.30|65|0
+1.3.6.1.2.1.2.2.1.11.31|65|0
+1.3.6.1.2.1.2.2.1.11.32|65|0
+1.3.6.1.2.1.2.2.1.11.33|65|3991930200
+1.3.6.1.2.1.2.2.1.11.34|65|2225709651
+1.3.6.1.2.1.2.2.1.11.35|65|2056002825
+1.3.6.1.2.1.2.2.1.11.36|65|0
+1.3.6.1.2.1.2.2.1.11.37|65|0
+1.3.6.1.2.1.2.2.1.11.38|65|0
+1.3.6.1.2.1.2.2.1.11.39|65|0
+1.3.6.1.2.1.2.2.1.11.40|65|0
+1.3.6.1.2.1.2.2.1.11.41|65|3030158630
+1.3.6.1.2.1.2.2.1.11.42|65|3976711153
+1.3.6.1.2.1.2.2.1.11.43|65|2034638711
+1.3.6.1.2.1.2.2.1.11.44|65|0
+1.3.6.1.2.1.2.2.1.11.45|65|685618887
+1.3.6.1.2.1.2.2.1.11.46|65|2382954673
+1.3.6.1.2.1.2.2.1.11.47|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=480000000,offset=10000000
+1.3.6.1.2.1.2.2.1.11.48|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=480000000,offset=10000000
+1.3.6.1.2.1.2.2.1.11.49001|65|2123075348
+1.3.6.1.2.1.2.2.1.11.50001|65|1401992
+1.3.6.1.2.1.2.2.1.11.51001|65|1205093356
+1.3.6.1.2.1.2.2.1.11.52001|65|1050193
+1.3.6.1.2.1.2.2.1.11.53001|65|1710217264
+1.3.6.1.2.1.2.2.1.11.54001|65|0
+1.3.6.1.2.1.2.2.1.11.999001|65|69064455
+1.3.6.1.2.1.2.2.1.11.1000001|65|1302298517
+1.3.6.1.2.1.2.2.1.11.1000002|65|1401992
+1.3.6.1.2.1.2.2.1.11.1000003|65|1050193
+1.3.6.1.2.1.2.2.1.11.1000005|65|3378235503
+1.3.6.1.2.1.2.2.1.11.1001000|65|3112011799
+1.3.6.1.2.1.2.2.1.11.1001100|65|0
+1.3.6.1.2.1.2.2.1.11.5000000|65|0
+1.3.6.1.2.1.2.2.1.11.7000000|65|0
+1.3.6.1.2.1.2.2.1.12.1|65|0
+1.3.6.1.2.1.2.2.1.12.2|65|190709
+1.3.6.1.2.1.2.2.1.12.3|65|0
+1.3.6.1.2.1.2.2.1.12.4|65|0
+1.3.6.1.2.1.2.2.1.12.5|65|0
+1.3.6.1.2.1.2.2.1.12.6|65|4280520
+1.3.6.1.2.1.2.2.1.12.7|65|2677395
+1.3.6.1.2.1.2.2.1.12.8|65|3396309
+1.3.6.1.2.1.2.2.1.12.9|65|0
+1.3.6.1.2.1.2.2.1.12.10|65|0
+1.3.6.1.2.1.2.2.1.12.11|65|0
+1.3.6.1.2.1.2.2.1.12.12|65|0
+1.3.6.1.2.1.2.2.1.12.13|65|191
+1.3.6.1.2.1.2.2.1.12.14|65|125421
+1.3.6.1.2.1.2.2.1.12.15|65|0
+1.3.6.1.2.1.2.2.1.12.16|65|0
+1.3.6.1.2.1.2.2.1.12.17|65|23
+1.3.6.1.2.1.2.2.1.12.18|65|4913341
+1.3.6.1.2.1.2.2.1.12.19|65|1872043
+1.3.6.1.2.1.2.2.1.12.20|65|4775996
+1.3.6.1.2.1.2.2.1.12.21|65|196
+1.3.6.1.2.1.2.2.1.12.22|65|13925855
+1.3.6.1.2.1.2.2.1.12.23|65|0
+1.3.6.1.2.1.2.2.1.12.24|65|0
+1.3.6.1.2.1.2.2.1.12.25|65|649731
+1.3.6.1.2.1.2.2.1.12.26|65|0
+1.3.6.1.2.1.2.2.1.12.27|65|4350
+1.3.6.1.2.1.2.2.1.12.28|65|0
+1.3.6.1.2.1.2.2.1.12.29|65|4360
+1.3.6.1.2.1.2.2.1.12.30|65|0
+1.3.6.1.2.1.2.2.1.12.31|65|0
+1.3.6.1.2.1.2.2.1.12.32|65|0
+1.3.6.1.2.1.2.2.1.12.33|65|656637
+1.3.6.1.2.1.2.2.1.12.34|65|656639
+1.3.6.1.2.1.2.2.1.12.35|65|656641
+1.3.6.1.2.1.2.2.1.12.36|65|0
+1.3.6.1.2.1.2.2.1.12.37|65|0
+1.3.6.1.2.1.2.2.1.12.38|65|0
+1.3.6.1.2.1.2.2.1.12.39|65|0
+1.3.6.1.2.1.2.2.1.12.40|65|0
+1.3.6.1.2.1.2.2.1.12.41|65|639127
+1.3.6.1.2.1.2.2.1.12.42|65|639024
+1.3.6.1.2.1.2.2.1.12.43|65|639006
+1.3.6.1.2.1.2.2.1.12.44|65|0
+1.3.6.1.2.1.2.2.1.12.45|65|619470
+1.3.6.1.2.1.2.2.1.12.46|65|282858714
+1.3.6.1.2.1.2.2.1.12.47|65|31528238
+1.3.6.1.2.1.2.2.1.12.48|65|40507963
+1.3.6.1.2.1.2.2.1.12.49001|65|39077323
+1.3.6.1.2.1.2.2.1.12.50001|65|3547774
+1.3.6.1.2.1.2.2.1.12.51001|65|488382
+1.3.6.1.2.1.2.2.1.12.52001|65|3544410
+1.3.6.1.2.1.2.2.1.12.53001|65|421126
+1.3.6.1.2.1.2.2.1.12.54001|65|0
+1.3.6.1.2.1.2.2.1.12.999001|65|12846713
+1.3.6.1.2.1.2.2.1.12.1000001|65|6957898
+1.3.6.1.2.1.2.2.1.12.1000002|65|3547766
+1.3.6.1.2.1.2.2.1.12.1000003|65|3544409
+1.3.6.1.2.1.2.2.1.12.1000005|65|8161170
+1.3.6.1.2.1.2.2.1.12.1001000|65|72036196
+1.3.6.1.2.1.2.2.1.12.1001100|65|0
+1.3.6.1.2.1.2.2.1.12.5000000|65|0
+1.3.6.1.2.1.2.2.1.12.7000000|65|0
+1.3.6.1.2.1.2.2.1.13.1|65|0
+1.3.6.1.2.1.2.2.1.13.2|65|0
+1.3.6.1.2.1.2.2.1.13.3|65|0
+1.3.6.1.2.1.2.2.1.13.4|65|0
+1.3.6.1.2.1.2.2.1.13.5|65|0
+1.3.6.1.2.1.2.2.1.13.6|65|0
+1.3.6.1.2.1.2.2.1.13.7|65|0
+1.3.6.1.2.1.2.2.1.13.8|65|0
+1.3.6.1.2.1.2.2.1.13.9|65|0
+1.3.6.1.2.1.2.2.1.13.10|65|0
+1.3.6.1.2.1.2.2.1.13.11|65|0
+1.3.6.1.2.1.2.2.1.13.12|65|0
+1.3.6.1.2.1.2.2.1.13.13|65|0
+1.3.6.1.2.1.2.2.1.13.14|65|0
+1.3.6.1.2.1.2.2.1.13.15|65|0
+1.3.6.1.2.1.2.2.1.13.16|65|0
+1.3.6.1.2.1.2.2.1.13.17|65|0
+1.3.6.1.2.1.2.2.1.13.18|65|0
+1.3.6.1.2.1.2.2.1.13.19|65|0
+1.3.6.1.2.1.2.2.1.13.20|65|0
+1.3.6.1.2.1.2.2.1.13.21|65|0
+1.3.6.1.2.1.2.2.1.13.22|65|0
+1.3.6.1.2.1.2.2.1.13.23|65|0
+1.3.6.1.2.1.2.2.1.13.24|65|0
+1.3.6.1.2.1.2.2.1.13.25|65|0
+1.3.6.1.2.1.2.2.1.13.26|65|0
+1.3.6.1.2.1.2.2.1.13.27|65|0
+1.3.6.1.2.1.2.2.1.13.28|65|0
+1.3.6.1.2.1.2.2.1.13.29|65|0
+1.3.6.1.2.1.2.2.1.13.30|65|0
+1.3.6.1.2.1.2.2.1.13.31|65|0
+1.3.6.1.2.1.2.2.1.13.32|65|0
+1.3.6.1.2.1.2.2.1.13.33|65|0
+1.3.6.1.2.1.2.2.1.13.34|65|0
+1.3.6.1.2.1.2.2.1.13.35|65|0
+1.3.6.1.2.1.2.2.1.13.36|65|0
+1.3.6.1.2.1.2.2.1.13.37|65|0
+1.3.6.1.2.1.2.2.1.13.38|65|0
+1.3.6.1.2.1.2.2.1.13.39|65|0
+1.3.6.1.2.1.2.2.1.13.40|65|0
+1.3.6.1.2.1.2.2.1.13.41|65|0
+1.3.6.1.2.1.2.2.1.13.42|65|0
+1.3.6.1.2.1.2.2.1.13.43|65|0
+1.3.6.1.2.1.2.2.1.13.44|65|0
+1.3.6.1.2.1.2.2.1.13.45|65|0
+1.3.6.1.2.1.2.2.1.13.46|65|0
+1.3.6.1.2.1.2.2.1.13.47|65|0
+1.3.6.1.2.1.2.2.1.13.48|65|0
+1.3.6.1.2.1.2.2.1.13.49001|65|0
+1.3.6.1.2.1.2.2.1.13.50001|65|0
+1.3.6.1.2.1.2.2.1.13.51001|65|0
+1.3.6.1.2.1.2.2.1.13.52001|65|0
+1.3.6.1.2.1.2.2.1.13.53001|65|0
+1.3.6.1.2.1.2.2.1.13.54001|65|0
+1.3.6.1.2.1.2.2.1.13.999001|65|0
+1.3.6.1.2.1.2.2.1.13.1000001|65|0
+1.3.6.1.2.1.2.2.1.13.1000002|65|0
+1.3.6.1.2.1.2.2.1.13.1000003|65|0
+1.3.6.1.2.1.2.2.1.13.1000005|65|0
+1.3.6.1.2.1.2.2.1.13.1001000|65|0
+1.3.6.1.2.1.2.2.1.13.1001100|65|0
+1.3.6.1.2.1.2.2.1.13.5000000|65|0
+1.3.6.1.2.1.2.2.1.13.7000000|65|0
+1.3.6.1.2.1.2.2.1.14.1|65|0
+1.3.6.1.2.1.2.2.1.14.2|65|0
+1.3.6.1.2.1.2.2.1.14.3|65|0
+1.3.6.1.2.1.2.2.1.14.4|65|0
+1.3.6.1.2.1.2.2.1.14.5|65|0
+1.3.6.1.2.1.2.2.1.14.6|65|0
+1.3.6.1.2.1.2.2.1.14.7|65|0
+1.3.6.1.2.1.2.2.1.14.8|65|253
+1.3.6.1.2.1.2.2.1.14.9|65|0
+1.3.6.1.2.1.2.2.1.14.10|65|0
+1.3.6.1.2.1.2.2.1.14.11|65|0
+1.3.6.1.2.1.2.2.1.14.12|65|0
+1.3.6.1.2.1.2.2.1.14.13|65|0
+1.3.6.1.2.1.2.2.1.14.14|65|0
+1.3.6.1.2.1.2.2.1.14.15|65|0
+1.3.6.1.2.1.2.2.1.14.16|65|0
+1.3.6.1.2.1.2.2.1.14.17|65|0
+1.3.6.1.2.1.2.2.1.14.18|65|0
+1.3.6.1.2.1.2.2.1.14.19|65|20
+1.3.6.1.2.1.2.2.1.14.20|65|0
+1.3.6.1.2.1.2.2.1.14.21|65|0
+1.3.6.1.2.1.2.2.1.14.22|65|0
+1.3.6.1.2.1.2.2.1.14.23|65|0
+1.3.6.1.2.1.2.2.1.14.24|65|0
+1.3.6.1.2.1.2.2.1.14.25|65|0
+1.3.6.1.2.1.2.2.1.14.26|65|0
+1.3.6.1.2.1.2.2.1.14.27|65|0
+1.3.6.1.2.1.2.2.1.14.28|65|0
+1.3.6.1.2.1.2.2.1.14.29|65|0
+1.3.6.1.2.1.2.2.1.14.30|65|0
+1.3.6.1.2.1.2.2.1.14.31|65|0
+1.3.6.1.2.1.2.2.1.14.32|65|0
+1.3.6.1.2.1.2.2.1.14.33|65|0
+1.3.6.1.2.1.2.2.1.14.34|65|0
+1.3.6.1.2.1.2.2.1.14.35|65|0
+1.3.6.1.2.1.2.2.1.14.36|65|0
+1.3.6.1.2.1.2.2.1.14.37|65|0
+1.3.6.1.2.1.2.2.1.14.38|65|0
+1.3.6.1.2.1.2.2.1.14.39|65|0
+1.3.6.1.2.1.2.2.1.14.40|65|0
+1.3.6.1.2.1.2.2.1.14.41|65|0
+1.3.6.1.2.1.2.2.1.14.42|65|0
+1.3.6.1.2.1.2.2.1.14.43|65|0
+1.3.6.1.2.1.2.2.1.14.44|65|0
+1.3.6.1.2.1.2.2.1.14.45|65|0
+1.3.6.1.2.1.2.2.1.14.46|65|2
+1.3.6.1.2.1.2.2.1.14.47|65|0
+1.3.6.1.2.1.2.2.1.14.48|65|0
+1.3.6.1.2.1.2.2.1.14.49001|65|0
+1.3.6.1.2.1.2.2.1.14.50001|65|0
+1.3.6.1.2.1.2.2.1.14.51001|65|0
+1.3.6.1.2.1.2.2.1.14.52001|65|0
+1.3.6.1.2.1.2.2.1.14.53001|65|0
+1.3.6.1.2.1.2.2.1.14.54001|65|0
+1.3.6.1.2.1.2.2.1.14.999001|65|0
+1.3.6.1.2.1.2.2.1.14.1000001|65|0
+1.3.6.1.2.1.2.2.1.14.1000002|65|0
+1.3.6.1.2.1.2.2.1.14.1000003|65|0
+1.3.6.1.2.1.2.2.1.14.1000005|65|0
+1.3.6.1.2.1.2.2.1.14.1001000|65|0
+1.3.6.1.2.1.2.2.1.14.1001100|65|0
+1.3.6.1.2.1.2.2.1.14.5000000|65|0
+1.3.6.1.2.1.2.2.1.14.7000000|65|0
+1.3.6.1.2.1.2.2.1.15.1|65|0
+1.3.6.1.2.1.2.2.1.15.2|65|0
+1.3.6.1.2.1.2.2.1.15.3|65|0
+1.3.6.1.2.1.2.2.1.15.4|65|0
+1.3.6.1.2.1.2.2.1.15.5|65|0
+1.3.6.1.2.1.2.2.1.15.6|65|0
+1.3.6.1.2.1.2.2.1.15.7|65|0
+1.3.6.1.2.1.2.2.1.15.8|65|0
+1.3.6.1.2.1.2.2.1.15.9|65|0
+1.3.6.1.2.1.2.2.1.15.10|65|0
+1.3.6.1.2.1.2.2.1.15.11|65|0
+1.3.6.1.2.1.2.2.1.15.12|65|0
+1.3.6.1.2.1.2.2.1.15.13|65|0
+1.3.6.1.2.1.2.2.1.15.14|65|0
+1.3.6.1.2.1.2.2.1.15.15|65|0
+1.3.6.1.2.1.2.2.1.15.16|65|0
+1.3.6.1.2.1.2.2.1.15.17|65|0
+1.3.6.1.2.1.2.2.1.15.18|65|0
+1.3.6.1.2.1.2.2.1.15.19|65|0
+1.3.6.1.2.1.2.2.1.15.20|65|0
+1.3.6.1.2.1.2.2.1.15.21|65|0
+1.3.6.1.2.1.2.2.1.15.22|65|0
+1.3.6.1.2.1.2.2.1.15.23|65|0
+1.3.6.1.2.1.2.2.1.15.24|65|0
+1.3.6.1.2.1.2.2.1.15.25|65|0
+1.3.6.1.2.1.2.2.1.15.26|65|0
+1.3.6.1.2.1.2.2.1.15.27|65|0
+1.3.6.1.2.1.2.2.1.15.28|65|0
+1.3.6.1.2.1.2.2.1.15.29|65|0
+1.3.6.1.2.1.2.2.1.15.30|65|0
+1.3.6.1.2.1.2.2.1.15.31|65|0
+1.3.6.1.2.1.2.2.1.15.32|65|0
+1.3.6.1.2.1.2.2.1.15.33|65|0
+1.3.6.1.2.1.2.2.1.15.34|65|0
+1.3.6.1.2.1.2.2.1.15.35|65|0
+1.3.6.1.2.1.2.2.1.15.36|65|0
+1.3.6.1.2.1.2.2.1.15.37|65|0
+1.3.6.1.2.1.2.2.1.15.38|65|0
+1.3.6.1.2.1.2.2.1.15.39|65|0
+1.3.6.1.2.1.2.2.1.15.40|65|0
+1.3.6.1.2.1.2.2.1.15.41|65|0
+1.3.6.1.2.1.2.2.1.15.42|65|0
+1.3.6.1.2.1.2.2.1.15.43|65|0
+1.3.6.1.2.1.2.2.1.15.44|65|0
+1.3.6.1.2.1.2.2.1.15.45|65|0
+1.3.6.1.2.1.2.2.1.15.46|65|0
+1.3.6.1.2.1.2.2.1.15.47|65|0
+1.3.6.1.2.1.2.2.1.15.48|65|0
+1.3.6.1.2.1.2.2.1.15.49001|65|0
+1.3.6.1.2.1.2.2.1.15.50001|65|0
+1.3.6.1.2.1.2.2.1.15.51001|65|0
+1.3.6.1.2.1.2.2.1.15.52001|65|0
+1.3.6.1.2.1.2.2.1.15.53001|65|0
+1.3.6.1.2.1.2.2.1.15.54001|65|0
+1.3.6.1.2.1.2.2.1.15.999001|65|0
+1.3.6.1.2.1.2.2.1.15.1000001|65|0
+1.3.6.1.2.1.2.2.1.15.1000002|65|0
+1.3.6.1.2.1.2.2.1.15.1000003|65|0
+1.3.6.1.2.1.2.2.1.15.1000005|65|0
+1.3.6.1.2.1.2.2.1.15.1001000|65|0
+1.3.6.1.2.1.2.2.1.15.1001100|65|0
+1.3.6.1.2.1.2.2.1.15.5000000|65|0
+1.3.6.1.2.1.2.2.1.15.7000000|65|0
+1.3.6.1.2.1.2.2.1.16.1|65|0
+1.3.6.1.2.1.2.2.1.16.2|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=10000000
+1.3.6.1.2.1.2.2.1.16.3|65|0
+1.3.6.1.2.1.2.2.1.16.4|65|0
+1.3.6.1.2.1.2.2.1.16.5|65|0
+1.3.6.1.2.1.2.2.1.16.6|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=40000000,offset=100000000
+1.3.6.1.2.1.2.2.1.16.7|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=40000000,offset=100000000
+1.3.6.1.2.1.2.2.1.16.8|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=20000000,offset=500
+1.3.6.1.2.1.2.2.1.16.9|65|0
+1.3.6.1.2.1.2.2.1.16.10|65|0
+1.3.6.1.2.1.2.2.1.16.11|65|0
+1.3.6.1.2.1.2.2.1.16.12|65|0
+1.3.6.1.2.1.2.2.1.16.13|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=5000000,offset=0
+1.3.6.1.2.1.2.2.1.16.14|65|8145792
+1.3.6.1.2.1.2.2.1.16.15|65|0
+1.3.6.1.2.1.2.2.1.16.16|65|0
+1.3.6.1.2.1.2.2.1.16.17|65|3788288426
+1.3.6.1.2.1.2.2.1.16.18|65|3912696474
+1.3.6.1.2.1.2.2.1.16.19|65|3262887638
+1.3.6.1.2.1.2.2.1.16.20|65|2541232049
+1.3.6.1.2.1.2.2.1.16.21|65|3026114862
+1.3.6.1.2.1.2.2.1.16.22|65|73765220
+1.3.6.1.2.1.2.2.1.16.23|65|0
+1.3.6.1.2.1.2.2.1.16.24|65|0
+1.3.6.1.2.1.2.2.1.16.25|65|712370352
+1.3.6.1.2.1.2.2.1.16.26|65|0
+1.3.6.1.2.1.2.2.1.16.27|65|943950
+1.3.6.1.2.1.2.2.1.16.28|65|0
+1.3.6.1.2.1.2.2.1.16.29|65|946120
+1.3.6.1.2.1.2.2.1.16.30|65|0
+1.3.6.1.2.1.2.2.1.16.31|65|0
+1.3.6.1.2.1.2.2.1.16.32|65|0
+1.3.6.1.2.1.2.2.1.16.33|65|3991930200
+1.3.6.1.2.1.2.2.1.16.34|65|2225709651
+1.3.6.1.2.1.2.2.1.16.35|65|2056002825
+1.3.6.1.2.1.2.2.1.16.36|65|0
+1.3.6.1.2.1.2.2.1.16.37|65|0
+1.3.6.1.2.1.2.2.1.16.38|65|0
+1.3.6.1.2.1.2.2.1.16.39|65|0
+1.3.6.1.2.1.2.2.1.16.40|65|0
+1.3.6.1.2.1.2.2.1.16.41|65|3030158630
+1.3.6.1.2.1.2.2.1.16.42|65|3976711153
+1.3.6.1.2.1.2.2.1.16.43|65|2034638711
+1.3.6.1.2.1.2.2.1.16.44|65|0
+1.3.6.1.2.1.2.2.1.16.45|65|685618887
+1.3.6.1.2.1.2.2.1.16.46|65|2382954673
+1.3.6.1.2.1.2.2.1.16.47|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=60000000,offset=100000000
+1.3.6.1.2.1.2.2.1.16.48|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=60000000,offset=100000000
+1.3.6.1.2.1.2.2.1.16.49001|65|29175648
+1.3.6.1.2.1.2.2.1.16.50001|65|3768631910
+1.3.6.1.2.1.2.2.1.16.51001|65|1423584497
+1.3.6.1.2.1.2.2.1.16.52001|65|3734613550
+1.3.6.1.2.1.2.2.1.16.53001|65|1537837071
+1.3.6.1.2.1.2.2.1.16.54001|65|0
+1.3.6.1.2.1.2.2.1.16.999001|65|1449545363
+1.3.6.1.2.1.2.2.1.16.1000001|65|1930165247
+1.3.6.1.2.1.2.2.1.16.1000002|65|3626933670
+1.3.6.1.2.1.2.2.1.16.1000003|65|3592429870
+1.3.6.1.2.1.2.2.1.16.1000005|65|3113989779
+1.3.6.1.2.1.2.2.1.16.1001000|65|351062259
+1.3.6.1.2.1.2.2.1.16.1001100|65|0
+1.3.6.1.2.1.2.2.1.16.5000000|65|0
+1.3.6.1.2.1.2.2.1.16.7000000|65|0
+1.3.6.1.2.1.2.2.1.17.1|65|0
+1.3.6.1.2.1.2.2.1.17.2|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=80000000
+1.3.6.1.2.1.2.2.1.17.3|65|0
+1.3.6.1.2.1.2.2.1.17.4|65|0
+1.3.6.1.2.1.2.2.1.17.5|65|0
+1.3.6.1.2.1.2.2.1.17.6|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=320000000,offset=10000000
+1.3.6.1.2.1.2.2.1.17.7|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=320000000,offset=10000000
+1.3.6.1.2.1.2.2.1.17.8|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=160000000,offset=500
+1.3.6.1.2.1.2.2.1.17.9|65|0
+1.3.6.1.2.1.2.2.1.17.10|65|0
+1.3.6.1.2.1.2.2.1.17.11|65|0
+1.3.6.1.2.1.2.2.1.17.12|65|0
+1.3.6.1.2.1.2.2.1.17.13|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=40000000,offset=0
+1.3.6.1.2.1.2.2.1.17.14|65|8145792
+1.3.6.1.2.1.2.2.1.17.15|65|0
+1.3.6.1.2.1.2.2.1.17.16|65|0
+1.3.6.1.2.1.2.2.1.17.17|65|3788288426
+1.3.6.1.2.1.2.2.1.17.18|65|3912696474
+1.3.6.1.2.1.2.2.1.17.19|65|3262887638
+1.3.6.1.2.1.2.2.1.17.20|65|2541232049
+1.3.6.1.2.1.2.2.1.17.21|65|3026114862
+1.3.6.1.2.1.2.2.1.17.22|65|73765220
+1.3.6.1.2.1.2.2.1.17.23|65|0
+1.3.6.1.2.1.2.2.1.17.24|65|0
+1.3.6.1.2.1.2.2.1.17.25|65|712370352
+1.3.6.1.2.1.2.2.1.17.26|65|0
+1.3.6.1.2.1.2.2.1.17.27|65|943950
+1.3.6.1.2.1.2.2.1.17.28|65|0
+1.3.6.1.2.1.2.2.1.17.29|65|946120
+1.3.6.1.2.1.2.2.1.17.30|65|0
+1.3.6.1.2.1.2.2.1.17.31|65|0
+1.3.6.1.2.1.2.2.1.17.32|65|0
+1.3.6.1.2.1.2.2.1.17.33|65|3991930200
+1.3.6.1.2.1.2.2.1.17.34|65|2225709651
+1.3.6.1.2.1.2.2.1.17.35|65|2056002825
+1.3.6.1.2.1.2.2.1.17.36|65|0
+1.3.6.1.2.1.2.2.1.17.37|65|0
+1.3.6.1.2.1.2.2.1.17.38|65|0
+1.3.6.1.2.1.2.2.1.17.39|65|0
+1.3.6.1.2.1.2.2.1.17.40|65|0
+1.3.6.1.2.1.2.2.1.17.41|65|3030158630
+1.3.6.1.2.1.2.2.1.17.42|65|3976711153
+1.3.6.1.2.1.2.2.1.17.43|65|2034638711
+1.3.6.1.2.1.2.2.1.17.44|65|0
+1.3.6.1.2.1.2.2.1.17.45|65|685618887
+1.3.6.1.2.1.2.2.1.17.46|65|2382954673
+1.3.6.1.2.1.2.2.1.17.47|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=480000000,offset=10000000
+1.3.6.1.2.1.2.2.1.17.48|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=480000000,offset=10000000
+1.3.6.1.2.1.2.2.1.17.49001|65|2958840453
+1.3.6.1.2.1.2.2.1.17.50001|65|8719133
+1.3.6.1.2.1.2.2.1.17.51001|65|2168769698
+1.3.6.1.2.1.2.2.1.17.52001|65|8397897
+1.3.6.1.2.1.2.2.1.17.53001|65|3459494059
+1.3.6.1.2.1.2.2.1.17.54001|65|0
+1.3.6.1.2.1.2.2.1.17.999001|65|823140561
+1.3.6.1.2.1.2.2.1.17.1000001|65|274494957
+1.3.6.1.2.1.2.2.1.17.1000002|65|8719132
+1.3.6.1.2.1.2.2.1.17.1000003|65|8397897
+1.3.6.1.2.1.2.2.1.17.1000005|65|2993589010
+1.3.6.1.2.1.2.2.1.17.1001000|65|2407612744
+1.3.6.1.2.1.2.2.1.17.1001100|65|0
+1.3.6.1.2.1.2.2.1.17.5000000|65|0
+1.3.6.1.2.1.2.2.1.17.7000000|65|0
+1.3.6.1.2.1.2.2.1.18.1|65|0
+1.3.6.1.2.1.2.2.1.18.2|65|1778695244
+1.3.6.1.2.1.2.2.1.18.3|65|0
+1.3.6.1.2.1.2.2.1.18.4|65|0
+1.3.6.1.2.1.2.2.1.18.5|65|0
+1.3.6.1.2.1.2.2.1.18.6|65|1774691244
+1.3.6.1.2.1.2.2.1.18.7|65|950319
+1.3.6.1.2.1.2.2.1.18.8|65|1775475597
+1.3.6.1.2.1.2.2.1.18.9|65|0
+1.3.6.1.2.1.2.2.1.18.10|65|0
+1.3.6.1.2.1.2.2.1.18.11|65|0
+1.3.6.1.2.1.2.2.1.18.12|65|0
+1.3.6.1.2.1.2.2.1.18.13|65|1778948882
+1.3.6.1.2.1.2.2.1.18.14|65|17
+1.3.6.1.2.1.2.2.1.18.15|65|5068164
+1.3.6.1.2.1.2.2.1.18.16|65|0
+1.3.6.1.2.1.2.2.1.18.17|65|1778986626
+1.3.6.1.2.1.2.2.1.18.18|65|305432199
+1.3.6.1.2.1.2.2.1.18.19|65|1777089803
+1.3.6.1.2.1.2.2.1.18.20|65|1487310094
+1.3.6.1.2.1.2.2.1.18.21|65|1778930249
+1.3.6.1.2.1.2.2.1.18.22|65|1777126765
+1.3.6.1.2.1.2.2.1.18.23|65|0
+1.3.6.1.2.1.2.2.1.18.24|65|0
+1.3.6.1.2.1.2.2.1.18.25|65|282113022
+1.3.6.1.2.1.2.2.1.18.26|65|1
+1.3.6.1.2.1.2.2.1.18.27|65|4354
+1.3.6.1.2.1.2.2.1.18.28|65|1
+1.3.6.1.2.1.2.2.1.18.29|65|4366
+1.3.6.1.2.1.2.2.1.18.30|65|0
+1.3.6.1.2.1.2.2.1.18.31|65|0
+1.3.6.1.2.1.2.2.1.18.32|65|7491621
+1.3.6.1.2.1.2.2.1.18.33|65|656621
+1.3.6.1.2.1.2.2.1.18.34|65|656617
+1.3.6.1.2.1.2.2.1.18.35|65|656620
+1.3.6.1.2.1.2.2.1.18.36|65|0
+1.3.6.1.2.1.2.2.1.18.37|65|0
+1.3.6.1.2.1.2.2.1.18.38|65|0
+1.3.6.1.2.1.2.2.1.18.39|65|0
+1.3.6.1.2.1.2.2.1.18.40|65|0
+1.3.6.1.2.1.2.2.1.18.41|65|636893
+1.3.6.1.2.1.2.2.1.18.42|65|636854
+1.3.6.1.2.1.2.2.1.18.43|65|636883
+1.3.6.1.2.1.2.2.1.18.44|65|0
+1.3.6.1.2.1.2.2.1.18.45|65|282858715
+1.3.6.1.2.1.2.2.1.18.46|65|619471
+1.3.6.1.2.1.2.2.1.18.47|65|1775549763
+1.3.6.1.2.1.2.2.1.18.48|65|5275104
+1.3.6.1.2.1.2.2.1.18.49001|65|1739670275
+1.3.6.1.2.1.2.2.1.18.50001|65|305926342
+1.3.6.1.2.1.2.2.1.18.51001|65|488431
+1.3.6.1.2.1.2.2.1.18.52001|65|305933798
+1.3.6.1.2.1.2.2.1.18.53001|65|421125
+1.3.6.1.2.1.2.2.1.18.54001|65|0
+1.3.6.1.2.1.2.2.1.18.999001|65|952193
+1.3.6.1.2.1.2.2.1.18.1000001|65|1775641482
+1.3.6.1.2.1.2.2.1.18.1000002|65|304819189
+1.3.6.1.2.1.2.2.1.18.1000003|65|304822988
+1.3.6.1.2.1.2.2.1.18.1000005|65|289203691
+1.3.6.1.2.1.2.2.1.18.1001000|65|1780824865
+1.3.6.1.2.1.2.2.1.18.1001100|65|0
+1.3.6.1.2.1.2.2.1.18.5000000|65|0
+1.3.6.1.2.1.2.2.1.18.7000000|65|0
+1.3.6.1.2.1.2.2.1.19.1|65|0
+1.3.6.1.2.1.2.2.1.19.2|65|78582
+1.3.6.1.2.1.2.2.1.19.3|65|0
+1.3.6.1.2.1.2.2.1.19.4|65|0
+1.3.6.1.2.1.2.2.1.19.5|65|0
+1.3.6.1.2.1.2.2.1.19.6|65|393806427
+1.3.6.1.2.1.2.2.1.19.7|65|406371458
+1.3.6.1.2.1.2.2.1.19.8|65|168789
+1.3.6.1.2.1.2.2.1.19.9|65|0
+1.3.6.1.2.1.2.2.1.19.10|65|0
+1.3.6.1.2.1.2.2.1.19.11|65|0
+1.3.6.1.2.1.2.2.1.19.12|65|0
+1.3.6.1.2.1.2.2.1.19.13|65|500995
+1.3.6.1.2.1.2.2.1.19.14|65|0
+1.3.6.1.2.1.2.2.1.19.15|65|0
+1.3.6.1.2.1.2.2.1.19.16|65|0
+1.3.6.1.2.1.2.2.1.19.17|65|501357
+1.3.6.1.2.1.2.2.1.19.18|65|3389346
+1.3.6.1.2.1.2.2.1.19.19|65|141370424
+1.3.6.1.2.1.2.2.1.19.20|65|51266916
+1.3.6.1.2.1.2.2.1.19.21|65|503200
+1.3.6.1.2.1.2.2.1.19.22|65|2310541
+1.3.6.1.2.1.2.2.1.19.23|65|0
+1.3.6.1.2.1.2.2.1.19.24|65|0
+1.3.6.1.2.1.2.2.1.19.25|65|0
+1.3.6.1.2.1.2.2.1.19.26|65|0
+1.3.6.1.2.1.2.2.1.19.27|65|0
+1.3.6.1.2.1.2.2.1.19.28|65|0
+1.3.6.1.2.1.2.2.1.19.29|65|0
+1.3.6.1.2.1.2.2.1.19.30|65|0
+1.3.6.1.2.1.2.2.1.19.31|65|0
+1.3.6.1.2.1.2.2.1.19.32|65|0
+1.3.6.1.2.1.2.2.1.19.33|65|15245
+1.3.6.1.2.1.2.2.1.19.34|65|9266
+1.3.6.1.2.1.2.2.1.19.35|65|5763
+1.3.6.1.2.1.2.2.1.19.36|65|0
+1.3.6.1.2.1.2.2.1.19.37|65|0
+1.3.6.1.2.1.2.2.1.19.38|65|0
+1.3.6.1.2.1.2.2.1.19.39|65|0
+1.3.6.1.2.1.2.2.1.19.40|65|0
+1.3.6.1.2.1.2.2.1.19.41|65|33815
+1.3.6.1.2.1.2.2.1.19.42|65|46622
+1.3.6.1.2.1.2.2.1.19.43|65|21887
+1.3.6.1.2.1.2.2.1.19.44|65|0
+1.3.6.1.2.1.2.2.1.19.45|65|1718238
+1.3.6.1.2.1.2.2.1.19.46|65|2
+1.3.6.1.2.1.2.2.1.19.47|65|85675
+1.3.6.1.2.1.2.2.1.19.48|65|0
+1.3.6.1.2.1.2.2.1.19.49001|65|0
+1.3.6.1.2.1.2.2.1.19.50001|65|0
+1.3.6.1.2.1.2.2.1.19.51001|65|0
+1.3.6.1.2.1.2.2.1.19.52001|65|0
+1.3.6.1.2.1.2.2.1.19.53001|65|0
+1.3.6.1.2.1.2.2.1.19.54001|65|0
+1.3.6.1.2.1.2.2.1.19.999001|65|0
+1.3.6.1.2.1.2.2.1.19.1000001|65|800177885
+1.3.6.1.2.1.2.2.1.19.1000002|65|0
+1.3.6.1.2.1.2.2.1.19.1000003|65|0
+1.3.6.1.2.1.2.2.1.19.1000005|65|6486286
+1.3.6.1.2.1.2.2.1.19.1001000|65|85675
+1.3.6.1.2.1.2.2.1.19.1001100|65|0
+1.3.6.1.2.1.2.2.1.19.5000000|65|0
+1.3.6.1.2.1.2.2.1.19.7000000|65|0
+1.3.6.1.2.1.2.2.1.20.1|65|0
+1.3.6.1.2.1.2.2.1.20.2|65|0
+1.3.6.1.2.1.2.2.1.20.3|65|0
+1.3.6.1.2.1.2.2.1.20.4|65|0
+1.3.6.1.2.1.2.2.1.20.5|65|0
+1.3.6.1.2.1.2.2.1.20.6|65|0
+1.3.6.1.2.1.2.2.1.20.7|65|0
+1.3.6.1.2.1.2.2.1.20.8|65|0
+1.3.6.1.2.1.2.2.1.20.9|65|0
+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.2.2.1.20.13|65|0
+1.3.6.1.2.1.2.2.1.20.14|65|0
+1.3.6.1.2.1.2.2.1.20.15|65|0
+1.3.6.1.2.1.2.2.1.20.16|65|0
+1.3.6.1.2.1.2.2.1.20.17|65|0
+1.3.6.1.2.1.2.2.1.20.18|65|0
+1.3.6.1.2.1.2.2.1.20.19|65|0
+1.3.6.1.2.1.2.2.1.20.20|65|0
+1.3.6.1.2.1.2.2.1.20.21|65|0
+1.3.6.1.2.1.2.2.1.20.22|65|0
+1.3.6.1.2.1.2.2.1.20.23|65|0
+1.3.6.1.2.1.2.2.1.20.24|65|0
+1.3.6.1.2.1.2.2.1.20.25|65|0
+1.3.6.1.2.1.2.2.1.20.26|65|0
+1.3.6.1.2.1.2.2.1.20.27|65|0
+1.3.6.1.2.1.2.2.1.20.28|65|0
+1.3.6.1.2.1.2.2.1.20.29|65|0
+1.3.6.1.2.1.2.2.1.20.30|65|0
+1.3.6.1.2.1.2.2.1.20.31|65|0
+1.3.6.1.2.1.2.2.1.20.32|65|0
+1.3.6.1.2.1.2.2.1.20.33|65|175
+1.3.6.1.2.1.2.2.1.20.34|65|241
+1.3.6.1.2.1.2.2.1.20.35|65|243
+1.3.6.1.2.1.2.2.1.20.36|65|0
+1.3.6.1.2.1.2.2.1.20.37|65|0
+1.3.6.1.2.1.2.2.1.20.38|65|0
+1.3.6.1.2.1.2.2.1.20.39|65|0
+1.3.6.1.2.1.2.2.1.20.40|65|0
+1.3.6.1.2.1.2.2.1.20.41|65|171
+1.3.6.1.2.1.2.2.1.20.42|65|295
+1.3.6.1.2.1.2.2.1.20.43|65|187
+1.3.6.1.2.1.2.2.1.20.44|65|0
+1.3.6.1.2.1.2.2.1.20.45|65|0
+1.3.6.1.2.1.2.2.1.20.46|65|0
+1.3.6.1.2.1.2.2.1.20.47|65|0
+1.3.6.1.2.1.2.2.1.20.48|65|0
+1.3.6.1.2.1.2.2.1.20.49001|65|0
+1.3.6.1.2.1.2.2.1.20.50001|65|0
+1.3.6.1.2.1.2.2.1.20.51001|65|0
+1.3.6.1.2.1.2.2.1.20.52001|65|0
+1.3.6.1.2.1.2.2.1.20.53001|65|0
+1.3.6.1.2.1.2.2.1.20.54001|65|0
+1.3.6.1.2.1.2.2.1.20.999001|65|0
+1.3.6.1.2.1.2.2.1.20.1000001|65|0
+1.3.6.1.2.1.2.2.1.20.1000002|65|0
+1.3.6.1.2.1.2.2.1.20.1000003|65|0
+1.3.6.1.2.1.2.2.1.20.1000005|65|0
+1.3.6.1.2.1.2.2.1.20.1001000|65|0
+1.3.6.1.2.1.2.2.1.20.1001100|65|0
+1.3.6.1.2.1.2.2.1.20.5000000|65|0
+1.3.6.1.2.1.2.2.1.20.7000000|65|0
+1.3.6.1.2.1.2.2.1.21.1|66|0
+1.3.6.1.2.1.2.2.1.21.2|66|0
+1.3.6.1.2.1.2.2.1.21.3|66|0
+1.3.6.1.2.1.2.2.1.21.4|66|0
+1.3.6.1.2.1.2.2.1.21.5|66|0
+1.3.6.1.2.1.2.2.1.21.6|66|0
+1.3.6.1.2.1.2.2.1.21.7|66|0
+1.3.6.1.2.1.2.2.1.21.8|66|0
+1.3.6.1.2.1.2.2.1.21.9|66|0
+1.3.6.1.2.1.2.2.1.21.10|66|0
+1.3.6.1.2.1.2.2.1.21.11|66|0
+1.3.6.1.2.1.2.2.1.21.12|66|0
+1.3.6.1.2.1.2.2.1.21.13|66|0
+1.3.6.1.2.1.2.2.1.21.14|66|0
+1.3.6.1.2.1.2.2.1.21.15|66|0
+1.3.6.1.2.1.2.2.1.21.16|66|0
+1.3.6.1.2.1.2.2.1.21.17|66|0
+1.3.6.1.2.1.2.2.1.21.18|66|0
+1.3.6.1.2.1.2.2.1.21.19|66|0
+1.3.6.1.2.1.2.2.1.21.20|66|0
+1.3.6.1.2.1.2.2.1.21.21|66|0
+1.3.6.1.2.1.2.2.1.21.22|66|0
+1.3.6.1.2.1.2.2.1.21.23|66|0
+1.3.6.1.2.1.2.2.1.21.24|66|0
+1.3.6.1.2.1.2.2.1.21.25|66|0
+1.3.6.1.2.1.2.2.1.21.26|66|0
+1.3.6.1.2.1.2.2.1.21.27|66|0
+1.3.6.1.2.1.2.2.1.21.28|66|0
+1.3.6.1.2.1.2.2.1.21.29|66|0
+1.3.6.1.2.1.2.2.1.21.30|66|0
+1.3.6.1.2.1.2.2.1.21.31|66|0
+1.3.6.1.2.1.2.2.1.21.32|66|0
+1.3.6.1.2.1.2.2.1.21.33|66|0
+1.3.6.1.2.1.2.2.1.21.34|66|0
+1.3.6.1.2.1.2.2.1.21.35|66|0
+1.3.6.1.2.1.2.2.1.21.36|66|0
+1.3.6.1.2.1.2.2.1.21.37|66|0
+1.3.6.1.2.1.2.2.1.21.38|66|0
+1.3.6.1.2.1.2.2.1.21.39|66|0
+1.3.6.1.2.1.2.2.1.21.40|66|0
+1.3.6.1.2.1.2.2.1.21.41|66|0
+1.3.6.1.2.1.2.2.1.21.42|66|0
+1.3.6.1.2.1.2.2.1.21.43|66|0
+1.3.6.1.2.1.2.2.1.21.44|66|0
+1.3.6.1.2.1.2.2.1.21.45|66|0
+1.3.6.1.2.1.2.2.1.21.46|66|0
+1.3.6.1.2.1.2.2.1.21.47|66|0
+1.3.6.1.2.1.2.2.1.21.48|66|0
+1.3.6.1.2.1.2.2.1.21.49001|66|0
+1.3.6.1.2.1.2.2.1.21.50001|66|0
+1.3.6.1.2.1.2.2.1.21.51001|66|0
+1.3.6.1.2.1.2.2.1.21.52001|66|0
+1.3.6.1.2.1.2.2.1.21.53001|66|0
+1.3.6.1.2.1.2.2.1.21.54001|66|0
+1.3.6.1.2.1.2.2.1.21.999001|66|0
+1.3.6.1.2.1.2.2.1.21.1000001|66|0
+1.3.6.1.2.1.2.2.1.21.1000002|66|0
+1.3.6.1.2.1.2.2.1.21.1000003|66|0
+1.3.6.1.2.1.2.2.1.21.1000005|66|0
+1.3.6.1.2.1.2.2.1.21.1001000|66|0
+1.3.6.1.2.1.2.2.1.21.1001100|66|0
+1.3.6.1.2.1.2.2.1.21.5000000|66|0
+1.3.6.1.2.1.2.2.1.21.7000000|66|0
+1.3.6.1.2.1.2.2.1.22.1|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.2|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.3|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.4|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.5|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.6|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.7|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.8|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.9|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.10|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.11|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.12|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.13|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.14|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.15|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.16|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.17|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.18|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.19|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.20|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.21|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.22|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.23|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.24|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.25|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.26|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.27|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.28|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.29|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.30|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.31|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.32|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.33|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.34|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.35|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.36|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.37|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.38|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.39|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.40|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.41|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.42|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.43|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.44|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.45|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.46|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.47|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.48|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.49001|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.50001|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.51001|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.52001|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.53001|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.54001|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.999001|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.1000001|6|1.2.840.10006.300.43.1.1
+1.3.6.1.2.1.2.2.1.22.1000002|6|1.2.840.10006.300.43.1.1
+1.3.6.1.2.1.2.2.1.22.1000003|6|1.2.840.10006.300.43.1.1
+1.3.6.1.2.1.2.2.1.22.1000005|6|1.2.840.10006.300.43.1.1
+1.3.6.1.2.1.2.2.1.22.1001000|6|1.2.840.10006.300.43.1.1
+1.3.6.1.2.1.2.2.1.22.1001100|6|1.2.840.10006.300.43.1.1
+1.3.6.1.2.1.2.2.1.22.5000000|6|0.0
+1.3.6.1.2.1.2.2.1.22.7000000|6|0.0
+1.3.6.1.2.1.10.7.2.1.1.1|2|1
+1.3.6.1.2.1.10.7.2.1.1.2|2|2
+1.3.6.1.2.1.10.7.2.1.1.3|2|3
+1.3.6.1.2.1.10.7.2.1.1.4|2|4
+1.3.6.1.2.1.10.7.2.1.1.5|2|5
+1.3.6.1.2.1.10.7.2.1.1.6|2|6
+1.3.6.1.2.1.10.7.2.1.1.7|2|7
+1.3.6.1.2.1.10.7.2.1.1.8|2|8
+1.3.6.1.2.1.10.7.2.1.1.9|2|9
+1.3.6.1.2.1.10.7.2.1.1.10|2|10
+1.3.6.1.2.1.10.7.2.1.1.11|2|11
+1.3.6.1.2.1.10.7.2.1.1.12|2|12
+1.3.6.1.2.1.10.7.2.1.1.13|2|13
+1.3.6.1.2.1.10.7.2.1.1.14|2|14
+1.3.6.1.2.1.10.7.2.1.1.15|2|15
+1.3.6.1.2.1.10.7.2.1.1.16|2|16
+1.3.6.1.2.1.10.7.2.1.1.17|2|17
+1.3.6.1.2.1.10.7.2.1.1.18|2|18
+1.3.6.1.2.1.10.7.2.1.1.19|2|19
+1.3.6.1.2.1.10.7.2.1.1.20|2|20
+1.3.6.1.2.1.10.7.2.1.1.21|2|21
+1.3.6.1.2.1.10.7.2.1.1.22|2|22
+1.3.6.1.2.1.10.7.2.1.1.23|2|23
+1.3.6.1.2.1.10.7.2.1.1.24|2|24
+1.3.6.1.2.1.10.7.2.1.1.25|2|25
+1.3.6.1.2.1.10.7.2.1.1.26|2|26
+1.3.6.1.2.1.10.7.2.1.1.27|2|27
+1.3.6.1.2.1.10.7.2.1.1.28|2|28
+1.3.6.1.2.1.10.7.2.1.1.29|2|29
+1.3.6.1.2.1.10.7.2.1.1.30|2|30
+1.3.6.1.2.1.10.7.2.1.1.31|2|31
+1.3.6.1.2.1.10.7.2.1.1.32|2|32
+1.3.6.1.2.1.10.7.2.1.1.33|2|33
+1.3.6.1.2.1.10.7.2.1.1.34|2|34
+1.3.6.1.2.1.10.7.2.1.1.35|2|35
+1.3.6.1.2.1.10.7.2.1.1.36|2|36
+1.3.6.1.2.1.10.7.2.1.1.37|2|37
+1.3.6.1.2.1.10.7.2.1.1.38|2|38
+1.3.6.1.2.1.10.7.2.1.1.39|2|39
+1.3.6.1.2.1.10.7.2.1.1.40|2|40
+1.3.6.1.2.1.10.7.2.1.1.41|2|41
+1.3.6.1.2.1.10.7.2.1.1.42|2|42
+1.3.6.1.2.1.10.7.2.1.1.43|2|43
+1.3.6.1.2.1.10.7.2.1.1.44|2|44
+1.3.6.1.2.1.10.7.2.1.1.45|2|45
+1.3.6.1.2.1.10.7.2.1.1.46|2|46
+1.3.6.1.2.1.10.7.2.1.1.47|2|47
+1.3.6.1.2.1.10.7.2.1.1.48|2|48
+1.3.6.1.2.1.10.7.2.1.1.49001|2|49001
+1.3.6.1.2.1.10.7.2.1.1.49002|2|49002
+1.3.6.1.2.1.10.7.2.1.1.49003|2|49003
+1.3.6.1.2.1.10.7.2.1.1.49004|2|49004
+1.3.6.1.2.1.10.7.2.1.1.50001|2|50001
+1.3.6.1.2.1.10.7.2.1.1.50002|2|50002
+1.3.6.1.2.1.10.7.2.1.1.50003|2|50003
+1.3.6.1.2.1.10.7.2.1.1.50004|2|50004
+1.3.6.1.2.1.10.7.2.1.1.51001|2|51001
+1.3.6.1.2.1.10.7.2.1.1.51002|2|51002
+1.3.6.1.2.1.10.7.2.1.1.51003|2|51003
+1.3.6.1.2.1.10.7.2.1.1.51004|2|51004
+1.3.6.1.2.1.10.7.2.1.1.52001|2|52001
+1.3.6.1.2.1.10.7.2.1.1.52002|2|52002
+1.3.6.1.2.1.10.7.2.1.1.52003|2|52003
+1.3.6.1.2.1.10.7.2.1.1.52004|2|52004
+1.3.6.1.2.1.10.7.2.1.1.53001|2|53001
+1.3.6.1.2.1.10.7.2.1.1.53002|2|53002
+1.3.6.1.2.1.10.7.2.1.1.53003|2|53003
+1.3.6.1.2.1.10.7.2.1.1.53004|2|53004
+1.3.6.1.2.1.10.7.2.1.1.54001|2|54001
+1.3.6.1.2.1.10.7.2.1.1.54002|2|54002
+1.3.6.1.2.1.10.7.2.1.1.54003|2|54003
+1.3.6.1.2.1.10.7.2.1.1.54004|2|54004
+1.3.6.1.2.1.10.7.2.1.1.999001|2|999001
+1.3.6.1.2.1.10.7.2.1.2.1|65|0
+1.3.6.1.2.1.10.7.2.1.2.2|65|0
+1.3.6.1.2.1.10.7.2.1.2.3|65|0
+1.3.6.1.2.1.10.7.2.1.2.4|65|0
+1.3.6.1.2.1.10.7.2.1.2.5|65|0
+1.3.6.1.2.1.10.7.2.1.2.6|65|0
+1.3.6.1.2.1.10.7.2.1.2.7|65|0
+1.3.6.1.2.1.10.7.2.1.2.8|65|0
+1.3.6.1.2.1.10.7.2.1.2.9|65|0
+1.3.6.1.2.1.10.7.2.1.2.10|65|0
+1.3.6.1.2.1.10.7.2.1.2.11|65|0
+1.3.6.1.2.1.10.7.2.1.2.12|65|0
+1.3.6.1.2.1.10.7.2.1.2.13|65|0
+1.3.6.1.2.1.10.7.2.1.2.14|65|0
+1.3.6.1.2.1.10.7.2.1.2.15|65|0
+1.3.6.1.2.1.10.7.2.1.2.16|65|0
+1.3.6.1.2.1.10.7.2.1.2.17|65|0
+1.3.6.1.2.1.10.7.2.1.2.18|65|0
+1.3.6.1.2.1.10.7.2.1.2.19|65|0
+1.3.6.1.2.1.10.7.2.1.2.20|65|0
+1.3.6.1.2.1.10.7.2.1.2.21|65|0
+1.3.6.1.2.1.10.7.2.1.2.22|65|0
+1.3.6.1.2.1.10.7.2.1.2.23|65|0
+1.3.6.1.2.1.10.7.2.1.2.24|65|0
+1.3.6.1.2.1.10.7.2.1.2.25|65|0
+1.3.6.1.2.1.10.7.2.1.2.26|65|0
+1.3.6.1.2.1.10.7.2.1.2.27|65|0
+1.3.6.1.2.1.10.7.2.1.2.28|65|0
+1.3.6.1.2.1.10.7.2.1.2.29|65|0
+1.3.6.1.2.1.10.7.2.1.2.30|65|0
+1.3.6.1.2.1.10.7.2.1.2.31|65|0
+1.3.6.1.2.1.10.7.2.1.2.32|65|0
+1.3.6.1.2.1.10.7.2.1.2.33|65|0
+1.3.6.1.2.1.10.7.2.1.2.34|65|0
+1.3.6.1.2.1.10.7.2.1.2.35|65|0
+1.3.6.1.2.1.10.7.2.1.2.36|65|0
+1.3.6.1.2.1.10.7.2.1.2.37|65|0
+1.3.6.1.2.1.10.7.2.1.2.38|65|0
+1.3.6.1.2.1.10.7.2.1.2.39|65|0
+1.3.6.1.2.1.10.7.2.1.2.40|65|0
+1.3.6.1.2.1.10.7.2.1.2.41|65|0
+1.3.6.1.2.1.10.7.2.1.2.42|65|0
+1.3.6.1.2.1.10.7.2.1.2.43|65|0
+1.3.6.1.2.1.10.7.2.1.2.44|65|0
+1.3.6.1.2.1.10.7.2.1.2.45|65|0
+1.3.6.1.2.1.10.7.2.1.2.46|65|0
+1.3.6.1.2.1.10.7.2.1.2.47|65|0
+1.3.6.1.2.1.10.7.2.1.2.48|65|0
+1.3.6.1.2.1.10.7.2.1.2.49001|65|0
+1.3.6.1.2.1.10.7.2.1.2.49002|65|0
+1.3.6.1.2.1.10.7.2.1.2.49003|65|0
+1.3.6.1.2.1.10.7.2.1.2.49004|65|0
+1.3.6.1.2.1.10.7.2.1.2.50001|65|0
+1.3.6.1.2.1.10.7.2.1.2.50002|65|0
+1.3.6.1.2.1.10.7.2.1.2.50003|65|0
+1.3.6.1.2.1.10.7.2.1.2.50004|65|0
+1.3.6.1.2.1.10.7.2.1.2.51001|65|0
+1.3.6.1.2.1.10.7.2.1.2.51002|65|0
+1.3.6.1.2.1.10.7.2.1.2.51003|65|0
+1.3.6.1.2.1.10.7.2.1.2.51004|65|0
+1.3.6.1.2.1.10.7.2.1.2.52001|65|0
+1.3.6.1.2.1.10.7.2.1.2.52002|65|0
+1.3.6.1.2.1.10.7.2.1.2.52003|65|0
+1.3.6.1.2.1.10.7.2.1.2.52004|65|0
+1.3.6.1.2.1.10.7.2.1.2.53001|65|0
+1.3.6.1.2.1.10.7.2.1.2.53002|65|0
+1.3.6.1.2.1.10.7.2.1.2.53003|65|0
+1.3.6.1.2.1.10.7.2.1.2.53004|65|0
+1.3.6.1.2.1.10.7.2.1.2.54001|65|0
+1.3.6.1.2.1.10.7.2.1.2.54002|65|0
+1.3.6.1.2.1.10.7.2.1.2.54003|65|0
+1.3.6.1.2.1.10.7.2.1.2.54004|65|0
+1.3.6.1.2.1.10.7.2.1.2.999001|65|0
+1.3.6.1.2.1.10.7.2.1.3.1|65|0
+1.3.6.1.2.1.10.7.2.1.3.2|65|0
+1.3.6.1.2.1.10.7.2.1.3.3|65|0
+1.3.6.1.2.1.10.7.2.1.3.4|65|0
+1.3.6.1.2.1.10.7.2.1.3.5|65|0
+1.3.6.1.2.1.10.7.2.1.3.6|65|0
+1.3.6.1.2.1.10.7.2.1.3.7|65|0
+1.3.6.1.2.1.10.7.2.1.3.8|65|208
+1.3.6.1.2.1.10.7.2.1.3.9|65|0
+1.3.6.1.2.1.10.7.2.1.3.10|65|0
+1.3.6.1.2.1.10.7.2.1.3.11|65|0
+1.3.6.1.2.1.10.7.2.1.3.12|65|0
+1.3.6.1.2.1.10.7.2.1.3.13|65|0
+1.3.6.1.2.1.10.7.2.1.3.14|65|0
+1.3.6.1.2.1.10.7.2.1.3.15|65|0
+1.3.6.1.2.1.10.7.2.1.3.16|65|0
+1.3.6.1.2.1.10.7.2.1.3.17|65|0
+1.3.6.1.2.1.10.7.2.1.3.18|65|0
+1.3.6.1.2.1.10.7.2.1.3.19|65|14
+1.3.6.1.2.1.10.7.2.1.3.20|65|0
+1.3.6.1.2.1.10.7.2.1.3.21|65|0
+1.3.6.1.2.1.10.7.2.1.3.22|65|0
+1.3.6.1.2.1.10.7.2.1.3.23|65|0
+1.3.6.1.2.1.10.7.2.1.3.24|65|0
+1.3.6.1.2.1.10.7.2.1.3.25|65|0
+1.3.6.1.2.1.10.7.2.1.3.26|65|0
+1.3.6.1.2.1.10.7.2.1.3.27|65|0
+1.3.6.1.2.1.10.7.2.1.3.28|65|0
+1.3.6.1.2.1.10.7.2.1.3.29|65|0
+1.3.6.1.2.1.10.7.2.1.3.30|65|0
+1.3.6.1.2.1.10.7.2.1.3.31|65|0
+1.3.6.1.2.1.10.7.2.1.3.32|65|0
+1.3.6.1.2.1.10.7.2.1.3.33|65|0
+1.3.6.1.2.1.10.7.2.1.3.34|65|0
+1.3.6.1.2.1.10.7.2.1.3.35|65|0
+1.3.6.1.2.1.10.7.2.1.3.36|65|0
+1.3.6.1.2.1.10.7.2.1.3.37|65|0
+1.3.6.1.2.1.10.7.2.1.3.38|65|0
+1.3.6.1.2.1.10.7.2.1.3.39|65|0
+1.3.6.1.2.1.10.7.2.1.3.40|65|0
+1.3.6.1.2.1.10.7.2.1.3.41|65|0
+1.3.6.1.2.1.10.7.2.1.3.42|65|0
+1.3.6.1.2.1.10.7.2.1.3.43|65|0
+1.3.6.1.2.1.10.7.2.1.3.44|65|0
+1.3.6.1.2.1.10.7.2.1.3.45|65|0
+1.3.6.1.2.1.10.7.2.1.3.46|65|2
+1.3.6.1.2.1.10.7.2.1.3.47|65|0
+1.3.6.1.2.1.10.7.2.1.3.48|65|0
+1.3.6.1.2.1.10.7.2.1.3.49001|65|0
+1.3.6.1.2.1.10.7.2.1.3.49002|65|0
+1.3.6.1.2.1.10.7.2.1.3.49003|65|0
+1.3.6.1.2.1.10.7.2.1.3.49004|65|0
+1.3.6.1.2.1.10.7.2.1.3.50001|65|0
+1.3.6.1.2.1.10.7.2.1.3.50002|65|0
+1.3.6.1.2.1.10.7.2.1.3.50003|65|0
+1.3.6.1.2.1.10.7.2.1.3.50004|65|0
+1.3.6.1.2.1.10.7.2.1.3.51001|65|0
+1.3.6.1.2.1.10.7.2.1.3.51002|65|0
+1.3.6.1.2.1.10.7.2.1.3.51003|65|0
+1.3.6.1.2.1.10.7.2.1.3.51004|65|0
+1.3.6.1.2.1.10.7.2.1.3.52001|65|0
+1.3.6.1.2.1.10.7.2.1.3.52002|65|0
+1.3.6.1.2.1.10.7.2.1.3.52003|65|0
+1.3.6.1.2.1.10.7.2.1.3.52004|65|0
+1.3.6.1.2.1.10.7.2.1.3.53001|65|0
+1.3.6.1.2.1.10.7.2.1.3.53002|65|0
+1.3.6.1.2.1.10.7.2.1.3.53003|65|0
+1.3.6.1.2.1.10.7.2.1.3.53004|65|0
+1.3.6.1.2.1.10.7.2.1.3.54001|65|0
+1.3.6.1.2.1.10.7.2.1.3.54002|65|0
+1.3.6.1.2.1.10.7.2.1.3.54003|65|0
+1.3.6.1.2.1.10.7.2.1.3.54004|65|0
+1.3.6.1.2.1.10.7.2.1.3.999001|65|0
+1.3.6.1.2.1.10.7.2.1.4.1|65|0
+1.3.6.1.2.1.10.7.2.1.4.2|65|0
+1.3.6.1.2.1.10.7.2.1.4.3|65|0
+1.3.6.1.2.1.10.7.2.1.4.4|65|0
+1.3.6.1.2.1.10.7.2.1.4.5|65|0
+1.3.6.1.2.1.10.7.2.1.4.6|65|0
+1.3.6.1.2.1.10.7.2.1.4.7|65|0
+1.3.6.1.2.1.10.7.2.1.4.8|65|0
+1.3.6.1.2.1.10.7.2.1.4.9|65|0
+1.3.6.1.2.1.10.7.2.1.4.10|65|0
+1.3.6.1.2.1.10.7.2.1.4.11|65|0
+1.3.6.1.2.1.10.7.2.1.4.12|65|0
+1.3.6.1.2.1.10.7.2.1.4.13|65|0
+1.3.6.1.2.1.10.7.2.1.4.14|65|0
+1.3.6.1.2.1.10.7.2.1.4.15|65|0
+1.3.6.1.2.1.10.7.2.1.4.16|65|0
+1.3.6.1.2.1.10.7.2.1.4.17|65|0
+1.3.6.1.2.1.10.7.2.1.4.18|65|0
+1.3.6.1.2.1.10.7.2.1.4.19|65|0
+1.3.6.1.2.1.10.7.2.1.4.20|65|0
+1.3.6.1.2.1.10.7.2.1.4.21|65|0
+1.3.6.1.2.1.10.7.2.1.4.22|65|0
+1.3.6.1.2.1.10.7.2.1.4.23|65|0
+1.3.6.1.2.1.10.7.2.1.4.24|65|0
+1.3.6.1.2.1.10.7.2.1.4.25|65|0
+1.3.6.1.2.1.10.7.2.1.4.26|65|0
+1.3.6.1.2.1.10.7.2.1.4.27|65|0
+1.3.6.1.2.1.10.7.2.1.4.28|65|0
+1.3.6.1.2.1.10.7.2.1.4.29|65|0
+1.3.6.1.2.1.10.7.2.1.4.30|65|0
+1.3.6.1.2.1.10.7.2.1.4.31|65|0
+1.3.6.1.2.1.10.7.2.1.4.32|65|0
+1.3.6.1.2.1.10.7.2.1.4.33|65|0
+1.3.6.1.2.1.10.7.2.1.4.34|65|0
+1.3.6.1.2.1.10.7.2.1.4.35|65|0
+1.3.6.1.2.1.10.7.2.1.4.36|65|0
+1.3.6.1.2.1.10.7.2.1.4.37|65|0
+1.3.6.1.2.1.10.7.2.1.4.38|65|0
+1.3.6.1.2.1.10.7.2.1.4.39|65|0
+1.3.6.1.2.1.10.7.2.1.4.40|65|0
+1.3.6.1.2.1.10.7.2.1.4.41|65|0
+1.3.6.1.2.1.10.7.2.1.4.42|65|0
+1.3.6.1.2.1.10.7.2.1.4.43|65|0
+1.3.6.1.2.1.10.7.2.1.4.44|65|0
+1.3.6.1.2.1.10.7.2.1.4.45|65|0
+1.3.6.1.2.1.10.7.2.1.4.46|65|0
+1.3.6.1.2.1.10.7.2.1.4.47|65|0
+1.3.6.1.2.1.10.7.2.1.4.48|65|0
+1.3.6.1.2.1.10.7.2.1.4.49001|65|0
+1.3.6.1.2.1.10.7.2.1.4.49002|65|0
+1.3.6.1.2.1.10.7.2.1.4.49003|65|0
+1.3.6.1.2.1.10.7.2.1.4.49004|65|0
+1.3.6.1.2.1.10.7.2.1.4.50001|65|0
+1.3.6.1.2.1.10.7.2.1.4.50002|65|0
+1.3.6.1.2.1.10.7.2.1.4.50003|65|0
+1.3.6.1.2.1.10.7.2.1.4.50004|65|0
+1.3.6.1.2.1.10.7.2.1.4.51001|65|0
+1.3.6.1.2.1.10.7.2.1.4.51002|65|0
+1.3.6.1.2.1.10.7.2.1.4.51003|65|0
+1.3.6.1.2.1.10.7.2.1.4.51004|65|0
+1.3.6.1.2.1.10.7.2.1.4.52001|65|0
+1.3.6.1.2.1.10.7.2.1.4.52002|65|0
+1.3.6.1.2.1.10.7.2.1.4.52003|65|0
+1.3.6.1.2.1.10.7.2.1.4.52004|65|0
+1.3.6.1.2.1.10.7.2.1.4.53001|65|0
+1.3.6.1.2.1.10.7.2.1.4.53002|65|0
+1.3.6.1.2.1.10.7.2.1.4.53003|65|0
+1.3.6.1.2.1.10.7.2.1.4.53004|65|0
+1.3.6.1.2.1.10.7.2.1.4.54001|65|0
+1.3.6.1.2.1.10.7.2.1.4.54002|65|0
+1.3.6.1.2.1.10.7.2.1.4.54003|65|0
+1.3.6.1.2.1.10.7.2.1.4.54004|65|0
+1.3.6.1.2.1.10.7.2.1.4.999001|65|0
+1.3.6.1.2.1.10.7.2.1.5.1|65|0
+1.3.6.1.2.1.10.7.2.1.5.2|65|0
+1.3.6.1.2.1.10.7.2.1.5.3|65|0
+1.3.6.1.2.1.10.7.2.1.5.4|65|0
+1.3.6.1.2.1.10.7.2.1.5.5|65|0
+1.3.6.1.2.1.10.7.2.1.5.6|65|0
+1.3.6.1.2.1.10.7.2.1.5.7|65|0
+1.3.6.1.2.1.10.7.2.1.5.8|65|0
+1.3.6.1.2.1.10.7.2.1.5.9|65|0
+1.3.6.1.2.1.10.7.2.1.5.10|65|0
+1.3.6.1.2.1.10.7.2.1.5.11|65|0
+1.3.6.1.2.1.10.7.2.1.5.12|65|0
+1.3.6.1.2.1.10.7.2.1.5.13|65|0
+1.3.6.1.2.1.10.7.2.1.5.14|65|0
+1.3.6.1.2.1.10.7.2.1.5.15|65|0
+1.3.6.1.2.1.10.7.2.1.5.16|65|0
+1.3.6.1.2.1.10.7.2.1.5.17|65|0
+1.3.6.1.2.1.10.7.2.1.5.18|65|0
+1.3.6.1.2.1.10.7.2.1.5.19|65|0
+1.3.6.1.2.1.10.7.2.1.5.20|65|0
+1.3.6.1.2.1.10.7.2.1.5.21|65|0
+1.3.6.1.2.1.10.7.2.1.5.22|65|0
+1.3.6.1.2.1.10.7.2.1.5.23|65|0
+1.3.6.1.2.1.10.7.2.1.5.24|65|0
+1.3.6.1.2.1.10.7.2.1.5.25|65|0
+1.3.6.1.2.1.10.7.2.1.5.26|65|0
+1.3.6.1.2.1.10.7.2.1.5.27|65|0
+1.3.6.1.2.1.10.7.2.1.5.28|65|0
+1.3.6.1.2.1.10.7.2.1.5.29|65|0
+1.3.6.1.2.1.10.7.2.1.5.30|65|0
+1.3.6.1.2.1.10.7.2.1.5.31|65|0
+1.3.6.1.2.1.10.7.2.1.5.32|65|0
+1.3.6.1.2.1.10.7.2.1.5.33|65|0
+1.3.6.1.2.1.10.7.2.1.5.34|65|0
+1.3.6.1.2.1.10.7.2.1.5.35|65|0
+1.3.6.1.2.1.10.7.2.1.5.36|65|0
+1.3.6.1.2.1.10.7.2.1.5.37|65|0
+1.3.6.1.2.1.10.7.2.1.5.38|65|0
+1.3.6.1.2.1.10.7.2.1.5.39|65|0
+1.3.6.1.2.1.10.7.2.1.5.40|65|0
+1.3.6.1.2.1.10.7.2.1.5.41|65|0
+1.3.6.1.2.1.10.7.2.1.5.42|65|0
+1.3.6.1.2.1.10.7.2.1.5.43|65|0
+1.3.6.1.2.1.10.7.2.1.5.44|65|0
+1.3.6.1.2.1.10.7.2.1.5.45|65|0
+1.3.6.1.2.1.10.7.2.1.5.46|65|0
+1.3.6.1.2.1.10.7.2.1.5.47|65|0
+1.3.6.1.2.1.10.7.2.1.5.48|65|0
+1.3.6.1.2.1.10.7.2.1.5.49001|65|0
+1.3.6.1.2.1.10.7.2.1.5.49002|65|0
+1.3.6.1.2.1.10.7.2.1.5.49003|65|0
+1.3.6.1.2.1.10.7.2.1.5.49004|65|0
+1.3.6.1.2.1.10.7.2.1.5.50001|65|0
+1.3.6.1.2.1.10.7.2.1.5.50002|65|0
+1.3.6.1.2.1.10.7.2.1.5.50003|65|0
+1.3.6.1.2.1.10.7.2.1.5.50004|65|0
+1.3.6.1.2.1.10.7.2.1.5.51001|65|0
+1.3.6.1.2.1.10.7.2.1.5.51002|65|0
+1.3.6.1.2.1.10.7.2.1.5.51003|65|0
+1.3.6.1.2.1.10.7.2.1.5.51004|65|0
+1.3.6.1.2.1.10.7.2.1.5.52001|65|0
+1.3.6.1.2.1.10.7.2.1.5.52002|65|0
+1.3.6.1.2.1.10.7.2.1.5.52003|65|0
+1.3.6.1.2.1.10.7.2.1.5.52004|65|0
+1.3.6.1.2.1.10.7.2.1.5.53001|65|0
+1.3.6.1.2.1.10.7.2.1.5.53002|65|0
+1.3.6.1.2.1.10.7.2.1.5.53003|65|0
+1.3.6.1.2.1.10.7.2.1.5.53004|65|0
+1.3.6.1.2.1.10.7.2.1.5.54001|65|0
+1.3.6.1.2.1.10.7.2.1.5.54002|65|0
+1.3.6.1.2.1.10.7.2.1.5.54003|65|0
+1.3.6.1.2.1.10.7.2.1.5.54004|65|0
+1.3.6.1.2.1.10.7.2.1.5.999001|65|0
+1.3.6.1.2.1.10.7.2.1.6.1|65|0
+1.3.6.1.2.1.10.7.2.1.6.2|65|0
+1.3.6.1.2.1.10.7.2.1.6.3|65|0
+1.3.6.1.2.1.10.7.2.1.6.4|65|0
+1.3.6.1.2.1.10.7.2.1.6.5|65|0
+1.3.6.1.2.1.10.7.2.1.6.6|65|0
+1.3.6.1.2.1.10.7.2.1.6.7|65|0
+1.3.6.1.2.1.10.7.2.1.6.8|65|0
+1.3.6.1.2.1.10.7.2.1.6.9|65|0
+1.3.6.1.2.1.10.7.2.1.6.10|65|0
+1.3.6.1.2.1.10.7.2.1.6.11|65|0
+1.3.6.1.2.1.10.7.2.1.6.12|65|0
+1.3.6.1.2.1.10.7.2.1.6.13|65|0
+1.3.6.1.2.1.10.7.2.1.6.14|65|0
+1.3.6.1.2.1.10.7.2.1.6.15|65|0
+1.3.6.1.2.1.10.7.2.1.6.16|65|0
+1.3.6.1.2.1.10.7.2.1.6.17|65|0
+1.3.6.1.2.1.10.7.2.1.6.18|65|0
+1.3.6.1.2.1.10.7.2.1.6.19|65|0
+1.3.6.1.2.1.10.7.2.1.6.20|65|0
+1.3.6.1.2.1.10.7.2.1.6.21|65|0
+1.3.6.1.2.1.10.7.2.1.6.22|65|0
+1.3.6.1.2.1.10.7.2.1.6.23|65|0
+1.3.6.1.2.1.10.7.2.1.6.24|65|0
+1.3.6.1.2.1.10.7.2.1.6.25|65|0
+1.3.6.1.2.1.10.7.2.1.6.26|65|0
+1.3.6.1.2.1.10.7.2.1.6.27|65|0
+1.3.6.1.2.1.10.7.2.1.6.28|65|0
+1.3.6.1.2.1.10.7.2.1.6.29|65|0
+1.3.6.1.2.1.10.7.2.1.6.30|65|0
+1.3.6.1.2.1.10.7.2.1.6.31|65|0
+1.3.6.1.2.1.10.7.2.1.6.32|65|0
+1.3.6.1.2.1.10.7.2.1.6.33|65|0
+1.3.6.1.2.1.10.7.2.1.6.34|65|0
+1.3.6.1.2.1.10.7.2.1.6.35|65|0
+1.3.6.1.2.1.10.7.2.1.6.36|65|0
+1.3.6.1.2.1.10.7.2.1.6.37|65|0
+1.3.6.1.2.1.10.7.2.1.6.38|65|0
+1.3.6.1.2.1.10.7.2.1.6.39|65|0
+1.3.6.1.2.1.10.7.2.1.6.40|65|0
+1.3.6.1.2.1.10.7.2.1.6.41|65|0
+1.3.6.1.2.1.10.7.2.1.6.42|65|0
+1.3.6.1.2.1.10.7.2.1.6.43|65|0
+1.3.6.1.2.1.10.7.2.1.6.44|65|0
+1.3.6.1.2.1.10.7.2.1.6.45|65|0
+1.3.6.1.2.1.10.7.2.1.6.46|65|0
+1.3.6.1.2.1.10.7.2.1.6.47|65|0
+1.3.6.1.2.1.10.7.2.1.6.48|65|0
+1.3.6.1.2.1.10.7.2.1.6.49001|65|0
+1.3.6.1.2.1.10.7.2.1.6.49002|65|0
+1.3.6.1.2.1.10.7.2.1.6.49003|65|0
+1.3.6.1.2.1.10.7.2.1.6.49004|65|0
+1.3.6.1.2.1.10.7.2.1.6.50001|65|0
+1.3.6.1.2.1.10.7.2.1.6.50002|65|0
+1.3.6.1.2.1.10.7.2.1.6.50003|65|0
+1.3.6.1.2.1.10.7.2.1.6.50004|65|0
+1.3.6.1.2.1.10.7.2.1.6.51001|65|0
+1.3.6.1.2.1.10.7.2.1.6.51002|65|0
+1.3.6.1.2.1.10.7.2.1.6.51003|65|0
+1.3.6.1.2.1.10.7.2.1.6.51004|65|0
+1.3.6.1.2.1.10.7.2.1.6.52001|65|0
+1.3.6.1.2.1.10.7.2.1.6.52002|65|0
+1.3.6.1.2.1.10.7.2.1.6.52003|65|0
+1.3.6.1.2.1.10.7.2.1.6.52004|65|0
+1.3.6.1.2.1.10.7.2.1.6.53001|65|0
+1.3.6.1.2.1.10.7.2.1.6.53002|65|0
+1.3.6.1.2.1.10.7.2.1.6.53003|65|0
+1.3.6.1.2.1.10.7.2.1.6.53004|65|0
+1.3.6.1.2.1.10.7.2.1.6.54001|65|0
+1.3.6.1.2.1.10.7.2.1.6.54002|65|0
+1.3.6.1.2.1.10.7.2.1.6.54003|65|0
+1.3.6.1.2.1.10.7.2.1.6.54004|65|0
+1.3.6.1.2.1.10.7.2.1.6.999001|65|0
+1.3.6.1.2.1.10.7.2.1.7.1|65|0
+1.3.6.1.2.1.10.7.2.1.7.2|65|0
+1.3.6.1.2.1.10.7.2.1.7.3|65|0
+1.3.6.1.2.1.10.7.2.1.7.4|65|0
+1.3.6.1.2.1.10.7.2.1.7.5|65|0
+1.3.6.1.2.1.10.7.2.1.7.6|65|0
+1.3.6.1.2.1.10.7.2.1.7.7|65|0
+1.3.6.1.2.1.10.7.2.1.7.8|65|0
+1.3.6.1.2.1.10.7.2.1.7.9|65|0
+1.3.6.1.2.1.10.7.2.1.7.10|65|0
+1.3.6.1.2.1.10.7.2.1.7.11|65|0
+1.3.6.1.2.1.10.7.2.1.7.12|65|0
+1.3.6.1.2.1.10.7.2.1.7.13|65|0
+1.3.6.1.2.1.10.7.2.1.7.14|65|0
+1.3.6.1.2.1.10.7.2.1.7.15|65|0
+1.3.6.1.2.1.10.7.2.1.7.16|65|0
+1.3.6.1.2.1.10.7.2.1.7.17|65|0
+1.3.6.1.2.1.10.7.2.1.7.18|65|0
+1.3.6.1.2.1.10.7.2.1.7.19|65|0
+1.3.6.1.2.1.10.7.2.1.7.20|65|0
+1.3.6.1.2.1.10.7.2.1.7.21|65|0
+1.3.6.1.2.1.10.7.2.1.7.22|65|0
+1.3.6.1.2.1.10.7.2.1.7.23|65|0
+1.3.6.1.2.1.10.7.2.1.7.24|65|0
+1.3.6.1.2.1.10.7.2.1.7.25|65|0
+1.3.6.1.2.1.10.7.2.1.7.26|65|0
+1.3.6.1.2.1.10.7.2.1.7.27|65|0
+1.3.6.1.2.1.10.7.2.1.7.28|65|0
+1.3.6.1.2.1.10.7.2.1.7.29|65|0
+1.3.6.1.2.1.10.7.2.1.7.30|65|0
+1.3.6.1.2.1.10.7.2.1.7.31|65|0
+1.3.6.1.2.1.10.7.2.1.7.32|65|0
+1.3.6.1.2.1.10.7.2.1.7.33|65|0
+1.3.6.1.2.1.10.7.2.1.7.34|65|0
+1.3.6.1.2.1.10.7.2.1.7.35|65|0
+1.3.6.1.2.1.10.7.2.1.7.36|65|0
+1.3.6.1.2.1.10.7.2.1.7.37|65|0
+1.3.6.1.2.1.10.7.2.1.7.38|65|0
+1.3.6.1.2.1.10.7.2.1.7.39|65|0
+1.3.6.1.2.1.10.7.2.1.7.40|65|0
+1.3.6.1.2.1.10.7.2.1.7.41|65|0
+1.3.6.1.2.1.10.7.2.1.7.42|65|0
+1.3.6.1.2.1.10.7.2.1.7.43|65|0
+1.3.6.1.2.1.10.7.2.1.7.44|65|0
+1.3.6.1.2.1.10.7.2.1.7.45|65|0
+1.3.6.1.2.1.10.7.2.1.7.46|65|0
+1.3.6.1.2.1.10.7.2.1.7.47|65|0
+1.3.6.1.2.1.10.7.2.1.7.48|65|0
+1.3.6.1.2.1.10.7.2.1.7.49001|65|0
+1.3.6.1.2.1.10.7.2.1.7.49002|65|0
+1.3.6.1.2.1.10.7.2.1.7.49003|65|0
+1.3.6.1.2.1.10.7.2.1.7.49004|65|0
+1.3.6.1.2.1.10.7.2.1.7.50001|65|0
+1.3.6.1.2.1.10.7.2.1.7.50002|65|0
+1.3.6.1.2.1.10.7.2.1.7.50003|65|0
+1.3.6.1.2.1.10.7.2.1.7.50004|65|0
+1.3.6.1.2.1.10.7.2.1.7.51001|65|0
+1.3.6.1.2.1.10.7.2.1.7.51002|65|0
+1.3.6.1.2.1.10.7.2.1.7.51003|65|0
+1.3.6.1.2.1.10.7.2.1.7.51004|65|0
+1.3.6.1.2.1.10.7.2.1.7.52001|65|0
+1.3.6.1.2.1.10.7.2.1.7.52002|65|0
+1.3.6.1.2.1.10.7.2.1.7.52003|65|0
+1.3.6.1.2.1.10.7.2.1.7.52004|65|0
+1.3.6.1.2.1.10.7.2.1.7.53001|65|0
+1.3.6.1.2.1.10.7.2.1.7.53002|65|0
+1.3.6.1.2.1.10.7.2.1.7.53003|65|0
+1.3.6.1.2.1.10.7.2.1.7.53004|65|0
+1.3.6.1.2.1.10.7.2.1.7.54001|65|0
+1.3.6.1.2.1.10.7.2.1.7.54002|65|0
+1.3.6.1.2.1.10.7.2.1.7.54003|65|0
+1.3.6.1.2.1.10.7.2.1.7.54004|65|0
+1.3.6.1.2.1.10.7.2.1.7.999001|65|0
+1.3.6.1.2.1.10.7.2.1.8.1|65|0
+1.3.6.1.2.1.10.7.2.1.8.2|65|0
+1.3.6.1.2.1.10.7.2.1.8.3|65|0
+1.3.6.1.2.1.10.7.2.1.8.4|65|0
+1.3.6.1.2.1.10.7.2.1.8.5|65|0
+1.3.6.1.2.1.10.7.2.1.8.6|65|0
+1.3.6.1.2.1.10.7.2.1.8.7|65|0
+1.3.6.1.2.1.10.7.2.1.8.8|65|0
+1.3.6.1.2.1.10.7.2.1.8.9|65|0
+1.3.6.1.2.1.10.7.2.1.8.10|65|0
+1.3.6.1.2.1.10.7.2.1.8.11|65|0
+1.3.6.1.2.1.10.7.2.1.8.12|65|0
+1.3.6.1.2.1.10.7.2.1.8.13|65|0
+1.3.6.1.2.1.10.7.2.1.8.14|65|0
+1.3.6.1.2.1.10.7.2.1.8.15|65|0
+1.3.6.1.2.1.10.7.2.1.8.16|65|0
+1.3.6.1.2.1.10.7.2.1.8.17|65|0
+1.3.6.1.2.1.10.7.2.1.8.18|65|0
+1.3.6.1.2.1.10.7.2.1.8.19|65|0
+1.3.6.1.2.1.10.7.2.1.8.20|65|0
+1.3.6.1.2.1.10.7.2.1.8.21|65|0
+1.3.6.1.2.1.10.7.2.1.8.22|65|0
+1.3.6.1.2.1.10.7.2.1.8.23|65|0
+1.3.6.1.2.1.10.7.2.1.8.24|65|0
+1.3.6.1.2.1.10.7.2.1.8.25|65|0
+1.3.6.1.2.1.10.7.2.1.8.26|65|0
+1.3.6.1.2.1.10.7.2.1.8.27|65|0
+1.3.6.1.2.1.10.7.2.1.8.28|65|0
+1.3.6.1.2.1.10.7.2.1.8.29|65|0
+1.3.6.1.2.1.10.7.2.1.8.30|65|0
+1.3.6.1.2.1.10.7.2.1.8.31|65|0
+1.3.6.1.2.1.10.7.2.1.8.32|65|0
+1.3.6.1.2.1.10.7.2.1.8.33|65|0
+1.3.6.1.2.1.10.7.2.1.8.34|65|0
+1.3.6.1.2.1.10.7.2.1.8.35|65|0
+1.3.6.1.2.1.10.7.2.1.8.36|65|0
+1.3.6.1.2.1.10.7.2.1.8.37|65|0
+1.3.6.1.2.1.10.7.2.1.8.38|65|0
+1.3.6.1.2.1.10.7.2.1.8.39|65|0
+1.3.6.1.2.1.10.7.2.1.8.40|65|0
+1.3.6.1.2.1.10.7.2.1.8.41|65|0
+1.3.6.1.2.1.10.7.2.1.8.42|65|0
+1.3.6.1.2.1.10.7.2.1.8.43|65|0
+1.3.6.1.2.1.10.7.2.1.8.44|65|0
+1.3.6.1.2.1.10.7.2.1.8.45|65|0
+1.3.6.1.2.1.10.7.2.1.8.46|65|0
+1.3.6.1.2.1.10.7.2.1.8.47|65|0
+1.3.6.1.2.1.10.7.2.1.8.48|65|0
+1.3.6.1.2.1.10.7.2.1.8.49001|65|0
+1.3.6.1.2.1.10.7.2.1.8.49002|65|0
+1.3.6.1.2.1.10.7.2.1.8.49003|65|0
+1.3.6.1.2.1.10.7.2.1.8.49004|65|0
+1.3.6.1.2.1.10.7.2.1.8.50001|65|0
+1.3.6.1.2.1.10.7.2.1.8.50002|65|0
+1.3.6.1.2.1.10.7.2.1.8.50003|65|0
+1.3.6.1.2.1.10.7.2.1.8.50004|65|0
+1.3.6.1.2.1.10.7.2.1.8.51001|65|0
+1.3.6.1.2.1.10.7.2.1.8.51002|65|0
+1.3.6.1.2.1.10.7.2.1.8.51003|65|0
+1.3.6.1.2.1.10.7.2.1.8.51004|65|0
+1.3.6.1.2.1.10.7.2.1.8.52001|65|0
+1.3.6.1.2.1.10.7.2.1.8.52002|65|0
+1.3.6.1.2.1.10.7.2.1.8.52003|65|0
+1.3.6.1.2.1.10.7.2.1.8.52004|65|0
+1.3.6.1.2.1.10.7.2.1.8.53001|65|0
+1.3.6.1.2.1.10.7.2.1.8.53002|65|0
+1.3.6.1.2.1.10.7.2.1.8.53003|65|0
+1.3.6.1.2.1.10.7.2.1.8.53004|65|0
+1.3.6.1.2.1.10.7.2.1.8.54001|65|0
+1.3.6.1.2.1.10.7.2.1.8.54002|65|0
+1.3.6.1.2.1.10.7.2.1.8.54003|65|0
+1.3.6.1.2.1.10.7.2.1.8.54004|65|0
+1.3.6.1.2.1.10.7.2.1.8.999001|65|0
+1.3.6.1.2.1.10.7.2.1.9.1|65|0
+1.3.6.1.2.1.10.7.2.1.9.2|65|0
+1.3.6.1.2.1.10.7.2.1.9.3|65|0
+1.3.6.1.2.1.10.7.2.1.9.4|65|0
+1.3.6.1.2.1.10.7.2.1.9.5|65|0
+1.3.6.1.2.1.10.7.2.1.9.6|65|0
+1.3.6.1.2.1.10.7.2.1.9.7|65|0
+1.3.6.1.2.1.10.7.2.1.9.8|65|0
+1.3.6.1.2.1.10.7.2.1.9.9|65|0
+1.3.6.1.2.1.10.7.2.1.9.10|65|0
+1.3.6.1.2.1.10.7.2.1.9.11|65|0
+1.3.6.1.2.1.10.7.2.1.9.12|65|0
+1.3.6.1.2.1.10.7.2.1.9.13|65|0
+1.3.6.1.2.1.10.7.2.1.9.14|65|0
+1.3.6.1.2.1.10.7.2.1.9.15|65|0
+1.3.6.1.2.1.10.7.2.1.9.16|65|0
+1.3.6.1.2.1.10.7.2.1.9.17|65|0
+1.3.6.1.2.1.10.7.2.1.9.18|65|0
+1.3.6.1.2.1.10.7.2.1.9.19|65|0
+1.3.6.1.2.1.10.7.2.1.9.20|65|0
+1.3.6.1.2.1.10.7.2.1.9.21|65|0
+1.3.6.1.2.1.10.7.2.1.9.22|65|0
+1.3.6.1.2.1.10.7.2.1.9.23|65|0
+1.3.6.1.2.1.10.7.2.1.9.24|65|0
+1.3.6.1.2.1.10.7.2.1.9.25|65|0
+1.3.6.1.2.1.10.7.2.1.9.26|65|0
+1.3.6.1.2.1.10.7.2.1.9.27|65|0
+1.3.6.1.2.1.10.7.2.1.9.28|65|0
+1.3.6.1.2.1.10.7.2.1.9.29|65|0
+1.3.6.1.2.1.10.7.2.1.9.30|65|0
+1.3.6.1.2.1.10.7.2.1.9.31|65|0
+1.3.6.1.2.1.10.7.2.1.9.32|65|0
+1.3.6.1.2.1.10.7.2.1.9.33|65|0
+1.3.6.1.2.1.10.7.2.1.9.34|65|0
+1.3.6.1.2.1.10.7.2.1.9.35|65|0
+1.3.6.1.2.1.10.7.2.1.9.36|65|0
+1.3.6.1.2.1.10.7.2.1.9.37|65|0
+1.3.6.1.2.1.10.7.2.1.9.38|65|0
+1.3.6.1.2.1.10.7.2.1.9.39|65|0
+1.3.6.1.2.1.10.7.2.1.9.40|65|0
+1.3.6.1.2.1.10.7.2.1.9.41|65|0
+1.3.6.1.2.1.10.7.2.1.9.42|65|0
+1.3.6.1.2.1.10.7.2.1.9.43|65|0
+1.3.6.1.2.1.10.7.2.1.9.44|65|0
+1.3.6.1.2.1.10.7.2.1.9.45|65|0
+1.3.6.1.2.1.10.7.2.1.9.46|65|0
+1.3.6.1.2.1.10.7.2.1.9.47|65|0
+1.3.6.1.2.1.10.7.2.1.9.48|65|0
+1.3.6.1.2.1.10.7.2.1.9.49001|65|0
+1.3.6.1.2.1.10.7.2.1.9.49002|65|0
+1.3.6.1.2.1.10.7.2.1.9.49003|65|0
+1.3.6.1.2.1.10.7.2.1.9.49004|65|0
+1.3.6.1.2.1.10.7.2.1.9.50001|65|0
+1.3.6.1.2.1.10.7.2.1.9.50002|65|0
+1.3.6.1.2.1.10.7.2.1.9.50003|65|0
+1.3.6.1.2.1.10.7.2.1.9.50004|65|0
+1.3.6.1.2.1.10.7.2.1.9.51001|65|0
+1.3.6.1.2.1.10.7.2.1.9.51002|65|0
+1.3.6.1.2.1.10.7.2.1.9.51003|65|0
+1.3.6.1.2.1.10.7.2.1.9.51004|65|0
+1.3.6.1.2.1.10.7.2.1.9.52001|65|0
+1.3.6.1.2.1.10.7.2.1.9.52002|65|0
+1.3.6.1.2.1.10.7.2.1.9.52003|65|0
+1.3.6.1.2.1.10.7.2.1.9.52004|65|0
+1.3.6.1.2.1.10.7.2.1.9.53001|65|0
+1.3.6.1.2.1.10.7.2.1.9.53002|65|0
+1.3.6.1.2.1.10.7.2.1.9.53003|65|0
+1.3.6.1.2.1.10.7.2.1.9.53004|65|0
+1.3.6.1.2.1.10.7.2.1.9.54001|65|0
+1.3.6.1.2.1.10.7.2.1.9.54002|65|0
+1.3.6.1.2.1.10.7.2.1.9.54003|65|0
+1.3.6.1.2.1.10.7.2.1.9.54004|65|0
+1.3.6.1.2.1.10.7.2.1.9.999001|65|0
+1.3.6.1.2.1.10.7.2.1.10.1|65|0
+1.3.6.1.2.1.10.7.2.1.10.2|65|11
+1.3.6.1.2.1.10.7.2.1.10.3|65|0
+1.3.6.1.2.1.10.7.2.1.10.4|65|0
+1.3.6.1.2.1.10.7.2.1.10.5|65|0
+1.3.6.1.2.1.10.7.2.1.10.6|65|15
+1.3.6.1.2.1.10.7.2.1.10.7|65|16
+1.3.6.1.2.1.10.7.2.1.10.8|65|12
+1.3.6.1.2.1.10.7.2.1.10.9|65|0
+1.3.6.1.2.1.10.7.2.1.10.10|65|0
+1.3.6.1.2.1.10.7.2.1.10.11|65|0
+1.3.6.1.2.1.10.7.2.1.10.12|65|0
+1.3.6.1.2.1.10.7.2.1.10.13|65|2
+1.3.6.1.2.1.10.7.2.1.10.14|65|0
+1.3.6.1.2.1.10.7.2.1.10.15|65|0
+1.3.6.1.2.1.10.7.2.1.10.16|65|0
+1.3.6.1.2.1.10.7.2.1.10.17|65|2
+1.3.6.1.2.1.10.7.2.1.10.18|65|2
+1.3.6.1.2.1.10.7.2.1.10.19|65|2
+1.3.6.1.2.1.10.7.2.1.10.20|65|2
+1.3.6.1.2.1.10.7.2.1.10.21|65|2
+1.3.6.1.2.1.10.7.2.1.10.22|65|2
+1.3.6.1.2.1.10.7.2.1.10.23|65|0
+1.3.6.1.2.1.10.7.2.1.10.24|65|0
+1.3.6.1.2.1.10.7.2.1.10.25|65|0
+1.3.6.1.2.1.10.7.2.1.10.26|65|0
+1.3.6.1.2.1.10.7.2.1.10.27|65|0
+1.3.6.1.2.1.10.7.2.1.10.28|65|0
+1.3.6.1.2.1.10.7.2.1.10.29|65|0
+1.3.6.1.2.1.10.7.2.1.10.30|65|0
+1.3.6.1.2.1.10.7.2.1.10.31|65|0
+1.3.6.1.2.1.10.7.2.1.10.32|65|0
+1.3.6.1.2.1.10.7.2.1.10.33|65|0
+1.3.6.1.2.1.10.7.2.1.10.34|65|0
+1.3.6.1.2.1.10.7.2.1.10.35|65|0
+1.3.6.1.2.1.10.7.2.1.10.36|65|0
+1.3.6.1.2.1.10.7.2.1.10.37|65|0
+1.3.6.1.2.1.10.7.2.1.10.38|65|0
+1.3.6.1.2.1.10.7.2.1.10.39|65|0
+1.3.6.1.2.1.10.7.2.1.10.40|65|0
+1.3.6.1.2.1.10.7.2.1.10.41|65|0
+1.3.6.1.2.1.10.7.2.1.10.42|65|0
+1.3.6.1.2.1.10.7.2.1.10.43|65|0
+1.3.6.1.2.1.10.7.2.1.10.44|65|0
+1.3.6.1.2.1.10.7.2.1.10.45|65|2
+1.3.6.1.2.1.10.7.2.1.10.46|65|0
+1.3.6.1.2.1.10.7.2.1.10.47|65|0
+1.3.6.1.2.1.10.7.2.1.10.48|65|0
+1.3.6.1.2.1.10.7.2.1.10.49001|65|0
+1.3.6.1.2.1.10.7.2.1.10.49002|65|0
+1.3.6.1.2.1.10.7.2.1.10.49003|65|0
+1.3.6.1.2.1.10.7.2.1.10.49004|65|0
+1.3.6.1.2.1.10.7.2.1.10.50001|65|0
+1.3.6.1.2.1.10.7.2.1.10.50002|65|0
+1.3.6.1.2.1.10.7.2.1.10.50003|65|0
+1.3.6.1.2.1.10.7.2.1.10.50004|65|0
+1.3.6.1.2.1.10.7.2.1.10.51001|65|0
+1.3.6.1.2.1.10.7.2.1.10.51002|65|0
+1.3.6.1.2.1.10.7.2.1.10.51003|65|0
+1.3.6.1.2.1.10.7.2.1.10.51004|65|0
+1.3.6.1.2.1.10.7.2.1.10.52001|65|0
+1.3.6.1.2.1.10.7.2.1.10.52002|65|0
+1.3.6.1.2.1.10.7.2.1.10.52003|65|0
+1.3.6.1.2.1.10.7.2.1.10.52004|65|0
+1.3.6.1.2.1.10.7.2.1.10.53001|65|0
+1.3.6.1.2.1.10.7.2.1.10.53002|65|0
+1.3.6.1.2.1.10.7.2.1.10.53003|65|0
+1.3.6.1.2.1.10.7.2.1.10.53004|65|0
+1.3.6.1.2.1.10.7.2.1.10.54001|65|0
+1.3.6.1.2.1.10.7.2.1.10.54002|65|0
+1.3.6.1.2.1.10.7.2.1.10.54003|65|0
+1.3.6.1.2.1.10.7.2.1.10.54004|65|0
+1.3.6.1.2.1.10.7.2.1.10.999001|65|0
+1.3.6.1.2.1.10.7.2.1.11.1|65|0
+1.3.6.1.2.1.10.7.2.1.11.2|65|0
+1.3.6.1.2.1.10.7.2.1.11.3|65|0
+1.3.6.1.2.1.10.7.2.1.11.4|65|0
+1.3.6.1.2.1.10.7.2.1.11.5|65|0
+1.3.6.1.2.1.10.7.2.1.11.6|65|0
+1.3.6.1.2.1.10.7.2.1.11.7|65|0
+1.3.6.1.2.1.10.7.2.1.11.8|65|0
+1.3.6.1.2.1.10.7.2.1.11.9|65|0
+1.3.6.1.2.1.10.7.2.1.11.10|65|0
+1.3.6.1.2.1.10.7.2.1.11.11|65|0
+1.3.6.1.2.1.10.7.2.1.11.12|65|0
+1.3.6.1.2.1.10.7.2.1.11.13|65|0
+1.3.6.1.2.1.10.7.2.1.11.14|65|0
+1.3.6.1.2.1.10.7.2.1.11.15|65|0
+1.3.6.1.2.1.10.7.2.1.11.16|65|0
+1.3.6.1.2.1.10.7.2.1.11.17|65|0
+1.3.6.1.2.1.10.7.2.1.11.18|65|0
+1.3.6.1.2.1.10.7.2.1.11.19|65|0
+1.3.6.1.2.1.10.7.2.1.11.20|65|0
+1.3.6.1.2.1.10.7.2.1.11.21|65|0
+1.3.6.1.2.1.10.7.2.1.11.22|65|0
+1.3.6.1.2.1.10.7.2.1.11.23|65|0
+1.3.6.1.2.1.10.7.2.1.11.24|65|0
+1.3.6.1.2.1.10.7.2.1.11.25|65|0
+1.3.6.1.2.1.10.7.2.1.11.26|65|0
+1.3.6.1.2.1.10.7.2.1.11.27|65|0
+1.3.6.1.2.1.10.7.2.1.11.28|65|0
+1.3.6.1.2.1.10.7.2.1.11.29|65|0
+1.3.6.1.2.1.10.7.2.1.11.30|65|0
+1.3.6.1.2.1.10.7.2.1.11.31|65|0
+1.3.6.1.2.1.10.7.2.1.11.32|65|0
+1.3.6.1.2.1.10.7.2.1.11.33|65|0
+1.3.6.1.2.1.10.7.2.1.11.34|65|0
+1.3.6.1.2.1.10.7.2.1.11.35|65|0
+1.3.6.1.2.1.10.7.2.1.11.36|65|0
+1.3.6.1.2.1.10.7.2.1.11.37|65|0
+1.3.6.1.2.1.10.7.2.1.11.38|65|0
+1.3.6.1.2.1.10.7.2.1.11.39|65|0
+1.3.6.1.2.1.10.7.2.1.11.40|65|0
+1.3.6.1.2.1.10.7.2.1.11.41|65|0
+1.3.6.1.2.1.10.7.2.1.11.42|65|0
+1.3.6.1.2.1.10.7.2.1.11.43|65|0
+1.3.6.1.2.1.10.7.2.1.11.44|65|0
+1.3.6.1.2.1.10.7.2.1.11.45|65|0
+1.3.6.1.2.1.10.7.2.1.11.46|65|0
+1.3.6.1.2.1.10.7.2.1.11.47|65|0
+1.3.6.1.2.1.10.7.2.1.11.48|65|0
+1.3.6.1.2.1.10.7.2.1.11.49001|65|0
+1.3.6.1.2.1.10.7.2.1.11.49002|65|0
+1.3.6.1.2.1.10.7.2.1.11.49003|65|0
+1.3.6.1.2.1.10.7.2.1.11.49004|65|0
+1.3.6.1.2.1.10.7.2.1.11.50001|65|0
+1.3.6.1.2.1.10.7.2.1.11.50002|65|0
+1.3.6.1.2.1.10.7.2.1.11.50003|65|0
+1.3.6.1.2.1.10.7.2.1.11.50004|65|0
+1.3.6.1.2.1.10.7.2.1.11.51001|65|0
+1.3.6.1.2.1.10.7.2.1.11.51002|65|0
+1.3.6.1.2.1.10.7.2.1.11.51003|65|0
+1.3.6.1.2.1.10.7.2.1.11.51004|65|0
+1.3.6.1.2.1.10.7.2.1.11.52001|65|0
+1.3.6.1.2.1.10.7.2.1.11.52002|65|0
+1.3.6.1.2.1.10.7.2.1.11.52003|65|0
+1.3.6.1.2.1.10.7.2.1.11.52004|65|0
+1.3.6.1.2.1.10.7.2.1.11.53001|65|0
+1.3.6.1.2.1.10.7.2.1.11.53002|65|0
+1.3.6.1.2.1.10.7.2.1.11.53003|65|0
+1.3.6.1.2.1.10.7.2.1.11.53004|65|0
+1.3.6.1.2.1.10.7.2.1.11.54001|65|0
+1.3.6.1.2.1.10.7.2.1.11.54002|65|0
+1.3.6.1.2.1.10.7.2.1.11.54003|65|0
+1.3.6.1.2.1.10.7.2.1.11.54004|65|0
+1.3.6.1.2.1.10.7.2.1.11.999001|65|0
+1.3.6.1.2.1.10.7.2.1.13.1|65|0
+1.3.6.1.2.1.10.7.2.1.13.2|65|0
+1.3.6.1.2.1.10.7.2.1.13.3|65|0
+1.3.6.1.2.1.10.7.2.1.13.4|65|0
+1.3.6.1.2.1.10.7.2.1.13.5|65|0
+1.3.6.1.2.1.10.7.2.1.13.6|65|0
+1.3.6.1.2.1.10.7.2.1.13.7|65|0
+1.3.6.1.2.1.10.7.2.1.13.8|65|0
+1.3.6.1.2.1.10.7.2.1.13.9|65|0
+1.3.6.1.2.1.10.7.2.1.13.10|65|0
+1.3.6.1.2.1.10.7.2.1.13.11|65|0
+1.3.6.1.2.1.10.7.2.1.13.12|65|0
+1.3.6.1.2.1.10.7.2.1.13.13|65|0
+1.3.6.1.2.1.10.7.2.1.13.14|65|0
+1.3.6.1.2.1.10.7.2.1.13.15|65|0
+1.3.6.1.2.1.10.7.2.1.13.16|65|0
+1.3.6.1.2.1.10.7.2.1.13.17|65|0
+1.3.6.1.2.1.10.7.2.1.13.18|65|0
+1.3.6.1.2.1.10.7.2.1.13.19|65|0
+1.3.6.1.2.1.10.7.2.1.13.20|65|0
+1.3.6.1.2.1.10.7.2.1.13.21|65|0
+1.3.6.1.2.1.10.7.2.1.13.22|65|0
+1.3.6.1.2.1.10.7.2.1.13.23|65|0
+1.3.6.1.2.1.10.7.2.1.13.24|65|0
+1.3.6.1.2.1.10.7.2.1.13.25|65|0
+1.3.6.1.2.1.10.7.2.1.13.26|65|0
+1.3.6.1.2.1.10.7.2.1.13.27|65|0
+1.3.6.1.2.1.10.7.2.1.13.28|65|0
+1.3.6.1.2.1.10.7.2.1.13.29|65|0
+1.3.6.1.2.1.10.7.2.1.13.30|65|0
+1.3.6.1.2.1.10.7.2.1.13.31|65|0
+1.3.6.1.2.1.10.7.2.1.13.32|65|0
+1.3.6.1.2.1.10.7.2.1.13.33|65|0
+1.3.6.1.2.1.10.7.2.1.13.34|65|0
+1.3.6.1.2.1.10.7.2.1.13.35|65|0
+1.3.6.1.2.1.10.7.2.1.13.36|65|0
+1.3.6.1.2.1.10.7.2.1.13.37|65|0
+1.3.6.1.2.1.10.7.2.1.13.38|65|0
+1.3.6.1.2.1.10.7.2.1.13.39|65|0
+1.3.6.1.2.1.10.7.2.1.13.40|65|0
+1.3.6.1.2.1.10.7.2.1.13.41|65|0
+1.3.6.1.2.1.10.7.2.1.13.42|65|0
+1.3.6.1.2.1.10.7.2.1.13.43|65|0
+1.3.6.1.2.1.10.7.2.1.13.44|65|0
+1.3.6.1.2.1.10.7.2.1.13.45|65|0
+1.3.6.1.2.1.10.7.2.1.13.46|65|0
+1.3.6.1.2.1.10.7.2.1.13.47|65|0
+1.3.6.1.2.1.10.7.2.1.13.48|65|0
+1.3.6.1.2.1.10.7.2.1.13.49001|65|0
+1.3.6.1.2.1.10.7.2.1.13.49002|65|0
+1.3.6.1.2.1.10.7.2.1.13.49003|65|0
+1.3.6.1.2.1.10.7.2.1.13.49004|65|0
+1.3.6.1.2.1.10.7.2.1.13.50001|65|0
+1.3.6.1.2.1.10.7.2.1.13.50002|65|0
+1.3.6.1.2.1.10.7.2.1.13.50003|65|0
+1.3.6.1.2.1.10.7.2.1.13.50004|65|0
+1.3.6.1.2.1.10.7.2.1.13.51001|65|0
+1.3.6.1.2.1.10.7.2.1.13.51002|65|0
+1.3.6.1.2.1.10.7.2.1.13.51003|65|0
+1.3.6.1.2.1.10.7.2.1.13.51004|65|0
+1.3.6.1.2.1.10.7.2.1.13.52001|65|0
+1.3.6.1.2.1.10.7.2.1.13.52002|65|0
+1.3.6.1.2.1.10.7.2.1.13.52003|65|0
+1.3.6.1.2.1.10.7.2.1.13.52004|65|0
+1.3.6.1.2.1.10.7.2.1.13.53001|65|0
+1.3.6.1.2.1.10.7.2.1.13.53002|65|0
+1.3.6.1.2.1.10.7.2.1.13.53003|65|0
+1.3.6.1.2.1.10.7.2.1.13.53004|65|0
+1.3.6.1.2.1.10.7.2.1.13.54001|65|0
+1.3.6.1.2.1.10.7.2.1.13.54002|65|0
+1.3.6.1.2.1.10.7.2.1.13.54003|65|0
+1.3.6.1.2.1.10.7.2.1.13.54004|65|0
+1.3.6.1.2.1.10.7.2.1.13.999001|65|0
+1.3.6.1.2.1.10.7.2.1.16.1|65|0
+1.3.6.1.2.1.10.7.2.1.16.2|65|0
+1.3.6.1.2.1.10.7.2.1.16.3|65|0
+1.3.6.1.2.1.10.7.2.1.16.4|65|0
+1.3.6.1.2.1.10.7.2.1.16.5|65|0
+1.3.6.1.2.1.10.7.2.1.16.6|65|0
+1.3.6.1.2.1.10.7.2.1.16.7|65|0
+1.3.6.1.2.1.10.7.2.1.16.8|65|45
+1.3.6.1.2.1.10.7.2.1.16.9|65|0
+1.3.6.1.2.1.10.7.2.1.16.10|65|0
+1.3.6.1.2.1.10.7.2.1.16.11|65|0
+1.3.6.1.2.1.10.7.2.1.16.12|65|0
+1.3.6.1.2.1.10.7.2.1.16.13|65|0
+1.3.6.1.2.1.10.7.2.1.16.14|65|0
+1.3.6.1.2.1.10.7.2.1.16.15|65|0
+1.3.6.1.2.1.10.7.2.1.16.16|65|0
+1.3.6.1.2.1.10.7.2.1.16.17|65|0
+1.3.6.1.2.1.10.7.2.1.16.18|65|0
+1.3.6.1.2.1.10.7.2.1.16.19|65|6
+1.3.6.1.2.1.10.7.2.1.16.20|65|0
+1.3.6.1.2.1.10.7.2.1.16.21|65|0
+1.3.6.1.2.1.10.7.2.1.16.22|65|0
+1.3.6.1.2.1.10.7.2.1.16.23|65|0
+1.3.6.1.2.1.10.7.2.1.16.24|65|0
+1.3.6.1.2.1.10.7.2.1.16.25|65|0
+1.3.6.1.2.1.10.7.2.1.16.26|65|0
+1.3.6.1.2.1.10.7.2.1.16.27|65|0
+1.3.6.1.2.1.10.7.2.1.16.28|65|0
+1.3.6.1.2.1.10.7.2.1.16.29|65|0
+1.3.6.1.2.1.10.7.2.1.16.30|65|0
+1.3.6.1.2.1.10.7.2.1.16.31|65|0
+1.3.6.1.2.1.10.7.2.1.16.32|65|0
+1.3.6.1.2.1.10.7.2.1.16.33|65|0
+1.3.6.1.2.1.10.7.2.1.16.34|65|0
+1.3.6.1.2.1.10.7.2.1.16.35|65|0
+1.3.6.1.2.1.10.7.2.1.16.36|65|0
+1.3.6.1.2.1.10.7.2.1.16.37|65|0
+1.3.6.1.2.1.10.7.2.1.16.38|65|0
+1.3.6.1.2.1.10.7.2.1.16.39|65|0
+1.3.6.1.2.1.10.7.2.1.16.40|65|0
+1.3.6.1.2.1.10.7.2.1.16.41|65|0
+1.3.6.1.2.1.10.7.2.1.16.42|65|0
+1.3.6.1.2.1.10.7.2.1.16.43|65|0
+1.3.6.1.2.1.10.7.2.1.16.44|65|0
+1.3.6.1.2.1.10.7.2.1.16.45|65|0
+1.3.6.1.2.1.10.7.2.1.16.46|65|0
+1.3.6.1.2.1.10.7.2.1.16.47|65|0
+1.3.6.1.2.1.10.7.2.1.16.48|65|0
+1.3.6.1.2.1.10.7.2.1.16.49001|65|0
+1.3.6.1.2.1.10.7.2.1.16.49002|65|0
+1.3.6.1.2.1.10.7.2.1.16.49003|65|0
+1.3.6.1.2.1.10.7.2.1.16.49004|65|0
+1.3.6.1.2.1.10.7.2.1.16.50001|65|0
+1.3.6.1.2.1.10.7.2.1.16.50002|65|0
+1.3.6.1.2.1.10.7.2.1.16.50003|65|0
+1.3.6.1.2.1.10.7.2.1.16.50004|65|0
+1.3.6.1.2.1.10.7.2.1.16.51001|65|0
+1.3.6.1.2.1.10.7.2.1.16.51002|65|0
+1.3.6.1.2.1.10.7.2.1.16.51003|65|0
+1.3.6.1.2.1.10.7.2.1.16.51004|65|0
+1.3.6.1.2.1.10.7.2.1.16.52001|65|0
+1.3.6.1.2.1.10.7.2.1.16.52002|65|0
+1.3.6.1.2.1.10.7.2.1.16.52003|65|0
+1.3.6.1.2.1.10.7.2.1.16.52004|65|0
+1.3.6.1.2.1.10.7.2.1.16.53001|65|0
+1.3.6.1.2.1.10.7.2.1.16.53002|65|0
+1.3.6.1.2.1.10.7.2.1.16.53003|65|0
+1.3.6.1.2.1.10.7.2.1.16.53004|65|0
+1.3.6.1.2.1.10.7.2.1.16.54001|65|0
+1.3.6.1.2.1.10.7.2.1.16.54002|65|0
+1.3.6.1.2.1.10.7.2.1.16.54003|65|0
+1.3.6.1.2.1.10.7.2.1.16.54004|65|0
+1.3.6.1.2.1.10.7.2.1.16.999001|65|0
+1.3.6.1.2.1.10.7.2.1.17.1|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.2|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.3|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.4|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.5|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.6|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.7|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.8|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.9|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.10|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.11|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.12|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.13|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.14|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.15|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.16|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.17|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.18|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.19|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.20|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.21|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.22|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.23|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.24|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.25|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.26|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.27|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.28|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.29|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.30|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.31|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.32|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.33|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.34|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.35|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.36|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.37|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.38|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.39|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.40|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.41|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.42|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.43|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.44|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.45|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.46|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.47|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.48|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.49001|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.49002|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.49003|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.49004|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.50001|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.50002|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.50003|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.50004|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.51001|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.51002|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.51003|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.51004|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.52001|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.52002|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.52003|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.52004|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.53001|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.53002|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.53003|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.53004|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.54001|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.54002|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.54003|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.54004|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.999001|6|0.0
+1.3.6.1.2.1.10.7.2.1.18.1|65|0
+1.3.6.1.2.1.10.7.2.1.18.2|65|0
+1.3.6.1.2.1.10.7.2.1.18.3|65|0
+1.3.6.1.2.1.10.7.2.1.18.4|65|0
+1.3.6.1.2.1.10.7.2.1.18.5|65|0
+1.3.6.1.2.1.10.7.2.1.18.6|65|0
+1.3.6.1.2.1.10.7.2.1.18.7|65|0
+1.3.6.1.2.1.10.7.2.1.18.8|65|39
+1.3.6.1.2.1.10.7.2.1.18.9|65|0
+1.3.6.1.2.1.10.7.2.1.18.10|65|0
+1.3.6.1.2.1.10.7.2.1.18.11|65|0
+1.3.6.1.2.1.10.7.2.1.18.12|65|0
+1.3.6.1.2.1.10.7.2.1.18.13|65|0
+1.3.6.1.2.1.10.7.2.1.18.14|65|0
+1.3.6.1.2.1.10.7.2.1.18.15|65|0
+1.3.6.1.2.1.10.7.2.1.18.16|65|0
+1.3.6.1.2.1.10.7.2.1.18.17|65|0
+1.3.6.1.2.1.10.7.2.1.18.18|65|0
+1.3.6.1.2.1.10.7.2.1.18.19|65|6
+1.3.6.1.2.1.10.7.2.1.18.20|65|0
+1.3.6.1.2.1.10.7.2.1.18.21|65|0
+1.3.6.1.2.1.10.7.2.1.18.22|65|0
+1.3.6.1.2.1.10.7.2.1.18.23|65|0
+1.3.6.1.2.1.10.7.2.1.18.24|65|0
+1.3.6.1.2.1.10.7.2.1.18.25|65|0
+1.3.6.1.2.1.10.7.2.1.18.26|65|0
+1.3.6.1.2.1.10.7.2.1.18.27|65|0
+1.3.6.1.2.1.10.7.2.1.18.28|65|0
+1.3.6.1.2.1.10.7.2.1.18.29|65|0
+1.3.6.1.2.1.10.7.2.1.18.30|65|0
+1.3.6.1.2.1.10.7.2.1.18.31|65|0
+1.3.6.1.2.1.10.7.2.1.18.32|65|0
+1.3.6.1.2.1.10.7.2.1.18.33|65|0
+1.3.6.1.2.1.10.7.2.1.18.34|65|0
+1.3.6.1.2.1.10.7.2.1.18.35|65|0
+1.3.6.1.2.1.10.7.2.1.18.36|65|0
+1.3.6.1.2.1.10.7.2.1.18.37|65|0
+1.3.6.1.2.1.10.7.2.1.18.38|65|0
+1.3.6.1.2.1.10.7.2.1.18.39|65|0
+1.3.6.1.2.1.10.7.2.1.18.40|65|0
+1.3.6.1.2.1.10.7.2.1.18.41|65|0
+1.3.6.1.2.1.10.7.2.1.18.42|65|0
+1.3.6.1.2.1.10.7.2.1.18.43|65|0
+1.3.6.1.2.1.10.7.2.1.18.44|65|0
+1.3.6.1.2.1.10.7.2.1.18.45|65|0
+1.3.6.1.2.1.10.7.2.1.18.46|65|0
+1.3.6.1.2.1.10.7.2.1.18.47|65|0
+1.3.6.1.2.1.10.7.2.1.18.48|65|0
+1.3.6.1.2.1.10.7.2.1.18.49001|65|0
+1.3.6.1.2.1.10.7.2.1.18.49002|65|0
+1.3.6.1.2.1.10.7.2.1.18.49003|65|0
+1.3.6.1.2.1.10.7.2.1.18.49004|65|0
+1.3.6.1.2.1.10.7.2.1.18.50001|65|0
+1.3.6.1.2.1.10.7.2.1.18.50002|65|0
+1.3.6.1.2.1.10.7.2.1.18.50003|65|0
+1.3.6.1.2.1.10.7.2.1.18.50004|65|0
+1.3.6.1.2.1.10.7.2.1.18.51001|65|0
+1.3.6.1.2.1.10.7.2.1.18.51002|65|0
+1.3.6.1.2.1.10.7.2.1.18.51003|65|0
+1.3.6.1.2.1.10.7.2.1.18.51004|65|0
+1.3.6.1.2.1.10.7.2.1.18.52001|65|0
+1.3.6.1.2.1.10.7.2.1.18.52002|65|0
+1.3.6.1.2.1.10.7.2.1.18.52003|65|0
+1.3.6.1.2.1.10.7.2.1.18.52004|65|0
+1.3.6.1.2.1.10.7.2.1.18.53001|65|0
+1.3.6.1.2.1.10.7.2.1.18.53002|65|0
+1.3.6.1.2.1.10.7.2.1.18.53003|65|0
+1.3.6.1.2.1.10.7.2.1.18.53004|65|0
+1.3.6.1.2.1.10.7.2.1.18.54001|65|0
+1.3.6.1.2.1.10.7.2.1.18.54002|65|0
+1.3.6.1.2.1.10.7.2.1.18.54003|65|0
+1.3.6.1.2.1.10.7.2.1.18.54004|65|0
+1.3.6.1.2.1.10.7.2.1.18.999001|65|0
+1.3.6.1.2.1.10.7.2.1.19.1|2|3
+1.3.6.1.2.1.10.7.2.1.19.2|2|3
+1.3.6.1.2.1.10.7.2.1.19.3|2|3
+1.3.6.1.2.1.10.7.2.1.19.4|2|3
+1.3.6.1.2.1.10.7.2.1.19.5|2|3
+1.3.6.1.2.1.10.7.2.1.19.6|2|3
+1.3.6.1.2.1.10.7.2.1.19.7|2|3
+1.3.6.1.2.1.10.7.2.1.19.8|2|3
+1.3.6.1.2.1.10.7.2.1.19.9|2|3
+1.3.6.1.2.1.10.7.2.1.19.10|2|3
+1.3.6.1.2.1.10.7.2.1.19.11|2|3
+1.3.6.1.2.1.10.7.2.1.19.12|2|3
+1.3.6.1.2.1.10.7.2.1.19.13|2|3
+1.3.6.1.2.1.10.7.2.1.19.14|2|3
+1.3.6.1.2.1.10.7.2.1.19.15|2|1
+1.3.6.1.2.1.10.7.2.1.19.16|2|1
+1.3.6.1.2.1.10.7.2.1.19.17|2|3
+1.3.6.1.2.1.10.7.2.1.19.18|2|3
+1.3.6.1.2.1.10.7.2.1.19.19|2|3
+1.3.6.1.2.1.10.7.2.1.19.20|2|3
+1.3.6.1.2.1.10.7.2.1.19.21|2|3
+1.3.6.1.2.1.10.7.2.1.19.22|2|3
+1.3.6.1.2.1.10.7.2.1.19.23|2|1
+1.3.6.1.2.1.10.7.2.1.19.24|2|1
+1.3.6.1.2.1.10.7.2.1.19.25|2|3
+1.3.6.1.2.1.10.7.2.1.19.26|2|3
+1.3.6.1.2.1.10.7.2.1.19.27|2|3
+1.3.6.1.2.1.10.7.2.1.19.28|2|3
+1.3.6.1.2.1.10.7.2.1.19.29|2|3
+1.3.6.1.2.1.10.7.2.1.19.30|2|3
+1.3.6.1.2.1.10.7.2.1.19.31|2|3
+1.3.6.1.2.1.10.7.2.1.19.32|2|3
+1.3.6.1.2.1.10.7.2.1.19.33|2|3
+1.3.6.1.2.1.10.7.2.1.19.34|2|3
+1.3.6.1.2.1.10.7.2.1.19.35|2|3
+1.3.6.1.2.1.10.7.2.1.19.36|2|3
+1.3.6.1.2.1.10.7.2.1.19.37|2|3
+1.3.6.1.2.1.10.7.2.1.19.38|2|3
+1.3.6.1.2.1.10.7.2.1.19.39|2|3
+1.3.6.1.2.1.10.7.2.1.19.40|2|3
+1.3.6.1.2.1.10.7.2.1.19.41|2|1
+1.3.6.1.2.1.10.7.2.1.19.42|2|1
+1.3.6.1.2.1.10.7.2.1.19.43|2|1
+1.3.6.1.2.1.10.7.2.1.19.44|2|1
+1.3.6.1.2.1.10.7.2.1.19.45|2|3
+1.3.6.1.2.1.10.7.2.1.19.46|2|3
+1.3.6.1.2.1.10.7.2.1.19.47|2|3
+1.3.6.1.2.1.10.7.2.1.19.48|2|3
+1.3.6.1.2.1.10.7.2.1.19.49001|2|3
+1.3.6.1.2.1.10.7.2.1.19.49002|2|1
+1.3.6.1.2.1.10.7.2.1.19.49003|2|1
+1.3.6.1.2.1.10.7.2.1.19.49004|2|1
+1.3.6.1.2.1.10.7.2.1.19.50001|2|3
+1.3.6.1.2.1.10.7.2.1.19.50002|2|1
+1.3.6.1.2.1.10.7.2.1.19.50003|2|1
+1.3.6.1.2.1.10.7.2.1.19.50004|2|1
+1.3.6.1.2.1.10.7.2.1.19.51001|2|3
+1.3.6.1.2.1.10.7.2.1.19.51002|2|1
+1.3.6.1.2.1.10.7.2.1.19.51003|2|1
+1.3.6.1.2.1.10.7.2.1.19.51004|2|1
+1.3.6.1.2.1.10.7.2.1.19.52001|2|3
+1.3.6.1.2.1.10.7.2.1.19.52002|2|1
+1.3.6.1.2.1.10.7.2.1.19.52003|2|1
+1.3.6.1.2.1.10.7.2.1.19.52004|2|1
+1.3.6.1.2.1.10.7.2.1.19.53001|2|3
+1.3.6.1.2.1.10.7.2.1.19.53002|2|1
+1.3.6.1.2.1.10.7.2.1.19.53003|2|1
+1.3.6.1.2.1.10.7.2.1.19.53004|2|1
+1.3.6.1.2.1.10.7.2.1.19.54001|2|3
+1.3.6.1.2.1.10.7.2.1.19.54002|2|1
+1.3.6.1.2.1.10.7.2.1.19.54003|2|1
+1.3.6.1.2.1.10.7.2.1.19.54004|2|1
+1.3.6.1.2.1.10.7.2.1.19.999001|2|3
+1.3.6.1.2.1.10.7.2.1.20.1|2|2
+1.3.6.1.2.1.10.7.2.1.20.2|2|2
+1.3.6.1.2.1.10.7.2.1.20.3|2|2
+1.3.6.1.2.1.10.7.2.1.20.4|2|2
+1.3.6.1.2.1.10.7.2.1.20.5|2|2
+1.3.6.1.2.1.10.7.2.1.20.6|2|2
+1.3.6.1.2.1.10.7.2.1.20.7|2|2
+1.3.6.1.2.1.10.7.2.1.20.8|2|2
+1.3.6.1.2.1.10.7.2.1.20.9|2|2
+1.3.6.1.2.1.10.7.2.1.20.10|2|2
+1.3.6.1.2.1.10.7.2.1.20.11|2|2
+1.3.6.1.2.1.10.7.2.1.20.12|2|2
+1.3.6.1.2.1.10.7.2.1.20.13|2|2
+1.3.6.1.2.1.10.7.2.1.20.14|2|2
+1.3.6.1.2.1.10.7.2.1.20.15|2|2
+1.3.6.1.2.1.10.7.2.1.20.16|2|2
+1.3.6.1.2.1.10.7.2.1.20.17|2|2
+1.3.6.1.2.1.10.7.2.1.20.18|2|2
+1.3.6.1.2.1.10.7.2.1.20.19|2|2
+1.3.6.1.2.1.10.7.2.1.20.20|2|2
+1.3.6.1.2.1.10.7.2.1.20.21|2|2
+1.3.6.1.2.1.10.7.2.1.20.22|2|2
+1.3.6.1.2.1.10.7.2.1.20.23|2|2
+1.3.6.1.2.1.10.7.2.1.20.24|2|2
+1.3.6.1.2.1.10.7.2.1.20.25|2|2
+1.3.6.1.2.1.10.7.2.1.20.26|2|2
+1.3.6.1.2.1.10.7.2.1.20.27|2|2
+1.3.6.1.2.1.10.7.2.1.20.28|2|2
+1.3.6.1.2.1.10.7.2.1.20.29|2|2
+1.3.6.1.2.1.10.7.2.1.20.30|2|2
+1.3.6.1.2.1.10.7.2.1.20.31|2|2
+1.3.6.1.2.1.10.7.2.1.20.32|2|2
+1.3.6.1.2.1.10.7.2.1.20.33|2|2
+1.3.6.1.2.1.10.7.2.1.20.34|2|2
+1.3.6.1.2.1.10.7.2.1.20.35|2|2
+1.3.6.1.2.1.10.7.2.1.20.36|2|2
+1.3.6.1.2.1.10.7.2.1.20.37|2|2
+1.3.6.1.2.1.10.7.2.1.20.38|2|2
+1.3.6.1.2.1.10.7.2.1.20.39|2|2
+1.3.6.1.2.1.10.7.2.1.20.40|2|2
+1.3.6.1.2.1.10.7.2.1.20.41|2|2
+1.3.6.1.2.1.10.7.2.1.20.42|2|2
+1.3.6.1.2.1.10.7.2.1.20.43|2|2
+1.3.6.1.2.1.10.7.2.1.20.44|2|2
+1.3.6.1.2.1.10.7.2.1.20.45|2|2
+1.3.6.1.2.1.10.7.2.1.20.46|2|2
+1.3.6.1.2.1.10.7.2.1.20.47|2|2
+1.3.6.1.2.1.10.7.2.1.20.48|2|2
+1.3.6.1.2.1.10.7.2.1.20.49001|2|2
+1.3.6.1.2.1.10.7.2.1.20.49002|2|2
+1.3.6.1.2.1.10.7.2.1.20.49003|2|2
+1.3.6.1.2.1.10.7.2.1.20.49004|2|2
+1.3.6.1.2.1.10.7.2.1.20.50001|2|2
+1.3.6.1.2.1.10.7.2.1.20.50002|2|2
+1.3.6.1.2.1.10.7.2.1.20.50003|2|2
+1.3.6.1.2.1.10.7.2.1.20.50004|2|2
+1.3.6.1.2.1.10.7.2.1.20.51001|2|2
+1.3.6.1.2.1.10.7.2.1.20.51002|2|2
+1.3.6.1.2.1.10.7.2.1.20.51003|2|2
+1.3.6.1.2.1.10.7.2.1.20.51004|2|2
+1.3.6.1.2.1.10.7.2.1.20.52001|2|2
+1.3.6.1.2.1.10.7.2.1.20.52002|2|2
+1.3.6.1.2.1.10.7.2.1.20.52003|2|2
+1.3.6.1.2.1.10.7.2.1.20.52004|2|2
+1.3.6.1.2.1.10.7.2.1.20.53001|2|2
+1.3.6.1.2.1.10.7.2.1.20.53002|2|2
+1.3.6.1.2.1.10.7.2.1.20.53003|2|2
+1.3.6.1.2.1.10.7.2.1.20.53004|2|2
+1.3.6.1.2.1.10.7.2.1.20.54001|2|2
+1.3.6.1.2.1.10.7.2.1.20.54002|2|2
+1.3.6.1.2.1.10.7.2.1.20.54003|2|2
+1.3.6.1.2.1.10.7.2.1.20.54004|2|2
+1.3.6.1.2.1.10.7.2.1.20.999001|2|2
+1.3.6.1.2.1.10.7.2.1.21.1|2|3
+1.3.6.1.2.1.10.7.2.1.21.2|2|3
+1.3.6.1.2.1.10.7.2.1.21.3|2|3
+1.3.6.1.2.1.10.7.2.1.21.4|2|3
+1.3.6.1.2.1.10.7.2.1.21.5|2|3
+1.3.6.1.2.1.10.7.2.1.21.6|2|3
+1.3.6.1.2.1.10.7.2.1.21.7|2|3
+1.3.6.1.2.1.10.7.2.1.21.8|2|3
+1.3.6.1.2.1.10.7.2.1.21.9|2|3
+1.3.6.1.2.1.10.7.2.1.21.10|2|3
+1.3.6.1.2.1.10.7.2.1.21.11|2|3
+1.3.6.1.2.1.10.7.2.1.21.12|2|3
+1.3.6.1.2.1.10.7.2.1.21.13|2|3
+1.3.6.1.2.1.10.7.2.1.21.14|2|3
+1.3.6.1.2.1.10.7.2.1.21.15|2|3
+1.3.6.1.2.1.10.7.2.1.21.16|2|3
+1.3.6.1.2.1.10.7.2.1.21.17|2|3
+1.3.6.1.2.1.10.7.2.1.21.18|2|3
+1.3.6.1.2.1.10.7.2.1.21.19|2|3
+1.3.6.1.2.1.10.7.2.1.21.20|2|3
+1.3.6.1.2.1.10.7.2.1.21.21|2|3
+1.3.6.1.2.1.10.7.2.1.21.22|2|3
+1.3.6.1.2.1.10.7.2.1.21.23|2|3
+1.3.6.1.2.1.10.7.2.1.21.24|2|3
+1.3.6.1.2.1.10.7.2.1.21.25|2|3
+1.3.6.1.2.1.10.7.2.1.21.26|2|3
+1.3.6.1.2.1.10.7.2.1.21.27|2|3
+1.3.6.1.2.1.10.7.2.1.21.28|2|3
+1.3.6.1.2.1.10.7.2.1.21.29|2|3
+1.3.6.1.2.1.10.7.2.1.21.30|2|3
+1.3.6.1.2.1.10.7.2.1.21.31|2|3
+1.3.6.1.2.1.10.7.2.1.21.32|2|3
+1.3.6.1.2.1.10.7.2.1.21.33|2|3
+1.3.6.1.2.1.10.7.2.1.21.34|2|3
+1.3.6.1.2.1.10.7.2.1.21.35|2|3
+1.3.6.1.2.1.10.7.2.1.21.36|2|3
+1.3.6.1.2.1.10.7.2.1.21.37|2|3
+1.3.6.1.2.1.10.7.2.1.21.38|2|3
+1.3.6.1.2.1.10.7.2.1.21.39|2|3
+1.3.6.1.2.1.10.7.2.1.21.40|2|3
+1.3.6.1.2.1.10.7.2.1.21.41|2|3
+1.3.6.1.2.1.10.7.2.1.21.42|2|3
+1.3.6.1.2.1.10.7.2.1.21.43|2|3
+1.3.6.1.2.1.10.7.2.1.21.44|2|3
+1.3.6.1.2.1.10.7.2.1.21.45|2|3
+1.3.6.1.2.1.10.7.2.1.21.46|2|3
+1.3.6.1.2.1.10.7.2.1.21.47|2|3
+1.3.6.1.2.1.10.7.2.1.21.48|2|3
+1.3.6.1.2.1.10.7.2.1.21.49001|2|3
+1.3.6.1.2.1.10.7.2.1.21.49002|2|3
+1.3.6.1.2.1.10.7.2.1.21.49003|2|3
+1.3.6.1.2.1.10.7.2.1.21.49004|2|3
+1.3.6.1.2.1.10.7.2.1.21.50001|2|3
+1.3.6.1.2.1.10.7.2.1.21.50002|2|3
+1.3.6.1.2.1.10.7.2.1.21.50003|2|3
+1.3.6.1.2.1.10.7.2.1.21.50004|2|3
+1.3.6.1.2.1.10.7.2.1.21.51001|2|3
+1.3.6.1.2.1.10.7.2.1.21.51002|2|3
+1.3.6.1.2.1.10.7.2.1.21.51003|2|3
+1.3.6.1.2.1.10.7.2.1.21.51004|2|3
+1.3.6.1.2.1.10.7.2.1.21.52001|2|3
+1.3.6.1.2.1.10.7.2.1.21.52002|2|3
+1.3.6.1.2.1.10.7.2.1.21.52003|2|3
+1.3.6.1.2.1.10.7.2.1.21.52004|2|3
+1.3.6.1.2.1.10.7.2.1.21.53001|2|3
+1.3.6.1.2.1.10.7.2.1.21.53002|2|3
+1.3.6.1.2.1.10.7.2.1.21.53003|2|3
+1.3.6.1.2.1.10.7.2.1.21.53004|2|3
+1.3.6.1.2.1.10.7.2.1.21.54001|2|3
+1.3.6.1.2.1.10.7.2.1.21.54002|2|3
+1.3.6.1.2.1.10.7.2.1.21.54003|2|3
+1.3.6.1.2.1.10.7.2.1.21.54004|2|3
+1.3.6.1.2.1.10.7.2.1.21.999001|2|3
+1.3.6.1.2.1.10.7.10.1.1.1|2|1
+1.3.6.1.2.1.10.7.10.1.1.2|2|1
+1.3.6.1.2.1.10.7.10.1.1.3|2|1
+1.3.6.1.2.1.10.7.10.1.1.4|2|1
+1.3.6.1.2.1.10.7.10.1.1.5|2|1
+1.3.6.1.2.1.10.7.10.1.1.6|2|1
+1.3.6.1.2.1.10.7.10.1.1.7|2|1
+1.3.6.1.2.1.10.7.10.1.1.8|2|1
+1.3.6.1.2.1.10.7.10.1.1.9|2|1
+1.3.6.1.2.1.10.7.10.1.1.10|2|1
+1.3.6.1.2.1.10.7.10.1.1.11|2|1
+1.3.6.1.2.1.10.7.10.1.1.12|2|1
+1.3.6.1.2.1.10.7.10.1.1.13|2|1
+1.3.6.1.2.1.10.7.10.1.1.14|2|1
+1.3.6.1.2.1.10.7.10.1.1.15|2|1
+1.3.6.1.2.1.10.7.10.1.1.16|2|1
+1.3.6.1.2.1.10.7.10.1.1.17|2|1
+1.3.6.1.2.1.10.7.10.1.1.18|2|1
+1.3.6.1.2.1.10.7.10.1.1.19|2|1
+1.3.6.1.2.1.10.7.10.1.1.20|2|1
+1.3.6.1.2.1.10.7.10.1.1.21|2|1
+1.3.6.1.2.1.10.7.10.1.1.22|2|1
+1.3.6.1.2.1.10.7.10.1.1.23|2|1
+1.3.6.1.2.1.10.7.10.1.1.24|2|1
+1.3.6.1.2.1.10.7.10.1.1.25|2|1
+1.3.6.1.2.1.10.7.10.1.1.26|2|1
+1.3.6.1.2.1.10.7.10.1.1.27|2|1
+1.3.6.1.2.1.10.7.10.1.1.28|2|1
+1.3.6.1.2.1.10.7.10.1.1.29|2|1
+1.3.6.1.2.1.10.7.10.1.1.30|2|1
+1.3.6.1.2.1.10.7.10.1.1.31|2|1
+1.3.6.1.2.1.10.7.10.1.1.32|2|1
+1.3.6.1.2.1.10.7.10.1.1.33|2|1
+1.3.6.1.2.1.10.7.10.1.1.34|2|1
+1.3.6.1.2.1.10.7.10.1.1.35|2|1
+1.3.6.1.2.1.10.7.10.1.1.36|2|1
+1.3.6.1.2.1.10.7.10.1.1.37|2|1
+1.3.6.1.2.1.10.7.10.1.1.38|2|1
+1.3.6.1.2.1.10.7.10.1.1.39|2|1
+1.3.6.1.2.1.10.7.10.1.1.40|2|1
+1.3.6.1.2.1.10.7.10.1.1.41|2|1
+1.3.6.1.2.1.10.7.10.1.1.42|2|1
+1.3.6.1.2.1.10.7.10.1.1.43|2|1
+1.3.6.1.2.1.10.7.10.1.1.44|2|1
+1.3.6.1.2.1.10.7.10.1.1.45|2|1
+1.3.6.1.2.1.10.7.10.1.1.46|2|1
+1.3.6.1.2.1.10.7.10.1.1.47|2|1
+1.3.6.1.2.1.10.7.10.1.1.48|2|1
+1.3.6.1.2.1.10.7.10.1.1.49001|2|1
+1.3.6.1.2.1.10.7.10.1.1.49002|2|1
+1.3.6.1.2.1.10.7.10.1.1.49003|2|1
+1.3.6.1.2.1.10.7.10.1.1.49004|2|1
+1.3.6.1.2.1.10.7.10.1.1.50001|2|1
+1.3.6.1.2.1.10.7.10.1.1.50002|2|1
+1.3.6.1.2.1.10.7.10.1.1.50003|2|1
+1.3.6.1.2.1.10.7.10.1.1.50004|2|1
+1.3.6.1.2.1.10.7.10.1.1.51001|2|1
+1.3.6.1.2.1.10.7.10.1.1.51002|2|1
+1.3.6.1.2.1.10.7.10.1.1.51003|2|1
+1.3.6.1.2.1.10.7.10.1.1.51004|2|1
+1.3.6.1.2.1.10.7.10.1.1.52001|2|1
+1.3.6.1.2.1.10.7.10.1.1.52002|2|1
+1.3.6.1.2.1.10.7.10.1.1.52003|2|1
+1.3.6.1.2.1.10.7.10.1.1.52004|2|1
+1.3.6.1.2.1.10.7.10.1.1.53001|2|1
+1.3.6.1.2.1.10.7.10.1.1.53002|2|1
+1.3.6.1.2.1.10.7.10.1.1.53003|2|1
+1.3.6.1.2.1.10.7.10.1.1.53004|2|1
+1.3.6.1.2.1.10.7.10.1.1.54001|2|1
+1.3.6.1.2.1.10.7.10.1.1.54002|2|1
+1.3.6.1.2.1.10.7.10.1.1.54003|2|1
+1.3.6.1.2.1.10.7.10.1.1.54004|2|1
+1.3.6.1.2.1.10.7.10.1.1.999001|2|4
+1.3.6.1.2.1.10.7.10.1.2.1|2|1
+1.3.6.1.2.1.10.7.10.1.2.2|2|1
+1.3.6.1.2.1.10.7.10.1.2.3|2|1
+1.3.6.1.2.1.10.7.10.1.2.4|2|1
+1.3.6.1.2.1.10.7.10.1.2.5|2|1
+1.3.6.1.2.1.10.7.10.1.2.6|2|1
+1.3.6.1.2.1.10.7.10.1.2.7|2|1
+1.3.6.1.2.1.10.7.10.1.2.8|2|1
+1.3.6.1.2.1.10.7.10.1.2.9|2|1
+1.3.6.1.2.1.10.7.10.1.2.10|2|1
+1.3.6.1.2.1.10.7.10.1.2.11|2|1
+1.3.6.1.2.1.10.7.10.1.2.12|2|1
+1.3.6.1.2.1.10.7.10.1.2.13|2|1
+1.3.6.1.2.1.10.7.10.1.2.14|2|1
+1.3.6.1.2.1.10.7.10.1.2.15|2|1
+1.3.6.1.2.1.10.7.10.1.2.16|2|1
+1.3.6.1.2.1.10.7.10.1.2.17|2|1
+1.3.6.1.2.1.10.7.10.1.2.18|2|1
+1.3.6.1.2.1.10.7.10.1.2.19|2|1
+1.3.6.1.2.1.10.7.10.1.2.20|2|1
+1.3.6.1.2.1.10.7.10.1.2.21|2|1
+1.3.6.1.2.1.10.7.10.1.2.22|2|1
+1.3.6.1.2.1.10.7.10.1.2.23|2|1
+1.3.6.1.2.1.10.7.10.1.2.24|2|1
+1.3.6.1.2.1.10.7.10.1.2.25|2|1
+1.3.6.1.2.1.10.7.10.1.2.26|2|1
+1.3.6.1.2.1.10.7.10.1.2.27|2|1
+1.3.6.1.2.1.10.7.10.1.2.28|2|1
+1.3.6.1.2.1.10.7.10.1.2.29|2|1
+1.3.6.1.2.1.10.7.10.1.2.30|2|1
+1.3.6.1.2.1.10.7.10.1.2.31|2|1
+1.3.6.1.2.1.10.7.10.1.2.32|2|1
+1.3.6.1.2.1.10.7.10.1.2.33|2|1
+1.3.6.1.2.1.10.7.10.1.2.34|2|1
+1.3.6.1.2.1.10.7.10.1.2.35|2|1
+1.3.6.1.2.1.10.7.10.1.2.36|2|1
+1.3.6.1.2.1.10.7.10.1.2.37|2|1
+1.3.6.1.2.1.10.7.10.1.2.38|2|1
+1.3.6.1.2.1.10.7.10.1.2.39|2|1
+1.3.6.1.2.1.10.7.10.1.2.40|2|1
+1.3.6.1.2.1.10.7.10.1.2.41|2|1
+1.3.6.1.2.1.10.7.10.1.2.42|2|1
+1.3.6.1.2.1.10.7.10.1.2.43|2|1
+1.3.6.1.2.1.10.7.10.1.2.44|2|1
+1.3.6.1.2.1.10.7.10.1.2.45|2|1
+1.3.6.1.2.1.10.7.10.1.2.46|2|1
+1.3.6.1.2.1.10.7.10.1.2.47|2|1
+1.3.6.1.2.1.10.7.10.1.2.48|2|1
+1.3.6.1.2.1.10.7.10.1.2.49001|2|1
+1.3.6.1.2.1.10.7.10.1.2.49002|2|1
+1.3.6.1.2.1.10.7.10.1.2.49003|2|1
+1.3.6.1.2.1.10.7.10.1.2.49004|2|1
+1.3.6.1.2.1.10.7.10.1.2.50001|2|1
+1.3.6.1.2.1.10.7.10.1.2.50002|2|1
+1.3.6.1.2.1.10.7.10.1.2.50003|2|1
+1.3.6.1.2.1.10.7.10.1.2.50004|2|1
+1.3.6.1.2.1.10.7.10.1.2.51001|2|1
+1.3.6.1.2.1.10.7.10.1.2.51002|2|1
+1.3.6.1.2.1.10.7.10.1.2.51003|2|1
+1.3.6.1.2.1.10.7.10.1.2.51004|2|1
+1.3.6.1.2.1.10.7.10.1.2.52001|2|1
+1.3.6.1.2.1.10.7.10.1.2.52002|2|1
+1.3.6.1.2.1.10.7.10.1.2.52003|2|1
+1.3.6.1.2.1.10.7.10.1.2.52004|2|1
+1.3.6.1.2.1.10.7.10.1.2.53001|2|1
+1.3.6.1.2.1.10.7.10.1.2.53002|2|1
+1.3.6.1.2.1.10.7.10.1.2.53003|2|1
+1.3.6.1.2.1.10.7.10.1.2.53004|2|1
+1.3.6.1.2.1.10.7.10.1.2.54001|2|1
+1.3.6.1.2.1.10.7.10.1.2.54002|2|1
+1.3.6.1.2.1.10.7.10.1.2.54003|2|1
+1.3.6.1.2.1.10.7.10.1.2.54004|2|1
+1.3.6.1.2.1.10.7.10.1.2.999001|2|4
+1.3.6.1.2.1.10.7.10.1.3.1|65|0
+1.3.6.1.2.1.10.7.10.1.3.2|65|0
+1.3.6.1.2.1.10.7.10.1.3.3|65|0
+1.3.6.1.2.1.10.7.10.1.3.4|65|0
+1.3.6.1.2.1.10.7.10.1.3.5|65|0
+1.3.6.1.2.1.10.7.10.1.3.6|65|0
+1.3.6.1.2.1.10.7.10.1.3.7|65|0
+1.3.6.1.2.1.10.7.10.1.3.8|65|0
+1.3.6.1.2.1.10.7.10.1.3.9|65|0
+1.3.6.1.2.1.10.7.10.1.3.10|65|0
+1.3.6.1.2.1.10.7.10.1.3.11|65|0
+1.3.6.1.2.1.10.7.10.1.3.12|65|0
+1.3.6.1.2.1.10.7.10.1.3.13|65|0
+1.3.6.1.2.1.10.7.10.1.3.14|65|0
+1.3.6.1.2.1.10.7.10.1.3.15|65|0
+1.3.6.1.2.1.10.7.10.1.3.16|65|0
+1.3.6.1.2.1.10.7.10.1.3.17|65|0
+1.3.6.1.2.1.10.7.10.1.3.18|65|0
+1.3.6.1.2.1.10.7.10.1.3.19|65|0
+1.3.6.1.2.1.10.7.10.1.3.20|65|0
+1.3.6.1.2.1.10.7.10.1.3.21|65|0
+1.3.6.1.2.1.10.7.10.1.3.22|65|0
+1.3.6.1.2.1.10.7.10.1.3.23|65|0
+1.3.6.1.2.1.10.7.10.1.3.24|65|0
+1.3.6.1.2.1.10.7.10.1.3.25|65|0
+1.3.6.1.2.1.10.7.10.1.3.26|65|0
+1.3.6.1.2.1.10.7.10.1.3.27|65|0
+1.3.6.1.2.1.10.7.10.1.3.28|65|0
+1.3.6.1.2.1.10.7.10.1.3.29|65|0
+1.3.6.1.2.1.10.7.10.1.3.30|65|0
+1.3.6.1.2.1.10.7.10.1.3.31|65|0
+1.3.6.1.2.1.10.7.10.1.3.32|65|0
+1.3.6.1.2.1.10.7.10.1.3.33|65|0
+1.3.6.1.2.1.10.7.10.1.3.34|65|0
+1.3.6.1.2.1.10.7.10.1.3.35|65|0
+1.3.6.1.2.1.10.7.10.1.3.36|65|0
+1.3.6.1.2.1.10.7.10.1.3.37|65|0
+1.3.6.1.2.1.10.7.10.1.3.38|65|0
+1.3.6.1.2.1.10.7.10.1.3.39|65|0
+1.3.6.1.2.1.10.7.10.1.3.40|65|0
+1.3.6.1.2.1.10.7.10.1.3.41|65|0
+1.3.6.1.2.1.10.7.10.1.3.42|65|0
+1.3.6.1.2.1.10.7.10.1.3.43|65|0
+1.3.6.1.2.1.10.7.10.1.3.44|65|0
+1.3.6.1.2.1.10.7.10.1.3.45|65|0
+1.3.6.1.2.1.10.7.10.1.3.46|65|0
+1.3.6.1.2.1.10.7.10.1.3.47|65|0
+1.3.6.1.2.1.10.7.10.1.3.48|65|0
+1.3.6.1.2.1.10.7.10.1.3.49001|65|32171
+1.3.6.1.2.1.10.7.10.1.3.49002|65|0
+1.3.6.1.2.1.10.7.10.1.3.49003|65|0
+1.3.6.1.2.1.10.7.10.1.3.49004|65|0
+1.3.6.1.2.1.10.7.10.1.3.50001|65|0
+1.3.6.1.2.1.10.7.10.1.3.50002|65|0
+1.3.6.1.2.1.10.7.10.1.3.50003|65|0
+1.3.6.1.2.1.10.7.10.1.3.50004|65|0
+1.3.6.1.2.1.10.7.10.1.3.51001|65|0
+1.3.6.1.2.1.10.7.10.1.3.51002|65|0
+1.3.6.1.2.1.10.7.10.1.3.51003|65|0
+1.3.6.1.2.1.10.7.10.1.3.51004|65|0
+1.3.6.1.2.1.10.7.10.1.3.52001|65|0
+1.3.6.1.2.1.10.7.10.1.3.52002|65|0
+1.3.6.1.2.1.10.7.10.1.3.52003|65|0
+1.3.6.1.2.1.10.7.10.1.3.52004|65|0
+1.3.6.1.2.1.10.7.10.1.3.53001|65|0
+1.3.6.1.2.1.10.7.10.1.3.53002|65|0
+1.3.6.1.2.1.10.7.10.1.3.53003|65|0
+1.3.6.1.2.1.10.7.10.1.3.53004|65|0
+1.3.6.1.2.1.10.7.10.1.3.54001|65|0
+1.3.6.1.2.1.10.7.10.1.3.54002|65|0
+1.3.6.1.2.1.10.7.10.1.3.54003|65|0
+1.3.6.1.2.1.10.7.10.1.3.54004|65|0
+1.3.6.1.2.1.10.7.10.1.3.999001|65|0
+1.3.6.1.2.1.10.7.10.1.4.1|65|0
+1.3.6.1.2.1.10.7.10.1.4.2|65|0
+1.3.6.1.2.1.10.7.10.1.4.3|65|0
+1.3.6.1.2.1.10.7.10.1.4.4|65|0
+1.3.6.1.2.1.10.7.10.1.4.5|65|0
+1.3.6.1.2.1.10.7.10.1.4.6|65|0
+1.3.6.1.2.1.10.7.10.1.4.7|65|0
+1.3.6.1.2.1.10.7.10.1.4.8|65|0
+1.3.6.1.2.1.10.7.10.1.4.9|65|0
+1.3.6.1.2.1.10.7.10.1.4.10|65|0
+1.3.6.1.2.1.10.7.10.1.4.11|65|0
+1.3.6.1.2.1.10.7.10.1.4.12|65|0
+1.3.6.1.2.1.10.7.10.1.4.13|65|0
+1.3.6.1.2.1.10.7.10.1.4.14|65|0
+1.3.6.1.2.1.10.7.10.1.4.15|65|0
+1.3.6.1.2.1.10.7.10.1.4.16|65|0
+1.3.6.1.2.1.10.7.10.1.4.17|65|0
+1.3.6.1.2.1.10.7.10.1.4.18|65|0
+1.3.6.1.2.1.10.7.10.1.4.19|65|0
+1.3.6.1.2.1.10.7.10.1.4.20|65|0
+1.3.6.1.2.1.10.7.10.1.4.21|65|0
+1.3.6.1.2.1.10.7.10.1.4.22|65|0
+1.3.6.1.2.1.10.7.10.1.4.23|65|0
+1.3.6.1.2.1.10.7.10.1.4.24|65|0
+1.3.6.1.2.1.10.7.10.1.4.25|65|0
+1.3.6.1.2.1.10.7.10.1.4.26|65|0
+1.3.6.1.2.1.10.7.10.1.4.27|65|0
+1.3.6.1.2.1.10.7.10.1.4.28|65|0
+1.3.6.1.2.1.10.7.10.1.4.29|65|0
+1.3.6.1.2.1.10.7.10.1.4.30|65|0
+1.3.6.1.2.1.10.7.10.1.4.31|65|0
+1.3.6.1.2.1.10.7.10.1.4.32|65|0
+1.3.6.1.2.1.10.7.10.1.4.33|65|0
+1.3.6.1.2.1.10.7.10.1.4.34|65|0
+1.3.6.1.2.1.10.7.10.1.4.35|65|0
+1.3.6.1.2.1.10.7.10.1.4.36|65|0
+1.3.6.1.2.1.10.7.10.1.4.37|65|0
+1.3.6.1.2.1.10.7.10.1.4.38|65|0
+1.3.6.1.2.1.10.7.10.1.4.39|65|0
+1.3.6.1.2.1.10.7.10.1.4.40|65|0
+1.3.6.1.2.1.10.7.10.1.4.41|65|0
+1.3.6.1.2.1.10.7.10.1.4.42|65|0
+1.3.6.1.2.1.10.7.10.1.4.43|65|0
+1.3.6.1.2.1.10.7.10.1.4.44|65|0
+1.3.6.1.2.1.10.7.10.1.4.45|65|0
+1.3.6.1.2.1.10.7.10.1.4.46|65|0
+1.3.6.1.2.1.10.7.10.1.4.47|65|0
+1.3.6.1.2.1.10.7.10.1.4.48|65|0
+1.3.6.1.2.1.10.7.10.1.4.49001|65|0
+1.3.6.1.2.1.10.7.10.1.4.49002|65|0
+1.3.6.1.2.1.10.7.10.1.4.49003|65|0
+1.3.6.1.2.1.10.7.10.1.4.49004|65|0
+1.3.6.1.2.1.10.7.10.1.4.50001|65|0
+1.3.6.1.2.1.10.7.10.1.4.50002|65|0
+1.3.6.1.2.1.10.7.10.1.4.50003|65|0
+1.3.6.1.2.1.10.7.10.1.4.50004|65|0
+1.3.6.1.2.1.10.7.10.1.4.51001|65|0
+1.3.6.1.2.1.10.7.10.1.4.51002|65|0
+1.3.6.1.2.1.10.7.10.1.4.51003|65|0
+1.3.6.1.2.1.10.7.10.1.4.51004|65|0
+1.3.6.1.2.1.10.7.10.1.4.52001|65|0
+1.3.6.1.2.1.10.7.10.1.4.52002|65|0
+1.3.6.1.2.1.10.7.10.1.4.52003|65|0
+1.3.6.1.2.1.10.7.10.1.4.52004|65|0
+1.3.6.1.2.1.10.7.10.1.4.53001|65|0
+1.3.6.1.2.1.10.7.10.1.4.53002|65|0
+1.3.6.1.2.1.10.7.10.1.4.53003|65|0
+1.3.6.1.2.1.10.7.10.1.4.53004|65|0
+1.3.6.1.2.1.10.7.10.1.4.54001|65|0
+1.3.6.1.2.1.10.7.10.1.4.54002|65|0
+1.3.6.1.2.1.10.7.10.1.4.54003|65|0
+1.3.6.1.2.1.10.7.10.1.4.54004|65|0
+1.3.6.1.2.1.10.7.10.1.4.999001|65|0
+1.3.6.1.2.1.10.7.10.1.5.1|70|0
+1.3.6.1.2.1.10.7.10.1.5.2|70|0
+1.3.6.1.2.1.10.7.10.1.5.3|70|0
+1.3.6.1.2.1.10.7.10.1.5.4|70|0
+1.3.6.1.2.1.10.7.10.1.5.5|70|0
+1.3.6.1.2.1.10.7.10.1.5.6|70|0
+1.3.6.1.2.1.10.7.10.1.5.7|70|0
+1.3.6.1.2.1.10.7.10.1.5.8|70|0
+1.3.6.1.2.1.10.7.10.1.5.9|70|0
+1.3.6.1.2.1.10.7.10.1.5.10|70|0
+1.3.6.1.2.1.10.7.10.1.5.11|70|0
+1.3.6.1.2.1.10.7.10.1.5.12|70|0
+1.3.6.1.2.1.10.7.10.1.5.13|70|0
+1.3.6.1.2.1.10.7.10.1.5.14|70|0
+1.3.6.1.2.1.10.7.10.1.5.15|70|0
+1.3.6.1.2.1.10.7.10.1.5.16|70|0
+1.3.6.1.2.1.10.7.10.1.5.17|70|0
+1.3.6.1.2.1.10.7.10.1.5.18|70|0
+1.3.6.1.2.1.10.7.10.1.5.19|70|0
+1.3.6.1.2.1.10.7.10.1.5.20|70|0
+1.3.6.1.2.1.10.7.10.1.5.21|70|0
+1.3.6.1.2.1.10.7.10.1.5.22|70|0
+1.3.6.1.2.1.10.7.10.1.5.23|70|0
+1.3.6.1.2.1.10.7.10.1.5.24|70|0
+1.3.6.1.2.1.10.7.10.1.5.25|70|0
+1.3.6.1.2.1.10.7.10.1.5.26|70|0
+1.3.6.1.2.1.10.7.10.1.5.27|70|0
+1.3.6.1.2.1.10.7.10.1.5.28|70|0
+1.3.6.1.2.1.10.7.10.1.5.29|70|0
+1.3.6.1.2.1.10.7.10.1.5.30|70|0
+1.3.6.1.2.1.10.7.10.1.5.31|70|0
+1.3.6.1.2.1.10.7.10.1.5.32|70|0
+1.3.6.1.2.1.10.7.10.1.5.33|70|0
+1.3.6.1.2.1.10.7.10.1.5.34|70|0
+1.3.6.1.2.1.10.7.10.1.5.35|70|0
+1.3.6.1.2.1.10.7.10.1.5.36|70|0
+1.3.6.1.2.1.10.7.10.1.5.37|70|0
+1.3.6.1.2.1.10.7.10.1.5.38|70|0
+1.3.6.1.2.1.10.7.10.1.5.39|70|0
+1.3.6.1.2.1.10.7.10.1.5.40|70|0
+1.3.6.1.2.1.10.7.10.1.5.41|70|0
+1.3.6.1.2.1.10.7.10.1.5.42|70|0
+1.3.6.1.2.1.10.7.10.1.5.43|70|0
+1.3.6.1.2.1.10.7.10.1.5.44|70|0
+1.3.6.1.2.1.10.7.10.1.5.45|70|0
+1.3.6.1.2.1.10.7.10.1.5.46|70|0
+1.3.6.1.2.1.10.7.10.1.5.47|70|0
+1.3.6.1.2.1.10.7.10.1.5.48|70|0
+1.3.6.1.2.1.10.7.10.1.5.49001|70|32171
+1.3.6.1.2.1.10.7.10.1.5.49002|70|0
+1.3.6.1.2.1.10.7.10.1.5.49003|70|0
+1.3.6.1.2.1.10.7.10.1.5.49004|70|0
+1.3.6.1.2.1.10.7.10.1.5.50001|70|0
+1.3.6.1.2.1.10.7.10.1.5.50002|70|0
+1.3.6.1.2.1.10.7.10.1.5.50003|70|0
+1.3.6.1.2.1.10.7.10.1.5.50004|70|0
+1.3.6.1.2.1.10.7.10.1.5.51001|70|0
+1.3.6.1.2.1.10.7.10.1.5.51002|70|0
+1.3.6.1.2.1.10.7.10.1.5.51003|70|0
+1.3.6.1.2.1.10.7.10.1.5.51004|70|0
+1.3.6.1.2.1.10.7.10.1.5.52001|70|0
+1.3.6.1.2.1.10.7.10.1.5.52002|70|0
+1.3.6.1.2.1.10.7.10.1.5.52003|70|0
+1.3.6.1.2.1.10.7.10.1.5.52004|70|0
+1.3.6.1.2.1.10.7.10.1.5.53001|70|0
+1.3.6.1.2.1.10.7.10.1.5.53002|70|0
+1.3.6.1.2.1.10.7.10.1.5.53003|70|0
+1.3.6.1.2.1.10.7.10.1.5.53004|70|0
+1.3.6.1.2.1.10.7.10.1.5.54001|70|0
+1.3.6.1.2.1.10.7.10.1.5.54002|70|0
+1.3.6.1.2.1.10.7.10.1.5.54003|70|0
+1.3.6.1.2.1.10.7.10.1.5.54004|70|0
+1.3.6.1.2.1.10.7.10.1.5.999001|70|0
+1.3.6.1.2.1.10.7.10.1.6.1|70|0
+1.3.6.1.2.1.10.7.10.1.6.2|70|0
+1.3.6.1.2.1.10.7.10.1.6.3|70|0
+1.3.6.1.2.1.10.7.10.1.6.4|70|0
+1.3.6.1.2.1.10.7.10.1.6.5|70|0
+1.3.6.1.2.1.10.7.10.1.6.6|70|0
+1.3.6.1.2.1.10.7.10.1.6.7|70|0
+1.3.6.1.2.1.10.7.10.1.6.8|70|0
+1.3.6.1.2.1.10.7.10.1.6.9|70|0
+1.3.6.1.2.1.10.7.10.1.6.10|70|0
+1.3.6.1.2.1.10.7.10.1.6.11|70|0
+1.3.6.1.2.1.10.7.10.1.6.12|70|0
+1.3.6.1.2.1.10.7.10.1.6.13|70|0
+1.3.6.1.2.1.10.7.10.1.6.14|70|0
+1.3.6.1.2.1.10.7.10.1.6.15|70|0
+1.3.6.1.2.1.10.7.10.1.6.16|70|0
+1.3.6.1.2.1.10.7.10.1.6.17|70|0
+1.3.6.1.2.1.10.7.10.1.6.18|70|0
+1.3.6.1.2.1.10.7.10.1.6.19|70|0
+1.3.6.1.2.1.10.7.10.1.6.20|70|0
+1.3.6.1.2.1.10.7.10.1.6.21|70|0
+1.3.6.1.2.1.10.7.10.1.6.22|70|0
+1.3.6.1.2.1.10.7.10.1.6.23|70|0
+1.3.6.1.2.1.10.7.10.1.6.24|70|0
+1.3.6.1.2.1.10.7.10.1.6.25|70|0
+1.3.6.1.2.1.10.7.10.1.6.26|70|0
+1.3.6.1.2.1.10.7.10.1.6.27|70|0
+1.3.6.1.2.1.10.7.10.1.6.28|70|0
+1.3.6.1.2.1.10.7.10.1.6.29|70|0
+1.3.6.1.2.1.10.7.10.1.6.30|70|0
+1.3.6.1.2.1.10.7.10.1.6.31|70|0
+1.3.6.1.2.1.10.7.10.1.6.32|70|0
+1.3.6.1.2.1.10.7.10.1.6.33|70|0
+1.3.6.1.2.1.10.7.10.1.6.34|70|0
+1.3.6.1.2.1.10.7.10.1.6.35|70|0
+1.3.6.1.2.1.10.7.10.1.6.36|70|0
+1.3.6.1.2.1.10.7.10.1.6.37|70|0
+1.3.6.1.2.1.10.7.10.1.6.38|70|0
+1.3.6.1.2.1.10.7.10.1.6.39|70|0
+1.3.6.1.2.1.10.7.10.1.6.40|70|0
+1.3.6.1.2.1.10.7.10.1.6.41|70|0
+1.3.6.1.2.1.10.7.10.1.6.42|70|0
+1.3.6.1.2.1.10.7.10.1.6.43|70|0
+1.3.6.1.2.1.10.7.10.1.6.44|70|0
+1.3.6.1.2.1.10.7.10.1.6.45|70|0
+1.3.6.1.2.1.10.7.10.1.6.46|70|0
+1.3.6.1.2.1.10.7.10.1.6.47|70|0
+1.3.6.1.2.1.10.7.10.1.6.48|70|0
+1.3.6.1.2.1.10.7.10.1.6.49001|70|0
+1.3.6.1.2.1.10.7.10.1.6.49002|70|0
+1.3.6.1.2.1.10.7.10.1.6.49003|70|0
+1.3.6.1.2.1.10.7.10.1.6.49004|70|0
+1.3.6.1.2.1.10.7.10.1.6.50001|70|0
+1.3.6.1.2.1.10.7.10.1.6.50002|70|0
+1.3.6.1.2.1.10.7.10.1.6.50003|70|0
+1.3.6.1.2.1.10.7.10.1.6.50004|70|0
+1.3.6.1.2.1.10.7.10.1.6.51001|70|0
+1.3.6.1.2.1.10.7.10.1.6.51002|70|0
+1.3.6.1.2.1.10.7.10.1.6.51003|70|0
+1.3.6.1.2.1.10.7.10.1.6.51004|70|0
+1.3.6.1.2.1.10.7.10.1.6.52001|70|0
+1.3.6.1.2.1.10.7.10.1.6.52002|70|0
+1.3.6.1.2.1.10.7.10.1.6.52003|70|0
+1.3.6.1.2.1.10.7.10.1.6.52004|70|0
+1.3.6.1.2.1.10.7.10.1.6.53001|70|0
+1.3.6.1.2.1.10.7.10.1.6.53002|70|0
+1.3.6.1.2.1.10.7.10.1.6.53003|70|0
+1.3.6.1.2.1.10.7.10.1.6.53004|70|0
+1.3.6.1.2.1.10.7.10.1.6.54001|70|0
+1.3.6.1.2.1.10.7.10.1.6.54002|70|0
+1.3.6.1.2.1.10.7.10.1.6.54003|70|0
+1.3.6.1.2.1.10.7.10.1.6.54004|70|0
+1.3.6.1.2.1.10.7.10.1.6.999001|70|0
+1.3.6.1.2.1.10.7.11.1.1.1|70|0
+1.3.6.1.2.1.10.7.11.1.1.2|70|0
+1.3.6.1.2.1.10.7.11.1.1.3|70|0
+1.3.6.1.2.1.10.7.11.1.1.4|70|0
+1.3.6.1.2.1.10.7.11.1.1.5|70|0
+1.3.6.1.2.1.10.7.11.1.1.6|70|0
+1.3.6.1.2.1.10.7.11.1.1.7|70|0
+1.3.6.1.2.1.10.7.11.1.1.8|70|0
+1.3.6.1.2.1.10.7.11.1.1.9|70|0
+1.3.6.1.2.1.10.7.11.1.1.10|70|0
+1.3.6.1.2.1.10.7.11.1.1.11|70|0
+1.3.6.1.2.1.10.7.11.1.1.12|70|0
+1.3.6.1.2.1.10.7.11.1.1.13|70|0
+1.3.6.1.2.1.10.7.11.1.1.14|70|0
+1.3.6.1.2.1.10.7.11.1.1.15|70|0
+1.3.6.1.2.1.10.7.11.1.1.16|70|0
+1.3.6.1.2.1.10.7.11.1.1.17|70|0
+1.3.6.1.2.1.10.7.11.1.1.18|70|0
+1.3.6.1.2.1.10.7.11.1.1.19|70|0
+1.3.6.1.2.1.10.7.11.1.1.20|70|0
+1.3.6.1.2.1.10.7.11.1.1.21|70|0
+1.3.6.1.2.1.10.7.11.1.1.22|70|0
+1.3.6.1.2.1.10.7.11.1.1.23|70|0
+1.3.6.1.2.1.10.7.11.1.1.24|70|0
+1.3.6.1.2.1.10.7.11.1.1.25|70|0
+1.3.6.1.2.1.10.7.11.1.1.26|70|0
+1.3.6.1.2.1.10.7.11.1.1.27|70|0
+1.3.6.1.2.1.10.7.11.1.1.28|70|0
+1.3.6.1.2.1.10.7.11.1.1.29|70|0
+1.3.6.1.2.1.10.7.11.1.1.30|70|0
+1.3.6.1.2.1.10.7.11.1.1.31|70|0
+1.3.6.1.2.1.10.7.11.1.1.32|70|0
+1.3.6.1.2.1.10.7.11.1.1.33|70|0
+1.3.6.1.2.1.10.7.11.1.1.34|70|0
+1.3.6.1.2.1.10.7.11.1.1.35|70|0
+1.3.6.1.2.1.10.7.11.1.1.36|70|0
+1.3.6.1.2.1.10.7.11.1.1.37|70|0
+1.3.6.1.2.1.10.7.11.1.1.38|70|0
+1.3.6.1.2.1.10.7.11.1.1.39|70|0
+1.3.6.1.2.1.10.7.11.1.1.40|70|0
+1.3.6.1.2.1.10.7.11.1.1.41|70|0
+1.3.6.1.2.1.10.7.11.1.1.42|70|0
+1.3.6.1.2.1.10.7.11.1.1.43|70|0
+1.3.6.1.2.1.10.7.11.1.1.44|70|0
+1.3.6.1.2.1.10.7.11.1.1.45|70|0
+1.3.6.1.2.1.10.7.11.1.1.46|70|0
+1.3.6.1.2.1.10.7.11.1.1.47|70|0
+1.3.6.1.2.1.10.7.11.1.1.48|70|0
+1.3.6.1.2.1.10.7.11.1.1.49001|70|0
+1.3.6.1.2.1.10.7.11.1.1.49002|70|0
+1.3.6.1.2.1.10.7.11.1.1.49003|70|0
+1.3.6.1.2.1.10.7.11.1.1.49004|70|0
+1.3.6.1.2.1.10.7.11.1.1.50001|70|0
+1.3.6.1.2.1.10.7.11.1.1.50002|70|0
+1.3.6.1.2.1.10.7.11.1.1.50003|70|0
+1.3.6.1.2.1.10.7.11.1.1.50004|70|0
+1.3.6.1.2.1.10.7.11.1.1.51001|70|0
+1.3.6.1.2.1.10.7.11.1.1.51002|70|0
+1.3.6.1.2.1.10.7.11.1.1.51003|70|0
+1.3.6.1.2.1.10.7.11.1.1.51004|70|0
+1.3.6.1.2.1.10.7.11.1.1.52001|70|0
+1.3.6.1.2.1.10.7.11.1.1.52002|70|0
+1.3.6.1.2.1.10.7.11.1.1.52003|70|0
+1.3.6.1.2.1.10.7.11.1.1.52004|70|0
+1.3.6.1.2.1.10.7.11.1.1.53001|70|0
+1.3.6.1.2.1.10.7.11.1.1.53002|70|0
+1.3.6.1.2.1.10.7.11.1.1.53003|70|0
+1.3.6.1.2.1.10.7.11.1.1.53004|70|0
+1.3.6.1.2.1.10.7.11.1.1.54001|70|0
+1.3.6.1.2.1.10.7.11.1.1.54002|70|0
+1.3.6.1.2.1.10.7.11.1.1.54003|70|0
+1.3.6.1.2.1.10.7.11.1.1.54004|70|0
+1.3.6.1.2.1.10.7.11.1.1.999001|70|0
+1.3.6.1.2.1.10.7.11.1.2.1|70|0
+1.3.6.1.2.1.10.7.11.1.2.2|70|0
+1.3.6.1.2.1.10.7.11.1.2.3|70|0
+1.3.6.1.2.1.10.7.11.1.2.4|70|0
+1.3.6.1.2.1.10.7.11.1.2.5|70|0
+1.3.6.1.2.1.10.7.11.1.2.6|70|0
+1.3.6.1.2.1.10.7.11.1.2.7|70|0
+1.3.6.1.2.1.10.7.11.1.2.8|70|208
+1.3.6.1.2.1.10.7.11.1.2.9|70|0
+1.3.6.1.2.1.10.7.11.1.2.10|70|0
+1.3.6.1.2.1.10.7.11.1.2.11|70|0
+1.3.6.1.2.1.10.7.11.1.2.12|70|0
+1.3.6.1.2.1.10.7.11.1.2.13|70|0
+1.3.6.1.2.1.10.7.11.1.2.14|70|0
+1.3.6.1.2.1.10.7.11.1.2.15|70|0
+1.3.6.1.2.1.10.7.11.1.2.16|70|0
+1.3.6.1.2.1.10.7.11.1.2.17|70|0
+1.3.6.1.2.1.10.7.11.1.2.18|70|0
+1.3.6.1.2.1.10.7.11.1.2.19|70|14
+1.3.6.1.2.1.10.7.11.1.2.20|70|0
+1.3.6.1.2.1.10.7.11.1.2.21|70|0
+1.3.6.1.2.1.10.7.11.1.2.22|70|0
+1.3.6.1.2.1.10.7.11.1.2.23|70|0
+1.3.6.1.2.1.10.7.11.1.2.24|70|0
+1.3.6.1.2.1.10.7.11.1.2.25|70|0
+1.3.6.1.2.1.10.7.11.1.2.26|70|0
+1.3.6.1.2.1.10.7.11.1.2.27|70|0
+1.3.6.1.2.1.10.7.11.1.2.28|70|0
+1.3.6.1.2.1.10.7.11.1.2.29|70|0
+1.3.6.1.2.1.10.7.11.1.2.30|70|0
+1.3.6.1.2.1.10.7.11.1.2.31|70|0
+1.3.6.1.2.1.10.7.11.1.2.32|70|0
+1.3.6.1.2.1.10.7.11.1.2.33|70|0
+1.3.6.1.2.1.10.7.11.1.2.34|70|0
+1.3.6.1.2.1.10.7.11.1.2.35|70|0
+1.3.6.1.2.1.10.7.11.1.2.36|70|0
+1.3.6.1.2.1.10.7.11.1.2.37|70|0
+1.3.6.1.2.1.10.7.11.1.2.38|70|0
+1.3.6.1.2.1.10.7.11.1.2.39|70|0
+1.3.6.1.2.1.10.7.11.1.2.40|70|0
+1.3.6.1.2.1.10.7.11.1.2.41|70|0
+1.3.6.1.2.1.10.7.11.1.2.42|70|0
+1.3.6.1.2.1.10.7.11.1.2.43|70|0
+1.3.6.1.2.1.10.7.11.1.2.44|70|0
+1.3.6.1.2.1.10.7.11.1.2.45|70|0
+1.3.6.1.2.1.10.7.11.1.2.46|70|2
+1.3.6.1.2.1.10.7.11.1.2.47|70|0
+1.3.6.1.2.1.10.7.11.1.2.48|70|0
+1.3.6.1.2.1.10.7.11.1.2.49001|70|0
+1.3.6.1.2.1.10.7.11.1.2.49002|70|0
+1.3.6.1.2.1.10.7.11.1.2.49003|70|0
+1.3.6.1.2.1.10.7.11.1.2.49004|70|0
+1.3.6.1.2.1.10.7.11.1.2.50001|70|0
+1.3.6.1.2.1.10.7.11.1.2.50002|70|0
+1.3.6.1.2.1.10.7.11.1.2.50003|70|0
+1.3.6.1.2.1.10.7.11.1.2.50004|70|0
+1.3.6.1.2.1.10.7.11.1.2.51001|70|0
+1.3.6.1.2.1.10.7.11.1.2.51002|70|0
+1.3.6.1.2.1.10.7.11.1.2.51003|70|0
+1.3.6.1.2.1.10.7.11.1.2.51004|70|0
+1.3.6.1.2.1.10.7.11.1.2.52001|70|0
+1.3.6.1.2.1.10.7.11.1.2.52002|70|0
+1.3.6.1.2.1.10.7.11.1.2.52003|70|0
+1.3.6.1.2.1.10.7.11.1.2.52004|70|0
+1.3.6.1.2.1.10.7.11.1.2.53001|70|0
+1.3.6.1.2.1.10.7.11.1.2.53002|70|0
+1.3.6.1.2.1.10.7.11.1.2.53003|70|0
+1.3.6.1.2.1.10.7.11.1.2.53004|70|0
+1.3.6.1.2.1.10.7.11.1.2.54001|70|0
+1.3.6.1.2.1.10.7.11.1.2.54002|70|0
+1.3.6.1.2.1.10.7.11.1.2.54003|70|0
+1.3.6.1.2.1.10.7.11.1.2.54004|70|0
+1.3.6.1.2.1.10.7.11.1.2.999001|70|0
+1.3.6.1.2.1.10.7.11.1.3.1|70|0
+1.3.6.1.2.1.10.7.11.1.3.2|70|11
+1.3.6.1.2.1.10.7.11.1.3.3|70|0
+1.3.6.1.2.1.10.7.11.1.3.4|70|0
+1.3.6.1.2.1.10.7.11.1.3.5|70|0
+1.3.6.1.2.1.10.7.11.1.3.6|70|15
+1.3.6.1.2.1.10.7.11.1.3.7|70|16
+1.3.6.1.2.1.10.7.11.1.3.8|70|12
+1.3.6.1.2.1.10.7.11.1.3.9|70|0
+1.3.6.1.2.1.10.7.11.1.3.10|70|0
+1.3.6.1.2.1.10.7.11.1.3.11|70|0
+1.3.6.1.2.1.10.7.11.1.3.12|70|0
+1.3.6.1.2.1.10.7.11.1.3.13|70|2
+1.3.6.1.2.1.10.7.11.1.3.14|70|0
+1.3.6.1.2.1.10.7.11.1.3.15|70|0
+1.3.6.1.2.1.10.7.11.1.3.16|70|0
+1.3.6.1.2.1.10.7.11.1.3.17|70|2
+1.3.6.1.2.1.10.7.11.1.3.18|70|2
+1.3.6.1.2.1.10.7.11.1.3.19|70|2
+1.3.6.1.2.1.10.7.11.1.3.20|70|2
+1.3.6.1.2.1.10.7.11.1.3.21|70|2
+1.3.6.1.2.1.10.7.11.1.3.22|70|2
+1.3.6.1.2.1.10.7.11.1.3.23|70|0
+1.3.6.1.2.1.10.7.11.1.3.24|70|0
+1.3.6.1.2.1.10.7.11.1.3.25|70|0
+1.3.6.1.2.1.10.7.11.1.3.26|70|0
+1.3.6.1.2.1.10.7.11.1.3.27|70|0
+1.3.6.1.2.1.10.7.11.1.3.28|70|0
+1.3.6.1.2.1.10.7.11.1.3.29|70|0
+1.3.6.1.2.1.10.7.11.1.3.30|70|0
+1.3.6.1.2.1.10.7.11.1.3.31|70|0
+1.3.6.1.2.1.10.7.11.1.3.32|70|0
+1.3.6.1.2.1.10.7.11.1.3.33|70|0
+1.3.6.1.2.1.10.7.11.1.3.34|70|0
+1.3.6.1.2.1.10.7.11.1.3.35|70|0
+1.3.6.1.2.1.10.7.11.1.3.36|70|0
+1.3.6.1.2.1.10.7.11.1.3.37|70|0
+1.3.6.1.2.1.10.7.11.1.3.38|70|0
+1.3.6.1.2.1.10.7.11.1.3.39|70|0
+1.3.6.1.2.1.10.7.11.1.3.40|70|0
+1.3.6.1.2.1.10.7.11.1.3.41|70|0
+1.3.6.1.2.1.10.7.11.1.3.42|70|0
+1.3.6.1.2.1.10.7.11.1.3.43|70|0
+1.3.6.1.2.1.10.7.11.1.3.44|70|0
+1.3.6.1.2.1.10.7.11.1.3.45|70|2
+1.3.6.1.2.1.10.7.11.1.3.46|70|0
+1.3.6.1.2.1.10.7.11.1.3.47|70|0
+1.3.6.1.2.1.10.7.11.1.3.48|70|0
+1.3.6.1.2.1.10.7.11.1.3.49001|70|0
+1.3.6.1.2.1.10.7.11.1.3.49002|70|0
+1.3.6.1.2.1.10.7.11.1.3.49003|70|0
+1.3.6.1.2.1.10.7.11.1.3.49004|70|0
+1.3.6.1.2.1.10.7.11.1.3.50001|70|0
+1.3.6.1.2.1.10.7.11.1.3.50002|70|0
+1.3.6.1.2.1.10.7.11.1.3.50003|70|0
+1.3.6.1.2.1.10.7.11.1.3.50004|70|0
+1.3.6.1.2.1.10.7.11.1.3.51001|70|0
+1.3.6.1.2.1.10.7.11.1.3.51002|70|0
+1.3.6.1.2.1.10.7.11.1.3.51003|70|0
+1.3.6.1.2.1.10.7.11.1.3.51004|70|0
+1.3.6.1.2.1.10.7.11.1.3.52001|70|0
+1.3.6.1.2.1.10.7.11.1.3.52002|70|0
+1.3.6.1.2.1.10.7.11.1.3.52003|70|0
+1.3.6.1.2.1.10.7.11.1.3.52004|70|0
+1.3.6.1.2.1.10.7.11.1.3.53001|70|0
+1.3.6.1.2.1.10.7.11.1.3.53002|70|0
+1.3.6.1.2.1.10.7.11.1.3.53003|70|0
+1.3.6.1.2.1.10.7.11.1.3.53004|70|0
+1.3.6.1.2.1.10.7.11.1.3.54001|70|0
+1.3.6.1.2.1.10.7.11.1.3.54002|70|0
+1.3.6.1.2.1.10.7.11.1.3.54003|70|0
+1.3.6.1.2.1.10.7.11.1.3.54004|70|0
+1.3.6.1.2.1.10.7.11.1.3.999001|70|0
+1.3.6.1.2.1.10.7.11.1.4.1|70|0
+1.3.6.1.2.1.10.7.11.1.4.2|70|0
+1.3.6.1.2.1.10.7.11.1.4.3|70|0
+1.3.6.1.2.1.10.7.11.1.4.4|70|0
+1.3.6.1.2.1.10.7.11.1.4.5|70|0
+1.3.6.1.2.1.10.7.11.1.4.6|70|0
+1.3.6.1.2.1.10.7.11.1.4.7|70|0
+1.3.6.1.2.1.10.7.11.1.4.8|70|0
+1.3.6.1.2.1.10.7.11.1.4.9|70|0
+1.3.6.1.2.1.10.7.11.1.4.10|70|0
+1.3.6.1.2.1.10.7.11.1.4.11|70|0
+1.3.6.1.2.1.10.7.11.1.4.12|70|0
+1.3.6.1.2.1.10.7.11.1.4.13|70|0
+1.3.6.1.2.1.10.7.11.1.4.14|70|0
+1.3.6.1.2.1.10.7.11.1.4.15|70|0
+1.3.6.1.2.1.10.7.11.1.4.16|70|0
+1.3.6.1.2.1.10.7.11.1.4.17|70|0
+1.3.6.1.2.1.10.7.11.1.4.18|70|0
+1.3.6.1.2.1.10.7.11.1.4.19|70|0
+1.3.6.1.2.1.10.7.11.1.4.20|70|0
+1.3.6.1.2.1.10.7.11.1.4.21|70|0
+1.3.6.1.2.1.10.7.11.1.4.22|70|0
+1.3.6.1.2.1.10.7.11.1.4.23|70|0
+1.3.6.1.2.1.10.7.11.1.4.24|70|0
+1.3.6.1.2.1.10.7.11.1.4.25|70|0
+1.3.6.1.2.1.10.7.11.1.4.26|70|0
+1.3.6.1.2.1.10.7.11.1.4.27|70|0
+1.3.6.1.2.1.10.7.11.1.4.28|70|0
+1.3.6.1.2.1.10.7.11.1.4.29|70|0
+1.3.6.1.2.1.10.7.11.1.4.30|70|0
+1.3.6.1.2.1.10.7.11.1.4.31|70|0
+1.3.6.1.2.1.10.7.11.1.4.32|70|0
+1.3.6.1.2.1.10.7.11.1.4.33|70|0
+1.3.6.1.2.1.10.7.11.1.4.34|70|0
+1.3.6.1.2.1.10.7.11.1.4.35|70|0
+1.3.6.1.2.1.10.7.11.1.4.36|70|0
+1.3.6.1.2.1.10.7.11.1.4.37|70|0
+1.3.6.1.2.1.10.7.11.1.4.38|70|0
+1.3.6.1.2.1.10.7.11.1.4.39|70|0
+1.3.6.1.2.1.10.7.11.1.4.40|70|0
+1.3.6.1.2.1.10.7.11.1.4.41|70|0
+1.3.6.1.2.1.10.7.11.1.4.42|70|0
+1.3.6.1.2.1.10.7.11.1.4.43|70|0
+1.3.6.1.2.1.10.7.11.1.4.44|70|0
+1.3.6.1.2.1.10.7.11.1.4.45|70|0
+1.3.6.1.2.1.10.7.11.1.4.46|70|0
+1.3.6.1.2.1.10.7.11.1.4.47|70|0
+1.3.6.1.2.1.10.7.11.1.4.48|70|0
+1.3.6.1.2.1.10.7.11.1.4.49001|70|0
+1.3.6.1.2.1.10.7.11.1.4.49002|70|0
+1.3.6.1.2.1.10.7.11.1.4.49003|70|0
+1.3.6.1.2.1.10.7.11.1.4.49004|70|0
+1.3.6.1.2.1.10.7.11.1.4.50001|70|0
+1.3.6.1.2.1.10.7.11.1.4.50002|70|0
+1.3.6.1.2.1.10.7.11.1.4.50003|70|0
+1.3.6.1.2.1.10.7.11.1.4.50004|70|0
+1.3.6.1.2.1.10.7.11.1.4.51001|70|0
+1.3.6.1.2.1.10.7.11.1.4.51002|70|0
+1.3.6.1.2.1.10.7.11.1.4.51003|70|0
+1.3.6.1.2.1.10.7.11.1.4.51004|70|0
+1.3.6.1.2.1.10.7.11.1.4.52001|70|0
+1.3.6.1.2.1.10.7.11.1.4.52002|70|0
+1.3.6.1.2.1.10.7.11.1.4.52003|70|0
+1.3.6.1.2.1.10.7.11.1.4.52004|70|0
+1.3.6.1.2.1.10.7.11.1.4.53001|70|0
+1.3.6.1.2.1.10.7.11.1.4.53002|70|0
+1.3.6.1.2.1.10.7.11.1.4.53003|70|0
+1.3.6.1.2.1.10.7.11.1.4.53004|70|0
+1.3.6.1.2.1.10.7.11.1.4.54001|70|0
+1.3.6.1.2.1.10.7.11.1.4.54002|70|0
+1.3.6.1.2.1.10.7.11.1.4.54003|70|0
+1.3.6.1.2.1.10.7.11.1.4.54004|70|0
+1.3.6.1.2.1.10.7.11.1.4.999001|70|0
+1.3.6.1.2.1.10.7.11.1.5.1|70|0
+1.3.6.1.2.1.10.7.11.1.5.2|70|0
+1.3.6.1.2.1.10.7.11.1.5.3|70|0
+1.3.6.1.2.1.10.7.11.1.5.4|70|0
+1.3.6.1.2.1.10.7.11.1.5.5|70|0
+1.3.6.1.2.1.10.7.11.1.5.6|70|0
+1.3.6.1.2.1.10.7.11.1.5.7|70|0
+1.3.6.1.2.1.10.7.11.1.5.8|70|45
+1.3.6.1.2.1.10.7.11.1.5.9|70|0
+1.3.6.1.2.1.10.7.11.1.5.10|70|0
+1.3.6.1.2.1.10.7.11.1.5.11|70|0
+1.3.6.1.2.1.10.7.11.1.5.12|70|0
+1.3.6.1.2.1.10.7.11.1.5.13|70|0
+1.3.6.1.2.1.10.7.11.1.5.14|70|0
+1.3.6.1.2.1.10.7.11.1.5.15|70|0
+1.3.6.1.2.1.10.7.11.1.5.16|70|0
+1.3.6.1.2.1.10.7.11.1.5.17|70|0
+1.3.6.1.2.1.10.7.11.1.5.18|70|0
+1.3.6.1.2.1.10.7.11.1.5.19|70|6
+1.3.6.1.2.1.10.7.11.1.5.20|70|0
+1.3.6.1.2.1.10.7.11.1.5.21|70|0
+1.3.6.1.2.1.10.7.11.1.5.22|70|0
+1.3.6.1.2.1.10.7.11.1.5.23|70|0
+1.3.6.1.2.1.10.7.11.1.5.24|70|0
+1.3.6.1.2.1.10.7.11.1.5.25|70|0
+1.3.6.1.2.1.10.7.11.1.5.26|70|0
+1.3.6.1.2.1.10.7.11.1.5.27|70|0
+1.3.6.1.2.1.10.7.11.1.5.28|70|0
+1.3.6.1.2.1.10.7.11.1.5.29|70|0
+1.3.6.1.2.1.10.7.11.1.5.30|70|0
+1.3.6.1.2.1.10.7.11.1.5.31|70|0
+1.3.6.1.2.1.10.7.11.1.5.32|70|0
+1.3.6.1.2.1.10.7.11.1.5.33|70|0
+1.3.6.1.2.1.10.7.11.1.5.34|70|0
+1.3.6.1.2.1.10.7.11.1.5.35|70|0
+1.3.6.1.2.1.10.7.11.1.5.36|70|0
+1.3.6.1.2.1.10.7.11.1.5.37|70|0
+1.3.6.1.2.1.10.7.11.1.5.38|70|0
+1.3.6.1.2.1.10.7.11.1.5.39|70|0
+1.3.6.1.2.1.10.7.11.1.5.40|70|0
+1.3.6.1.2.1.10.7.11.1.5.41|70|0
+1.3.6.1.2.1.10.7.11.1.5.42|70|0
+1.3.6.1.2.1.10.7.11.1.5.43|70|0
+1.3.6.1.2.1.10.7.11.1.5.44|70|0
+1.3.6.1.2.1.10.7.11.1.5.45|70|0
+1.3.6.1.2.1.10.7.11.1.5.46|70|0
+1.3.6.1.2.1.10.7.11.1.5.47|70|0
+1.3.6.1.2.1.10.7.11.1.5.48|70|0
+1.3.6.1.2.1.10.7.11.1.5.49001|70|0
+1.3.6.1.2.1.10.7.11.1.5.49002|70|0
+1.3.6.1.2.1.10.7.11.1.5.49003|70|0
+1.3.6.1.2.1.10.7.11.1.5.49004|70|0
+1.3.6.1.2.1.10.7.11.1.5.50001|70|0
+1.3.6.1.2.1.10.7.11.1.5.50002|70|0
+1.3.6.1.2.1.10.7.11.1.5.50003|70|0
+1.3.6.1.2.1.10.7.11.1.5.50004|70|0
+1.3.6.1.2.1.10.7.11.1.5.51001|70|0
+1.3.6.1.2.1.10.7.11.1.5.51002|70|0
+1.3.6.1.2.1.10.7.11.1.5.51003|70|0
+1.3.6.1.2.1.10.7.11.1.5.51004|70|0
+1.3.6.1.2.1.10.7.11.1.5.52001|70|0
+1.3.6.1.2.1.10.7.11.1.5.52002|70|0
+1.3.6.1.2.1.10.7.11.1.5.52003|70|0
+1.3.6.1.2.1.10.7.11.1.5.52004|70|0
+1.3.6.1.2.1.10.7.11.1.5.53001|70|0
+1.3.6.1.2.1.10.7.11.1.5.53002|70|0
+1.3.6.1.2.1.10.7.11.1.5.53003|70|0
+1.3.6.1.2.1.10.7.11.1.5.53004|70|0
+1.3.6.1.2.1.10.7.11.1.5.54001|70|0
+1.3.6.1.2.1.10.7.11.1.5.54002|70|0
+1.3.6.1.2.1.10.7.11.1.5.54003|70|0
+1.3.6.1.2.1.10.7.11.1.5.54004|70|0
+1.3.6.1.2.1.10.7.11.1.5.999001|70|0
+1.3.6.1.2.1.10.7.11.1.6.1|70|0
+1.3.6.1.2.1.10.7.11.1.6.2|70|0
+1.3.6.1.2.1.10.7.11.1.6.3|70|0
+1.3.6.1.2.1.10.7.11.1.6.4|70|0
+1.3.6.1.2.1.10.7.11.1.6.5|70|0
+1.3.6.1.2.1.10.7.11.1.6.6|70|0
+1.3.6.1.2.1.10.7.11.1.6.7|70|0
+1.3.6.1.2.1.10.7.11.1.6.8|70|39
+1.3.6.1.2.1.10.7.11.1.6.9|70|0
+1.3.6.1.2.1.10.7.11.1.6.10|70|0
+1.3.6.1.2.1.10.7.11.1.6.11|70|0
+1.3.6.1.2.1.10.7.11.1.6.12|70|0
+1.3.6.1.2.1.10.7.11.1.6.13|70|0
+1.3.6.1.2.1.10.7.11.1.6.14|70|0
+1.3.6.1.2.1.10.7.11.1.6.15|70|0
+1.3.6.1.2.1.10.7.11.1.6.16|70|0
+1.3.6.1.2.1.10.7.11.1.6.17|70|0
+1.3.6.1.2.1.10.7.11.1.6.18|70|0
+1.3.6.1.2.1.10.7.11.1.6.19|70|6
+1.3.6.1.2.1.10.7.11.1.6.20|70|0
+1.3.6.1.2.1.10.7.11.1.6.21|70|0
+1.3.6.1.2.1.10.7.11.1.6.22|70|0
+1.3.6.1.2.1.10.7.11.1.6.23|70|0
+1.3.6.1.2.1.10.7.11.1.6.24|70|0
+1.3.6.1.2.1.10.7.11.1.6.25|70|0
+1.3.6.1.2.1.10.7.11.1.6.26|70|0
+1.3.6.1.2.1.10.7.11.1.6.27|70|0
+1.3.6.1.2.1.10.7.11.1.6.28|70|0
+1.3.6.1.2.1.10.7.11.1.6.29|70|0
+1.3.6.1.2.1.10.7.11.1.6.30|70|0
+1.3.6.1.2.1.10.7.11.1.6.31|70|0
+1.3.6.1.2.1.10.7.11.1.6.32|70|0
+1.3.6.1.2.1.10.7.11.1.6.33|70|0
+1.3.6.1.2.1.10.7.11.1.6.34|70|0
+1.3.6.1.2.1.10.7.11.1.6.35|70|0
+1.3.6.1.2.1.10.7.11.1.6.36|70|0
+1.3.6.1.2.1.10.7.11.1.6.37|70|0
+1.3.6.1.2.1.10.7.11.1.6.38|70|0
+1.3.6.1.2.1.10.7.11.1.6.39|70|0
+1.3.6.1.2.1.10.7.11.1.6.40|70|0
+1.3.6.1.2.1.10.7.11.1.6.41|70|0
+1.3.6.1.2.1.10.7.11.1.6.42|70|0
+1.3.6.1.2.1.10.7.11.1.6.43|70|0
+1.3.6.1.2.1.10.7.11.1.6.44|70|0
+1.3.6.1.2.1.10.7.11.1.6.45|70|0
+1.3.6.1.2.1.10.7.11.1.6.46|70|0
+1.3.6.1.2.1.10.7.11.1.6.47|70|0
+1.3.6.1.2.1.10.7.11.1.6.48|70|0
+1.3.6.1.2.1.10.7.11.1.6.49001|70|0
+1.3.6.1.2.1.10.7.11.1.6.49002|70|0
+1.3.6.1.2.1.10.7.11.1.6.49003|70|0
+1.3.6.1.2.1.10.7.11.1.6.49004|70|0
+1.3.6.1.2.1.10.7.11.1.6.50001|70|0
+1.3.6.1.2.1.10.7.11.1.6.50002|70|0
+1.3.6.1.2.1.10.7.11.1.6.50003|70|0
+1.3.6.1.2.1.10.7.11.1.6.50004|70|0
+1.3.6.1.2.1.10.7.11.1.6.51001|70|0
+1.3.6.1.2.1.10.7.11.1.6.51002|70|0
+1.3.6.1.2.1.10.7.11.1.6.51003|70|0
+1.3.6.1.2.1.10.7.11.1.6.51004|70|0
+1.3.6.1.2.1.10.7.11.1.6.52001|70|0
+1.3.6.1.2.1.10.7.11.1.6.52002|70|0
+1.3.6.1.2.1.10.7.11.1.6.52003|70|0
+1.3.6.1.2.1.10.7.11.1.6.52004|70|0
+1.3.6.1.2.1.10.7.11.1.6.53001|70|0
+1.3.6.1.2.1.10.7.11.1.6.53002|70|0
+1.3.6.1.2.1.10.7.11.1.6.53003|70|0
+1.3.6.1.2.1.10.7.11.1.6.53004|70|0
+1.3.6.1.2.1.10.7.11.1.6.54001|70|0
+1.3.6.1.2.1.10.7.11.1.6.54002|70|0
+1.3.6.1.2.1.10.7.11.1.6.54003|70|0
+1.3.6.1.2.1.10.7.11.1.6.54004|70|0
+1.3.6.1.2.1.10.7.11.1.6.999001|70|0
+1.3.6.1.2.1.10.166.4.1.1.1.0|4|00 00 00 00
+1.3.6.1.2.1.26.2.1.1.1.1.1|2|1
+1.3.6.1.2.1.26.2.1.1.1.2.1|2|2
+1.3.6.1.2.1.26.2.1.1.1.3.1|2|3
+1.3.6.1.2.1.26.2.1.1.1.4.1|2|4
+1.3.6.1.2.1.26.2.1.1.1.5.1|2|5
+1.3.6.1.2.1.26.2.1.1.1.6.1|2|6
+1.3.6.1.2.1.26.2.1.1.1.7.1|2|7
+1.3.6.1.2.1.26.2.1.1.1.8.1|2|8
+1.3.6.1.2.1.26.2.1.1.1.9.1|2|9
+1.3.6.1.2.1.26.2.1.1.1.10.1|2|10
+1.3.6.1.2.1.26.2.1.1.1.11.1|2|11
+1.3.6.1.2.1.26.2.1.1.1.12.1|2|12
+1.3.6.1.2.1.26.2.1.1.1.13.1|2|13
+1.3.6.1.2.1.26.2.1.1.1.14.1|2|14
+1.3.6.1.2.1.26.2.1.1.1.15.1|2|15
+1.3.6.1.2.1.26.2.1.1.1.16.1|2|16
+1.3.6.1.2.1.26.2.1.1.1.17.1|2|17
+1.3.6.1.2.1.26.2.1.1.1.18.1|2|18
+1.3.6.1.2.1.26.2.1.1.1.19.1|2|19
+1.3.6.1.2.1.26.2.1.1.1.20.1|2|20
+1.3.6.1.2.1.26.2.1.1.1.21.1|2|21
+1.3.6.1.2.1.26.2.1.1.1.22.1|2|22
+1.3.6.1.2.1.26.2.1.1.1.23.1|2|23
+1.3.6.1.2.1.26.2.1.1.1.24.1|2|24
+1.3.6.1.2.1.26.2.1.1.1.25.1|2|25
+1.3.6.1.2.1.26.2.1.1.1.26.1|2|26
+1.3.6.1.2.1.26.2.1.1.1.27.1|2|27
+1.3.6.1.2.1.26.2.1.1.1.28.1|2|28
+1.3.6.1.2.1.26.2.1.1.1.29.1|2|29
+1.3.6.1.2.1.26.2.1.1.1.30.1|2|30
+1.3.6.1.2.1.26.2.1.1.1.31.1|2|31
+1.3.6.1.2.1.26.2.1.1.1.32.1|2|32
+1.3.6.1.2.1.26.2.1.1.1.33.1|2|33
+1.3.6.1.2.1.26.2.1.1.1.34.1|2|34
+1.3.6.1.2.1.26.2.1.1.1.35.1|2|35
+1.3.6.1.2.1.26.2.1.1.1.36.1|2|36
+1.3.6.1.2.1.26.2.1.1.1.37.1|2|37
+1.3.6.1.2.1.26.2.1.1.1.38.1|2|38
+1.3.6.1.2.1.26.2.1.1.1.39.1|2|39
+1.3.6.1.2.1.26.2.1.1.1.40.1|2|40
+1.3.6.1.2.1.26.2.1.1.1.41.1|2|41
+1.3.6.1.2.1.26.2.1.1.1.42.1|2|42
+1.3.6.1.2.1.26.2.1.1.1.43.1|2|43
+1.3.6.1.2.1.26.2.1.1.1.44.1|2|44
+1.3.6.1.2.1.26.2.1.1.1.45.1|2|45
+1.3.6.1.2.1.26.2.1.1.1.46.1|2|46
+1.3.6.1.2.1.26.2.1.1.1.47.1|2|47
+1.3.6.1.2.1.26.2.1.1.1.48.1|2|48
+1.3.6.1.2.1.26.2.1.1.1.49001.1|2|49001
+1.3.6.1.2.1.26.2.1.1.1.49002.1|2|49002
+1.3.6.1.2.1.26.2.1.1.1.49003.1|2|49003
+1.3.6.1.2.1.26.2.1.1.1.49004.1|2|49004
+1.3.6.1.2.1.26.2.1.1.1.50001.1|2|50001
+1.3.6.1.2.1.26.2.1.1.1.50002.1|2|50002
+1.3.6.1.2.1.26.2.1.1.1.50003.1|2|50003
+1.3.6.1.2.1.26.2.1.1.1.50004.1|2|50004
+1.3.6.1.2.1.26.2.1.1.1.51001.1|2|51001
+1.3.6.1.2.1.26.2.1.1.1.51002.1|2|51002
+1.3.6.1.2.1.26.2.1.1.1.51003.1|2|51003
+1.3.6.1.2.1.26.2.1.1.1.51004.1|2|51004
+1.3.6.1.2.1.26.2.1.1.1.52001.1|2|52001
+1.3.6.1.2.1.26.2.1.1.1.52002.1|2|52002
+1.3.6.1.2.1.26.2.1.1.1.52003.1|2|52003
+1.3.6.1.2.1.26.2.1.1.1.52004.1|2|52004
+1.3.6.1.2.1.26.2.1.1.1.53001.1|2|53001
+1.3.6.1.2.1.26.2.1.1.1.53002.1|2|53002
+1.3.6.1.2.1.26.2.1.1.1.53003.1|2|53003
+1.3.6.1.2.1.26.2.1.1.1.53004.1|2|53004
+1.3.6.1.2.1.26.2.1.1.1.54001.1|2|54001
+1.3.6.1.2.1.26.2.1.1.1.54002.1|2|54002
+1.3.6.1.2.1.26.2.1.1.1.54003.1|2|54003
+1.3.6.1.2.1.26.2.1.1.1.54004.1|2|54004
+1.3.6.1.2.1.26.2.1.1.2.1.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.2.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.3.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.4.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.5.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.6.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.7.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.8.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.9.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.10.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.11.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.12.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.13.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.14.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.15.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.16.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.17.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.18.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.19.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.20.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.21.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.22.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.23.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.24.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.25.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.26.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.27.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.28.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.29.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.30.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.31.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.32.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.33.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.34.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.35.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.36.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.37.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.38.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.39.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.40.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.41.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.42.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.43.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.44.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.45.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.46.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.47.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.48.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.49001.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.49002.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.49003.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.49004.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.50001.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.50002.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.50003.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.50004.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.51001.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.51002.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.51003.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.51004.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.52001.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.52002.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.52003.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.52004.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.53001.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.53002.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.53003.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.53004.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.54001.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.54002.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.54003.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.54004.1|2|1
+1.3.6.1.2.1.26.2.1.1.3.1.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.2.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.3.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.4.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.5.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.6.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.7.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.8.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.9.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.10.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.11.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.12.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.13.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.14.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.15.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.16.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.17.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.18.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.19.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.20.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.21.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.22.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.23.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.24.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.25.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.26.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.27.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.28.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.29.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.30.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.31.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.32.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.33.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.34.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.35.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.36.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.37.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.38.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.39.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.40.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.41.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.42.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.43.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.44.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.45.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.46.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.47.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.48.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.49001.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.49002.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.49003.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.49004.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.50001.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.50002.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.50003.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.50004.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.51001.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.51002.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.51003.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.51004.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.52001.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.52002.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.52003.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.52004.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.53001.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.53002.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.53003.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.53004.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.54001.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.54002.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.54003.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.54004.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.4.1.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.2.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.3.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.4.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.5.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.6.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.7.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.8.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.9.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.10.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.11.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.12.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.13.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.14.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.15.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.16.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.17.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.18.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.19.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.20.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.21.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.22.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.23.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.24.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.25.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.26.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.27.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.28.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.29.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.30.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.31.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.32.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.33.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.34.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.35.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.36.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.37.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.38.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.39.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.40.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.41.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.42.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.43.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.44.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.45.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.46.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.47.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.48.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.49001.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.49002.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.49003.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.49004.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.50001.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.50002.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.50003.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.50004.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.51001.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.51002.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.51003.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.51004.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.52001.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.52002.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.52003.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.52004.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.53001.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.53002.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.53003.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.53004.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.54001.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.54002.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.54003.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.54004.1|2|5
+1.3.6.1.2.1.26.2.1.1.5.1.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.2.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.3.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.4.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.5.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.6.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.7.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.8.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.9.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.10.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.11.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.12.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.13.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.14.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.15.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.16.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.17.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.18.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.19.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.20.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.21.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.22.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.23.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.24.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.25.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.26.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.27.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.28.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.29.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.30.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.31.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.32.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.33.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.34.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.35.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.36.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.37.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.38.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.39.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.40.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.41.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.42.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.43.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.44.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.45.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.46.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.47.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.48.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.49001.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.49002.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.49003.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.49004.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.50001.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.50002.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.50003.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.50004.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.51001.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.51002.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.51003.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.51004.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.52001.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.52002.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.52003.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.52004.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.53001.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.53002.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.53003.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.53004.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.54001.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.54002.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.54003.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.54004.1|2|3
+1.3.6.1.2.1.26.2.1.1.6.1.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.2.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.3.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.4.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.5.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.6.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.7.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.8.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.9.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.10.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.11.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.12.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.13.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.14.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.15.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.16.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.17.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.18.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.19.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.20.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.21.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.22.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.23.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.24.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.25.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.26.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.27.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.28.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.29.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.30.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.31.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.32.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.33.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.34.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.35.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.36.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.37.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.38.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.39.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.40.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.41.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.42.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.43.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.44.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.45.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.46.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.47.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.48.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.49001.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.49002.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.49003.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.49004.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.50001.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.50002.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.50003.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.50004.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.51001.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.51002.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.51003.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.51004.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.52001.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.52002.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.52003.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.52004.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.53001.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.53002.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.53003.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.53004.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.54001.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.54002.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.54003.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.54004.1|65|0
+1.3.6.1.2.1.26.2.1.1.7.1.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.2.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.3.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.4.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.5.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.6.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.7.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.8.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.9.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.10.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.11.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.12.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.13.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.14.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.15.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.16.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.17.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.18.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.19.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.20.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.21.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.22.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.23.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.24.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.25.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.26.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.27.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.28.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.29.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.30.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.31.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.32.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.33.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.34.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.35.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.36.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.37.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.38.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.39.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.40.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.41.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.42.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.43.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.44.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.45.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.46.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.47.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.48.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.49001.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.49002.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.49003.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.49004.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.50001.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.50002.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.50003.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.50004.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.51001.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.51002.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.51003.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.51004.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.52001.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.52002.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.52003.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.52004.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.53001.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.53002.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.53003.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.53004.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.54001.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.54002.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.54003.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.54004.1|2|3
+1.3.6.1.2.1.26.2.1.1.8.1.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.2.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.3.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.4.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.5.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.6.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.7.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.8.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.9.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.10.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.11.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.12.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.13.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.14.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.15.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.16.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.17.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.18.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.19.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.20.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.21.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.22.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.23.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.24.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.25.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.26.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.27.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.28.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.29.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.30.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.31.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.32.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.33.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.34.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.35.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.36.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.37.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.38.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.39.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.40.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.41.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.42.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.43.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.44.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.45.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.46.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.47.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.48.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.49001.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.49002.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.49003.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.49004.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.50001.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.50002.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.50003.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.50004.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.51001.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.51002.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.51003.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.51004.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.52001.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.52002.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.52003.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.52004.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.53001.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.53002.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.53003.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.53004.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.54001.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.54002.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.54003.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.54004.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.1.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.2.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.3.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.4.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.5.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.6.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.7.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.8.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.9.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.10.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.11.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.12.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.13.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.14.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.15.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.16.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.17.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.18.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.19.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.20.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.21.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.22.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.23.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.24.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.25.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.26.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.27.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.28.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.29.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.30.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.31.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.32.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.33.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.34.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.35.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.36.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.37.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.38.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.39.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.40.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.41.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.42.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.43.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.44.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.45.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.46.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.47.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.48.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.49001.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.49002.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.49003.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.49004.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.50001.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.50002.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.50003.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.50004.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.51001.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.51002.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.51003.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.51004.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.52001.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.52002.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.52003.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.52004.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.53001.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.53002.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.53003.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.53004.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.54001.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.54002.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.54003.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.54004.1|65|0
+1.3.6.1.2.1.26.2.1.1.11.1.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.2.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.3.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.4.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.5.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.6.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.7.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.8.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.9.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.10.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.11.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.12.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.13.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.14.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.15.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.16.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.17.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.18.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.19.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.20.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.21.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.22.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.23.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.24.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.25.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.26.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.27.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.28.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.29.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.30.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.31.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.32.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.33.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.34.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.35.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.36.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.37.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.38.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.39.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.40.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.41.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.42.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.43.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.44.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.45.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.46.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.47.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.48.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.49001.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.49002.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.49003.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.49004.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.50001.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.50002.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.50003.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.50004.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.51001.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.51002.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.51003.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.51004.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.52001.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.52002.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.52003.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.52004.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.53001.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.53002.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.53003.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.53004.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.54001.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.54002.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.54003.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.54004.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.12.1.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.2.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.3.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.4.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.5.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.6.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.7.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.8.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.9.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.10.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.11.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.12.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.13.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.14.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.15.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.16.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.17.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.18.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.19.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.20.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.21.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.22.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.23.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.24.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.25.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.26.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.27.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.28.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.29.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.30.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.31.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.32.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.33.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.34.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.35.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.36.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.37.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.38.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.39.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.40.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.41.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.42.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.43.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.44.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.45.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.46.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.47.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.48.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.49001.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.49002.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.49003.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.49004.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.50001.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.50002.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.50003.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.50004.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.51001.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.51002.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.51003.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.51004.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.52001.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.52002.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.52003.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.52004.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.53001.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.53002.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.53003.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.53004.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.54001.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.54002.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.54003.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.54004.1|2|2
+1.3.6.1.2.1.26.2.1.1.13.1.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.2.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.3.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.4.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.5.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.6.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.7.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.8.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.9.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.10.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.11.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.12.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.13.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.14.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.15.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.16.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.17.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.18.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.19.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.20.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.21.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.22.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.23.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.24.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.25.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.26.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.27.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.28.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.29.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.30.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.31.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.32.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.33.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.34.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.35.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.36.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.37.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.38.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.39.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.40.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.41.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.42.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.43.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.44.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.45.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.46.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.47.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.48.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.49001.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.49002.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.49003.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.49004.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.50001.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.50002.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.50003.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.50004.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.51001.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.51002.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.51003.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.51004.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.52001.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.52002.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.52003.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.52004.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.53001.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.53002.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.53003.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.53004.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.54001.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.54002.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.54003.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.54004.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.14.1.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.2.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.3.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.4.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.5.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.6.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.7.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.8.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.9.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.10.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.11.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.12.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.13.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.14.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.15.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.16.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.17.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.18.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.19.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.20.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.21.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.22.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.23.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.24.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.25.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.26.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.27.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.28.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.29.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.30.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.31.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.32.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.33.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.34.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.35.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.36.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.37.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.38.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.39.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.40.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.41.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.42.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.43.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.44.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.45.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.46.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.47.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.48.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.49001.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.49002.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.49003.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.49004.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.50001.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.50002.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.50003.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.50004.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.51001.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.51002.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.51003.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.51004.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.52001.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.52002.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.52003.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.52004.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.53001.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.53002.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.53003.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.53004.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.54001.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.54002.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.54003.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.54004.1|70|0
+1.3.6.1.2.1.26.5.1.1.1.1.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.2.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.3.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.4.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.5.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.6.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.7.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.8.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.9.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.10.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.11.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.12.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.13.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.14.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.15.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.16.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.17.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.18.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.19.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.20.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.21.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.22.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.23.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.24.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.25.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.26.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.27.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.28.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.29.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.30.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.31.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.32.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.33.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.34.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.35.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.36.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.37.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.38.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.39.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.40.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.41.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.42.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.43.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.44.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.45.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.46.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.47.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.48.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.49001.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.49002.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.49003.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.49004.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.50001.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.50002.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.50003.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.50004.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.51001.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.51002.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.51003.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.51004.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.52001.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.52002.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.52003.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.52004.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.53001.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.53002.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.53003.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.53004.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.54001.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.54002.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.54003.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.54004.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.1.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.2.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.3.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.4.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.5.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.6.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.7.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.8.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.9.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.10.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.11.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.12.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.13.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.14.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.15.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.16.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.17.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.18.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.19.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.20.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.21.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.22.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.23.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.24.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.25.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.26.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.27.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.28.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.29.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.30.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.31.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.32.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.33.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.34.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.35.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.36.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.37.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.38.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.39.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.40.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.41.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.42.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.43.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.44.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.45.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.46.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.47.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.48.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.49001.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.49002.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.49003.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.49004.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.50001.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.50002.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.50003.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.50004.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.51001.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.51002.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.51003.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.51004.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.52001.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.52002.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.52003.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.52004.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.53001.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.53002.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.53003.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.53004.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.54001.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.54002.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.54003.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.54004.1|2|2
+1.3.6.1.2.1.26.5.1.1.9.1.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.2.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.3.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.4.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.5.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.6.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.7.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.8.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.9.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.10.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.11.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.12.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.13.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.14.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.15.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.16.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.17.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.18.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.19.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.20.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.21.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.22.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.23.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.24.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.25.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.26.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.27.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.28.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.29.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.30.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.31.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.32.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.33.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.34.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.35.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.36.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.37.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.38.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.39.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.40.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.41.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.42.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.43.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.44.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.45.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.46.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.47.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.48.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.49001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.49002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.49003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.49004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.50001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.50002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.50003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.50004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.51001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.51002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.51003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.51004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.52001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.52002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.52003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.52004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.53001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.53002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.53003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.53004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.54001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.54002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.54003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.54004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.1.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.2.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.3.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.4.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.5.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.6.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.7.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.8.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.9.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.10.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.11.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.12.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.13.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.14.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.15.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.16.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.17.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.18.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.19.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.20.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.21.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.22.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.23.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.24.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.25.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.26.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.27.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.28.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.29.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.30.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.31.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.32.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.33.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.34.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.35.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.36.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.37.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.38.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.39.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.40.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.41.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.42.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.43.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.44.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.45.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.46.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.47.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.48.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.49001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.49002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.49003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.49004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.50001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.50002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.50003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.50004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.51001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.51002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.51003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.51004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.52001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.52002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.52003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.52004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.53001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.53002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.53003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.53004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.54001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.54002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.54003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.54004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.1.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.2.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.3.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.4.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.5.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.6.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.7.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.8.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.9.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.10.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.11.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.12.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.13.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.14.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.15.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.16.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.17.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.18.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.19.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.20.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.21.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.22.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.23.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.24.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.25.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.26.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.27.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.28.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.29.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.30.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.31.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.32.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.33.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.34.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.35.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.36.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.37.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.38.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.39.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.40.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.41.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.42.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.43.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.44.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.45.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.46.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.47.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.48.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.49001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.49002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.49003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.49004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.50001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.50002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.50003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.50004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.51001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.51002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.51003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.51004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.52001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.52002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.52003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.52004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.53001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.53002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.53003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.53004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.54001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.54002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.54003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.54004.1|4|00 00 00
+1.3.6.1.2.1.31.1.1.1.1.1|4|Ethernet1
+1.3.6.1.2.1.31.1.1.1.1.2|4|Ethernet2
+1.3.6.1.2.1.31.1.1.1.1.3|4|Ethernet3
+1.3.6.1.2.1.31.1.1.1.1.4|4|Ethernet4
+1.3.6.1.2.1.31.1.1.1.1.5|4|Ethernet5
+1.3.6.1.2.1.31.1.1.1.1.6|4|Ethernet6
+1.3.6.1.2.1.31.1.1.1.1.7|4|Ethernet7
+1.3.6.1.2.1.31.1.1.1.1.8|4|Ethernet8
+1.3.6.1.2.1.31.1.1.1.1.9|4|Ethernet9
+1.3.6.1.2.1.31.1.1.1.1.10|4|Ethernet10
+1.3.6.1.2.1.31.1.1.1.1.11|4|Ethernet11
+1.3.6.1.2.1.31.1.1.1.1.12|4|Ethernet12
+1.3.6.1.2.1.31.1.1.1.1.13|4|Ethernet13
+1.3.6.1.2.1.31.1.1.1.1.14|4|Ethernet14
+1.3.6.1.2.1.31.1.1.1.1.15|4|Ethernet15
+1.3.6.1.2.1.31.1.1.1.1.16|4|Ethernet16
+1.3.6.1.2.1.31.1.1.1.1.17|4|Ethernet17
+1.3.6.1.2.1.31.1.1.1.1.18|4|Ethernet18
+1.3.6.1.2.1.31.1.1.1.1.19|4|Ethernet19
+1.3.6.1.2.1.31.1.1.1.1.20|4|Ethernet20
+1.3.6.1.2.1.31.1.1.1.1.21|4|Ethernet21
+1.3.6.1.2.1.31.1.1.1.1.22|4|Ethernet22
+1.3.6.1.2.1.31.1.1.1.1.23|4|Ethernet23
+1.3.6.1.2.1.31.1.1.1.1.24|4|Ethernet24
+1.3.6.1.2.1.31.1.1.1.1.25|4|Ethernet25
+1.3.6.1.2.1.31.1.1.1.1.26|4|Ethernet26
+1.3.6.1.2.1.31.1.1.1.1.27|4|Ethernet27
+1.3.6.1.2.1.31.1.1.1.1.28|4|Ethernet28
+1.3.6.1.2.1.31.1.1.1.1.29|4|Ethernet29
+1.3.6.1.2.1.31.1.1.1.1.30|4|Ethernet30
+1.3.6.1.2.1.31.1.1.1.1.31|4|Ethernet31
+1.3.6.1.2.1.31.1.1.1.1.32|4|Ethernet32
+1.3.6.1.2.1.31.1.1.1.1.33|4|Ethernet33
+1.3.6.1.2.1.31.1.1.1.1.34|4|Ethernet34
+1.3.6.1.2.1.31.1.1.1.1.35|4|Ethernet35
+1.3.6.1.2.1.31.1.1.1.1.36|4|Ethernet36
+1.3.6.1.2.1.31.1.1.1.1.37|4|Ethernet37
+1.3.6.1.2.1.31.1.1.1.1.38|4|Ethernet38
+1.3.6.1.2.1.31.1.1.1.1.39|4|Ethernet39
+1.3.6.1.2.1.31.1.1.1.1.40|4|Ethernet40
+1.3.6.1.2.1.31.1.1.1.1.41|4|Ethernet41
+1.3.6.1.2.1.31.1.1.1.1.42|4|Ethernet42
+1.3.6.1.2.1.31.1.1.1.1.43|4|Ethernet43
+1.3.6.1.2.1.31.1.1.1.1.44|4|Ethernet44
+1.3.6.1.2.1.31.1.1.1.1.45|4|Ethernet45
+1.3.6.1.2.1.31.1.1.1.1.46|4|Ethernet46
+1.3.6.1.2.1.31.1.1.1.1.47|4|Ethernet47
+1.3.6.1.2.1.31.1.1.1.1.48|4|Ethernet48
+1.3.6.1.2.1.31.1.1.1.1.49001|4|Ethernet49/1
+1.3.6.1.2.1.31.1.1.1.1.50001|4|Ethernet50/1
+1.3.6.1.2.1.31.1.1.1.1.51001|4|Ethernet51/1
+1.3.6.1.2.1.31.1.1.1.1.52001|4|Ethernet52/1
+1.3.6.1.2.1.31.1.1.1.1.53001|4|Ethernet53/1
+1.3.6.1.2.1.31.1.1.1.1.54001|4|Ethernet54/1
+1.3.6.1.2.1.31.1.1.1.1.999001|4|Management1
+1.3.6.1.2.1.31.1.1.1.1.1000001|4|Port-Channel1
+1.3.6.1.2.1.31.1.1.1.1.1000002|4|Port-Channel2
+1.3.6.1.2.1.31.1.1.1.1.1000003|4|Port-Channel3
+1.3.6.1.2.1.31.1.1.1.1.1000005|4|Port-Channel5
+1.3.6.1.2.1.31.1.1.1.1.1001000|4|Port-Channel1000
+1.3.6.1.2.1.31.1.1.1.1.1001100|4|Port-Channel1100
+1.3.6.1.2.1.31.1.1.1.1.5000000|4|Loopback0
+1.3.6.1.2.1.31.1.1.1.1.7000000|4|Vxlan1
+1.3.6.1.2.1.31.1.1.1.2.1|65|0
+1.3.6.1.2.1.31.1.1.1.2.2|65|0
+1.3.6.1.2.1.31.1.1.1.2.3|65|0
+1.3.6.1.2.1.31.1.1.1.2.4|65|0
+1.3.6.1.2.1.31.1.1.1.2.5|65|0
+1.3.6.1.2.1.31.1.1.1.2.6|65|4280420
+1.3.6.1.2.1.31.1.1.1.2.7|65|931087
+1.3.6.1.2.1.31.1.1.1.2.8|65|660942
+1.3.6.1.2.1.31.1.1.1.2.9|65|0
+1.3.6.1.2.1.31.1.1.1.2.10|65|0
+1.3.6.1.2.1.31.1.1.1.2.11|65|0
+1.3.6.1.2.1.31.1.1.1.2.12|65|0
+1.3.6.1.2.1.31.1.1.1.2.13|65|0
+1.3.6.1.2.1.31.1.1.1.2.14|65|0
+1.3.6.1.2.1.31.1.1.1.2.15|65|0
+1.3.6.1.2.1.31.1.1.1.2.16|65|0
+1.3.6.1.2.1.31.1.1.1.2.17|65|0
+1.3.6.1.2.1.31.1.1.1.2.18|65|4009024
+1.3.6.1.2.1.31.1.1.1.2.19|65|789556
+1.3.6.1.2.1.31.1.1.1.2.20|65|4199344
+1.3.6.1.2.1.31.1.1.1.2.21|65|0
+1.3.6.1.2.1.31.1.1.1.2.22|65|9183461
+1.3.6.1.2.1.31.1.1.1.2.23|65|0
+1.3.6.1.2.1.31.1.1.1.2.24|65|0
+1.3.6.1.2.1.31.1.1.1.2.25|65|23923
+1.3.6.1.2.1.31.1.1.1.2.26|65|0
+1.3.6.1.2.1.31.1.1.1.2.27|65|4350
+1.3.6.1.2.1.31.1.1.1.2.28|65|0
+1.3.6.1.2.1.31.1.1.1.2.29|65|4360
+1.3.6.1.2.1.31.1.1.1.2.30|65|0
+1.3.6.1.2.1.31.1.1.1.2.31|65|0
+1.3.6.1.2.1.31.1.1.1.2.32|65|0
+1.3.6.1.2.1.31.1.1.1.2.33|65|656635
+1.3.6.1.2.1.31.1.1.1.2.34|65|656635
+1.3.6.1.2.1.31.1.1.1.2.35|65|656636
+1.3.6.1.2.1.31.1.1.1.2.36|65|0
+1.3.6.1.2.1.31.1.1.1.2.37|65|0
+1.3.6.1.2.1.31.1.1.1.2.38|65|0
+1.3.6.1.2.1.31.1.1.1.2.39|65|0
+1.3.6.1.2.1.31.1.1.1.2.40|65|0
+1.3.6.1.2.1.31.1.1.1.2.41|65|639099
+1.3.6.1.2.1.31.1.1.1.2.42|65|639023
+1.3.6.1.2.1.31.1.1.1.2.43|65|638977
+1.3.6.1.2.1.31.1.1.1.2.44|65|0
+1.3.6.1.2.1.31.1.1.1.2.45|65|18593
+1.3.6.1.2.1.31.1.1.1.2.46|65|90558074
+1.3.6.1.2.1.31.1.1.1.2.47|65|30689767
+1.3.6.1.2.1.31.1.1.1.2.48|65|22693671
+1.3.6.1.2.1.31.1.1.1.2.49001|65|1248648
+1.3.6.1.2.1.31.1.1.1.2.50001|65|3541806
+1.3.6.1.2.1.31.1.1.1.2.51001|65|488382
+1.3.6.1.2.1.31.1.1.1.2.52001|65|3538152
+1.3.6.1.2.1.31.1.1.1.2.53001|65|421121
+1.3.6.1.2.1.31.1.1.1.2.54001|65|0
+1.3.6.1.2.1.31.1.1.1.2.999001|65|219074
+1.3.6.1.2.1.31.1.1.1.2.1000001|65|5211490
+1.3.6.1.2.1.31.1.1.1.2.1000002|65|3541798
+1.3.6.1.2.1.31.1.1.1.2.1000003|65|3538151
+1.3.6.1.2.1.31.1.1.1.2.1000005|65|7256857
+1.3.6.1.2.1.31.1.1.1.2.1001000|65|53383433
+1.3.6.1.2.1.31.1.1.1.2.1001100|65|0
+1.3.6.1.2.1.31.1.1.1.2.5000000|65|0
+1.3.6.1.2.1.31.1.1.1.2.7000000|65|0
+1.3.6.1.2.1.31.1.1.1.3.1|65|0
+1.3.6.1.2.1.31.1.1.1.3.2|65|190709
+1.3.6.1.2.1.31.1.1.1.3.3|65|0
+1.3.6.1.2.1.31.1.1.1.3.4|65|0
+1.3.6.1.2.1.31.1.1.1.3.5|65|0
+1.3.6.1.2.1.31.1.1.1.3.6|65|102
+1.3.6.1.2.1.31.1.1.1.3.7|65|1746311
+1.3.6.1.2.1.31.1.1.1.3.8|65|2735368
+1.3.6.1.2.1.31.1.1.1.3.9|65|0
+1.3.6.1.2.1.31.1.1.1.3.10|65|0
+1.3.6.1.2.1.31.1.1.1.3.11|65|0
+1.3.6.1.2.1.31.1.1.1.3.12|65|0
+1.3.6.1.2.1.31.1.1.1.3.13|65|191
+1.3.6.1.2.1.31.1.1.1.3.14|65|125421
+1.3.6.1.2.1.31.1.1.1.3.15|65|0
+1.3.6.1.2.1.31.1.1.1.3.16|65|0
+1.3.6.1.2.1.31.1.1.1.3.17|65|23
+1.3.6.1.2.1.31.1.1.1.3.18|65|904321
+1.3.6.1.2.1.31.1.1.1.3.19|65|1082488
+1.3.6.1.2.1.31.1.1.1.3.20|65|576656
+1.3.6.1.2.1.31.1.1.1.3.21|65|196
+1.3.6.1.2.1.31.1.1.1.3.22|65|4742395
+1.3.6.1.2.1.31.1.1.1.3.23|65|0
+1.3.6.1.2.1.31.1.1.1.3.24|65|0
+1.3.6.1.2.1.31.1.1.1.3.25|65|625808
+1.3.6.1.2.1.31.1.1.1.3.26|65|0
+1.3.6.1.2.1.31.1.1.1.3.27|65|0
+1.3.6.1.2.1.31.1.1.1.3.28|65|0
+1.3.6.1.2.1.31.1.1.1.3.29|65|0
+1.3.6.1.2.1.31.1.1.1.3.30|65|0
+1.3.6.1.2.1.31.1.1.1.3.31|65|0
+1.3.6.1.2.1.31.1.1.1.3.32|65|0
+1.3.6.1.2.1.31.1.1.1.3.33|65|2
+1.3.6.1.2.1.31.1.1.1.3.34|65|4
+1.3.6.1.2.1.31.1.1.1.3.35|65|5
+1.3.6.1.2.1.31.1.1.1.3.36|65|0
+1.3.6.1.2.1.31.1.1.1.3.37|65|0
+1.3.6.1.2.1.31.1.1.1.3.38|65|0
+1.3.6.1.2.1.31.1.1.1.3.39|65|0
+1.3.6.1.2.1.31.1.1.1.3.40|65|0
+1.3.6.1.2.1.31.1.1.1.3.41|65|28
+1.3.6.1.2.1.31.1.1.1.3.42|65|1
+1.3.6.1.2.1.31.1.1.1.3.43|65|29
+1.3.6.1.2.1.31.1.1.1.3.44|65|0
+1.3.6.1.2.1.31.1.1.1.3.45|65|600877
+1.3.6.1.2.1.31.1.1.1.3.46|65|192300949
+1.3.6.1.2.1.31.1.1.1.3.47|65|838479
+1.3.6.1.2.1.31.1.1.1.3.48|65|17814302
+1.3.6.1.2.1.31.1.1.1.3.49001|65|37828676
+1.3.6.1.2.1.31.1.1.1.3.50001|65|5972
+1.3.6.1.2.1.31.1.1.1.3.51001|65|0
+1.3.6.1.2.1.31.1.1.1.3.52001|65|6262
+1.3.6.1.2.1.31.1.1.1.3.53001|65|5
+1.3.6.1.2.1.31.1.1.1.3.54001|65|0
+1.3.6.1.2.1.31.1.1.1.3.999001|65|12627641
+1.3.6.1.2.1.31.1.1.1.3.1000001|65|1746413
+1.3.6.1.2.1.31.1.1.1.3.1000002|65|5972
+1.3.6.1.2.1.31.1.1.1.3.1000003|65|6262
+1.3.6.1.2.1.31.1.1.1.3.1000005|65|904321
+1.3.6.1.2.1.31.1.1.1.3.1001000|65|18652781
+1.3.6.1.2.1.31.1.1.1.3.1001100|65|0
+1.3.6.1.2.1.31.1.1.1.3.5000000|65|0
+1.3.6.1.2.1.31.1.1.1.3.7000000|65|0
+1.3.6.1.2.1.31.1.1.1.4.1|65|0
+1.3.6.1.2.1.31.1.1.1.4.2|65|680123348
+1.3.6.1.2.1.31.1.1.1.4.3|65|0
+1.3.6.1.2.1.31.1.1.1.4.4|65|0
+1.3.6.1.2.1.31.1.1.1.4.5|65|0
+1.3.6.1.2.1.31.1.1.1.4.6|65|677697210
+1.3.6.1.2.1.31.1.1.1.4.7|65|945052
+1.3.6.1.2.1.31.1.1.1.4.8|65|679456488
+1.3.6.1.2.1.31.1.1.1.4.9|65|0
+1.3.6.1.2.1.31.1.1.1.4.10|65|0
+1.3.6.1.2.1.31.1.1.1.4.11|65|0
+1.3.6.1.2.1.31.1.1.1.4.12|65|0
+1.3.6.1.2.1.31.1.1.1.4.13|65|680156457
+1.3.6.1.2.1.31.1.1.1.4.14|65|4
+1.3.6.1.2.1.31.1.1.1.4.15|65|5068164
+1.3.6.1.2.1.31.1.1.1.4.16|65|0
+1.3.6.1.2.1.31.1.1.1.4.17|65|680162094
+1.3.6.1.2.1.31.1.1.1.4.18|65|99721889
+1.3.6.1.2.1.31.1.1.1.4.19|65|679363146
+1.3.6.1.2.1.31.1.1.1.4.20|65|586739845
+1.3.6.1.2.1.31.1.1.1.4.21|65|680139477
+1.3.6.1.2.1.31.1.1.1.4.22|65|682750840
+1.3.6.1.2.1.31.1.1.1.4.23|65|0
+1.3.6.1.2.1.31.1.1.1.4.24|65|0
+1.3.6.1.2.1.31.1.1.1.4.25|65|91290959
+1.3.6.1.2.1.31.1.1.1.4.26|65|1
+1.3.6.1.2.1.31.1.1.1.4.27|65|4354
+1.3.6.1.2.1.31.1.1.1.4.28|65|1
+1.3.6.1.2.1.31.1.1.1.4.29|65|4366
+1.3.6.1.2.1.31.1.1.1.4.30|65|0
+1.3.6.1.2.1.31.1.1.1.4.31|65|0
+1.3.6.1.2.1.31.1.1.1.4.32|65|7454179
+1.3.6.1.2.1.31.1.1.1.4.33|65|656612
+1.3.6.1.2.1.31.1.1.1.4.34|65|656613
+1.3.6.1.2.1.31.1.1.1.4.35|65|656614
+1.3.6.1.2.1.31.1.1.1.4.36|65|0
+1.3.6.1.2.1.31.1.1.1.4.37|65|0
+1.3.6.1.2.1.31.1.1.1.4.38|65|0
+1.3.6.1.2.1.31.1.1.1.4.39|65|0
+1.3.6.1.2.1.31.1.1.1.4.40|65|0
+1.3.6.1.2.1.31.1.1.1.4.41|65|636795
+1.3.6.1.2.1.31.1.1.1.4.42|65|636783
+1.3.6.1.2.1.31.1.1.1.4.43|65|636789
+1.3.6.1.2.1.31.1.1.1.4.44|65|0
+1.3.6.1.2.1.31.1.1.1.4.45|65|90558075
+1.3.6.1.2.1.31.1.1.1.4.46|65|18594
+1.3.6.1.2.1.31.1.1.1.4.47|65|678799438
+1.3.6.1.2.1.31.1.1.1.4.48|65|4037094
+1.3.6.1.2.1.31.1.1.1.4.49001|65|678820539
+1.3.6.1.2.1.31.1.1.1.4.50001|65|102009923
+1.3.6.1.2.1.31.1.1.1.4.51001|65|488429
+1.3.6.1.2.1.31.1.1.1.4.52001|65|102010361
+1.3.6.1.2.1.31.1.1.1.4.53001|65|421123
+1.3.6.1.2.1.31.1.1.1.4.54001|65|0
+1.3.6.1.2.1.31.1.1.1.4.999001|65|952154
+1.3.6.1.2.1.31.1.1.1.4.1000001|65|678642212
+1.3.6.1.2.1.31.1.1.1.4.1000002|65|100903007
+1.3.6.1.2.1.31.1.1.1.4.1000003|65|100899551
+1.3.6.1.2.1.31.1.1.1.4.1000005|65|93196299
+1.3.6.1.2.1.31.1.1.1.4.1001000|65|682836530
+1.3.6.1.2.1.31.1.1.1.4.1001100|65|0
+1.3.6.1.2.1.31.1.1.1.4.5000000|65|0
+1.3.6.1.2.1.31.1.1.1.4.7000000|65|0
+1.3.6.1.2.1.31.1.1.1.5.1|65|0
+1.3.6.1.2.1.31.1.1.1.5.2|65|1098572205
+1.3.6.1.2.1.31.1.1.1.5.3|65|0
+1.3.6.1.2.1.31.1.1.1.5.4|65|0
+1.3.6.1.2.1.31.1.1.1.5.5|65|0
+1.3.6.1.2.1.31.1.1.1.5.6|65|1096994338
+1.3.6.1.2.1.31.1.1.1.5.7|65|5267
+1.3.6.1.2.1.31.1.1.1.5.8|65|1096019417
+1.3.6.1.2.1.31.1.1.1.5.9|65|0
+1.3.6.1.2.1.31.1.1.1.5.10|65|0
+1.3.6.1.2.1.31.1.1.1.5.11|65|0
+1.3.6.1.2.1.31.1.1.1.5.12|65|0
+1.3.6.1.2.1.31.1.1.1.5.13|65|1098792734
+1.3.6.1.2.1.31.1.1.1.5.14|65|13
+1.3.6.1.2.1.31.1.1.1.5.15|65|0
+1.3.6.1.2.1.31.1.1.1.5.16|65|0
+1.3.6.1.2.1.31.1.1.1.5.17|65|1098824841
+1.3.6.1.2.1.31.1.1.1.5.18|65|205710619
+1.3.6.1.2.1.31.1.1.1.5.19|65|1097726965
+1.3.6.1.2.1.31.1.1.1.5.20|65|900570249
+1.3.6.1.2.1.31.1.1.1.5.21|65|1098791081
+1.3.6.1.2.1.31.1.1.1.5.22|65|1094376235
+1.3.6.1.2.1.31.1.1.1.5.23|65|0
+1.3.6.1.2.1.31.1.1.1.5.24|65|0
+1.3.6.1.2.1.31.1.1.1.5.25|65|190822372
+1.3.6.1.2.1.31.1.1.1.5.26|65|0
+1.3.6.1.2.1.31.1.1.1.5.27|65|0
+1.3.6.1.2.1.31.1.1.1.5.28|65|0
+1.3.6.1.2.1.31.1.1.1.5.29|65|0
+1.3.6.1.2.1.31.1.1.1.5.30|65|0
+1.3.6.1.2.1.31.1.1.1.5.31|65|0
+1.3.6.1.2.1.31.1.1.1.5.32|65|37442
+1.3.6.1.2.1.31.1.1.1.5.33|65|9
+1.3.6.1.2.1.31.1.1.1.5.34|65|4
+1.3.6.1.2.1.31.1.1.1.5.35|65|6
+1.3.6.1.2.1.31.1.1.1.5.36|65|0
+1.3.6.1.2.1.31.1.1.1.5.37|65|0
+1.3.6.1.2.1.31.1.1.1.5.38|65|0
+1.3.6.1.2.1.31.1.1.1.5.39|65|0
+1.3.6.1.2.1.31.1.1.1.5.40|65|0
+1.3.6.1.2.1.31.1.1.1.5.41|65|98
+1.3.6.1.2.1.31.1.1.1.5.42|65|71
+1.3.6.1.2.1.31.1.1.1.5.43|65|94
+1.3.6.1.2.1.31.1.1.1.5.44|65|0
+1.3.6.1.2.1.31.1.1.1.5.45|65|192300949
+1.3.6.1.2.1.31.1.1.1.5.46|65|600877
+1.3.6.1.2.1.31.1.1.1.5.47|65|1096750631
+1.3.6.1.2.1.31.1.1.1.5.48|65|1238011
+1.3.6.1.2.1.31.1.1.1.5.49001|65|1060850044
+1.3.6.1.2.1.31.1.1.1.5.50001|65|203916732
+1.3.6.1.2.1.31.1.1.1.5.51001|65|2
+1.3.6.1.2.1.31.1.1.1.5.52001|65|203923750
+1.3.6.1.2.1.31.1.1.1.5.53001|65|2
+1.3.6.1.2.1.31.1.1.1.5.54001|65|0
+1.3.6.1.2.1.31.1.1.1.5.999001|65|39
+1.3.6.1.2.1.31.1.1.1.5.1000001|65|1096999574
+1.3.6.1.2.1.31.1.1.1.5.1000002|65|203916495
+1.3.6.1.2.1.31.1.1.1.5.1000003|65|203923750
+1.3.6.1.2.1.31.1.1.1.5.1000005|65|196007701
+1.3.6.1.2.1.31.1.1.1.5.1001000|65|1097988642
+1.3.6.1.2.1.31.1.1.1.5.1001100|65|0
+1.3.6.1.2.1.31.1.1.1.5.5000000|65|0
+1.3.6.1.2.1.31.1.1.1.5.7000000|65|0
+1.3.6.1.2.1.31.1.1.1.6.1|70|0
+1.3.6.1.2.1.31.1.1.1.6.2|70:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=100,offset=1000
+1.3.6.1.2.1.31.1.1.1.6.3|70|0
+1.3.6.1.2.1.31.1.1.1.6.4|70|0
+1.3.6.1.2.1.31.1.1.1.6.5|70|0
+1.3.6.1.2.1.31.1.1.1.6.6|70:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=600,offset=200
+1.3.6.1.2.1.31.1.1.1.6.7|70:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=600,offset=200
+1.3.6.1.2.1.31.1.1.1.6.8|70:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=400,offset=0
+1.3.6.1.2.1.31.1.1.1.6.9|70|0
+1.3.6.1.2.1.31.1.1.1.6.10|70|0
+1.3.6.1.2.1.31.1.1.1.6.11|70|0
+1.3.6.1.2.1.31.1.1.1.6.12|70|0
+1.3.6.1.2.1.31.1.1.1.6.13|70:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=100,offset=100
+1.3.6.1.2.1.31.1.1.1.6.14|70|8145792
+1.3.6.1.2.1.31.1.1.1.6.15|70|0
+1.3.6.1.2.1.31.1.1.1.6.16|70|0
+1.3.6.1.2.1.31.1.1.1.6.17|70|673803587372
+1.3.6.1.2.1.31.1.1.1.6.18|70|3134945406583
+1.3.6.1.2.1.31.1.1.1.6.19|70|476010415053069
+1.3.6.1.2.1.31.1.1.1.6.20|70|63525108989001
+1.3.6.1.2.1.31.1.1.1.6.21|70|226674273184109
+1.3.6.1.2.1.31.1.1.1.6.22|70|67736010832371
+1.3.6.1.2.1.31.1.1.1.6.23|70|0
+1.3.6.1.2.1.31.1.1.1.6.24|70|0
+1.3.6.1.2.1.31.1.1.1.6.25|70|712370710
+1.3.6.1.2.1.31.1.1.1.6.26|70|0
+1.3.6.1.2.1.31.1.1.1.6.27|70|943950
+1.3.6.1.2.1.31.1.1.1.6.28|70|0
+1.3.6.1.2.1.31.1.1.1.6.29|70|946120
+1.3.6.1.2.1.31.1.1.1.6.30|70|0
+1.3.6.1.2.1.31.1.1.1.6.31|70|0
+1.3.6.1.2.1.31.1.1.1.6.32|70|0
+1.3.6.1.2.1.31.1.1.1.6.33|70|1008711421134168
+1.3.6.1.2.1.31.1.1.1.6.34|70|971888900285011
+1.3.6.1.2.1.31.1.1.1.6.35|70|985950453505289
+1.3.6.1.2.1.31.1.1.1.6.36|70|0
+1.3.6.1.2.1.31.1.1.1.6.37|70|0
+1.3.6.1.2.1.31.1.1.1.6.38|70|0
+1.3.6.1.2.1.31.1.1.1.6.39|70|0
+1.3.6.1.2.1.31.1.1.1.6.40|70|0
+1.3.6.1.2.1.31.1.1.1.6.41|70|3447753667284262
+1.3.6.1.2.1.31.1.1.1.6.42|70|3480340530711537
+1.3.6.1.2.1.31.1.1.1.6.43|70|3502281576554359
+1.3.6.1.2.1.31.1.1.1.6.44|70|0
+1.3.6.1.2.1.31.1.1.1.6.45|70|685619241
+1.3.6.1.2.1.31.1.1.1.6.46|70|62442935890068
+1.3.6.1.2.1.31.1.1.1.6.47|70:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=800,offset=1000
+1.3.6.1.2.1.31.1.1.1.6.48|70:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=800,offset=1000
+1.3.6.1.2.1.31.1.1.1.6.49001|70|2392590495744885
+1.3.6.1.2.1.31.1.1.1.6.50001|70|593297952
+1.3.6.1.2.1.31.1.1.1.6.51001|70|8191425001783841
+1.3.6.1.2.1.31.1.1.1.6.52001|70|556169006
+1.3.6.1.2.1.31.1.1.1.6.53001|70|1789998810107014
+1.3.6.1.2.1.31.1.1.1.6.54001|70|0
+1.3.6.1.2.1.31.1.1.1.6.999001|70|8955966178
+1.3.6.1.2.1.31.1.1.1.6.1000001|70|35712769609570128
+1.3.6.1.2.1.31.1.1.1.6.1000002|70|593296928
+1.3.6.1.2.1.31.1.1.1.6.1000003|70|556168878
+1.3.6.1.2.1.31.1.1.1.6.1000005|70|7293737801630
+1.3.6.1.2.1.31.1.1.1.6.1001000|70|125126753408446
+1.3.6.1.2.1.31.1.1.1.6.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.6.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.6.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.7.1|70|0
+1.3.6.1.2.1.31.1.1.1.7.2|70|1227986288285
+1.3.6.1.2.1.31.1.1.1.7.3|70|0
+1.3.6.1.2.1.31.1.1.1.7.4|70|0
+1.3.6.1.2.1.31.1.1.1.7.5|70|0
+1.3.6.1.2.1.31.1.1.1.7.6|70|14555022979204
+1.3.6.1.2.1.31.1.1.1.7.7|70|14557573018154
+1.3.6.1.2.1.31.1.1.1.7.8|70|1664256927757
+1.3.6.1.2.1.31.1.1.1.7.9|70|0
+1.3.6.1.2.1.31.1.1.1.7.10|70|0
+1.3.6.1.2.1.31.1.1.1.7.11|70|0
+1.3.6.1.2.1.31.1.1.1.7.12|70|0
+1.3.6.1.2.1.31.1.1.1.7.13|70|105225257016
+1.3.6.1.2.1.31.1.1.1.7.14|70|1857
+1.3.6.1.2.1.31.1.1.1.7.15|70|0
+1.3.6.1.2.1.31.1.1.1.7.16|70|0
+1.3.6.1.2.1.31.1.1.1.7.17|70|2753238813
+1.3.6.1.2.1.31.1.1.1.7.18|70|14192056008
+1.3.6.1.2.1.31.1.1.1.7.19|70|395535215404
+1.3.6.1.2.1.31.1.1.1.7.20|70|384865344717
+1.3.6.1.2.1.31.1.1.1.7.21|70|228099616337
+1.3.6.1.2.1.31.1.1.1.7.22|70|55078224461
+1.3.6.1.2.1.31.1.1.1.7.23|70|0
+1.3.6.1.2.1.31.1.1.1.7.24|70|0
+1.3.6.1.2.1.31.1.1.1.7.25|70|6868886
+1.3.6.1.2.1.31.1.1.1.7.26|70|0
+1.3.6.1.2.1.31.1.1.1.7.27|70|0
+1.3.6.1.2.1.31.1.1.1.7.28|70|0
+1.3.6.1.2.1.31.1.1.1.7.29|70|0
+1.3.6.1.2.1.31.1.1.1.7.30|70|0
+1.3.6.1.2.1.31.1.1.1.7.31|70|0
+1.3.6.1.2.1.31.1.1.1.7.32|70|0
+1.3.6.1.2.1.31.1.1.1.7.33|70|1440055395018
+1.3.6.1.2.1.31.1.1.1.7.34|70|1396925155332
+1.3.6.1.2.1.31.1.1.1.7.35|70|1414642556971
+1.3.6.1.2.1.31.1.1.1.7.36|70|0
+1.3.6.1.2.1.31.1.1.1.7.37|70|0
+1.3.6.1.2.1.31.1.1.1.7.38|70|0
+1.3.6.1.2.1.31.1.1.1.7.39|70|0
+1.3.6.1.2.1.31.1.1.1.7.40|70|0
+1.3.6.1.2.1.31.1.1.1.7.41|70|5388398885817
+1.3.6.1.2.1.31.1.1.1.7.42|70|5405369158574
+1.3.6.1.2.1.31.1.1.1.7.43|70|5450594437587
+1.3.6.1.2.1.31.1.1.1.7.44|70|0
+1.3.6.1.2.1.31.1.1.1.7.45|70|6868886
+1.3.6.1.2.1.31.1.1.1.7.46|70|58542950224
+1.3.6.1.2.1.31.1.1.1.7.47|70|157921559065
+1.3.6.1.2.1.31.1.1.1.7.48|70|158723146833
+1.3.6.1.2.1.31.1.1.1.7.49001|70|4417352946765
+1.3.6.1.2.1.31.1.1.1.7.50001|70|1401994
+1.3.6.1.2.1.31.1.1.1.7.51001|70|10992034971153
+1.3.6.1.2.1.31.1.1.1.7.52001|70|1050193
+1.3.6.1.2.1.31.1.1.1.7.53001|70|2467023494374
+1.3.6.1.2.1.31.1.1.1.7.54001|70|0
+1.3.6.1.2.1.31.1.1.1.7.999001|70|69075212
+1.3.6.1.2.1.31.1.1.1.7.1000001|70|29112595997352
+1.3.6.1.2.1.31.1.1.1.7.1000002|70|1401994
+1.3.6.1.2.1.31.1.1.1.7.1000003|70|1050193
+1.3.6.1.2.1.31.1.1.1.7.1000005|70|29148062425
+1.3.6.1.2.1.31.1.1.1.7.1001000|70|316644705896
+1.3.6.1.2.1.31.1.1.1.7.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.7.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.7.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.8.1|70|0
+1.3.6.1.2.1.31.1.1.1.8.2|70|0
+1.3.6.1.2.1.31.1.1.1.8.3|70|0
+1.3.6.1.2.1.31.1.1.1.8.4|70|0
+1.3.6.1.2.1.31.1.1.1.8.5|70|0
+1.3.6.1.2.1.31.1.1.1.8.6|70|4280420
+1.3.6.1.2.1.31.1.1.1.8.7|70|931087
+1.3.6.1.2.1.31.1.1.1.8.8|70|660942
+1.3.6.1.2.1.31.1.1.1.8.9|70|0
+1.3.6.1.2.1.31.1.1.1.8.10|70|0
+1.3.6.1.2.1.31.1.1.1.8.11|70|0
+1.3.6.1.2.1.31.1.1.1.8.12|70|0
+1.3.6.1.2.1.31.1.1.1.8.13|70|0
+1.3.6.1.2.1.31.1.1.1.8.14|70|0
+1.3.6.1.2.1.31.1.1.1.8.15|70|0
+1.3.6.1.2.1.31.1.1.1.8.16|70|0
+1.3.6.1.2.1.31.1.1.1.8.17|70|0
+1.3.6.1.2.1.31.1.1.1.8.18|70|4009024
+1.3.6.1.2.1.31.1.1.1.8.19|70|789556
+1.3.6.1.2.1.31.1.1.1.8.20|70|4199344
+1.3.6.1.2.1.31.1.1.1.8.21|70|0
+1.3.6.1.2.1.31.1.1.1.8.22|70|9183461
+1.3.6.1.2.1.31.1.1.1.8.23|70|0
+1.3.6.1.2.1.31.1.1.1.8.24|70|0
+1.3.6.1.2.1.31.1.1.1.8.25|70|23923
+1.3.6.1.2.1.31.1.1.1.8.26|70|0
+1.3.6.1.2.1.31.1.1.1.8.27|70|4350
+1.3.6.1.2.1.31.1.1.1.8.28|70|0
+1.3.6.1.2.1.31.1.1.1.8.29|70|4360
+1.3.6.1.2.1.31.1.1.1.8.30|70|0
+1.3.6.1.2.1.31.1.1.1.8.31|70|0
+1.3.6.1.2.1.31.1.1.1.8.32|70|0
+1.3.6.1.2.1.31.1.1.1.8.33|70|656635
+1.3.6.1.2.1.31.1.1.1.8.34|70|656635
+1.3.6.1.2.1.31.1.1.1.8.35|70|656636
+1.3.6.1.2.1.31.1.1.1.8.36|70|0
+1.3.6.1.2.1.31.1.1.1.8.37|70|0
+1.3.6.1.2.1.31.1.1.1.8.38|70|0
+1.3.6.1.2.1.31.1.1.1.8.39|70|0
+1.3.6.1.2.1.31.1.1.1.8.40|70|0
+1.3.6.1.2.1.31.1.1.1.8.41|70|639099
+1.3.6.1.2.1.31.1.1.1.8.42|70|639023
+1.3.6.1.2.1.31.1.1.1.8.43|70|638977
+1.3.6.1.2.1.31.1.1.1.8.44|70|0
+1.3.6.1.2.1.31.1.1.1.8.45|70|18593
+1.3.6.1.2.1.31.1.1.1.8.46|70|90558074
+1.3.6.1.2.1.31.1.1.1.8.47|70|30689767
+1.3.6.1.2.1.31.1.1.1.8.48|70|22693671
+1.3.6.1.2.1.31.1.1.1.8.49001|70|1248648
+1.3.6.1.2.1.31.1.1.1.8.50001|70|3541806
+1.3.6.1.2.1.31.1.1.1.8.51001|70|488382
+1.3.6.1.2.1.31.1.1.1.8.52001|70|3538152
+1.3.6.1.2.1.31.1.1.1.8.53001|70|421121
+1.3.6.1.2.1.31.1.1.1.8.54001|70|0
+1.3.6.1.2.1.31.1.1.1.8.999001|70|219074
+1.3.6.1.2.1.31.1.1.1.8.1000001|70|5211490
+1.3.6.1.2.1.31.1.1.1.8.1000002|70|3541798
+1.3.6.1.2.1.31.1.1.1.8.1000003|70|3538151
+1.3.6.1.2.1.31.1.1.1.8.1000005|70|7256857
+1.3.6.1.2.1.31.1.1.1.8.1001000|70|53383433
+1.3.6.1.2.1.31.1.1.1.8.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.8.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.8.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.9.1|70|0
+1.3.6.1.2.1.31.1.1.1.9.2|70|190709
+1.3.6.1.2.1.31.1.1.1.9.3|70|0
+1.3.6.1.2.1.31.1.1.1.9.4|70|0
+1.3.6.1.2.1.31.1.1.1.9.5|70|0
+1.3.6.1.2.1.31.1.1.1.9.6|70|102
+1.3.6.1.2.1.31.1.1.1.9.7|70|1746311
+1.3.6.1.2.1.31.1.1.1.9.8|70|2735368
+1.3.6.1.2.1.31.1.1.1.9.9|70|0
+1.3.6.1.2.1.31.1.1.1.9.10|70|0
+1.3.6.1.2.1.31.1.1.1.9.11|70|0
+1.3.6.1.2.1.31.1.1.1.9.12|70|0
+1.3.6.1.2.1.31.1.1.1.9.13|70|191
+1.3.6.1.2.1.31.1.1.1.9.14|70|125421
+1.3.6.1.2.1.31.1.1.1.9.15|70|0
+1.3.6.1.2.1.31.1.1.1.9.16|70|0
+1.3.6.1.2.1.31.1.1.1.9.17|70|23
+1.3.6.1.2.1.31.1.1.1.9.18|70|904321
+1.3.6.1.2.1.31.1.1.1.9.19|70|1082488
+1.3.6.1.2.1.31.1.1.1.9.20|70|576656
+1.3.6.1.2.1.31.1.1.1.9.21|70|196
+1.3.6.1.2.1.31.1.1.1.9.22|70|4742395
+1.3.6.1.2.1.31.1.1.1.9.23|70|0
+1.3.6.1.2.1.31.1.1.1.9.24|70|0
+1.3.6.1.2.1.31.1.1.1.9.25|70|625808
+1.3.6.1.2.1.31.1.1.1.9.26|70|0
+1.3.6.1.2.1.31.1.1.1.9.27|70|0
+1.3.6.1.2.1.31.1.1.1.9.28|70|0
+1.3.6.1.2.1.31.1.1.1.9.29|70|0
+1.3.6.1.2.1.31.1.1.1.9.30|70|0
+1.3.6.1.2.1.31.1.1.1.9.31|70|0
+1.3.6.1.2.1.31.1.1.1.9.32|70|0
+1.3.6.1.2.1.31.1.1.1.9.33|70|2
+1.3.6.1.2.1.31.1.1.1.9.34|70|4
+1.3.6.1.2.1.31.1.1.1.9.35|70|5
+1.3.6.1.2.1.31.1.1.1.9.36|70|0
+1.3.6.1.2.1.31.1.1.1.9.37|70|0
+1.3.6.1.2.1.31.1.1.1.9.38|70|0
+1.3.6.1.2.1.31.1.1.1.9.39|70|0
+1.3.6.1.2.1.31.1.1.1.9.40|70|0
+1.3.6.1.2.1.31.1.1.1.9.41|70|28
+1.3.6.1.2.1.31.1.1.1.9.42|70|1
+1.3.6.1.2.1.31.1.1.1.9.43|70|29
+1.3.6.1.2.1.31.1.1.1.9.44|70|0
+1.3.6.1.2.1.31.1.1.1.9.45|70|600877
+1.3.6.1.2.1.31.1.1.1.9.46|70|192300949
+1.3.6.1.2.1.31.1.1.1.9.47|70|838479
+1.3.6.1.2.1.31.1.1.1.9.48|70|17814302
+1.3.6.1.2.1.31.1.1.1.9.49001|70|37828676
+1.3.6.1.2.1.31.1.1.1.9.50001|70|5972
+1.3.6.1.2.1.31.1.1.1.9.51001|70|0
+1.3.6.1.2.1.31.1.1.1.9.52001|70|6262
+1.3.6.1.2.1.31.1.1.1.9.53001|70|5
+1.3.6.1.2.1.31.1.1.1.9.54001|70|0
+1.3.6.1.2.1.31.1.1.1.9.999001|70|12627641
+1.3.6.1.2.1.31.1.1.1.9.1000001|70|1746413
+1.3.6.1.2.1.31.1.1.1.9.1000002|70|5972
+1.3.6.1.2.1.31.1.1.1.9.1000003|70|6262
+1.3.6.1.2.1.31.1.1.1.9.1000005|70|904321
+1.3.6.1.2.1.31.1.1.1.9.1001000|70|18652781
+1.3.6.1.2.1.31.1.1.1.9.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.9.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.9.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.10.1|70|0
+1.3.6.1.2.1.31.1.1.1.10.2|70|479938999898537
+1.3.6.1.2.1.31.1.1.1.10.3|70|0
+1.3.6.1.2.1.31.1.1.1.10.4|70|0
+1.3.6.1.2.1.31.1.1.1.10.5|70|0
+1.3.6.1.2.1.31.1.1.1.10.6|70|1828346205101572
+1.3.6.1.2.1.31.1.1.1.10.7|70|1831149167141289
+1.3.6.1.2.1.31.1.1.1.10.8|70|9828904175387646
+1.3.6.1.2.1.31.1.1.1.10.9|70|0
+1.3.6.1.2.1.31.1.1.1.10.10|70|0
+1.3.6.1.2.1.31.1.1.1.10.11|70|0
+1.3.6.1.2.1.31.1.1.1.10.12|70|0
+1.3.6.1.2.1.31.1.1.1.10.13|70|25124685706096
+1.3.6.1.2.1.31.1.1.1.10.14|70|120168
+1.3.6.1.2.1.31.1.1.1.10.15|70|648363629
+1.3.6.1.2.1.31.1.1.1.10.16|70|0
+1.3.6.1.2.1.31.1.1.1.10.17|70|1702499087143
+1.3.6.1.2.1.31.1.1.1.10.18|70|105444256190499
+1.3.6.1.2.1.31.1.1.1.10.19|70|620901608728822
+1.3.6.1.2.1.31.1.1.1.10.20|70|1108854705665967
+1.3.6.1.2.1.31.1.1.1.10.21|70|129883811282925
+1.3.6.1.2.1.31.1.1.1.10.22|70|9342899119289
+1.3.6.1.2.1.31.1.1.1.10.23|70|0
+1.3.6.1.2.1.31.1.1.1.10.24|70|0
+1.3.6.1.2.1.31.1.1.1.10.25|70|62678203035532
+1.3.6.1.2.1.31.1.1.1.10.26|70|128
+1.3.6.1.2.1.31.1.1.1.10.27|70|944729
+1.3.6.1.2.1.31.1.1.1.10.28|70|128
+1.3.6.1.2.1.31.1.1.1.10.29|70|947422
+1.3.6.1.2.1.31.1.1.1.10.30|70|0
+1.3.6.1.2.1.31.1.1.1.10.31|70|0
+1.3.6.1.2.1.31.1.1.1.10.32|70|958141531
+1.3.6.1.2.1.31.1.1.1.10.33|70|2016169089194254
+1.3.6.1.2.1.31.1.1.1.10.34|70|2025041724606122
+1.3.6.1.2.1.31.1.1.1.10.35|70|2022089996075611
+1.3.6.1.2.1.31.1.1.1.10.36|70|0
+1.3.6.1.2.1.31.1.1.1.10.37|70|0
+1.3.6.1.2.1.31.1.1.1.10.38|70|0
+1.3.6.1.2.1.31.1.1.1.10.39|70|0
+1.3.6.1.2.1.31.1.1.1.10.40|70|0
+1.3.6.1.2.1.31.1.1.1.10.41|70|6678357741958251
+1.3.6.1.2.1.31.1.1.1.10.42|70|6744743059605794
+1.3.6.1.2.1.31.1.1.1.10.43|70|6680243858700101
+1.3.6.1.2.1.31.1.1.1.10.44|70|0
+1.3.6.1.2.1.31.1.1.1.10.45|70|62442935968501
+1.3.6.1.2.1.31.1.1.1.10.46|70|685619369
+1.3.6.1.2.1.31.1.1.1.10.47|70|45069594939115
+1.3.6.1.2.1.31.1.1.1.10.48|70|45468695450421
+1.3.6.1.2.1.31.1.1.1.10.49001|70|7666054948767310
+1.3.6.1.2.1.31.1.1.1.10.50001|70|29538459879
+1.3.6.1.2.1.31.1.1.1.10.51001|70|11104272601554163
+1.3.6.1.2.1.31.1.1.1.10.52001|70|29504441346
+1.3.6.1.2.1.31.1.1.1.10.53001|70|3137232056550758
+1.3.6.1.2.1.31.1.1.1.10.54001|70|0
+1.3.6.1.2.1.31.1.1.1.10.999001|70|1010768228948
+1.3.6.1.2.1.31.1.1.1.10.1000001|70|3659495372184756
+1.3.6.1.2.1.31.1.1.1.10.1000002|70|29396761639
+1.3.6.1.2.1.31.1.1.1.10.1000003|70|29362257666
+1.3.6.1.2.1.31.1.1.1.10.1000005|70|210392221659082
+1.3.6.1.2.1.31.1.1.1.10.1001000|70|90538290389280
+1.3.6.1.2.1.31.1.1.1.10.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.10.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.10.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.11.1|70|0
+1.3.6.1.2.1.31.1.1.1.11.2|70|728829497553
+1.3.6.1.2.1.31.1.1.1.11.3|70|0
+1.3.6.1.2.1.31.1.1.1.11.4|70|0
+1.3.6.1.2.1.31.1.1.1.11.5|70|0
+1.3.6.1.2.1.31.1.1.1.11.6|70|9012097267309
+1.3.6.1.2.1.31.1.1.1.11.7|70|9014158677393
+1.3.6.1.2.1.31.1.1.1.11.8|70|7490389957441
+1.3.6.1.2.1.31.1.1.1.11.9|70|0
+1.3.6.1.2.1.31.1.1.1.11.10|70|0
+1.3.6.1.2.1.31.1.1.1.11.11|70|0
+1.3.6.1.2.1.31.1.1.1.11.12|70|0
+1.3.6.1.2.1.31.1.1.1.11.13|70|120823026192
+1.3.6.1.2.1.31.1.1.1.11.14|70|1858
+1.3.6.1.2.1.31.1.1.1.11.15|70|0
+1.3.6.1.2.1.31.1.1.1.11.16|70|0
+1.3.6.1.2.1.31.1.1.1.11.17|70|2865723973
+1.3.6.1.2.1.31.1.1.1.11.18|70|81104166278
+1.3.6.1.2.1.31.1.1.1.11.19|70|1257245588733
+1.3.6.1.2.1.31.1.1.1.11.20|70|841356553590
+1.3.6.1.2.1.31.1.1.1.11.21|70|213729048841
+1.3.6.1.2.1.31.1.1.1.11.22|70|20800953740
+1.3.6.1.2.1.31.1.1.1.11.23|70|0
+1.3.6.1.2.1.31.1.1.1.11.24|70|0
+1.3.6.1.2.1.31.1.1.1.11.25|70|58542950181
+1.3.6.1.2.1.31.1.1.1.11.26|70|0
+1.3.6.1.2.1.31.1.1.1.11.27|70|0
+1.3.6.1.2.1.31.1.1.1.11.28|70|0
+1.3.6.1.2.1.31.1.1.1.11.29|70|0
+1.3.6.1.2.1.31.1.1.1.11.30|70|0
+1.3.6.1.2.1.31.1.1.1.11.31|70|0
+1.3.6.1.2.1.31.1.1.1.11.32|70|24464
+1.3.6.1.2.1.31.1.1.1.11.33|70|1670583107674
+1.3.6.1.2.1.31.1.1.1.11.34|70|1688905875311
+1.3.6.1.2.1.31.1.1.1.11.35|70|1686095839090
+1.3.6.1.2.1.31.1.1.1.11.36|70|0
+1.3.6.1.2.1.31.1.1.1.11.37|70|0
+1.3.6.1.2.1.31.1.1.1.11.38|70|0
+1.3.6.1.2.1.31.1.1.1.11.39|70|0
+1.3.6.1.2.1.31.1.1.1.11.40|70|0
+1.3.6.1.2.1.31.1.1.1.11.41|70|5732564198490
+1.3.6.1.2.1.31.1.1.1.11.42|70|5811090281154
+1.3.6.1.2.1.31.1.1.1.11.43|70|5734085119098
+1.3.6.1.2.1.31.1.1.1.11.44|70|0
+1.3.6.1.2.1.31.1.1.1.11.45|70|58542950263
+1.3.6.1.2.1.31.1.1.1.11.46|70|6868886
+1.3.6.1.2.1.31.1.1.1.11.47|70|123246307690
+1.3.6.1.2.1.31.1.1.1.11.48|70|123974518433
+1.3.6.1.2.1.31.1.1.1.11.49001|70|6956516369092
+1.3.6.1.2.1.31.1.1.1.11.50001|70|8719136
+1.3.6.1.2.1.31.1.1.1.11.51001|70|10597861199987
+1.3.6.1.2.1.31.1.1.1.11.52001|70|8397898
+1.3.6.1.2.1.31.1.1.1.11.53001|70|2911153916235
+1.3.6.1.2.1.31.1.1.1.11.54001|70|0
+1.3.6.1.2.1.31.1.1.1.11.999001|70|823151543
+1.3.6.1.2.1.31.1.1.1.11.1000001|70|18026255944174
+1.3.6.1.2.1.31.1.1.1.11.1000002|70|8719135
+1.3.6.1.2.1.31.1.1.1.11.1000003|70|8397898
+1.3.6.1.2.1.31.1.1.1.11.1000005|70|161907483485
+1.3.6.1.2.1.31.1.1.1.11.1001000|70|247220826123
+1.3.6.1.2.1.31.1.1.1.11.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.11.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.11.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.12.1|70|0
+1.3.6.1.2.1.31.1.1.1.12.2|70|680123348
+1.3.6.1.2.1.31.1.1.1.12.3|70|0
+1.3.6.1.2.1.31.1.1.1.12.4|70|0
+1.3.6.1.2.1.31.1.1.1.12.5|70|0
+1.3.6.1.2.1.31.1.1.1.12.6|70|677697210
+1.3.6.1.2.1.31.1.1.1.12.7|70|945052
+1.3.6.1.2.1.31.1.1.1.12.8|70|679456488
+1.3.6.1.2.1.31.1.1.1.12.9|70|0
+1.3.6.1.2.1.31.1.1.1.12.10|70|0
+1.3.6.1.2.1.31.1.1.1.12.11|70|0
+1.3.6.1.2.1.31.1.1.1.12.12|70|0
+1.3.6.1.2.1.31.1.1.1.12.13|70|680156457
+1.3.6.1.2.1.31.1.1.1.12.14|70|4
+1.3.6.1.2.1.31.1.1.1.12.15|70|5068164
+1.3.6.1.2.1.31.1.1.1.12.16|70|0
+1.3.6.1.2.1.31.1.1.1.12.17|70|680162094
+1.3.6.1.2.1.31.1.1.1.12.18|70|99721889
+1.3.6.1.2.1.31.1.1.1.12.19|70|679363146
+1.3.6.1.2.1.31.1.1.1.12.20|70|586739845
+1.3.6.1.2.1.31.1.1.1.12.21|70|680139477
+1.3.6.1.2.1.31.1.1.1.12.22|70|682750840
+1.3.6.1.2.1.31.1.1.1.12.23|70|0
+1.3.6.1.2.1.31.1.1.1.12.24|70|0
+1.3.6.1.2.1.31.1.1.1.12.25|70|91290959
+1.3.6.1.2.1.31.1.1.1.12.26|70|1
+1.3.6.1.2.1.31.1.1.1.12.27|70|4354
+1.3.6.1.2.1.31.1.1.1.12.28|70|1
+1.3.6.1.2.1.31.1.1.1.12.29|70|4366
+1.3.6.1.2.1.31.1.1.1.12.30|70|0
+1.3.6.1.2.1.31.1.1.1.12.31|70|0
+1.3.6.1.2.1.31.1.1.1.12.32|70|7454179
+1.3.6.1.2.1.31.1.1.1.12.33|70|656612
+1.3.6.1.2.1.31.1.1.1.12.34|70|656613
+1.3.6.1.2.1.31.1.1.1.12.35|70|656614
+1.3.6.1.2.1.31.1.1.1.12.36|70|0
+1.3.6.1.2.1.31.1.1.1.12.37|70|0
+1.3.6.1.2.1.31.1.1.1.12.38|70|0
+1.3.6.1.2.1.31.1.1.1.12.39|70|0
+1.3.6.1.2.1.31.1.1.1.12.40|70|0
+1.3.6.1.2.1.31.1.1.1.12.41|70|636795
+1.3.6.1.2.1.31.1.1.1.12.42|70|636783
+1.3.6.1.2.1.31.1.1.1.12.43|70|636789
+1.3.6.1.2.1.31.1.1.1.12.44|70|0
+1.3.6.1.2.1.31.1.1.1.12.45|70|90558075
+1.3.6.1.2.1.31.1.1.1.12.46|70|18594
+1.3.6.1.2.1.31.1.1.1.12.47|70|678799438
+1.3.6.1.2.1.31.1.1.1.12.48|70|4037094
+1.3.6.1.2.1.31.1.1.1.12.49001|70|678820539
+1.3.6.1.2.1.31.1.1.1.12.50001|70|102009923
+1.3.6.1.2.1.31.1.1.1.12.51001|70|488429
+1.3.6.1.2.1.31.1.1.1.12.52001|70|102010361
+1.3.6.1.2.1.31.1.1.1.12.53001|70|421123
+1.3.6.1.2.1.31.1.1.1.12.54001|70|0
+1.3.6.1.2.1.31.1.1.1.12.999001|70|952154
+1.3.6.1.2.1.31.1.1.1.12.1000001|70|678642212
+1.3.6.1.2.1.31.1.1.1.12.1000002|70|100903007
+1.3.6.1.2.1.31.1.1.1.12.1000003|70|100899551
+1.3.6.1.2.1.31.1.1.1.12.1000005|70|93196299
+1.3.6.1.2.1.31.1.1.1.12.1001000|70|682836530
+1.3.6.1.2.1.31.1.1.1.12.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.12.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.12.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.13.1|70|0
+1.3.6.1.2.1.31.1.1.1.13.2|70|1098572205
+1.3.6.1.2.1.31.1.1.1.13.3|70|0
+1.3.6.1.2.1.31.1.1.1.13.4|70|0
+1.3.6.1.2.1.31.1.1.1.13.5|70|0
+1.3.6.1.2.1.31.1.1.1.13.6|70|1096994338
+1.3.6.1.2.1.31.1.1.1.13.7|70|5267
+1.3.6.1.2.1.31.1.1.1.13.8|70|1096019417
+1.3.6.1.2.1.31.1.1.1.13.9|70|0
+1.3.6.1.2.1.31.1.1.1.13.10|70|0
+1.3.6.1.2.1.31.1.1.1.13.11|70|0
+1.3.6.1.2.1.31.1.1.1.13.12|70|0
+1.3.6.1.2.1.31.1.1.1.13.13|70|1098792734
+1.3.6.1.2.1.31.1.1.1.13.14|70|13
+1.3.6.1.2.1.31.1.1.1.13.15|70|0
+1.3.6.1.2.1.31.1.1.1.13.16|70|0
+1.3.6.1.2.1.31.1.1.1.13.17|70|1098824841
+1.3.6.1.2.1.31.1.1.1.13.18|70|205710619
+1.3.6.1.2.1.31.1.1.1.13.19|70|1097726965
+1.3.6.1.2.1.31.1.1.1.13.20|70|900570249
+1.3.6.1.2.1.31.1.1.1.13.21|70|1098791081
+1.3.6.1.2.1.31.1.1.1.13.22|70|1094376235
+1.3.6.1.2.1.31.1.1.1.13.23|70|0
+1.3.6.1.2.1.31.1.1.1.13.24|70|0
+1.3.6.1.2.1.31.1.1.1.13.25|70|190822372
+1.3.6.1.2.1.31.1.1.1.13.26|70|0
+1.3.6.1.2.1.31.1.1.1.13.27|70|0
+1.3.6.1.2.1.31.1.1.1.13.28|70|0
+1.3.6.1.2.1.31.1.1.1.13.29|70|0
+1.3.6.1.2.1.31.1.1.1.13.30|70|0
+1.3.6.1.2.1.31.1.1.1.13.31|70|0
+1.3.6.1.2.1.31.1.1.1.13.32|70|37442
+1.3.6.1.2.1.31.1.1.1.13.33|70|9
+1.3.6.1.2.1.31.1.1.1.13.34|70|4
+1.3.6.1.2.1.31.1.1.1.13.35|70|6
+1.3.6.1.2.1.31.1.1.1.13.36|70|0
+1.3.6.1.2.1.31.1.1.1.13.37|70|0
+1.3.6.1.2.1.31.1.1.1.13.38|70|0
+1.3.6.1.2.1.31.1.1.1.13.39|70|0
+1.3.6.1.2.1.31.1.1.1.13.40|70|0
+1.3.6.1.2.1.31.1.1.1.13.41|70|98
+1.3.6.1.2.1.31.1.1.1.13.42|70|71
+1.3.6.1.2.1.31.1.1.1.13.43|70|94
+1.3.6.1.2.1.31.1.1.1.13.44|70|0
+1.3.6.1.2.1.31.1.1.1.13.45|70|192300949
+1.3.6.1.2.1.31.1.1.1.13.46|70|600877
+1.3.6.1.2.1.31.1.1.1.13.47|70|1096750631
+1.3.6.1.2.1.31.1.1.1.13.48|70|1238011
+1.3.6.1.2.1.31.1.1.1.13.49001|70|1060850044
+1.3.6.1.2.1.31.1.1.1.13.50001|70|203916732
+1.3.6.1.2.1.31.1.1.1.13.51001|70|2
+1.3.6.1.2.1.31.1.1.1.13.52001|70|203923750
+1.3.6.1.2.1.31.1.1.1.13.53001|70|2
+1.3.6.1.2.1.31.1.1.1.13.54001|70|0
+1.3.6.1.2.1.31.1.1.1.13.999001|70|39
+1.3.6.1.2.1.31.1.1.1.13.1000001|70|1096999574
+1.3.6.1.2.1.31.1.1.1.13.1000002|70|203916495
+1.3.6.1.2.1.31.1.1.1.13.1000003|70|203923750
+1.3.6.1.2.1.31.1.1.1.13.1000005|70|196007701
+1.3.6.1.2.1.31.1.1.1.13.1001000|70|1097988642
+1.3.6.1.2.1.31.1.1.1.13.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.13.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.13.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.14.1|2|1
+1.3.6.1.2.1.31.1.1.1.14.2|2|1
+1.3.6.1.2.1.31.1.1.1.14.3|2|1
+1.3.6.1.2.1.31.1.1.1.14.4|2|1
+1.3.6.1.2.1.31.1.1.1.14.5|2|1
+1.3.6.1.2.1.31.1.1.1.14.6|2|1
+1.3.6.1.2.1.31.1.1.1.14.7|2|1
+1.3.6.1.2.1.31.1.1.1.14.8|2|1
+1.3.6.1.2.1.31.1.1.1.14.9|2|1
+1.3.6.1.2.1.31.1.1.1.14.10|2|1
+1.3.6.1.2.1.31.1.1.1.14.11|2|1
+1.3.6.1.2.1.31.1.1.1.14.12|2|1
+1.3.6.1.2.1.31.1.1.1.14.13|2|1
+1.3.6.1.2.1.31.1.1.1.14.14|2|1
+1.3.6.1.2.1.31.1.1.1.14.15|2|1
+1.3.6.1.2.1.31.1.1.1.14.16|2|1
+1.3.6.1.2.1.31.1.1.1.14.17|2|1
+1.3.6.1.2.1.31.1.1.1.14.18|2|1
+1.3.6.1.2.1.31.1.1.1.14.19|2|1
+1.3.6.1.2.1.31.1.1.1.14.20|2|1
+1.3.6.1.2.1.31.1.1.1.14.21|2|1
+1.3.6.1.2.1.31.1.1.1.14.22|2|1
+1.3.6.1.2.1.31.1.1.1.14.23|2|1
+1.3.6.1.2.1.31.1.1.1.14.24|2|1
+1.3.6.1.2.1.31.1.1.1.14.25|2|1
+1.3.6.1.2.1.31.1.1.1.14.26|2|1
+1.3.6.1.2.1.31.1.1.1.14.27|2|1
+1.3.6.1.2.1.31.1.1.1.14.28|2|1
+1.3.6.1.2.1.31.1.1.1.14.29|2|1
+1.3.6.1.2.1.31.1.1.1.14.30|2|1
+1.3.6.1.2.1.31.1.1.1.14.31|2|1
+1.3.6.1.2.1.31.1.1.1.14.32|2|1
+1.3.6.1.2.1.31.1.1.1.14.33|2|1
+1.3.6.1.2.1.31.1.1.1.14.34|2|1
+1.3.6.1.2.1.31.1.1.1.14.35|2|1
+1.3.6.1.2.1.31.1.1.1.14.36|2|1
+1.3.6.1.2.1.31.1.1.1.14.37|2|1
+1.3.6.1.2.1.31.1.1.1.14.38|2|1
+1.3.6.1.2.1.31.1.1.1.14.39|2|1
+1.3.6.1.2.1.31.1.1.1.14.40|2|1
+1.3.6.1.2.1.31.1.1.1.14.41|2|1
+1.3.6.1.2.1.31.1.1.1.14.42|2|1
+1.3.6.1.2.1.31.1.1.1.14.43|2|1
+1.3.6.1.2.1.31.1.1.1.14.44|2|1
+1.3.6.1.2.1.31.1.1.1.14.45|2|1
+1.3.6.1.2.1.31.1.1.1.14.46|2|1
+1.3.6.1.2.1.31.1.1.1.14.47|2|1
+1.3.6.1.2.1.31.1.1.1.14.48|2|1
+1.3.6.1.2.1.31.1.1.1.14.49001|2|1
+1.3.6.1.2.1.31.1.1.1.14.50001|2|1
+1.3.6.1.2.1.31.1.1.1.14.51001|2|1
+1.3.6.1.2.1.31.1.1.1.14.52001|2|1
+1.3.6.1.2.1.31.1.1.1.14.53001|2|1
+1.3.6.1.2.1.31.1.1.1.14.54001|2|1
+1.3.6.1.2.1.31.1.1.1.14.999001|2|1
+1.3.6.1.2.1.31.1.1.1.14.1000001|2|1
+1.3.6.1.2.1.31.1.1.1.14.1000002|2|1
+1.3.6.1.2.1.31.1.1.1.14.1000003|2|1
+1.3.6.1.2.1.31.1.1.1.14.1000005|2|1
+1.3.6.1.2.1.31.1.1.1.14.1001000|2|1
+1.3.6.1.2.1.31.1.1.1.14.1001100|2|1
+1.3.6.1.2.1.31.1.1.1.14.5000000|2|1
+1.3.6.1.2.1.31.1.1.1.14.7000000|2|1
+1.3.6.1.2.1.31.1.1.1.15.1|66|10000
+1.3.6.1.2.1.31.1.1.1.15.2|66|1000
+1.3.6.1.2.1.31.1.1.1.15.3|66|10000
+1.3.6.1.2.1.31.1.1.1.15.4|66|10000
+1.3.6.1.2.1.31.1.1.1.15.5|66|10000
+1.3.6.1.2.1.31.1.1.1.15.6|66|10000
+1.3.6.1.2.1.31.1.1.1.15.7|66|10000
+1.3.6.1.2.1.31.1.1.1.15.8|66|1000
+1.3.6.1.2.1.31.1.1.1.15.9|66|10000
+1.3.6.1.2.1.31.1.1.1.15.10|66|10000
+1.3.6.1.2.1.31.1.1.1.15.11|66|10000
+1.3.6.1.2.1.31.1.1.1.15.12|66|10000
+1.3.6.1.2.1.31.1.1.1.15.13|66|1000
+1.3.6.1.2.1.31.1.1.1.15.14|66|1000
+1.3.6.1.2.1.31.1.1.1.15.15|66|0
+1.3.6.1.2.1.31.1.1.1.15.16|66|0
+1.3.6.1.2.1.31.1.1.1.15.17|66|1000
+1.3.6.1.2.1.31.1.1.1.15.18|66|1000
+1.3.6.1.2.1.31.1.1.1.15.19|66|1000
+1.3.6.1.2.1.31.1.1.1.15.20|66|1000
+1.3.6.1.2.1.31.1.1.1.15.21|66|1000
+1.3.6.1.2.1.31.1.1.1.15.22|66|1000
+1.3.6.1.2.1.31.1.1.1.15.23|66|0
+1.3.6.1.2.1.31.1.1.1.15.24|66|0
+1.3.6.1.2.1.31.1.1.1.15.25|66|10000
+1.3.6.1.2.1.31.1.1.1.15.26|66|10000
+1.3.6.1.2.1.31.1.1.1.15.27|66|10000
+1.3.6.1.2.1.31.1.1.1.15.28|66|10000
+1.3.6.1.2.1.31.1.1.1.15.29|66|10000
+1.3.6.1.2.1.31.1.1.1.15.30|66|10000
+1.3.6.1.2.1.31.1.1.1.15.31|66|10000
+1.3.6.1.2.1.31.1.1.1.15.32|66|1000
+1.3.6.1.2.1.31.1.1.1.15.33|66|10000
+1.3.6.1.2.1.31.1.1.1.15.34|66|10000
+1.3.6.1.2.1.31.1.1.1.15.35|66|10000
+1.3.6.1.2.1.31.1.1.1.15.36|66|10000
+1.3.6.1.2.1.31.1.1.1.15.37|66|10000
+1.3.6.1.2.1.31.1.1.1.15.38|66|10000
+1.3.6.1.2.1.31.1.1.1.15.39|66|10000
+1.3.6.1.2.1.31.1.1.1.15.40|66|10000
+1.3.6.1.2.1.31.1.1.1.15.41|66|0
+1.3.6.1.2.1.31.1.1.1.15.42|66|0
+1.3.6.1.2.1.31.1.1.1.15.43|66|0
+1.3.6.1.2.1.31.1.1.1.15.44|66|0
+1.3.6.1.2.1.31.1.1.1.15.45|66|1000
+1.3.6.1.2.1.31.1.1.1.15.46|66|1000
+1.3.6.1.2.1.31.1.1.1.15.47|66|1000
+1.3.6.1.2.1.31.1.1.1.15.48|66|1000
+1.3.6.1.2.1.31.1.1.1.15.49001|66|100000
+1.3.6.1.2.1.31.1.1.1.15.50001|66|100000
+1.3.6.1.2.1.31.1.1.1.15.51001|66|100000
+1.3.6.1.2.1.31.1.1.1.15.52001|66|100000
+1.3.6.1.2.1.31.1.1.1.15.53001|66|100000
+1.3.6.1.2.1.31.1.1.1.15.54001|66|100000
+1.3.6.1.2.1.31.1.1.1.15.999001|66|1000
+1.3.6.1.2.1.31.1.1.1.15.1000001|66|20000
+1.3.6.1.2.1.31.1.1.1.15.1000002|66|100000
+1.3.6.1.2.1.31.1.1.1.15.1000003|66|100000
+1.3.6.1.2.1.31.1.1.1.15.1000005|66|2000
+1.3.6.1.2.1.31.1.1.1.15.1001000|66|200000
+1.3.6.1.2.1.31.1.1.1.15.1001100|66|0
+1.3.6.1.2.1.31.1.1.1.15.5000000|66|0
+1.3.6.1.2.1.31.1.1.1.15.7000000|66|0
+1.3.6.1.2.1.31.1.1.1.16.1|2|2
+1.3.6.1.2.1.31.1.1.1.16.2|2|2
+1.3.6.1.2.1.31.1.1.1.16.3|2|2
+1.3.6.1.2.1.31.1.1.1.16.4|2|2
+1.3.6.1.2.1.31.1.1.1.16.5|2|2
+1.3.6.1.2.1.31.1.1.1.16.6|2|2
+1.3.6.1.2.1.31.1.1.1.16.7|2|2
+1.3.6.1.2.1.31.1.1.1.16.8|2|2
+1.3.6.1.2.1.31.1.1.1.16.9|2|2
+1.3.6.1.2.1.31.1.1.1.16.10|2|2
+1.3.6.1.2.1.31.1.1.1.16.11|2|2
+1.3.6.1.2.1.31.1.1.1.16.12|2|2
+1.3.6.1.2.1.31.1.1.1.16.13|2|2
+1.3.6.1.2.1.31.1.1.1.16.14|2|2
+1.3.6.1.2.1.31.1.1.1.16.15|2|2
+1.3.6.1.2.1.31.1.1.1.16.16|2|2
+1.3.6.1.2.1.31.1.1.1.16.17|2|2
+1.3.6.1.2.1.31.1.1.1.16.18|2|2
+1.3.6.1.2.1.31.1.1.1.16.19|2|2
+1.3.6.1.2.1.31.1.1.1.16.20|2|2
+1.3.6.1.2.1.31.1.1.1.16.21|2|2
+1.3.6.1.2.1.31.1.1.1.16.22|2|2
+1.3.6.1.2.1.31.1.1.1.16.23|2|2
+1.3.6.1.2.1.31.1.1.1.16.24|2|2
+1.3.6.1.2.1.31.1.1.1.16.25|2|2
+1.3.6.1.2.1.31.1.1.1.16.26|2|2
+1.3.6.1.2.1.31.1.1.1.16.27|2|2
+1.3.6.1.2.1.31.1.1.1.16.28|2|2
+1.3.6.1.2.1.31.1.1.1.16.29|2|2
+1.3.6.1.2.1.31.1.1.1.16.30|2|2
+1.3.6.1.2.1.31.1.1.1.16.31|2|2
+1.3.6.1.2.1.31.1.1.1.16.32|2|2
+1.3.6.1.2.1.31.1.1.1.16.33|2|2
+1.3.6.1.2.1.31.1.1.1.16.34|2|2
+1.3.6.1.2.1.31.1.1.1.16.35|2|2
+1.3.6.1.2.1.31.1.1.1.16.36|2|2
+1.3.6.1.2.1.31.1.1.1.16.37|2|2
+1.3.6.1.2.1.31.1.1.1.16.38|2|2
+1.3.6.1.2.1.31.1.1.1.16.39|2|2
+1.3.6.1.2.1.31.1.1.1.16.40|2|2
+1.3.6.1.2.1.31.1.1.1.16.41|2|2
+1.3.6.1.2.1.31.1.1.1.16.42|2|2
+1.3.6.1.2.1.31.1.1.1.16.43|2|2
+1.3.6.1.2.1.31.1.1.1.16.44|2|2
+1.3.6.1.2.1.31.1.1.1.16.45|2|2
+1.3.6.1.2.1.31.1.1.1.16.46|2|2
+1.3.6.1.2.1.31.1.1.1.16.47|2|2
+1.3.6.1.2.1.31.1.1.1.16.48|2|2
+1.3.6.1.2.1.31.1.1.1.16.49001|2|2
+1.3.6.1.2.1.31.1.1.1.16.50001|2|2
+1.3.6.1.2.1.31.1.1.1.16.51001|2|2
+1.3.6.1.2.1.31.1.1.1.16.52001|2|2
+1.3.6.1.2.1.31.1.1.1.16.53001|2|2
+1.3.6.1.2.1.31.1.1.1.16.54001|2|2
+1.3.6.1.2.1.31.1.1.1.16.999001|2|2
+1.3.6.1.2.1.31.1.1.1.16.1000001|2|2
+1.3.6.1.2.1.31.1.1.1.16.1000002|2|2
+1.3.6.1.2.1.31.1.1.1.16.1000003|2|2
+1.3.6.1.2.1.31.1.1.1.16.1000005|2|2
+1.3.6.1.2.1.31.1.1.1.16.1001000|2|2
+1.3.6.1.2.1.31.1.1.1.16.1001100|2|2
+1.3.6.1.2.1.31.1.1.1.16.5000000|2|2
+1.3.6.1.2.1.31.1.1.1.16.7000000|2|2
+1.3.6.1.2.1.31.1.1.1.17.1|2|2
+1.3.6.1.2.1.31.1.1.1.17.2|2|1
+1.3.6.1.2.1.31.1.1.1.17.3|2|2
+1.3.6.1.2.1.31.1.1.1.17.4|2|2
+1.3.6.1.2.1.31.1.1.1.17.5|2|2
+1.3.6.1.2.1.31.1.1.1.17.6|2|1
+1.3.6.1.2.1.31.1.1.1.17.7|2|1
+1.3.6.1.2.1.31.1.1.1.17.8|2|1
+1.3.6.1.2.1.31.1.1.1.17.9|2|2
+1.3.6.1.2.1.31.1.1.1.17.10|2|2
+1.3.6.1.2.1.31.1.1.1.17.11|2|2
+1.3.6.1.2.1.31.1.1.1.17.12|2|2
+1.3.6.1.2.1.31.1.1.1.17.13|2|1
+1.3.6.1.2.1.31.1.1.1.17.14|2|1
+1.3.6.1.2.1.31.1.1.1.17.15|2|1
+1.3.6.1.2.1.31.1.1.1.17.16|2|1
+1.3.6.1.2.1.31.1.1.1.17.17|2|1
+1.3.6.1.2.1.31.1.1.1.17.18|2|1
+1.3.6.1.2.1.31.1.1.1.17.19|2|1
+1.3.6.1.2.1.31.1.1.1.17.20|2|1
+1.3.6.1.2.1.31.1.1.1.17.21|2|1
+1.3.6.1.2.1.31.1.1.1.17.22|2|1
+1.3.6.1.2.1.31.1.1.1.17.23|2|1
+1.3.6.1.2.1.31.1.1.1.17.24|2|1
+1.3.6.1.2.1.31.1.1.1.17.25|2|1
+1.3.6.1.2.1.31.1.1.1.17.26|2|1
+1.3.6.1.2.1.31.1.1.1.17.27|2|1
+1.3.6.1.2.1.31.1.1.1.17.28|2|1
+1.3.6.1.2.1.31.1.1.1.17.29|2|1
+1.3.6.1.2.1.31.1.1.1.17.30|2|1
+1.3.6.1.2.1.31.1.1.1.17.31|2|1
+1.3.6.1.2.1.31.1.1.1.17.32|2|1
+1.3.6.1.2.1.31.1.1.1.17.33|2|2
+1.3.6.1.2.1.31.1.1.1.17.34|2|2
+1.3.6.1.2.1.31.1.1.1.17.35|2|2
+1.3.6.1.2.1.31.1.1.1.17.36|2|2
+1.3.6.1.2.1.31.1.1.1.17.37|2|2
+1.3.6.1.2.1.31.1.1.1.17.38|2|2
+1.3.6.1.2.1.31.1.1.1.17.39|2|2
+1.3.6.1.2.1.31.1.1.1.17.40|2|2
+1.3.6.1.2.1.31.1.1.1.17.41|2|1
+1.3.6.1.2.1.31.1.1.1.17.42|2|1
+1.3.6.1.2.1.31.1.1.1.17.43|2|1
+1.3.6.1.2.1.31.1.1.1.17.44|2|1
+1.3.6.1.2.1.31.1.1.1.17.45|2|1
+1.3.6.1.2.1.31.1.1.1.17.46|2|1
+1.3.6.1.2.1.31.1.1.1.17.47|2|1
+1.3.6.1.2.1.31.1.1.1.17.48|2|1
+1.3.6.1.2.1.31.1.1.1.17.49001|2|1
+1.3.6.1.2.1.31.1.1.1.17.50001|2|1
+1.3.6.1.2.1.31.1.1.1.17.51001|2|1
+1.3.6.1.2.1.31.1.1.1.17.52001|2|1
+1.3.6.1.2.1.31.1.1.1.17.53001|2|1
+1.3.6.1.2.1.31.1.1.1.17.54001|2|2
+1.3.6.1.2.1.31.1.1.1.17.999001|2|1
+1.3.6.1.2.1.31.1.1.1.17.1000001|2|2
+1.3.6.1.2.1.31.1.1.1.17.1000002|2|2
+1.3.6.1.2.1.31.1.1.1.17.1000003|2|2
+1.3.6.1.2.1.31.1.1.1.17.1000005|2|2
+1.3.6.1.2.1.31.1.1.1.17.1001000|2|2
+1.3.6.1.2.1.31.1.1.1.17.1001100|2|2
+1.3.6.1.2.1.31.1.1.1.17.5000000|2|2
+1.3.6.1.2.1.31.1.1.1.17.7000000|2|2
+1.3.6.1.2.1.31.1.1.1.18.1|4|
+1.3.6.1.2.1.31.1.1.1.18.2|4|
+1.3.6.1.2.1.31.1.1.1.18.3|4|
+1.3.6.1.2.1.31.1.1.1.18.4|4|
+1.3.6.1.2.1.31.1.1.1.18.5|4|
+1.3.6.1.2.1.31.1.1.1.18.6|4|Cust: XXX
+1.3.6.1.2.1.31.1.1.1.18.7|4|Cust: XXX
+1.3.6.1.2.1.31.1.1.1.18.8|4|Cust: Eyeball ISP
+1.3.6.1.2.1.31.1.1.1.18.9|4|
+1.3.6.1.2.1.31.1.1.1.18.10|4|
+1.3.6.1.2.1.31.1.1.1.18.11|4|
+1.3.6.1.2.1.31.1.1.1.18.12|4|
+1.3.6.1.2.1.31.1.1.1.18.13|4|Cust: Regional WISP
+1.3.6.1.2.1.31.1.1.1.18.14|4|
+1.3.6.1.2.1.31.1.1.1.18.15|4|
+1.3.6.1.2.1.31.1.1.1.18.16|4|
+1.3.6.1.2.1.31.1.1.1.18.17|4|
+1.3.6.1.2.1.31.1.1.1.18.18|4|
+1.3.6.1.2.1.31.1.1.1.18.19|4|
+1.3.6.1.2.1.31.1.1.1.18.20|4|
+1.3.6.1.2.1.31.1.1.1.18.21|4|
+1.3.6.1.2.1.31.1.1.1.18.22|4|
+1.3.6.1.2.1.31.1.1.1.18.23|4|
+1.3.6.1.2.1.31.1.1.1.18.24|4|
+1.3.6.1.2.1.31.1.1.1.18.25|4|
+1.3.6.1.2.1.31.1.1.1.18.26|4|
+1.3.6.1.2.1.31.1.1.1.18.27|4|
+1.3.6.1.2.1.31.1.1.1.18.28|4|
+1.3.6.1.2.1.31.1.1.1.18.29|4|
+1.3.6.1.2.1.31.1.1.1.18.30|4|
+1.3.6.1.2.1.31.1.1.1.18.31|4|
+1.3.6.1.2.1.31.1.1.1.18.32|4|
+1.3.6.1.2.1.31.1.1.1.18.33|4|
+1.3.6.1.2.1.31.1.1.1.18.34|4|
+1.3.6.1.2.1.31.1.1.1.18.35|4|
+1.3.6.1.2.1.31.1.1.1.18.36|4|
+1.3.6.1.2.1.31.1.1.1.18.37|4|
+1.3.6.1.2.1.31.1.1.1.18.38|4|
+1.3.6.1.2.1.31.1.1.1.18.39|4|
+1.3.6.1.2.1.31.1.1.1.18.40|4|
+1.3.6.1.2.1.31.1.1.1.18.41|4|
+1.3.6.1.2.1.31.1.1.1.18.42|4|
+1.3.6.1.2.1.31.1.1.1.18.43|4|
+1.3.6.1.2.1.31.1.1.1.18.44|4|
+1.3.6.1.2.1.31.1.1.1.18.45|4|
+1.3.6.1.2.1.31.1.1.1.18.46|4|
+1.3.6.1.2.1.31.1.1.1.18.47|4|Internal: rs2
+1.3.6.1.2.1.31.1.1.1.18.48|4|
+1.3.6.1.2.1.31.1.1.1.18.49001|4|
+1.3.6.1.2.1.31.1.1.1.18.50001|4|
+1.3.6.1.2.1.31.1.1.1.18.51001|4|
+1.3.6.1.2.1.31.1.1.1.18.52001|4|
+1.3.6.1.2.1.31.1.1.1.18.53001|4|Core: VIX1 - FAC1 - FAC2
+1.3.6.1.2.1.31.1.1.1.18.54001|4|Core: VIX1 - FAC1 - FAC2
+1.3.6.1.2.1.31.1.1.1.18.999001|4|
+1.3.6.1.2.1.31.1.1.1.18.1000001|4|
+1.3.6.1.2.1.31.1.1.1.18.1000002|4|
+1.3.6.1.2.1.31.1.1.1.18.1000003|4|
+1.3.6.1.2.1.31.1.1.1.18.1000005|4|
+1.3.6.1.2.1.31.1.1.1.18.1001000|4|Core: VIX1 - FAC1 - FAC2
+1.3.6.1.2.1.31.1.1.1.18.1001100|4|
+1.3.6.1.2.1.31.1.1.1.18.5000000|4|Core: Loopback interface
+1.3.6.1.2.1.31.1.1.1.18.7000000|4|
+1.3.6.1.2.1.31.1.1.1.19.1|67|0
+1.3.6.1.2.1.31.1.1.1.19.2|67|0
+1.3.6.1.2.1.31.1.1.1.19.3|67|0
+1.3.6.1.2.1.31.1.1.1.19.4|67|0
+1.3.6.1.2.1.31.1.1.1.19.5|67|0
+1.3.6.1.2.1.31.1.1.1.19.6|67|0
+1.3.6.1.2.1.31.1.1.1.19.7|67|0
+1.3.6.1.2.1.31.1.1.1.19.8|67|0
+1.3.6.1.2.1.31.1.1.1.19.9|67|0
+1.3.6.1.2.1.31.1.1.1.19.10|67|0
+1.3.6.1.2.1.31.1.1.1.19.11|67|0
+1.3.6.1.2.1.31.1.1.1.19.12|67|0
+1.3.6.1.2.1.31.1.1.1.19.13|67|0
+1.3.6.1.2.1.31.1.1.1.19.14|67|0
+1.3.6.1.2.1.31.1.1.1.19.15|67|0
+1.3.6.1.2.1.31.1.1.1.19.16|67|0
+1.3.6.1.2.1.31.1.1.1.19.17|67|0
+1.3.6.1.2.1.31.1.1.1.19.18|67|0
+1.3.6.1.2.1.31.1.1.1.19.19|67|0
+1.3.6.1.2.1.31.1.1.1.19.20|67|0
+1.3.6.1.2.1.31.1.1.1.19.21|67|0
+1.3.6.1.2.1.31.1.1.1.19.22|67|0
+1.3.6.1.2.1.31.1.1.1.19.23|67|0
+1.3.6.1.2.1.31.1.1.1.19.24|67|0
+1.3.6.1.2.1.31.1.1.1.19.25|67|0
+1.3.6.1.2.1.31.1.1.1.19.26|67|0
+1.3.6.1.2.1.31.1.1.1.19.27|67|0
+1.3.6.1.2.1.31.1.1.1.19.28|67|0
+1.3.6.1.2.1.31.1.1.1.19.29|67|0
+1.3.6.1.2.1.31.1.1.1.19.30|67|0
+1.3.6.1.2.1.31.1.1.1.19.31|67|0
+1.3.6.1.2.1.31.1.1.1.19.32|67|0
+1.3.6.1.2.1.31.1.1.1.19.33|67|0
+1.3.6.1.2.1.31.1.1.1.19.34|67|0
+1.3.6.1.2.1.31.1.1.1.19.35|67|0
+1.3.6.1.2.1.31.1.1.1.19.36|67|0
+1.3.6.1.2.1.31.1.1.1.19.37|67|0
+1.3.6.1.2.1.31.1.1.1.19.38|67|0
+1.3.6.1.2.1.31.1.1.1.19.39|67|0
+1.3.6.1.2.1.31.1.1.1.19.40|67|0
+1.3.6.1.2.1.31.1.1.1.19.41|67|0
+1.3.6.1.2.1.31.1.1.1.19.42|67|0
+1.3.6.1.2.1.31.1.1.1.19.43|67|0
+1.3.6.1.2.1.31.1.1.1.19.44|67|0
+1.3.6.1.2.1.31.1.1.1.19.45|67|0
+1.3.6.1.2.1.31.1.1.1.19.46|67|0
+1.3.6.1.2.1.31.1.1.1.19.47|67|0
+1.3.6.1.2.1.31.1.1.1.19.48|67|0
+1.3.6.1.2.1.31.1.1.1.19.49001|67|0
+1.3.6.1.2.1.31.1.1.1.19.50001|67|0
+1.3.6.1.2.1.31.1.1.1.19.51001|67|0
+1.3.6.1.2.1.31.1.1.1.19.52001|67|0
+1.3.6.1.2.1.31.1.1.1.19.53001|67|0
+1.3.6.1.2.1.31.1.1.1.19.54001|67|0
+1.3.6.1.2.1.31.1.1.1.19.999001|67|0
+1.3.6.1.2.1.31.1.1.1.19.1000001|67|6696930
+1.3.6.1.2.1.31.1.1.1.19.1000002|67|1967083161
+1.3.6.1.2.1.31.1.1.1.19.1000003|67|1967083161
+1.3.6.1.2.1.31.1.1.1.19.1000005|67|2518046066
+1.3.6.1.2.1.31.1.1.1.19.1001000|67|15390315
+1.3.6.1.2.1.31.1.1.1.19.1001100|67|2511342733
+1.3.6.1.2.1.31.1.1.1.19.5000000|67|0
+1.3.6.1.2.1.31.1.1.1.19.7000000|67|1969535435
+1.3.6.1.2.1.31.1.2.1.3.0.1|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.2|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.3|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.4|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.5|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.8|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.9|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.10|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.11|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.12|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.13|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.14|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.15|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.16|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.17|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.19|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.21|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.22|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.23|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.24|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.25|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.26|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.27|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.28|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.29|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.30|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.31|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.32|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.33|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.34|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.35|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.36|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.37|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.38|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.39|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.40|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.41|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.42|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.43|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.44|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.45|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.46|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.49001|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.49002|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.49003|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.49004|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.50002|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.50003|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.50004|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.51001|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.51002|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.51003|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.51004|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.52002|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.52003|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.52004|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.53001|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.53002|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.53003|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.53004|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.54001|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.54002|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.54003|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.54004|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.999001|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.1000001|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.1000002|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.1000003|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.1000005|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.1001000|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.1001100|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.5000000|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.7000000|2|1
+1.3.6.1.2.1.31.1.2.1.3.1.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.2.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.3.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.4.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.5.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.6.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.7.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.8.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.9.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.10.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.11.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.12.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.13.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.14.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.15.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.16.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.17.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.18.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.19.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.20.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.21.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.22.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.23.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.24.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.25.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.26.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.27.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.28.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.29.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.30.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.31.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.32.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.33.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.34.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.35.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.36.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.37.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.38.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.39.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.40.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.41.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.42.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.43.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.44.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.45.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.46.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.47.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.48.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.49001.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.49002.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.49003.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.49004.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.50001.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.50002.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.50003.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.50004.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.51001.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.51002.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.51003.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.51004.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.52001.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.52002.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.52003.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.52004.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.53001.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.53002.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.53003.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.53004.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.54001.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.54002.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.54003.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.54004.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.999001.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.1000001.6|2|1
+1.3.6.1.2.1.31.1.2.1.3.1000001.7|2|1
+1.3.6.1.2.1.31.1.2.1.3.1000002.50001|2|1
+1.3.6.1.2.1.31.1.2.1.3.1000003.52001|2|1
+1.3.6.1.2.1.31.1.2.1.3.1000005.18|2|1
+1.3.6.1.2.1.31.1.2.1.3.1000005.20|2|1
+1.3.6.1.2.1.31.1.2.1.3.1001000.47|2|1
+1.3.6.1.2.1.31.1.2.1.3.1001000.48|2|1
+1.3.6.1.2.1.31.1.2.1.3.1001100.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.5000000.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.7000000.0|2|1
+1.3.6.1.2.1.31.1.5.0|67|2527236996
+1.3.6.1.2.1.31.1.6.0|67|2626247754
+1.3.6.1.2.1.47.1.1.1.1.2.1|4|48x10GbE (SFP+) & 6x100GbE (QSFP) Ethernet Switch
+1.3.6.1.2.1.47.1.1.1.1.2.100004000|4|Scd Chip 0
+1.3.6.1.2.1.47.1.1.1.1.2.100004196|4|Standby Cpld Chip 196
+1.3.6.1.2.1.47.1.1.1.1.2.100006001|4|Cpu temp sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100006002|4|CPU board temp sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100006003|4|Back-panel temp sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100006004|4|Front-panel temp sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100006005|4|Board sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100006006|4|Switch chip sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100006007|4|CpucardPwrCon Rail1 12V standby
+1.3.6.1.2.1.47.1.1.1.1.2.100006008|4|CpucardPwrCon Rail2 5V
+1.3.6.1.2.1.47.1.1.1.1.2.100006009|4|CpucardPwrCon Rail3 3V3
+1.3.6.1.2.1.47.1.1.1.1.2.100006010|4|CpucardPwrCon Rail4 1V8
+1.3.6.1.2.1.47.1.1.1.1.2.100006011|4|CpucardPwrCon Rail5 1V5
+1.3.6.1.2.1.47.1.1.1.1.2.100006012|4|CpucardPwrCon Rail6 1V5
+1.3.6.1.2.1.47.1.1.1.1.2.100006013|4|CpucardPwrCon Rail7 0V75
+1.3.6.1.2.1.47.1.1.1.1.2.100006014|4|CpucardPwrCon Rail8 0V95
+1.3.6.1.2.1.47.1.1.1.1.2.100006015|4|CpucardPwrCon Rail9 1V8
+1.3.6.1.2.1.47.1.1.1.1.2.100006016|4|CpucardPwrCon Rail10 3V3
+1.3.6.1.2.1.47.1.1.1.1.2.100006017|4|CpucardPwrCon Rail11 0V95
+1.3.6.1.2.1.47.1.1.1.1.2.100006018|4|CpucardPwrCon Rail12 1V2
+1.3.6.1.2.1.47.1.1.1.1.2.100006019|4|PwrCon1 Rail1 POS12V_STDBY
+1.3.6.1.2.1.47.1.1.1.1.2.100006020|4|PwrCon1 Rail2 POS12V
+1.3.6.1.2.1.47.1.1.1.1.2.100006021|4|PwrCon1 Rail3 POS6V8_STDBY
+1.3.6.1.2.1.47.1.1.1.1.2.100006022|4|PwrCon1 Rail4 POS3V3_STDBY
+1.3.6.1.2.1.47.1.1.1.1.2.100006023|4|PwrCon1 Rail5 POS3V3
+1.3.6.1.2.1.47.1.1.1.1.2.100006024|4|PwrCon1 Rail6 POS3V3_SFP
+1.3.6.1.2.1.47.1.1.1.1.2.100006025|4|PwrCon1 Rail7 POS3V0
+1.3.6.1.2.1.47.1.1.1.1.2.100006026|4|PwrCon1 Rail8 POS2V5
+1.3.6.1.2.1.47.1.1.1.1.2.100006027|4|PwrCon1 Rail9 POS1V8
+1.3.6.1.2.1.47.1.1.1.1.2.100006028|4|PwrCon1 Rail10 POS1V35_0
+1.3.6.1.2.1.47.1.1.1.1.2.100006029|4|PwrCon1 Rail11 POS1V35_1
+1.3.6.1.2.1.47.1.1.1.1.2.100006030|4|PwrCon1 Rail12 POS1V25
+1.3.6.1.2.1.47.1.1.1.1.2.100006031|4|PwrCon1 Rail13 POS1V2
+1.3.6.1.2.1.47.1.1.1.1.2.100006032|4|PwrCon1 Rail14 POS1V0_C
+1.3.6.1.2.1.47.1.1.1.1.2.100006033|4|PwrCon1 Rail15 POS1V0_DDR
+1.3.6.1.2.1.47.1.1.1.1.2.100006034|4|PwrCon1 Rail16 POS1V0
+1.3.6.1.2.1.47.1.1.1.1.2.100015001|4|Ucd Chip 11001
+1.3.6.1.2.1.47.1.1.1.1.2.100015002|4|Ucd Chip 11002
+1.3.6.1.2.1.47.1.1.1.1.2.100100001|4|Ethernet1
+1.3.6.1.2.1.47.1.1.1.1.2.100100002|4|Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100100003|4|Ethernet3
+1.3.6.1.2.1.47.1.1.1.1.2.100100004|4|Ethernet4
+1.3.6.1.2.1.47.1.1.1.1.2.100100005|4|Ethernet5
+1.3.6.1.2.1.47.1.1.1.1.2.100100006|4|Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100100007|4|Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100100008|4|Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100100009|4|Ethernet9
+1.3.6.1.2.1.47.1.1.1.1.2.100100010|4|Ethernet10
+1.3.6.1.2.1.47.1.1.1.1.2.100100011|4|Ethernet11
+1.3.6.1.2.1.47.1.1.1.1.2.100100012|4|Ethernet12
+1.3.6.1.2.1.47.1.1.1.1.2.100100013|4|Ethernet13
+1.3.6.1.2.1.47.1.1.1.1.2.100100014|4|Ethernet14
+1.3.6.1.2.1.47.1.1.1.1.2.100100015|4|Ethernet15
+1.3.6.1.2.1.47.1.1.1.1.2.100100016|4|Ethernet16
+1.3.6.1.2.1.47.1.1.1.1.2.100100017|4|Ethernet17
+1.3.6.1.2.1.47.1.1.1.1.2.100100018|4|Ethernet18
+1.3.6.1.2.1.47.1.1.1.1.2.100100019|4|Ethernet19
+1.3.6.1.2.1.47.1.1.1.1.2.100100020|4|Ethernet20
+1.3.6.1.2.1.47.1.1.1.1.2.100100021|4|Ethernet21
+1.3.6.1.2.1.47.1.1.1.1.2.100100022|4|Ethernet22
+1.3.6.1.2.1.47.1.1.1.1.2.100100023|4|Ethernet23
+1.3.6.1.2.1.47.1.1.1.1.2.100100024|4|Ethernet24
+1.3.6.1.2.1.47.1.1.1.1.2.100100025|4|Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100100026|4|Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100100027|4|Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100100028|4|Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100100029|4|Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100100030|4|Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100100031|4|Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100100032|4|Ethernet32
+1.3.6.1.2.1.47.1.1.1.1.2.100100033|4|Ethernet33
+1.3.6.1.2.1.47.1.1.1.1.2.100100034|4|Ethernet34
+1.3.6.1.2.1.47.1.1.1.1.2.100100035|4|Ethernet35
+1.3.6.1.2.1.47.1.1.1.1.2.100100036|4|Ethernet36
+1.3.6.1.2.1.47.1.1.1.1.2.100100037|4|Ethernet37
+1.3.6.1.2.1.47.1.1.1.1.2.100100038|4|Ethernet38
+1.3.6.1.2.1.47.1.1.1.1.2.100100039|4|Ethernet39
+1.3.6.1.2.1.47.1.1.1.1.2.100100040|4|Ethernet40
+1.3.6.1.2.1.47.1.1.1.1.2.100100041|4|Ethernet41
+1.3.6.1.2.1.47.1.1.1.1.2.100100042|4|Ethernet42
+1.3.6.1.2.1.47.1.1.1.1.2.100100043|4|Ethernet43
+1.3.6.1.2.1.47.1.1.1.1.2.100100044|4|Ethernet44
+1.3.6.1.2.1.47.1.1.1.1.2.100100045|4|Ethernet45
+1.3.6.1.2.1.47.1.1.1.1.2.100100046|4|Ethernet46
+1.3.6.1.2.1.47.1.1.1.1.2.100100047|4|Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100100048|4|Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100100049|4|Ethernet49/1
+1.3.6.1.2.1.47.1.1.1.1.2.100100050|4|Ethernet49/2
+1.3.6.1.2.1.47.1.1.1.1.2.100100051|4|Ethernet49/3
+1.3.6.1.2.1.47.1.1.1.1.2.100100052|4|Ethernet49/4
+1.3.6.1.2.1.47.1.1.1.1.2.100100053|4|Ethernet50/1
+1.3.6.1.2.1.47.1.1.1.1.2.100100054|4|Ethernet50/2
+1.3.6.1.2.1.47.1.1.1.1.2.100100055|4|Ethernet50/3
+1.3.6.1.2.1.47.1.1.1.1.2.100100056|4|Ethernet50/4
+1.3.6.1.2.1.47.1.1.1.1.2.100100057|4|Ethernet51/1
+1.3.6.1.2.1.47.1.1.1.1.2.100100058|4|Ethernet51/2
+1.3.6.1.2.1.47.1.1.1.1.2.100100059|4|Ethernet51/3
+1.3.6.1.2.1.47.1.1.1.1.2.100100060|4|Ethernet51/4
+1.3.6.1.2.1.47.1.1.1.1.2.100100061|4|Ethernet52/1
+1.3.6.1.2.1.47.1.1.1.1.2.100100062|4|Ethernet52/2
+1.3.6.1.2.1.47.1.1.1.1.2.100100063|4|Ethernet52/3
+1.3.6.1.2.1.47.1.1.1.1.2.100100064|4|Ethernet52/4
+1.3.6.1.2.1.47.1.1.1.1.2.100100065|4|Ethernet53/1
+1.3.6.1.2.1.47.1.1.1.1.2.100100066|4|Ethernet53/2
+1.3.6.1.2.1.47.1.1.1.1.2.100100067|4|Ethernet53/3
+1.3.6.1.2.1.47.1.1.1.1.2.100100068|4|Ethernet53/4
+1.3.6.1.2.1.47.1.1.1.1.2.100100069|4|Ethernet54/1
+1.3.6.1.2.1.47.1.1.1.1.2.100100070|4|Ethernet54/2
+1.3.6.1.2.1.47.1.1.1.1.2.100100071|4|Ethernet54/3
+1.3.6.1.2.1.47.1.1.1.1.2.100100072|4|Ethernet54/4
+1.3.6.1.2.1.47.1.1.1.1.2.100110073|4|Management1
+1.3.6.1.2.1.47.1.1.1.1.2.100301000|4|Xcvr Slot 1
+1.3.6.1.2.1.47.1.1.1.1.2.100302000|4|Xcvr Slot 2
+1.3.6.1.2.1.47.1.1.1.1.2.100302100|4|Xcvr for Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100302201|4|DOM Temperature Sensor for Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100302202|4|DOM Voltage Sensor for Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100302210|4|Lane 0 for Xcvr for Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100302211|4|DOM TX Bias Sensor for Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100302212|4|DOM TX Power Sensor for Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100302213|4|DOM RX Power Sensor for Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100303000|4|Xcvr Slot 3
+1.3.6.1.2.1.47.1.1.1.1.2.100304000|4|Xcvr Slot 4
+1.3.6.1.2.1.47.1.1.1.1.2.100305000|4|Xcvr Slot 5
+1.3.6.1.2.1.47.1.1.1.1.2.100306000|4|Xcvr Slot 6
+1.3.6.1.2.1.47.1.1.1.1.2.100306100|4|Xcvr for Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100306201|4|DOM Temperature Sensor for Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100306202|4|DOM Voltage Sensor for Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100306210|4|Lane 0 for Xcvr for Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100306211|4|DOM TX Bias Sensor for Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100306212|4|DOM TX Power Sensor for Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100306213|4|DOM RX Power Sensor for Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100307000|4|Xcvr Slot 7
+1.3.6.1.2.1.47.1.1.1.1.2.100307100|4|Xcvr for Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100307201|4|DOM Temperature Sensor for Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100307202|4|DOM Voltage Sensor for Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100307210|4|Lane 0 for Xcvr for Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100307211|4|DOM TX Bias Sensor for Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100307212|4|DOM TX Power Sensor for Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100307213|4|DOM RX Power Sensor for Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100308000|4|Xcvr Slot 8
+1.3.6.1.2.1.47.1.1.1.1.2.100308100|4|Xcvr for Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100308201|4|DOM Temperature Sensor for Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100308202|4|DOM Voltage Sensor for Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100308210|4|Lane 0 for Xcvr for Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100308211|4|DOM TX Bias Sensor for Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100308212|4|DOM TX Power Sensor for Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100308213|4|DOM RX Power Sensor for Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100309000|4|Xcvr Slot 9
+1.3.6.1.2.1.47.1.1.1.1.2.100310000|4|Xcvr Slot 10
+1.3.6.1.2.1.47.1.1.1.1.2.100311000|4|Xcvr Slot 11
+1.3.6.1.2.1.47.1.1.1.1.2.100312000|4|Xcvr Slot 12
+1.3.6.1.2.1.47.1.1.1.1.2.100313000|4|Xcvr Slot 13
+1.3.6.1.2.1.47.1.1.1.1.2.100313100|4|Xcvr for Ethernet13
+1.3.6.1.2.1.47.1.1.1.1.2.100314000|4|Xcvr Slot 14
+1.3.6.1.2.1.47.1.1.1.1.2.100314100|4|Xcvr for Ethernet14
+1.3.6.1.2.1.47.1.1.1.1.2.100315000|4|Xcvr Slot 15
+1.3.6.1.2.1.47.1.1.1.1.2.100315100|4|Xcvr for Ethernet15
+1.3.6.1.2.1.47.1.1.1.1.2.100316000|4|Xcvr Slot 16
+1.3.6.1.2.1.47.1.1.1.1.2.100316100|4|Xcvr for Ethernet16
+1.3.6.1.2.1.47.1.1.1.1.2.100317000|4|Xcvr Slot 17
+1.3.6.1.2.1.47.1.1.1.1.2.100317100|4|Xcvr for Ethernet17
+1.3.6.1.2.1.47.1.1.1.1.2.100318000|4|Xcvr Slot 18
+1.3.6.1.2.1.47.1.1.1.1.2.100318100|4|Xcvr for Ethernet18
+1.3.6.1.2.1.47.1.1.1.1.2.100319000|4|Xcvr Slot 19
+1.3.6.1.2.1.47.1.1.1.1.2.100319100|4|Xcvr for Ethernet19
+1.3.6.1.2.1.47.1.1.1.1.2.100320000|4|Xcvr Slot 20
+1.3.6.1.2.1.47.1.1.1.1.2.100320100|4|Xcvr for Ethernet20
+1.3.6.1.2.1.47.1.1.1.1.2.100321000|4|Xcvr Slot 21
+1.3.6.1.2.1.47.1.1.1.1.2.100321100|4|Xcvr for Ethernet21
+1.3.6.1.2.1.47.1.1.1.1.2.100322000|4|Xcvr Slot 22
+1.3.6.1.2.1.47.1.1.1.1.2.100322100|4|Xcvr for Ethernet22
+1.3.6.1.2.1.47.1.1.1.1.2.100323000|4|Xcvr Slot 23
+1.3.6.1.2.1.47.1.1.1.1.2.100323100|4|Xcvr for Ethernet23
+1.3.6.1.2.1.47.1.1.1.1.2.100324000|4|Xcvr Slot 24
+1.3.6.1.2.1.47.1.1.1.1.2.100324100|4|Xcvr for Ethernet24
+1.3.6.1.2.1.47.1.1.1.1.2.100325000|4|Xcvr Slot 25
+1.3.6.1.2.1.47.1.1.1.1.2.100325100|4|Xcvr for Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100325201|4|DOM Temperature Sensor for Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100325202|4|DOM Voltage Sensor for Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100325210|4|Lane 0 for Xcvr for Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100325211|4|DOM TX Bias Sensor for Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100325212|4|DOM TX Power Sensor for Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100325213|4|DOM RX Power Sensor for Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100326000|4|Xcvr Slot 26
+1.3.6.1.2.1.47.1.1.1.1.2.100326100|4|Xcvr for Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100326201|4|DOM Temperature Sensor for Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100326202|4|DOM Voltage Sensor for Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100326210|4|Lane 0 for Xcvr for Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100326211|4|DOM TX Bias Sensor for Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100326212|4|DOM TX Power Sensor for Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100326213|4|DOM RX Power Sensor for Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100327000|4|Xcvr Slot 27
+1.3.6.1.2.1.47.1.1.1.1.2.100327100|4|Xcvr for Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100327201|4|DOM Temperature Sensor for Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100327202|4|DOM Voltage Sensor for Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100327210|4|Lane 0 for Xcvr for Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100327211|4|DOM TX Bias Sensor for Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100327212|4|DOM TX Power Sensor for Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100327213|4|DOM RX Power Sensor for Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100328000|4|Xcvr Slot 28
+1.3.6.1.2.1.47.1.1.1.1.2.100328100|4|Xcvr for Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100328201|4|DOM Temperature Sensor for Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100328202|4|DOM Voltage Sensor for Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100328210|4|Lane 0 for Xcvr for Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100328211|4|DOM TX Bias Sensor for Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100328212|4|DOM TX Power Sensor for Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100328213|4|DOM RX Power Sensor for Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100329000|4|Xcvr Slot 29
+1.3.6.1.2.1.47.1.1.1.1.2.100329100|4|Xcvr for Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100329201|4|DOM Temperature Sensor for Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100329202|4|DOM Voltage Sensor for Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100329210|4|Lane 0 for Xcvr for Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100329211|4|DOM TX Bias Sensor for Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100329212|4|DOM TX Power Sensor for Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100329213|4|DOM RX Power Sensor for Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100330000|4|Xcvr Slot 30
+1.3.6.1.2.1.47.1.1.1.1.2.100330100|4|Xcvr for Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100330201|4|DOM Temperature Sensor for Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100330202|4|DOM Voltage Sensor for Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100330210|4|Lane 0 for Xcvr for Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100330211|4|DOM TX Bias Sensor for Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100330212|4|DOM TX Power Sensor for Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100330213|4|DOM RX Power Sensor for Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100331000|4|Xcvr Slot 31
+1.3.6.1.2.1.47.1.1.1.1.2.100331100|4|Xcvr for Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100331201|4|DOM Temperature Sensor for Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100331202|4|DOM Voltage Sensor for Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100331210|4|Lane 0 for Xcvr for Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100331211|4|DOM TX Bias Sensor for Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100331212|4|DOM TX Power Sensor for Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100331213|4|DOM RX Power Sensor for Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100332000|4|Xcvr Slot 32
+1.3.6.1.2.1.47.1.1.1.1.2.100332100|4|Xcvr for Ethernet32
+1.3.6.1.2.1.47.1.1.1.1.2.100333000|4|Xcvr Slot 33
+1.3.6.1.2.1.47.1.1.1.1.2.100334000|4|Xcvr Slot 34
+1.3.6.1.2.1.47.1.1.1.1.2.100335000|4|Xcvr Slot 35
+1.3.6.1.2.1.47.1.1.1.1.2.100336000|4|Xcvr Slot 36
+1.3.6.1.2.1.47.1.1.1.1.2.100337000|4|Xcvr Slot 37
+1.3.6.1.2.1.47.1.1.1.1.2.100338000|4|Xcvr Slot 38
+1.3.6.1.2.1.47.1.1.1.1.2.100339000|4|Xcvr Slot 39
+1.3.6.1.2.1.47.1.1.1.1.2.100340000|4|Xcvr Slot 40
+1.3.6.1.2.1.47.1.1.1.1.2.100341000|4|Xcvr Slot 41
+1.3.6.1.2.1.47.1.1.1.1.2.100341100|4|Xcvr for Ethernet41
+1.3.6.1.2.1.47.1.1.1.1.2.100342000|4|Xcvr Slot 42
+1.3.6.1.2.1.47.1.1.1.1.2.100342100|4|Xcvr for Ethernet42
+1.3.6.1.2.1.47.1.1.1.1.2.100343000|4|Xcvr Slot 43
+1.3.6.1.2.1.47.1.1.1.1.2.100343100|4|Xcvr for Ethernet43
+1.3.6.1.2.1.47.1.1.1.1.2.100344000|4|Xcvr Slot 44
+1.3.6.1.2.1.47.1.1.1.1.2.100344100|4|Xcvr for Ethernet44
+1.3.6.1.2.1.47.1.1.1.1.2.100345000|4|Xcvr Slot 45
+1.3.6.1.2.1.47.1.1.1.1.2.100345100|4|Xcvr for Ethernet45
+1.3.6.1.2.1.47.1.1.1.1.2.100346000|4|Xcvr Slot 46
+1.3.6.1.2.1.47.1.1.1.1.2.100346100|4|Xcvr for Ethernet46
+1.3.6.1.2.1.47.1.1.1.1.2.100347000|4|Xcvr Slot 47
+1.3.6.1.2.1.47.1.1.1.1.2.100347100|4|Xcvr for Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100347201|4|DOM Temperature Sensor for Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100347202|4|DOM Voltage Sensor for Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100347210|4|Lane 0 for Xcvr for Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100347211|4|DOM TX Bias Sensor for Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100347212|4|DOM TX Power Sensor for Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100347213|4|DOM RX Power Sensor for Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100348000|4|Xcvr Slot 48
+1.3.6.1.2.1.47.1.1.1.1.2.100348100|4|Xcvr for Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100348201|4|DOM Temperature Sensor for Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100348202|4|DOM Voltage Sensor for Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100348210|4|Lane 0 for Xcvr for Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100348211|4|DOM TX Bias Sensor for Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100348212|4|DOM TX Power Sensor for Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100348213|4|DOM RX Power Sensor for Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100349000|4|Xcvr Slot 49
+1.3.6.1.2.1.47.1.1.1.1.2.100349100|4|Xcvr for Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.2.100349201|4|DOM Temperature Sensor for Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.2.100349202|4|DOM Voltage Sensor for Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.2.100349210|4|Lane 0 for Xcvr for Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.2.100349211|4|DOM TX Bias Sensor for Ethernet49/1
+1.3.6.1.2.1.47.1.1.1.1.2.100349213|4|DOM RX Power Sensor for Ethernet49/1
+1.3.6.1.2.1.47.1.1.1.1.2.100349220|4|Lane 1 for Xcvr for Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.2.100349221|4|DOM TX Bias Sensor for Ethernet49/2
+1.3.6.1.2.1.47.1.1.1.1.2.100349223|4|DOM RX Power Sensor for Ethernet49/2
+1.3.6.1.2.1.47.1.1.1.1.2.100349230|4|Lane 2 for Xcvr for Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.2.100349231|4|DOM TX Bias Sensor for Ethernet49/3
+1.3.6.1.2.1.47.1.1.1.1.2.100349233|4|DOM RX Power Sensor for Ethernet49/3
+1.3.6.1.2.1.47.1.1.1.1.2.100349240|4|Lane 3 for Xcvr for Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.2.100349241|4|DOM TX Bias Sensor for Ethernet49/4
+1.3.6.1.2.1.47.1.1.1.1.2.100349243|4|DOM RX Power Sensor for Ethernet49/4
+1.3.6.1.2.1.47.1.1.1.1.2.100350000|4|Xcvr Slot 50
+1.3.6.1.2.1.47.1.1.1.1.2.100350100|4|Xcvr for Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.2.100350201|4|DOM Temperature Sensor for Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.2.100350202|4|DOM Voltage Sensor for Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.2.100350210|4|Lane 0 for Xcvr for Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.2.100350211|4|DOM TX Bias Sensor for Ethernet50/1
+1.3.6.1.2.1.47.1.1.1.1.2.100350213|4|DOM RX Power Sensor for Ethernet50/1
+1.3.6.1.2.1.47.1.1.1.1.2.100350220|4|Lane 1 for Xcvr for Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.2.100350221|4|DOM TX Bias Sensor for Ethernet50/2
+1.3.6.1.2.1.47.1.1.1.1.2.100350223|4|DOM RX Power Sensor for Ethernet50/2
+1.3.6.1.2.1.47.1.1.1.1.2.100350230|4|Lane 2 for Xcvr for Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.2.100350231|4|DOM TX Bias Sensor for Ethernet50/3
+1.3.6.1.2.1.47.1.1.1.1.2.100350233|4|DOM RX Power Sensor for Ethernet50/3
+1.3.6.1.2.1.47.1.1.1.1.2.100350240|4|Lane 3 for Xcvr for Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.2.100350241|4|DOM TX Bias Sensor for Ethernet50/4
+1.3.6.1.2.1.47.1.1.1.1.2.100350243|4|DOM RX Power Sensor for Ethernet50/4
+1.3.6.1.2.1.47.1.1.1.1.2.100351000|4|Xcvr Slot 51
+1.3.6.1.2.1.47.1.1.1.1.2.100351100|4|Xcvr for Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.2.100351201|4|DOM Temperature Sensor for Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.2.100351202|4|DOM Voltage Sensor for Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.2.100351210|4|Lane 0 for Xcvr for Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.2.100351211|4|DOM TX Bias Sensor for Ethernet51/1
+1.3.6.1.2.1.47.1.1.1.1.2.100351213|4|DOM RX Power Sensor for Ethernet51/1
+1.3.6.1.2.1.47.1.1.1.1.2.100351220|4|Lane 1 for Xcvr for Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.2.100351221|4|DOM TX Bias Sensor for Ethernet51/2
+1.3.6.1.2.1.47.1.1.1.1.2.100351223|4|DOM RX Power Sensor for Ethernet51/2
+1.3.6.1.2.1.47.1.1.1.1.2.100351230|4|Lane 2 for Xcvr for Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.2.100351231|4|DOM TX Bias Sensor for Ethernet51/3
+1.3.6.1.2.1.47.1.1.1.1.2.100351233|4|DOM RX Power Sensor for Ethernet51/3
+1.3.6.1.2.1.47.1.1.1.1.2.100351240|4|Lane 3 for Xcvr for Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.2.100351241|4|DOM TX Bias Sensor for Ethernet51/4
+1.3.6.1.2.1.47.1.1.1.1.2.100351243|4|DOM RX Power Sensor for Ethernet51/4
+1.3.6.1.2.1.47.1.1.1.1.2.100352000|4|Xcvr Slot 52
+1.3.6.1.2.1.47.1.1.1.1.2.100352100|4|Xcvr for Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.2.100352201|4|DOM Temperature Sensor for Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.2.100352202|4|DOM Voltage Sensor for Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.2.100352210|4|Lane 0 for Xcvr for Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.2.100352211|4|DOM TX Bias Sensor for Ethernet52/1
+1.3.6.1.2.1.47.1.1.1.1.2.100352213|4|DOM RX Power Sensor for Ethernet52/1
+1.3.6.1.2.1.47.1.1.1.1.2.100352220|4|Lane 1 for Xcvr for Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.2.100352221|4|DOM TX Bias Sensor for Ethernet52/2
+1.3.6.1.2.1.47.1.1.1.1.2.100352223|4|DOM RX Power Sensor for Ethernet52/2
+1.3.6.1.2.1.47.1.1.1.1.2.100352230|4|Lane 2 for Xcvr for Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.2.100352231|4|DOM TX Bias Sensor for Ethernet52/3
+1.3.6.1.2.1.47.1.1.1.1.2.100352233|4|DOM RX Power Sensor for Ethernet52/3
+1.3.6.1.2.1.47.1.1.1.1.2.100352240|4|Lane 3 for Xcvr for Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.2.100352241|4|DOM TX Bias Sensor for Ethernet52/4
+1.3.6.1.2.1.47.1.1.1.1.2.100352243|4|DOM RX Power Sensor for Ethernet52/4
+1.3.6.1.2.1.47.1.1.1.1.2.100353000|4|Xcvr Slot 53
+1.3.6.1.2.1.47.1.1.1.1.2.100353100|4|Xcvr for Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.2.100353201|4|DOM Temperature Sensor for Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.2.100353202|4|DOM Voltage Sensor for Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.2.100353210|4|Lane 0 for Xcvr for Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.2.100353211|4|DOM TX Bias Sensor for Ethernet53/1
+1.3.6.1.2.1.47.1.1.1.1.2.100353213|4|DOM RX Power Sensor for Ethernet53/1
+1.3.6.1.2.1.47.1.1.1.1.2.100353220|4|Lane 1 for Xcvr for Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.2.100353221|4|DOM TX Bias Sensor for Ethernet53/2
+1.3.6.1.2.1.47.1.1.1.1.2.100353223|4|DOM RX Power Sensor for Ethernet53/2
+1.3.6.1.2.1.47.1.1.1.1.2.100353230|4|Lane 2 for Xcvr for Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.2.100353231|4|DOM TX Bias Sensor for Ethernet53/3
+1.3.6.1.2.1.47.1.1.1.1.2.100353233|4|DOM RX Power Sensor for Ethernet53/3
+1.3.6.1.2.1.47.1.1.1.1.2.100353240|4|Lane 3 for Xcvr for Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.2.100353241|4|DOM TX Bias Sensor for Ethernet53/4
+1.3.6.1.2.1.47.1.1.1.1.2.100353243|4|DOM RX Power Sensor for Ethernet53/4
+1.3.6.1.2.1.47.1.1.1.1.2.100354000|4|Xcvr Slot 54
+1.3.6.1.2.1.47.1.1.1.1.2.100601000|4|Fan Tray Slot 1
+1.3.6.1.2.1.47.1.1.1.1.2.100601100|4|Fan Tray 1
+1.3.6.1.2.1.47.1.1.1.1.2.100601110|4|Fan Tray 1 Fan 1
+1.3.6.1.2.1.47.1.1.1.1.2.100601111|4|Fan Tray 1 Fan 1 Sensor 1
+1.3.6.1.2.1.47.1.1.1.1.2.100602000|4|Fan Tray Slot 2
+1.3.6.1.2.1.47.1.1.1.1.2.100602100|4|Fan Tray 2
+1.3.6.1.2.1.47.1.1.1.1.2.100602110|4|Fan Tray 2 Fan 1
+1.3.6.1.2.1.47.1.1.1.1.2.100602111|4|Fan Tray 2 Fan 1 Sensor 1
+1.3.6.1.2.1.47.1.1.1.1.2.100603000|4|Fan Tray Slot 3
+1.3.6.1.2.1.47.1.1.1.1.2.100603100|4|Fan Tray 3
+1.3.6.1.2.1.47.1.1.1.1.2.100603110|4|Fan Tray 3 Fan 1
+1.3.6.1.2.1.47.1.1.1.1.2.100603111|4|Fan Tray 3 Fan 1 Sensor 1
+1.3.6.1.2.1.47.1.1.1.1.2.100604000|4|Fan Tray Slot 4
+1.3.6.1.2.1.47.1.1.1.1.2.100604100|4|Fan Tray 4
+1.3.6.1.2.1.47.1.1.1.1.2.100604110|4|Fan Tray 4 Fan 1
+1.3.6.1.2.1.47.1.1.1.1.2.100604111|4|Fan Tray 4 Fan 1 Sensor 1
+1.3.6.1.2.1.47.1.1.1.1.2.100710000|4|Power Supply Slot 1
+1.3.6.1.2.1.47.1.1.1.1.2.100711000|4|PowerSupply1
+1.3.6.1.2.1.47.1.1.1.1.2.100711101|4|Hotspot temperature sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100711102|4|Inlet temperature sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100711103|4|Input current sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100711104|4|Output current sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100711105|4|Input voltage sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100711106|4|Output voltage sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100711210|4|PowerSupply1 Fan 1
+1.3.6.1.2.1.47.1.1.1.1.2.100711211|4|PowerSupply1 Fan 1 Sensor 1
+1.3.6.1.2.1.47.1.1.1.1.2.100720000|4|Power Supply Slot 2
+1.3.6.1.2.1.47.1.1.1.1.2.100721000|4|PowerSupply2
+1.3.6.1.2.1.47.1.1.1.1.2.100721101|4|Hotspot temperature sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100721102|4|Inlet temperature sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100721103|4|Input current sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100721104|4|Output current sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100721105|4|Input voltage sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100721106|4|Output voltage sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100721210|4|PowerSupply2 Fan 1
+1.3.6.1.2.1.47.1.1.1.1.2.100721211|4|PowerSupply2 Fan 1 Sensor 1
+1.3.6.1.2.1.47.1.1.1.1.2.1100004000|4|Chip Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100006000|4|Sensor Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100140000|4|Port Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100300000|4|Xcvr Slot Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100600000|4|Fan Tray Slot Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100700000|4|Power Supply Slot Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100711100|4|Power Supply Sensor Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100711200|4|Power Supply Fan Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100721100|4|Power Supply Sensor Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100721200|4|Power Supply Fan Container
+1.3.6.1.2.1.47.1.1.1.1.3.1|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100004000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100004196|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006001|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006002|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006003|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006004|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006005|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006006|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006007|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006008|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006009|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006010|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006011|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006012|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006013|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006014|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006015|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006016|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006017|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006018|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006019|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006020|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006021|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006022|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006023|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006024|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006025|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006026|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006027|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006028|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006029|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006030|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006031|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006032|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006033|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006034|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100015001|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100015002|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100001|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100002|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100003|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100004|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100005|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100006|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100007|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100008|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100009|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100010|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100011|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100012|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100013|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100014|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100015|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100016|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100017|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100018|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100019|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100020|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100021|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100022|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100023|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100024|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100025|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100026|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100027|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100028|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100029|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100030|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100031|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100032|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100033|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100034|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100035|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100036|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100037|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100038|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100039|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100040|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100041|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100042|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100043|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100044|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100045|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100046|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100047|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100048|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100049|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100050|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100051|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100052|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100053|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100054|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100055|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100056|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100057|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100058|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100059|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100060|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100061|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100062|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100063|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100064|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100065|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100066|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100067|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100068|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100069|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100070|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100071|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100072|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100110073|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100301000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100303000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100304000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100305000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100309000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100310000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100311000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100312000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100313000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100313100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100314000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100314100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100315000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100315100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100316000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100316100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100317000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100317100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100318000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100318100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100319000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100319100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100320000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100320100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100321000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100321100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100322000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100322100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100323000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100323100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100324000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100324100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100332000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100332100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100333000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100334000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100335000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100336000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100337000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100338000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100339000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100340000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100341000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100341100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100342000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100342100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100343000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100343100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100344000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100344100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100345000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100345100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100346000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100346100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349220|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349221|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349223|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349230|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349231|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349233|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349240|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349241|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349243|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350220|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350221|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350223|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350230|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350231|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350233|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350240|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350241|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350243|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351220|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351221|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351223|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351230|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351231|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351233|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351240|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351241|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351243|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352220|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352221|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352223|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352230|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352231|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352233|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352240|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352241|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352243|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353220|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353221|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353223|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353230|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353231|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353233|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353240|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353241|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353243|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100354000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100601000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100601100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100601110|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100601111|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100602000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100602100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100602110|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100602111|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100603000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100603100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100603110|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100603111|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100604000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100604100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100604110|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100604111|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100710000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711101|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711102|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711103|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711104|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711105|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711106|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100720000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721101|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721102|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721103|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721104|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721105|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721106|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100004000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100006000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100140000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100300000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100600000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100700000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100711100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100711200|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100721100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100721200|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.4.1|2|0
+1.3.6.1.2.1.47.1.1.1.1.4.100004000|2|1100004000
+1.3.6.1.2.1.47.1.1.1.1.4.100004196|2|1100004000
+1.3.6.1.2.1.47.1.1.1.1.4.100006001|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006002|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006003|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006004|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006005|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006006|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006007|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006008|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006009|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006010|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006011|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006012|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006013|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006014|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006015|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006016|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006017|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006018|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006019|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006020|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006021|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006022|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006023|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006024|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006025|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006026|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006027|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006028|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006029|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006030|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006031|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006032|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006033|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006034|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100015001|2|1100004000
+1.3.6.1.2.1.47.1.1.1.1.4.100015002|2|1100004000
+1.3.6.1.2.1.47.1.1.1.1.4.100100001|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100002|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100003|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100004|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100005|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100006|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100007|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100008|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100009|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100010|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100011|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100012|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100013|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100014|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100015|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100016|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100017|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100018|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100019|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100020|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100021|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100022|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100023|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100024|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100025|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100026|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100027|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100028|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100029|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100030|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100031|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100032|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100033|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100034|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100035|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100036|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100037|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100038|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100039|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100040|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100041|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100042|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100043|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100044|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100045|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100046|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100047|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100048|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100049|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100050|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100051|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100052|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100053|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100054|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100055|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100056|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100057|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100058|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100059|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100060|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100061|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100062|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100063|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100064|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100065|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100066|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100067|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100068|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100069|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100070|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100071|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100072|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100110073|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100301000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100302000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100302100|2|100302000
+1.3.6.1.2.1.47.1.1.1.1.4.100302201|2|100302100
+1.3.6.1.2.1.47.1.1.1.1.4.100302202|2|100302100
+1.3.6.1.2.1.47.1.1.1.1.4.100302210|2|100302100
+1.3.6.1.2.1.47.1.1.1.1.4.100302211|2|100302210
+1.3.6.1.2.1.47.1.1.1.1.4.100302212|2|100302210
+1.3.6.1.2.1.47.1.1.1.1.4.100302213|2|100302210
+1.3.6.1.2.1.47.1.1.1.1.4.100303000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100304000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100305000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100306000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100306100|2|100306000
+1.3.6.1.2.1.47.1.1.1.1.4.100306201|2|100306100
+1.3.6.1.2.1.47.1.1.1.1.4.100306202|2|100306100
+1.3.6.1.2.1.47.1.1.1.1.4.100306210|2|100306100
+1.3.6.1.2.1.47.1.1.1.1.4.100306211|2|100306210
+1.3.6.1.2.1.47.1.1.1.1.4.100306212|2|100306210
+1.3.6.1.2.1.47.1.1.1.1.4.100306213|2|100306210
+1.3.6.1.2.1.47.1.1.1.1.4.100307000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100307100|2|100307000
+1.3.6.1.2.1.47.1.1.1.1.4.100307201|2|100307100
+1.3.6.1.2.1.47.1.1.1.1.4.100307202|2|100307100
+1.3.6.1.2.1.47.1.1.1.1.4.100307210|2|100307100
+1.3.6.1.2.1.47.1.1.1.1.4.100307211|2|100307210
+1.3.6.1.2.1.47.1.1.1.1.4.100307212|2|100307210
+1.3.6.1.2.1.47.1.1.1.1.4.100307213|2|100307210
+1.3.6.1.2.1.47.1.1.1.1.4.100308000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100308100|2|100308000
+1.3.6.1.2.1.47.1.1.1.1.4.100308201|2|100308100
+1.3.6.1.2.1.47.1.1.1.1.4.100308202|2|100308100
+1.3.6.1.2.1.47.1.1.1.1.4.100308210|2|100308100
+1.3.6.1.2.1.47.1.1.1.1.4.100308211|2|100308210
+1.3.6.1.2.1.47.1.1.1.1.4.100308212|2|100308210
+1.3.6.1.2.1.47.1.1.1.1.4.100308213|2|100308210
+1.3.6.1.2.1.47.1.1.1.1.4.100309000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100310000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100311000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100312000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100313000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100313100|2|100313000
+1.3.6.1.2.1.47.1.1.1.1.4.100314000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100314100|2|100314000
+1.3.6.1.2.1.47.1.1.1.1.4.100315000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100315100|2|100315000
+1.3.6.1.2.1.47.1.1.1.1.4.100316000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100316100|2|100316000
+1.3.6.1.2.1.47.1.1.1.1.4.100317000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100317100|2|100317000
+1.3.6.1.2.1.47.1.1.1.1.4.100318000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100318100|2|100318000
+1.3.6.1.2.1.47.1.1.1.1.4.100319000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100319100|2|100319000
+1.3.6.1.2.1.47.1.1.1.1.4.100320000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100320100|2|100320000
+1.3.6.1.2.1.47.1.1.1.1.4.100321000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100321100|2|100321000
+1.3.6.1.2.1.47.1.1.1.1.4.100322000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100322100|2|100322000
+1.3.6.1.2.1.47.1.1.1.1.4.100323000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100323100|2|100323000
+1.3.6.1.2.1.47.1.1.1.1.4.100324000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100324100|2|100324000
+1.3.6.1.2.1.47.1.1.1.1.4.100325000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100325100|2|100325000
+1.3.6.1.2.1.47.1.1.1.1.4.100325201|2|100325100
+1.3.6.1.2.1.47.1.1.1.1.4.100325202|2|100325100
+1.3.6.1.2.1.47.1.1.1.1.4.100325210|2|100325100
+1.3.6.1.2.1.47.1.1.1.1.4.100325211|2|100325210
+1.3.6.1.2.1.47.1.1.1.1.4.100325212|2|100325210
+1.3.6.1.2.1.47.1.1.1.1.4.100325213|2|100325210
+1.3.6.1.2.1.47.1.1.1.1.4.100326000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100326100|2|100326000
+1.3.6.1.2.1.47.1.1.1.1.4.100326201|2|100326100
+1.3.6.1.2.1.47.1.1.1.1.4.100326202|2|100326100
+1.3.6.1.2.1.47.1.1.1.1.4.100326210|2|100326100
+1.3.6.1.2.1.47.1.1.1.1.4.100326211|2|100326210
+1.3.6.1.2.1.47.1.1.1.1.4.100326212|2|100326210
+1.3.6.1.2.1.47.1.1.1.1.4.100326213|2|100326210
+1.3.6.1.2.1.47.1.1.1.1.4.100327000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100327100|2|100327000
+1.3.6.1.2.1.47.1.1.1.1.4.100327201|2|100327100
+1.3.6.1.2.1.47.1.1.1.1.4.100327202|2|100327100
+1.3.6.1.2.1.47.1.1.1.1.4.100327210|2|100327100
+1.3.6.1.2.1.47.1.1.1.1.4.100327211|2|100327210
+1.3.6.1.2.1.47.1.1.1.1.4.100327212|2|100327210
+1.3.6.1.2.1.47.1.1.1.1.4.100327213|2|100327210
+1.3.6.1.2.1.47.1.1.1.1.4.100328000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100328100|2|100328000
+1.3.6.1.2.1.47.1.1.1.1.4.100328201|2|100328100
+1.3.6.1.2.1.47.1.1.1.1.4.100328202|2|100328100
+1.3.6.1.2.1.47.1.1.1.1.4.100328210|2|100328100
+1.3.6.1.2.1.47.1.1.1.1.4.100328211|2|100328210
+1.3.6.1.2.1.47.1.1.1.1.4.100328212|2|100328210
+1.3.6.1.2.1.47.1.1.1.1.4.100328213|2|100328210
+1.3.6.1.2.1.47.1.1.1.1.4.100329000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100329100|2|100329000
+1.3.6.1.2.1.47.1.1.1.1.4.100329201|2|100329100
+1.3.6.1.2.1.47.1.1.1.1.4.100329202|2|100329100
+1.3.6.1.2.1.47.1.1.1.1.4.100329210|2|100329100
+1.3.6.1.2.1.47.1.1.1.1.4.100329211|2|100329210
+1.3.6.1.2.1.47.1.1.1.1.4.100329212|2|100329210
+1.3.6.1.2.1.47.1.1.1.1.4.100329213|2|100329210
+1.3.6.1.2.1.47.1.1.1.1.4.100330000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100330100|2|100330000
+1.3.6.1.2.1.47.1.1.1.1.4.100330201|2|100330100
+1.3.6.1.2.1.47.1.1.1.1.4.100330202|2|100330100
+1.3.6.1.2.1.47.1.1.1.1.4.100330210|2|100330100
+1.3.6.1.2.1.47.1.1.1.1.4.100330211|2|100330210
+1.3.6.1.2.1.47.1.1.1.1.4.100330212|2|100330210
+1.3.6.1.2.1.47.1.1.1.1.4.100330213|2|100330210
+1.3.6.1.2.1.47.1.1.1.1.4.100331000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100331100|2|100331000
+1.3.6.1.2.1.47.1.1.1.1.4.100331201|2|100331100
+1.3.6.1.2.1.47.1.1.1.1.4.100331202|2|100331100
+1.3.6.1.2.1.47.1.1.1.1.4.100331210|2|100331100
+1.3.6.1.2.1.47.1.1.1.1.4.100331211|2|100331210
+1.3.6.1.2.1.47.1.1.1.1.4.100331212|2|100331210
+1.3.6.1.2.1.47.1.1.1.1.4.100331213|2|100331210
+1.3.6.1.2.1.47.1.1.1.1.4.100332000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100332100|2|100332000
+1.3.6.1.2.1.47.1.1.1.1.4.100333000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100334000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100335000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100336000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100337000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100338000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100339000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100340000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100341000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100341100|2|100341000
+1.3.6.1.2.1.47.1.1.1.1.4.100342000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100342100|2|100342000
+1.3.6.1.2.1.47.1.1.1.1.4.100343000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100343100|2|100343000
+1.3.6.1.2.1.47.1.1.1.1.4.100344000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100344100|2|100344000
+1.3.6.1.2.1.47.1.1.1.1.4.100345000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100345100|2|100345000
+1.3.6.1.2.1.47.1.1.1.1.4.100346000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100346100|2|100346000
+1.3.6.1.2.1.47.1.1.1.1.4.100347000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100347100|2|100347000
+1.3.6.1.2.1.47.1.1.1.1.4.100347201|2|100347100
+1.3.6.1.2.1.47.1.1.1.1.4.100347202|2|100347100
+1.3.6.1.2.1.47.1.1.1.1.4.100347210|2|100347100
+1.3.6.1.2.1.47.1.1.1.1.4.100347211|2|100347210
+1.3.6.1.2.1.47.1.1.1.1.4.100347212|2|100347210
+1.3.6.1.2.1.47.1.1.1.1.4.100347213|2|100347210
+1.3.6.1.2.1.47.1.1.1.1.4.100348000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100348100|2|100348000
+1.3.6.1.2.1.47.1.1.1.1.4.100348201|2|100348100
+1.3.6.1.2.1.47.1.1.1.1.4.100348202|2|100348100
+1.3.6.1.2.1.47.1.1.1.1.4.100348210|2|100348100
+1.3.6.1.2.1.47.1.1.1.1.4.100348211|2|100348210
+1.3.6.1.2.1.47.1.1.1.1.4.100348212|2|100348210
+1.3.6.1.2.1.47.1.1.1.1.4.100348213|2|100348210
+1.3.6.1.2.1.47.1.1.1.1.4.100349000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100349100|2|100349000
+1.3.6.1.2.1.47.1.1.1.1.4.100349201|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349202|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349210|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349211|2|100349210
+1.3.6.1.2.1.47.1.1.1.1.4.100349213|2|100349210
+1.3.6.1.2.1.47.1.1.1.1.4.100349220|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349221|2|100349220
+1.3.6.1.2.1.47.1.1.1.1.4.100349223|2|100349220
+1.3.6.1.2.1.47.1.1.1.1.4.100349230|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349231|2|100349230
+1.3.6.1.2.1.47.1.1.1.1.4.100349233|2|100349230
+1.3.6.1.2.1.47.1.1.1.1.4.100349240|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349241|2|100349240
+1.3.6.1.2.1.47.1.1.1.1.4.100349243|2|100349240
+1.3.6.1.2.1.47.1.1.1.1.4.100350000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100350100|2|100350000
+1.3.6.1.2.1.47.1.1.1.1.4.100350201|2|100350100
+1.3.6.1.2.1.47.1.1.1.1.4.100350202|2|100350100
+1.3.6.1.2.1.47.1.1.1.1.4.100350210|2|100350100
+1.3.6.1.2.1.47.1.1.1.1.4.100350211|2|100350210
+1.3.6.1.2.1.47.1.1.1.1.4.100350213|2|100350210
+1.3.6.1.2.1.47.1.1.1.1.4.100350220|2|100350100
+1.3.6.1.2.1.47.1.1.1.1.4.100350221|2|100350220
+1.3.6.1.2.1.47.1.1.1.1.4.100350223|2|100350220
+1.3.6.1.2.1.47.1.1.1.1.4.100350230|2|100350100
+1.3.6.1.2.1.47.1.1.1.1.4.100350231|2|100350230
+1.3.6.1.2.1.47.1.1.1.1.4.100350233|2|100350230
+1.3.6.1.2.1.47.1.1.1.1.4.100350240|2|100350100
+1.3.6.1.2.1.47.1.1.1.1.4.100350241|2|100350240
+1.3.6.1.2.1.47.1.1.1.1.4.100350243|2|100350240
+1.3.6.1.2.1.47.1.1.1.1.4.100351000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100351100|2|100351000
+1.3.6.1.2.1.47.1.1.1.1.4.100351201|2|100351100
+1.3.6.1.2.1.47.1.1.1.1.4.100351202|2|100351100
+1.3.6.1.2.1.47.1.1.1.1.4.100351210|2|100351100
+1.3.6.1.2.1.47.1.1.1.1.4.100351211|2|100351210
+1.3.6.1.2.1.47.1.1.1.1.4.100351213|2|100351210
+1.3.6.1.2.1.47.1.1.1.1.4.100351220|2|100351100
+1.3.6.1.2.1.47.1.1.1.1.4.100351221|2|100351220
+1.3.6.1.2.1.47.1.1.1.1.4.100351223|2|100351220
+1.3.6.1.2.1.47.1.1.1.1.4.100351230|2|100351100
+1.3.6.1.2.1.47.1.1.1.1.4.100351231|2|100351230
+1.3.6.1.2.1.47.1.1.1.1.4.100351233|2|100351230
+1.3.6.1.2.1.47.1.1.1.1.4.100351240|2|100351100
+1.3.6.1.2.1.47.1.1.1.1.4.100351241|2|100351240
+1.3.6.1.2.1.47.1.1.1.1.4.100351243|2|100351240
+1.3.6.1.2.1.47.1.1.1.1.4.100352000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100352100|2|100352000
+1.3.6.1.2.1.47.1.1.1.1.4.100352201|2|100352100
+1.3.6.1.2.1.47.1.1.1.1.4.100352202|2|100352100
+1.3.6.1.2.1.47.1.1.1.1.4.100352210|2|100352100
+1.3.6.1.2.1.47.1.1.1.1.4.100352211|2|100352210
+1.3.6.1.2.1.47.1.1.1.1.4.100352213|2|100352210
+1.3.6.1.2.1.47.1.1.1.1.4.100352220|2|100352100
+1.3.6.1.2.1.47.1.1.1.1.4.100352221|2|100352220
+1.3.6.1.2.1.47.1.1.1.1.4.100352223|2|100352220
+1.3.6.1.2.1.47.1.1.1.1.4.100352230|2|100352100
+1.3.6.1.2.1.47.1.1.1.1.4.100352231|2|100352230
+1.3.6.1.2.1.47.1.1.1.1.4.100352233|2|100352230
+1.3.6.1.2.1.47.1.1.1.1.4.100352240|2|100352100
+1.3.6.1.2.1.47.1.1.1.1.4.100352241|2|100352240
+1.3.6.1.2.1.47.1.1.1.1.4.100352243|2|100352240
+1.3.6.1.2.1.47.1.1.1.1.4.100353000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100353100|2|100353000
+1.3.6.1.2.1.47.1.1.1.1.4.100353201|2|100353100
+1.3.6.1.2.1.47.1.1.1.1.4.100353202|2|100353100
+1.3.6.1.2.1.47.1.1.1.1.4.100353210|2|100353100
+1.3.6.1.2.1.47.1.1.1.1.4.100353211|2|100353210
+1.3.6.1.2.1.47.1.1.1.1.4.100353213|2|100353210
+1.3.6.1.2.1.47.1.1.1.1.4.100353220|2|100353100
+1.3.6.1.2.1.47.1.1.1.1.4.100353221|2|100353220
+1.3.6.1.2.1.47.1.1.1.1.4.100353223|2|100353220
+1.3.6.1.2.1.47.1.1.1.1.4.100353230|2|100353100
+1.3.6.1.2.1.47.1.1.1.1.4.100353231|2|100353230
+1.3.6.1.2.1.47.1.1.1.1.4.100353233|2|100353230
+1.3.6.1.2.1.47.1.1.1.1.4.100353240|2|100353100
+1.3.6.1.2.1.47.1.1.1.1.4.100353241|2|100353240
+1.3.6.1.2.1.47.1.1.1.1.4.100353243|2|100353240
+1.3.6.1.2.1.47.1.1.1.1.4.100354000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100601000|2|1100600000
+1.3.6.1.2.1.47.1.1.1.1.4.100601100|2|100601000
+1.3.6.1.2.1.47.1.1.1.1.4.100601110|2|100601100
+1.3.6.1.2.1.47.1.1.1.1.4.100601111|2|100601110
+1.3.6.1.2.1.47.1.1.1.1.4.100602000|2|1100600000
+1.3.6.1.2.1.47.1.1.1.1.4.100602100|2|100602000
+1.3.6.1.2.1.47.1.1.1.1.4.100602110|2|100602100
+1.3.6.1.2.1.47.1.1.1.1.4.100602111|2|100602110
+1.3.6.1.2.1.47.1.1.1.1.4.100603000|2|1100600000
+1.3.6.1.2.1.47.1.1.1.1.4.100603100|2|100603000
+1.3.6.1.2.1.47.1.1.1.1.4.100603110|2|100603100
+1.3.6.1.2.1.47.1.1.1.1.4.100603111|2|100603110
+1.3.6.1.2.1.47.1.1.1.1.4.100604000|2|1100600000
+1.3.6.1.2.1.47.1.1.1.1.4.100604100|2|100604000
+1.3.6.1.2.1.47.1.1.1.1.4.100604110|2|100604100
+1.3.6.1.2.1.47.1.1.1.1.4.100604111|2|100604110
+1.3.6.1.2.1.47.1.1.1.1.4.100710000|2|1100700000
+1.3.6.1.2.1.47.1.1.1.1.4.100711000|2|100710000
+1.3.6.1.2.1.47.1.1.1.1.4.100711101|2|1100711100
+1.3.6.1.2.1.47.1.1.1.1.4.100711102|2|1100711100
+1.3.6.1.2.1.47.1.1.1.1.4.100711103|2|1100711100
+1.3.6.1.2.1.47.1.1.1.1.4.100711104|2|1100711100
+1.3.6.1.2.1.47.1.1.1.1.4.100711105|2|1100711100
+1.3.6.1.2.1.47.1.1.1.1.4.100711106|2|1100711100
+1.3.6.1.2.1.47.1.1.1.1.4.100711210|2|1100711200
+1.3.6.1.2.1.47.1.1.1.1.4.100711211|2|100711210
+1.3.6.1.2.1.47.1.1.1.1.4.100720000|2|1100700000
+1.3.6.1.2.1.47.1.1.1.1.4.100721000|2|100720000
+1.3.6.1.2.1.47.1.1.1.1.4.100721101|2|1100721100
+1.3.6.1.2.1.47.1.1.1.1.4.100721102|2|1100721100
+1.3.6.1.2.1.47.1.1.1.1.4.100721103|2|1100721100
+1.3.6.1.2.1.47.1.1.1.1.4.100721104|2|1100721100
+1.3.6.1.2.1.47.1.1.1.1.4.100721105|2|1100721100
+1.3.6.1.2.1.47.1.1.1.1.4.100721106|2|1100721100
+1.3.6.1.2.1.47.1.1.1.1.4.100721210|2|1100721200
+1.3.6.1.2.1.47.1.1.1.1.4.100721211|2|100721210
+1.3.6.1.2.1.47.1.1.1.1.4.1100004000|2|1
+1.3.6.1.2.1.47.1.1.1.1.4.1100006000|2|1
+1.3.6.1.2.1.47.1.1.1.1.4.1100140000|2|1
+1.3.6.1.2.1.47.1.1.1.1.4.1100300000|2|1
+1.3.6.1.2.1.47.1.1.1.1.4.1100600000|2|1
+1.3.6.1.2.1.47.1.1.1.1.4.1100700000|2|1
+1.3.6.1.2.1.47.1.1.1.1.4.1100711100|2|100711000
+1.3.6.1.2.1.47.1.1.1.1.4.1100711200|2|100711000
+1.3.6.1.2.1.47.1.1.1.1.4.1100721100|2|100721000
+1.3.6.1.2.1.47.1.1.1.1.4.1100721200|2|100721000
+1.3.6.1.2.1.47.1.1.1.1.5.1|2|3
+1.3.6.1.2.1.47.1.1.1.1.5.100004000|2|1
+1.3.6.1.2.1.47.1.1.1.1.5.100004196|2|1
+1.3.6.1.2.1.47.1.1.1.1.5.100006001|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006002|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006003|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006004|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006005|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006006|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006007|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006008|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006009|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006010|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006011|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006012|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006013|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006014|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006015|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006016|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006017|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006018|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006019|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006020|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006021|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006022|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006023|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006024|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006025|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006026|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006027|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006028|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006029|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006030|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006031|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006032|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006033|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006034|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100015001|2|1
+1.3.6.1.2.1.47.1.1.1.1.5.100015002|2|1
+1.3.6.1.2.1.47.1.1.1.1.5.100100001|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100002|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100003|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100004|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100005|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100006|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100007|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100008|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100009|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100010|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100011|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100012|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100013|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100014|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100015|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100016|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100017|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100018|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100019|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100020|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100021|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100022|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100023|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100024|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100025|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100026|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100027|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100028|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100029|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100030|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100031|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100032|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100033|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100034|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100035|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100036|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100037|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100038|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100039|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100040|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100041|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100042|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100043|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100044|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100045|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100046|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100047|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100048|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100049|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100050|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100051|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100052|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100053|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100054|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100055|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100056|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100057|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100058|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100059|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100060|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100061|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100062|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100063|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100064|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100065|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100066|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100067|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100068|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100069|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100070|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100071|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100072|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100110073|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100301000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100302000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100302100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100302201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100302202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100302210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100302211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100302212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100302213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100303000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100304000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100305000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100306000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100306100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100306201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100306202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100306210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100306211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100306212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100306213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100307000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100307100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100307201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100307202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100307210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100307211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100307212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100307213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100308100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100308201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100308211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100309000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100310000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100311000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100312000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100313000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100313100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100314000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100314100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100315000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100315100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100316000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100316100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100317000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100317100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100318000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100318100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100319000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100319100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100320000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100320100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100321000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100321100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100322000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100322100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100323000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100323100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100324000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100324100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100325000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100325100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100325201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100325202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100325210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100325211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100325212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100325213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100326000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100326100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100326201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100326202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100326210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100326211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100326212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100326213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100327000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100327100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100327201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100327202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100327210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100327211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100327212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100327213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100328000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100328100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100328201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100328202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100328210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100328211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100328212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100328213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100329000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100329100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100329201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100329202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100329210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100329211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100329212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100329213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100330000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100330100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100330201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100330202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100330210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100330211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100330212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100330213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100331000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100331100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100331201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100331202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100331210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100331211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100331212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100331213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100332000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100332100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100333000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100334000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100335000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100336000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100337000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100338000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100339000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100340000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100341000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100341100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100342000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100342100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100343000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100343100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100344000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100344100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100345000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100345100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100346000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100346100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100347000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100347100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100347201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100347202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100347210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100347211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100347212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100347213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100348000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100348100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100348201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100348202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100348210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100348211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100348212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100348213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100349100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100349201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100349211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349220|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100349221|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349223|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349230|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100349231|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349233|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349240|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100349241|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349243|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100350100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100350201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100350211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350220|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100350221|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350223|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350230|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100350231|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350233|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350240|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100350241|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350243|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100351100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100351201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100351211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351220|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100351221|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351223|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351230|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100351231|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351233|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351240|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100351241|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351243|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100352100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100352201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100352211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352220|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100352221|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352223|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352230|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100352231|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352233|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352240|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100352241|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352243|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100353100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100353201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100353211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353220|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100353221|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353223|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353230|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100353231|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353233|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353240|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100353241|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353243|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100354000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100601000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100601100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100601110|2|7
+1.3.6.1.2.1.47.1.1.1.1.5.100601111|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100602000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100602100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100602110|2|7
+1.3.6.1.2.1.47.1.1.1.1.5.100602111|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100603000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100603100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100603110|2|7
+1.3.6.1.2.1.47.1.1.1.1.5.100603111|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100604000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100604100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100604110|2|7
+1.3.6.1.2.1.47.1.1.1.1.5.100604111|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100710000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100711000|2|6
+1.3.6.1.2.1.47.1.1.1.1.5.100711101|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100711102|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100711103|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100711104|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100711105|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100711106|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100711210|2|7
+1.3.6.1.2.1.47.1.1.1.1.5.100711211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100720000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100721000|2|6
+1.3.6.1.2.1.47.1.1.1.1.5.100721101|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100721102|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100721103|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100721104|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100721105|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100721106|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100721210|2|7
+1.3.6.1.2.1.47.1.1.1.1.5.100721211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.1100004000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100006000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100140000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100300000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100600000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100700000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100711100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100711200|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100721100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100721200|2|5
+1.3.6.1.2.1.47.1.1.1.1.6.1|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100004000|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100004196|2|196
+1.3.6.1.2.1.47.1.1.1.1.6.100006001|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100006002|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100006003|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100006004|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.100006005|2|5
+1.3.6.1.2.1.47.1.1.1.1.6.100006006|2|6
+1.3.6.1.2.1.47.1.1.1.1.6.100006007|2|7
+1.3.6.1.2.1.47.1.1.1.1.6.100006008|2|8
+1.3.6.1.2.1.47.1.1.1.1.6.100006009|2|9
+1.3.6.1.2.1.47.1.1.1.1.6.100006010|2|10
+1.3.6.1.2.1.47.1.1.1.1.6.100006011|2|11
+1.3.6.1.2.1.47.1.1.1.1.6.100006012|2|12
+1.3.6.1.2.1.47.1.1.1.1.6.100006013|2|13
+1.3.6.1.2.1.47.1.1.1.1.6.100006014|2|14
+1.3.6.1.2.1.47.1.1.1.1.6.100006015|2|15
+1.3.6.1.2.1.47.1.1.1.1.6.100006016|2|16
+1.3.6.1.2.1.47.1.1.1.1.6.100006017|2|17
+1.3.6.1.2.1.47.1.1.1.1.6.100006018|2|18
+1.3.6.1.2.1.47.1.1.1.1.6.100006019|2|19
+1.3.6.1.2.1.47.1.1.1.1.6.100006020|2|20
+1.3.6.1.2.1.47.1.1.1.1.6.100006021|2|21
+1.3.6.1.2.1.47.1.1.1.1.6.100006022|2|22
+1.3.6.1.2.1.47.1.1.1.1.6.100006023|2|23
+1.3.6.1.2.1.47.1.1.1.1.6.100006024|2|24
+1.3.6.1.2.1.47.1.1.1.1.6.100006025|2|25
+1.3.6.1.2.1.47.1.1.1.1.6.100006026|2|26
+1.3.6.1.2.1.47.1.1.1.1.6.100006027|2|27
+1.3.6.1.2.1.47.1.1.1.1.6.100006028|2|28
+1.3.6.1.2.1.47.1.1.1.1.6.100006029|2|29
+1.3.6.1.2.1.47.1.1.1.1.6.100006030|2|30
+1.3.6.1.2.1.47.1.1.1.1.6.100006031|2|31
+1.3.6.1.2.1.47.1.1.1.1.6.100006032|2|32
+1.3.6.1.2.1.47.1.1.1.1.6.100006033|2|33
+1.3.6.1.2.1.47.1.1.1.1.6.100006034|2|34
+1.3.6.1.2.1.47.1.1.1.1.6.100015001|2|11001
+1.3.6.1.2.1.47.1.1.1.1.6.100015002|2|11002
+1.3.6.1.2.1.47.1.1.1.1.6.100100001|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100100002|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100100003|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100100004|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.100100005|2|5
+1.3.6.1.2.1.47.1.1.1.1.6.100100006|2|6
+1.3.6.1.2.1.47.1.1.1.1.6.100100007|2|7
+1.3.6.1.2.1.47.1.1.1.1.6.100100008|2|8
+1.3.6.1.2.1.47.1.1.1.1.6.100100009|2|9
+1.3.6.1.2.1.47.1.1.1.1.6.100100010|2|10
+1.3.6.1.2.1.47.1.1.1.1.6.100100011|2|11
+1.3.6.1.2.1.47.1.1.1.1.6.100100012|2|12
+1.3.6.1.2.1.47.1.1.1.1.6.100100013|2|13
+1.3.6.1.2.1.47.1.1.1.1.6.100100014|2|14
+1.3.6.1.2.1.47.1.1.1.1.6.100100015|2|15
+1.3.6.1.2.1.47.1.1.1.1.6.100100016|2|16
+1.3.6.1.2.1.47.1.1.1.1.6.100100017|2|17
+1.3.6.1.2.1.47.1.1.1.1.6.100100018|2|18
+1.3.6.1.2.1.47.1.1.1.1.6.100100019|2|19
+1.3.6.1.2.1.47.1.1.1.1.6.100100020|2|20
+1.3.6.1.2.1.47.1.1.1.1.6.100100021|2|21
+1.3.6.1.2.1.47.1.1.1.1.6.100100022|2|22
+1.3.6.1.2.1.47.1.1.1.1.6.100100023|2|23
+1.3.6.1.2.1.47.1.1.1.1.6.100100024|2|24
+1.3.6.1.2.1.47.1.1.1.1.6.100100025|2|25
+1.3.6.1.2.1.47.1.1.1.1.6.100100026|2|26
+1.3.6.1.2.1.47.1.1.1.1.6.100100027|2|27
+1.3.6.1.2.1.47.1.1.1.1.6.100100028|2|28
+1.3.6.1.2.1.47.1.1.1.1.6.100100029|2|29
+1.3.6.1.2.1.47.1.1.1.1.6.100100030|2|30
+1.3.6.1.2.1.47.1.1.1.1.6.100100031|2|31
+1.3.6.1.2.1.47.1.1.1.1.6.100100032|2|32
+1.3.6.1.2.1.47.1.1.1.1.6.100100033|2|33
+1.3.6.1.2.1.47.1.1.1.1.6.100100034|2|34
+1.3.6.1.2.1.47.1.1.1.1.6.100100035|2|35
+1.3.6.1.2.1.47.1.1.1.1.6.100100036|2|36
+1.3.6.1.2.1.47.1.1.1.1.6.100100037|2|37
+1.3.6.1.2.1.47.1.1.1.1.6.100100038|2|38
+1.3.6.1.2.1.47.1.1.1.1.6.100100039|2|39
+1.3.6.1.2.1.47.1.1.1.1.6.100100040|2|40
+1.3.6.1.2.1.47.1.1.1.1.6.100100041|2|41
+1.3.6.1.2.1.47.1.1.1.1.6.100100042|2|42
+1.3.6.1.2.1.47.1.1.1.1.6.100100043|2|43
+1.3.6.1.2.1.47.1.1.1.1.6.100100044|2|44
+1.3.6.1.2.1.47.1.1.1.1.6.100100045|2|45
+1.3.6.1.2.1.47.1.1.1.1.6.100100046|2|46
+1.3.6.1.2.1.47.1.1.1.1.6.100100047|2|47
+1.3.6.1.2.1.47.1.1.1.1.6.100100048|2|48
+1.3.6.1.2.1.47.1.1.1.1.6.100100049|2|49
+1.3.6.1.2.1.47.1.1.1.1.6.100100050|2|50
+1.3.6.1.2.1.47.1.1.1.1.6.100100051|2|51
+1.3.6.1.2.1.47.1.1.1.1.6.100100052|2|52
+1.3.6.1.2.1.47.1.1.1.1.6.100100053|2|53
+1.3.6.1.2.1.47.1.1.1.1.6.100100054|2|54
+1.3.6.1.2.1.47.1.1.1.1.6.100100055|2|55
+1.3.6.1.2.1.47.1.1.1.1.6.100100056|2|56
+1.3.6.1.2.1.47.1.1.1.1.6.100100057|2|57
+1.3.6.1.2.1.47.1.1.1.1.6.100100058|2|58
+1.3.6.1.2.1.47.1.1.1.1.6.100100059|2|59
+1.3.6.1.2.1.47.1.1.1.1.6.100100060|2|60
+1.3.6.1.2.1.47.1.1.1.1.6.100100061|2|61
+1.3.6.1.2.1.47.1.1.1.1.6.100100062|2|62
+1.3.6.1.2.1.47.1.1.1.1.6.100100063|2|63
+1.3.6.1.2.1.47.1.1.1.1.6.100100064|2|64
+1.3.6.1.2.1.47.1.1.1.1.6.100100065|2|65
+1.3.6.1.2.1.47.1.1.1.1.6.100100066|2|66
+1.3.6.1.2.1.47.1.1.1.1.6.100100067|2|67
+1.3.6.1.2.1.47.1.1.1.1.6.100100068|2|68
+1.3.6.1.2.1.47.1.1.1.1.6.100100069|2|69
+1.3.6.1.2.1.47.1.1.1.1.6.100100070|2|70
+1.3.6.1.2.1.47.1.1.1.1.6.100100071|2|71
+1.3.6.1.2.1.47.1.1.1.1.6.100100072|2|72
+1.3.6.1.2.1.47.1.1.1.1.6.100110073|2|73
+1.3.6.1.2.1.47.1.1.1.1.6.100301000|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100302000|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100302100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100302201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100302202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100302210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100302211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100302212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100302213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100303000|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100304000|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.100305000|2|5
+1.3.6.1.2.1.47.1.1.1.1.6.100306000|2|6
+1.3.6.1.2.1.47.1.1.1.1.6.100306100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100306201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100306202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100306210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100306211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100306212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100306213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100307000|2|7
+1.3.6.1.2.1.47.1.1.1.1.6.100307100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100307201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100307202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100307210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100307211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100307212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100307213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100308000|2|8
+1.3.6.1.2.1.47.1.1.1.1.6.100308100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100308201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100308202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100308210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100308211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100308212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100308213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100309000|2|9
+1.3.6.1.2.1.47.1.1.1.1.6.100310000|2|10
+1.3.6.1.2.1.47.1.1.1.1.6.100311000|2|11
+1.3.6.1.2.1.47.1.1.1.1.6.100312000|2|12
+1.3.6.1.2.1.47.1.1.1.1.6.100313000|2|13
+1.3.6.1.2.1.47.1.1.1.1.6.100313100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100314000|2|14
+1.3.6.1.2.1.47.1.1.1.1.6.100314100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100315000|2|15
+1.3.6.1.2.1.47.1.1.1.1.6.100315100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100316000|2|16
+1.3.6.1.2.1.47.1.1.1.1.6.100316100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100317000|2|17
+1.3.6.1.2.1.47.1.1.1.1.6.100317100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100318000|2|18
+1.3.6.1.2.1.47.1.1.1.1.6.100318100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100319000|2|19
+1.3.6.1.2.1.47.1.1.1.1.6.100319100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100320000|2|20
+1.3.6.1.2.1.47.1.1.1.1.6.100320100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100321000|2|21
+1.3.6.1.2.1.47.1.1.1.1.6.100321100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100322000|2|22
+1.3.6.1.2.1.47.1.1.1.1.6.100322100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100323000|2|23
+1.3.6.1.2.1.47.1.1.1.1.6.100323100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100324000|2|24
+1.3.6.1.2.1.47.1.1.1.1.6.100324100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100325000|2|25
+1.3.6.1.2.1.47.1.1.1.1.6.100325100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100325201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100325202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100325210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100325211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100325212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100325213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100326000|2|26
+1.3.6.1.2.1.47.1.1.1.1.6.100326100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100326201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100326202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100326210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100326211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100326212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100326213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100327000|2|27
+1.3.6.1.2.1.47.1.1.1.1.6.100327100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100327201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100327202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100327210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100327211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100327212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100327213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100328000|2|28
+1.3.6.1.2.1.47.1.1.1.1.6.100328100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100328201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100328202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100328210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100328211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100328212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100328213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100329000|2|29
+1.3.6.1.2.1.47.1.1.1.1.6.100329100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100329201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100329202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100329210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100329211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100329212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100329213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100330000|2|30
+1.3.6.1.2.1.47.1.1.1.1.6.100330100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100330201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100330202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100330210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100330211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100330212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100330213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100331000|2|31
+1.3.6.1.2.1.47.1.1.1.1.6.100331100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100331201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100331202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100331210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100331211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100331212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100331213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100332000|2|32
+1.3.6.1.2.1.47.1.1.1.1.6.100332100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100333000|2|33
+1.3.6.1.2.1.47.1.1.1.1.6.100334000|2|34
+1.3.6.1.2.1.47.1.1.1.1.6.100335000|2|35
+1.3.6.1.2.1.47.1.1.1.1.6.100336000|2|36
+1.3.6.1.2.1.47.1.1.1.1.6.100337000|2|37
+1.3.6.1.2.1.47.1.1.1.1.6.100338000|2|38
+1.3.6.1.2.1.47.1.1.1.1.6.100339000|2|39
+1.3.6.1.2.1.47.1.1.1.1.6.100340000|2|40
+1.3.6.1.2.1.47.1.1.1.1.6.100341000|2|41
+1.3.6.1.2.1.47.1.1.1.1.6.100341100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100342000|2|42
+1.3.6.1.2.1.47.1.1.1.1.6.100342100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100343000|2|43
+1.3.6.1.2.1.47.1.1.1.1.6.100343100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100344000|2|44
+1.3.6.1.2.1.47.1.1.1.1.6.100344100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100345000|2|45
+1.3.6.1.2.1.47.1.1.1.1.6.100345100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100346000|2|46
+1.3.6.1.2.1.47.1.1.1.1.6.100346100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100347000|2|47
+1.3.6.1.2.1.47.1.1.1.1.6.100347100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100347201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100347202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100347210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100347211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100347212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100347213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100348000|2|48
+1.3.6.1.2.1.47.1.1.1.1.6.100348100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100348201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100348202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100348210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100348211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100348212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100348213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100349000|2|49
+1.3.6.1.2.1.47.1.1.1.1.6.100349100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100349210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100349211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100349220|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349221|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349223|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100349230|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100349231|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349233|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100349240|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100349241|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349243|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100350000|2|50
+1.3.6.1.2.1.47.1.1.1.1.6.100350100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100350201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100350202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100350210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100350211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100350213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100350220|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100350221|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100350223|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100350230|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100350231|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100350233|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100350240|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100350241|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100350243|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100351000|2|51
+1.3.6.1.2.1.47.1.1.1.1.6.100351100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100351201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100351202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100351210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100351211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100351213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100351220|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100351221|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100351223|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100351230|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100351231|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100351233|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100351240|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100351241|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100351243|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100352000|2|52
+1.3.6.1.2.1.47.1.1.1.1.6.100352100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100352201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100352202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100352210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100352211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100352213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100352220|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100352221|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100352223|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100352230|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100352231|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100352233|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100352240|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100352241|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100352243|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100353000|2|53
+1.3.6.1.2.1.47.1.1.1.1.6.100353100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100353201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100353202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100353210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100353211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100353213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100353220|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100353221|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100353223|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100353230|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100353231|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100353233|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100353240|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100353241|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100353243|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100354000|2|54
+1.3.6.1.2.1.47.1.1.1.1.6.100601000|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100601100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100601110|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100601111|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100602000|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100602100|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100602110|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100602111|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100603000|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100603100|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100603110|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100603111|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100604000|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.100604100|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.100604110|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100604111|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100710000|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100711000|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100711101|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100711102|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100711103|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100711104|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.100711105|2|5
+1.3.6.1.2.1.47.1.1.1.1.6.100711106|2|6
+1.3.6.1.2.1.47.1.1.1.1.6.100711210|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100711211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100720000|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100721000|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100721101|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100721102|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100721103|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100721104|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.100721105|2|5
+1.3.6.1.2.1.47.1.1.1.1.6.100721106|2|6
+1.3.6.1.2.1.47.1.1.1.1.6.100721210|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100721211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.1100004000|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.1100006000|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.1100140000|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.1100300000|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.1100600000|2|7
+1.3.6.1.2.1.47.1.1.1.1.6.1100700000|2|6
+1.3.6.1.2.1.47.1.1.1.1.6.1100711100|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.1100711200|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.1100721100|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.1100721200|2|1
+1.3.6.1.2.1.47.1.1.1.1.7.1|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100313100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100314100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100315100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100316100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100317100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100318100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100319100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100320100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100321100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100322100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100323100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100324100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100332100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100341100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100342100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100343100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100344100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100345100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100346100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1|4|11.03
+1.3.6.1.2.1.47.1.1.1.1.8.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100302100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100306100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100307100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100313100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100314100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100315100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100316100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100317100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100318100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100319100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100320100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100321100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100322100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100323100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100324100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100325100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100326100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100327100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100328100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100329100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100330100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100331100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100332100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100341100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100342100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100343100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100344100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100345100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100346100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100347100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100348100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349100|4|01
+1.3.6.1.2.1.47.1.1.1.1.8.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350100|4|01
+1.3.6.1.2.1.47.1.1.1.1.8.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351100|4|1A
+1.3.6.1.2.1.47.1.1.1.1.8.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352100|4|10
+1.3.6.1.2.1.47.1.1.1.1.8.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353100|4|1A
+1.3.6.1.2.1.47.1.1.1.1.8.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1|4|Aboot-norcal6-6.1.0-3182495
+1.3.6.1.2.1.47.1.1.1.1.9.100004000|4|0xd
+1.3.6.1.2.1.47.1.1.1.1.9.100004196|4|0x14
+1.3.6.1.2.1.47.1.1.1.1.9.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100015001|4|xxx1
+1.3.6.1.2.1.47.1.1.1.1.9.100015002|4|xxx2
+1.3.6.1.2.1.47.1.1.1.1.9.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100313100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100314100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100315100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100316100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100317100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100318100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100319100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100320100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100321100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100322100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100323100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100324100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100332100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100341100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100342100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100343100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100344100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100345100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100346100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1|4|4.18.0F
+1.3.6.1.2.1.47.1.1.1.1.10.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100313100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100314100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100315100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100316100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100317100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100318100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100319100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100320100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100321100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100322100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100323100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100324100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100332100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100341100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100342100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100343100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100344100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100345100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100346100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1|4|xxx3
+1.3.6.1.2.1.47.1.1.1.1.11.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100302100|4x|78787834202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100306100|4x|78787835202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100307100|4x|78787836202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308100|4x|78787837202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100313100|4x|78787838202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100314100|4x|7a7a7a31202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100315100|4x|7a7a7a32202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100316100|4x|7a7a7a33202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100317100|4x|7a7a7a34202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100318100|4x|7a7a7a35202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100319100|4x|7a7a7a36202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100320100|4x|7a7a7a37202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100321100|4x|7a7a7a38202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100322100|4x|7a7a7a39202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100323100|4x|71717131202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100324100|4x|71717132202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100325100|4x|71717133202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100326100|4x|71717134202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100327100|4x|71717135202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100328100|4x|71717136202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100329100|4x|71717137202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100330100|4x|61616131202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100331100|4x|61616132202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100332100|4x|61616133202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100341100|4x|61616134202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100342100|4x|61616135202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100343100|4x|61616136202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100344100|4x|73737331202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100345100|4x|73737332202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100346100|4x|73737333202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100347100|4x|73737336202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100348100|4x|77777731202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349100|4x|77777732202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350100|4x|77777733202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351100|4x|6565652d4120202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352100|4x|65656531202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353100|4x|6565652d4220202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100601100|4|N/A
+1.3.6.1.2.1.47.1.1.1.1.11.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100602100|4|N/A
+1.3.6.1.2.1.47.1.1.1.1.11.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100603100|4|N/A
+1.3.6.1.2.1.47.1.1.1.1.11.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100604100|4|N/A
+1.3.6.1.2.1.47.1.1.1.1.11.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711000|4|fff
+1.3.6.1.2.1.47.1.1.1.1.11.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721000|4|ggg
+1.3.6.1.2.1.47.1.1.1.1.11.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1|4|Arista Networks
+1.3.6.1.2.1.47.1.1.1.1.12.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100302100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100306100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100307100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100313100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100314100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100315100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100316100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100317100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100318100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100319100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100320100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100321100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100322100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100323100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100324100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100325100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100326100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100327100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100328100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100329100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100330100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100331100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100332100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100341100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100342100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100343100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100344100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100345100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100346100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100347100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100348100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711000|4|DELTA
+1.3.6.1.2.1.47.1.1.1.1.12.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721000|4|DELTA
+1.3.6.1.2.1.47.1.1.1.1.12.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1|4|DCS-7280SR-48C6
+1.3.6.1.2.1.47.1.1.1.1.13.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100004196|4|StandbyCpld
+1.3.6.1.2.1.47.1.1.1.1.13.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006002|4|Max6658
+1.3.6.1.2.1.47.1.1.1.1.13.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006004|4|Lm73
+1.3.6.1.2.1.47.1.1.1.1.13.100006005|4|Max6658
+1.3.6.1.2.1.47.1.1.1.1.13.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100015001|4|Ucd90000
+1.3.6.1.2.1.47.1.1.1.1.13.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100302100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100306100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100307100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100313100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100314100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100315100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100316100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100317100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100318100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100319100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100320100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100321100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100322100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100323100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100324100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100325100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100326100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100327100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100328100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100329100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100330100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100331100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100332100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100341100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100342100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100343100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100344100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100345100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100346100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100347100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100348100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349100|4x|512e31363148472e3130202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350100|4x|512e31363148472e3130202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351100|4x|512e4138353148472e31202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352100|4x|512e31363148472e3130202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353100|4x|512e4138353148472e31202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100601100|4|FAN-7000-F
+1.3.6.1.2.1.47.1.1.1.1.13.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100602100|4|FAN-7000-F
+1.3.6.1.2.1.47.1.1.1.1.13.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100603100|4|FAN-7000-F
+1.3.6.1.2.1.47.1.1.1.1.13.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100604100|4|FAN-7000-F
+1.3.6.1.2.1.47.1.1.1.1.13.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711000|4|PWR-500AC-F
+1.3.6.1.2.1.47.1.1.1.1.13.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721000|4|PWR-500AC-F
+1.3.6.1.2.1.47.1.1.1.1.13.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100302100|4|Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.14.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100306100|4|Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.14.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100307100|4|Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.14.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308100|4|Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.14.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100313100|4|Ethernet13
+1.3.6.1.2.1.47.1.1.1.1.14.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100314100|4|Ethernet14
+1.3.6.1.2.1.47.1.1.1.1.14.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100315100|4|Ethernet15
+1.3.6.1.2.1.47.1.1.1.1.14.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100316100|4|Ethernet16
+1.3.6.1.2.1.47.1.1.1.1.14.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100317100|4|Ethernet17
+1.3.6.1.2.1.47.1.1.1.1.14.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100318100|4|Ethernet18
+1.3.6.1.2.1.47.1.1.1.1.14.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100319100|4|Ethernet19
+1.3.6.1.2.1.47.1.1.1.1.14.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100320100|4|Ethernet20
+1.3.6.1.2.1.47.1.1.1.1.14.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100321100|4|Ethernet21
+1.3.6.1.2.1.47.1.1.1.1.14.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100322100|4|Ethernet22
+1.3.6.1.2.1.47.1.1.1.1.14.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100323100|4|Ethernet23
+1.3.6.1.2.1.47.1.1.1.1.14.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100324100|4|Ethernet24
+1.3.6.1.2.1.47.1.1.1.1.14.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100325100|4|Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.14.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100326100|4|Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.14.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100327100|4|Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.14.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100328100|4|Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.14.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100329100|4|Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.14.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100330100|4|Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.14.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100331100|4|Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.14.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100332100|4|Ethernet32
+1.3.6.1.2.1.47.1.1.1.1.14.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100341100|4|Ethernet41
+1.3.6.1.2.1.47.1.1.1.1.14.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100342100|4|Ethernet42
+1.3.6.1.2.1.47.1.1.1.1.14.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100343100|4|Ethernet43
+1.3.6.1.2.1.47.1.1.1.1.14.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100344100|4|Ethernet44
+1.3.6.1.2.1.47.1.1.1.1.14.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100345100|4|Ethernet45
+1.3.6.1.2.1.47.1.1.1.1.14.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100346100|4|Ethernet46
+1.3.6.1.2.1.47.1.1.1.1.14.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100347100|4|Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.14.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100348100|4|Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.14.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349100|4|Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.14.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350100|4|Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.14.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351100|4|Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.14.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352100|4|Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.14.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353100|4|Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.14.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100313100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100314100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100315100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100316100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100317100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100318100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100319100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100320100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100321100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100322100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100323100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100324100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100332100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100341100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100342100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100343100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100344100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100345100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100346100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.16.1|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100004000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100004196|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006001|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006002|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006003|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006004|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006005|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006006|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006007|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006008|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006009|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006010|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006011|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006012|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006013|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006014|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006015|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006016|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006017|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006018|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006019|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006020|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006021|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006022|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006023|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006024|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006025|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006026|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006027|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006028|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006029|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006030|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006031|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006032|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006033|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006034|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100015001|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100015002|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100001|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100002|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100003|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100004|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100005|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100006|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100007|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100008|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100009|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100010|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100011|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100012|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100013|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100014|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100015|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100016|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100017|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100018|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100019|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100020|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100021|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100022|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100023|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100024|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100025|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100026|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100027|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100028|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100029|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100030|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100031|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100032|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100033|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100034|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100035|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100036|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100037|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100038|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100039|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100040|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100041|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100042|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100043|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100044|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100045|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100046|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100047|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100048|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100049|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100050|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100051|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100052|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100053|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100054|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100055|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100056|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100057|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100058|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100059|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100060|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100061|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100062|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100063|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100064|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100065|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100066|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100067|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100068|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100069|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100070|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100071|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100072|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100110073|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100301000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100302000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100302100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100302201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100302202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100302210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100302211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100302212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100302213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100303000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100304000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100305000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100306000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100306100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100306201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100306202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100306210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100306211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100306212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100306213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100307000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100307100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100307201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100307202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100307210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100307211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100307212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100307213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100308201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100309000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100310000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100311000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100312000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100313000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100313100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100314000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100314100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100315000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100315100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100316000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100316100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100317000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100317100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100318000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100318100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100319000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100319100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100320000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100320100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100321000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100321100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100322000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100322100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100323000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100323100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100324000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100324100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100325000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100325100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100325201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100325202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100325210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100325211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100325212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100325213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100326000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100326100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100326201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100326202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100326210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100326211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100326212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100326213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100327000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100327100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100327201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100327202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100327210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100327211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100327212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100327213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100328000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100328100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100328201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100328202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100328210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100328211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100328212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100328213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100329000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100329100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100329201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100329202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100329210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100329211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100329212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100329213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100330000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100330100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100330201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100330202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100330210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100330211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100330212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100330213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100331000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100331100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100331201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100331202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100331210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100331211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100331212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100331213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100332000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100332100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100333000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100334000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100335000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100336000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100337000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100338000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100339000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100340000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100341000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100341100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100342000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100342100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100343000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100343100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100344000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100344100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100345000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100345100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100346000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100346100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100347000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100347100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100347201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100347202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100347210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100347211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100347212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100347213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100348000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100348100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100348201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100348202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100348210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100348211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100348212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100348213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100349201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349220|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349221|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349223|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349230|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349231|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349233|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349240|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349241|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349243|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100350201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350220|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350221|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350223|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350230|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350231|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350233|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350240|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350241|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350243|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100351201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351220|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351221|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351223|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351230|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351231|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351233|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351240|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351241|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351243|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100352201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352220|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352221|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352223|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352230|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352231|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352233|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352240|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352241|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352243|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100353201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353220|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353221|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353223|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353230|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353231|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353233|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353240|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353241|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353243|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100354000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100601000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100601100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100601110|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100601111|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100602000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100602100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100602110|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100602111|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100603000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100603100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100603110|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100603111|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100604000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100604100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100604110|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100604111|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100710000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711000|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100711101|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711102|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711103|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711104|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711105|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711106|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100720000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721000|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100721101|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721102|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721103|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721104|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721105|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721106|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100004000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100006000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100140000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100300000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100600000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100700000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100711100|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100711200|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100721100|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100721200|2|2
+1.3.6.1.2.1.47.1.1.1.1.17.1|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100004000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100004196|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006001|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006002|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006003|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006004|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006005|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006006|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006007|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006008|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006009|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006010|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006011|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006012|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006013|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006014|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006015|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006016|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006017|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006018|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006019|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006020|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006021|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006022|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006023|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006024|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006025|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006026|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006027|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006028|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006029|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006030|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006031|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006032|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006033|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006034|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100015001|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100015002|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100001|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100002|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100003|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100004|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100005|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100006|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100007|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100008|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100009|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100010|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100011|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100012|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100013|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100014|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100015|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100016|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100017|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100018|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100019|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100020|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100021|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100022|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100023|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100024|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100025|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100026|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100027|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100028|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100029|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100030|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100031|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100032|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100033|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100034|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100035|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100036|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100037|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100038|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100039|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100040|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100041|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100042|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100043|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100044|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100045|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100046|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100047|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100048|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100049|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100050|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100051|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100052|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100053|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100054|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100055|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100056|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100057|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100058|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100059|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100060|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100061|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100062|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100063|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100064|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100065|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100066|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100067|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100068|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100069|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100070|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100071|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100072|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100110073|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100301000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100303000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100304000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100305000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100309000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100310000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100311000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100312000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100313000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100313100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100314000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100314100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100315000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100315100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100316000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100316100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100317000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100317100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100318000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100318100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100319000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100319100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100320000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100320100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100321000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100321100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100322000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100322100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100323000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100323100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100324000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100324100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100332000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100332100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100333000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100334000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100335000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100336000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100337000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100338000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100339000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100340000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100341000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100341100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100342000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100342100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100343000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100343100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100344000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100344100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100345000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100345100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100346000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100346100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349220|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349221|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349223|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349230|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349231|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349233|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349240|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349241|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349243|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350220|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350221|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350223|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350230|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350231|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350233|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350240|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350241|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350243|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351220|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351221|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351223|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351230|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351231|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351233|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351240|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351241|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351243|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352220|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352221|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352223|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352230|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352231|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352233|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352240|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352241|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352243|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353220|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353221|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353223|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353230|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353231|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353233|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353240|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353241|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353243|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100354000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100601000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100601100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100601110|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100601111|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100602000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100602100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100602110|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100602111|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100603000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100603100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100603110|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100603111|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100604000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100604100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100604110|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100604111|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100710000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711101|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711102|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711103|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711104|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711105|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711106|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100720000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721101|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721102|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721103|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721104|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721105|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721106|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100004000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100006000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100140000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100300000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100600000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100700000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100711100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100711200|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100721100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100721200|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.18.1|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100313100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100314100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100315100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100316100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100317100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100318100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100319100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100320100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100321100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100322100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100323100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100324100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100332100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100341100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100342100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100343100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100344100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100345100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100346100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100721200|4|
+1.3.6.1.2.1.47.1.3.3.1.1.1.1100004000|2|1100004000
+1.3.6.1.2.1.47.1.3.3.1.1.1.1100006000|2|1100006000
+1.3.6.1.2.1.47.1.3.3.1.1.1.1100140000|2|1100140000
+1.3.6.1.2.1.47.1.3.3.1.1.1.1100300000|2|1100300000
+1.3.6.1.2.1.47.1.3.3.1.1.1.1100600000|2|1100600000
+1.3.6.1.2.1.47.1.3.3.1.1.1.1100700000|2|1100700000
+1.3.6.1.2.1.47.1.3.3.1.1.100302000.100302100|2|100302100
+1.3.6.1.2.1.47.1.3.3.1.1.100302100.100302201|2|100302201
+1.3.6.1.2.1.47.1.3.3.1.1.100302100.100302202|2|100302202
+1.3.6.1.2.1.47.1.3.3.1.1.100302100.100302210|2|100302210
+1.3.6.1.2.1.47.1.3.3.1.1.100302210.100302211|2|100302211
+1.3.6.1.2.1.47.1.3.3.1.1.100302210.100302212|2|100302212
+1.3.6.1.2.1.47.1.3.3.1.1.100302210.100302213|2|100302213
+1.3.6.1.2.1.47.1.3.3.1.1.100306000.100306100|2|100306100
+1.3.6.1.2.1.47.1.3.3.1.1.100306100.100306201|2|100306201
+1.3.6.1.2.1.47.1.3.3.1.1.100306100.100306202|2|100306202
+1.3.6.1.2.1.47.1.3.3.1.1.100306100.100306210|2|100306210
+1.3.6.1.2.1.47.1.3.3.1.1.100306210.100306211|2|100306211
+1.3.6.1.2.1.47.1.3.3.1.1.100306210.100306212|2|100306212
+1.3.6.1.2.1.47.1.3.3.1.1.100306210.100306213|2|100306213
+1.3.6.1.2.1.47.1.3.3.1.1.100307000.100307100|2|100307100
+1.3.6.1.2.1.47.1.3.3.1.1.100307100.100307201|2|100307201
+1.3.6.1.2.1.47.1.3.3.1.1.100307100.100307202|2|100307202
+1.3.6.1.2.1.47.1.3.3.1.1.100307100.100307210|2|100307210
+1.3.6.1.2.1.47.1.3.3.1.1.100307210.100307211|2|100307211
+1.3.6.1.2.1.47.1.3.3.1.1.100307210.100307212|2|100307212
+1.3.6.1.2.1.47.1.3.3.1.1.100307210.100307213|2|100307213
+1.3.6.1.2.1.47.1.3.3.1.1.100308000.100308100|2|100308100
+1.3.6.1.2.1.47.1.3.3.1.1.100308100.100308201|2|100308201
+1.3.6.1.2.1.47.1.3.3.1.1.100308100.100308202|2|100308202
+1.3.6.1.2.1.47.1.3.3.1.1.100308100.100308210|2|100308210
+1.3.6.1.2.1.47.1.3.3.1.1.100308210.100308211|2|100308211
+1.3.6.1.2.1.47.1.3.3.1.1.100308210.100308212|2|100308212
+1.3.6.1.2.1.47.1.3.3.1.1.100308210.100308213|2|100308213
+1.3.6.1.2.1.47.1.3.3.1.1.100313000.100313100|2|100313100
+1.3.6.1.2.1.47.1.3.3.1.1.100314000.100314100|2|100314100
+1.3.6.1.2.1.47.1.3.3.1.1.100315000.100315100|2|100315100
+1.3.6.1.2.1.47.1.3.3.1.1.100316000.100316100|2|100316100
+1.3.6.1.2.1.47.1.3.3.1.1.100317000.100317100|2|100317100
+1.3.6.1.2.1.47.1.3.3.1.1.100318000.100318100|2|100318100
+1.3.6.1.2.1.47.1.3.3.1.1.100319000.100319100|2|100319100
+1.3.6.1.2.1.47.1.3.3.1.1.100320000.100320100|2|100320100
+1.3.6.1.2.1.47.1.3.3.1.1.100321000.100321100|2|100321100
+1.3.6.1.2.1.47.1.3.3.1.1.100322000.100322100|2|100322100
+1.3.6.1.2.1.47.1.3.3.1.1.100323000.100323100|2|100323100
+1.3.6.1.2.1.47.1.3.3.1.1.100324000.100324100|2|100324100
+1.3.6.1.2.1.47.1.3.3.1.1.100325000.100325100|2|100325100
+1.3.6.1.2.1.47.1.3.3.1.1.100325100.100325201|2|100325201
+1.3.6.1.2.1.47.1.3.3.1.1.100325100.100325202|2|100325202
+1.3.6.1.2.1.47.1.3.3.1.1.100325100.100325210|2|100325210
+1.3.6.1.2.1.47.1.3.3.1.1.100325210.100325211|2|100325211
+1.3.6.1.2.1.47.1.3.3.1.1.100325210.100325212|2|100325212
+1.3.6.1.2.1.47.1.3.3.1.1.100325210.100325213|2|100325213
+1.3.6.1.2.1.47.1.3.3.1.1.100326000.100326100|2|100326100
+1.3.6.1.2.1.47.1.3.3.1.1.100326100.100326201|2|100326201
+1.3.6.1.2.1.47.1.3.3.1.1.100326100.100326202|2|100326202
+1.3.6.1.2.1.47.1.3.3.1.1.100326100.100326210|2|100326210
+1.3.6.1.2.1.47.1.3.3.1.1.100326210.100326211|2|100326211
+1.3.6.1.2.1.47.1.3.3.1.1.100326210.100326212|2|100326212
+1.3.6.1.2.1.47.1.3.3.1.1.100326210.100326213|2|100326213
+1.3.6.1.2.1.47.1.3.3.1.1.100327000.100327100|2|100327100
+1.3.6.1.2.1.47.1.3.3.1.1.100327100.100327201|2|100327201
+1.3.6.1.2.1.47.1.3.3.1.1.100327100.100327202|2|100327202
+1.3.6.1.2.1.47.1.3.3.1.1.100327100.100327210|2|100327210
+1.3.6.1.2.1.47.1.3.3.1.1.100327210.100327211|2|100327211
+1.3.6.1.2.1.47.1.3.3.1.1.100327210.100327212|2|100327212
+1.3.6.1.2.1.47.1.3.3.1.1.100327210.100327213|2|100327213
+1.3.6.1.2.1.47.1.3.3.1.1.100328000.100328100|2|100328100
+1.3.6.1.2.1.47.1.3.3.1.1.100328100.100328201|2|100328201
+1.3.6.1.2.1.47.1.3.3.1.1.100328100.100328202|2|100328202
+1.3.6.1.2.1.47.1.3.3.1.1.100328100.100328210|2|100328210
+1.3.6.1.2.1.47.1.3.3.1.1.100328210.100328211|2|100328211
+1.3.6.1.2.1.47.1.3.3.1.1.100328210.100328212|2|100328212
+1.3.6.1.2.1.47.1.3.3.1.1.100328210.100328213|2|100328213
+1.3.6.1.2.1.47.1.3.3.1.1.100329000.100329100|2|100329100
+1.3.6.1.2.1.47.1.3.3.1.1.100329100.100329201|2|100329201
+1.3.6.1.2.1.47.1.3.3.1.1.100329100.100329202|2|100329202
+1.3.6.1.2.1.47.1.3.3.1.1.100329100.100329210|2|100329210
+1.3.6.1.2.1.47.1.3.3.1.1.100329210.100329211|2|100329211
+1.3.6.1.2.1.47.1.3.3.1.1.100329210.100329212|2|100329212
+1.3.6.1.2.1.47.1.3.3.1.1.100329210.100329213|2|100329213
+1.3.6.1.2.1.47.1.3.3.1.1.100330000.100330100|2|100330100
+1.3.6.1.2.1.47.1.3.3.1.1.100330100.100330201|2|100330201
+1.3.6.1.2.1.47.1.3.3.1.1.100330100.100330202|2|100330202
+1.3.6.1.2.1.47.1.3.3.1.1.100330100.100330210|2|100330210
+1.3.6.1.2.1.47.1.3.3.1.1.100330210.100330211|2|100330211
+1.3.6.1.2.1.47.1.3.3.1.1.100330210.100330212|2|100330212
+1.3.6.1.2.1.47.1.3.3.1.1.100330210.100330213|2|100330213
+1.3.6.1.2.1.47.1.3.3.1.1.100331000.100331100|2|100331100
+1.3.6.1.2.1.47.1.3.3.1.1.100331100.100331201|2|100331201
+1.3.6.1.2.1.47.1.3.3.1.1.100331100.100331202|2|100331202
+1.3.6.1.2.1.47.1.3.3.1.1.100331100.100331210|2|100331210
+1.3.6.1.2.1.47.1.3.3.1.1.100331210.100331211|2|100331211
+1.3.6.1.2.1.47.1.3.3.1.1.100331210.100331212|2|100331212
+1.3.6.1.2.1.47.1.3.3.1.1.100331210.100331213|2|100331213
+1.3.6.1.2.1.47.1.3.3.1.1.100332000.100332100|2|100332100
+1.3.6.1.2.1.47.1.3.3.1.1.100341000.100341100|2|100341100
+1.3.6.1.2.1.47.1.3.3.1.1.100342000.100342100|2|100342100
+1.3.6.1.2.1.47.1.3.3.1.1.100343000.100343100|2|100343100
+1.3.6.1.2.1.47.1.3.3.1.1.100344000.100344100|2|100344100
+1.3.6.1.2.1.47.1.3.3.1.1.100345000.100345100|2|100345100
+1.3.6.1.2.1.47.1.3.3.1.1.100346000.100346100|2|100346100
+1.3.6.1.2.1.47.1.3.3.1.1.100347000.100347100|2|100347100
+1.3.6.1.2.1.47.1.3.3.1.1.100347100.100347201|2|100347201
+1.3.6.1.2.1.47.1.3.3.1.1.100347100.100347202|2|100347202
+1.3.6.1.2.1.47.1.3.3.1.1.100347100.100347210|2|100347210
+1.3.6.1.2.1.47.1.3.3.1.1.100347210.100347211|2|100347211
+1.3.6.1.2.1.47.1.3.3.1.1.100347210.100347212|2|100347212
+1.3.6.1.2.1.47.1.3.3.1.1.100347210.100347213|2|100347213
+1.3.6.1.2.1.47.1.3.3.1.1.100348000.100348100|2|100348100
+1.3.6.1.2.1.47.1.3.3.1.1.100348100.100348201|2|100348201
+1.3.6.1.2.1.47.1.3.3.1.1.100348100.100348202|2|100348202
+1.3.6.1.2.1.47.1.3.3.1.1.100348100.100348210|2|100348210
+1.3.6.1.2.1.47.1.3.3.1.1.100348210.100348211|2|100348211
+1.3.6.1.2.1.47.1.3.3.1.1.100348210.100348212|2|100348212
+1.3.6.1.2.1.47.1.3.3.1.1.100348210.100348213|2|100348213
+1.3.6.1.2.1.47.1.3.3.1.1.100349000.100349100|2|100349100
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349201|2|100349201
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349202|2|100349202
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349210|2|100349210
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349220|2|100349220
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349230|2|100349230
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349240|2|100349240
+1.3.6.1.2.1.47.1.3.3.1.1.100349210.100349211|2|100349211
+1.3.6.1.2.1.47.1.3.3.1.1.100349210.100349213|2|100349213
+1.3.6.1.2.1.47.1.3.3.1.1.100349220.100349221|2|100349221
+1.3.6.1.2.1.47.1.3.3.1.1.100349220.100349223|2|100349223
+1.3.6.1.2.1.47.1.3.3.1.1.100349230.100349231|2|100349231
+1.3.6.1.2.1.47.1.3.3.1.1.100349230.100349233|2|100349233
+1.3.6.1.2.1.47.1.3.3.1.1.100349240.100349241|2|100349241
+1.3.6.1.2.1.47.1.3.3.1.1.100349240.100349243|2|100349243
+1.3.6.1.2.1.47.1.3.3.1.1.100350000.100350100|2|100350100
+1.3.6.1.2.1.47.1.3.3.1.1.100350100.100350201|2|100350201
+1.3.6.1.2.1.47.1.3.3.1.1.100350100.100350202|2|100350202
+1.3.6.1.2.1.47.1.3.3.1.1.100350100.100350210|2|100350210
+1.3.6.1.2.1.47.1.3.3.1.1.100350100.100350220|2|100350220
+1.3.6.1.2.1.47.1.3.3.1.1.100350100.100350230|2|100350230
+1.3.6.1.2.1.47.1.3.3.1.1.100350100.100350240|2|100350240
+1.3.6.1.2.1.47.1.3.3.1.1.100350210.100350211|2|100350211
+1.3.6.1.2.1.47.1.3.3.1.1.100350210.100350213|2|100350213
+1.3.6.1.2.1.47.1.3.3.1.1.100350220.100350221|2|100350221
+1.3.6.1.2.1.47.1.3.3.1.1.100350220.100350223|2|100350223
+1.3.6.1.2.1.47.1.3.3.1.1.100350230.100350231|2|100350231
+1.3.6.1.2.1.47.1.3.3.1.1.100350230.100350233|2|100350233
+1.3.6.1.2.1.47.1.3.3.1.1.100350240.100350241|2|100350241
+1.3.6.1.2.1.47.1.3.3.1.1.100350240.100350243|2|100350243
+1.3.6.1.2.1.47.1.3.3.1.1.100351000.100351100|2|100351100
+1.3.6.1.2.1.47.1.3.3.1.1.100351100.100351201|2|100351201
+1.3.6.1.2.1.47.1.3.3.1.1.100351100.100351202|2|100351202
+1.3.6.1.2.1.47.1.3.3.1.1.100351100.100351210|2|100351210
+1.3.6.1.2.1.47.1.3.3.1.1.100351100.100351220|2|100351220
+1.3.6.1.2.1.47.1.3.3.1.1.100351100.100351230|2|100351230
+1.3.6.1.2.1.47.1.3.3.1.1.100351100.100351240|2|100351240
+1.3.6.1.2.1.47.1.3.3.1.1.100351210.100351211|2|100351211
+1.3.6.1.2.1.47.1.3.3.1.1.100351210.100351213|2|100351213
+1.3.6.1.2.1.47.1.3.3.1.1.100351220.100351221|2|100351221
+1.3.6.1.2.1.47.1.3.3.1.1.100351220.100351223|2|100351223
+1.3.6.1.2.1.47.1.3.3.1.1.100351230.100351231|2|100351231
+1.3.6.1.2.1.47.1.3.3.1.1.100351230.100351233|2|100351233
+1.3.6.1.2.1.47.1.3.3.1.1.100351240.100351241|2|100351241
+1.3.6.1.2.1.47.1.3.3.1.1.100351240.100351243|2|100351243
+1.3.6.1.2.1.47.1.3.3.1.1.100352000.100352100|2|100352100
+1.3.6.1.2.1.47.1.3.3.1.1.100352100.100352201|2|100352201
+1.3.6.1.2.1.47.1.3.3.1.1.100352100.100352202|2|100352202
+1.3.6.1.2.1.47.1.3.3.1.1.100352100.100352210|2|100352210
+1.3.6.1.2.1.47.1.3.3.1.1.100352100.100352220|2|100352220
+1.3.6.1.2.1.47.1.3.3.1.1.100352100.100352230|2|100352230
+1.3.6.1.2.1.47.1.3.3.1.1.100352100.100352240|2|100352240
+1.3.6.1.2.1.47.1.3.3.1.1.100352210.100352211|2|100352211
+1.3.6.1.2.1.47.1.3.3.1.1.100352210.100352213|2|100352213
+1.3.6.1.2.1.47.1.3.3.1.1.100352220.100352221|2|100352221
+1.3.6.1.2.1.47.1.3.3.1.1.100352220.100352223|2|100352223
+1.3.6.1.2.1.47.1.3.3.1.1.100352230.100352231|2|100352231
+1.3.6.1.2.1.47.1.3.3.1.1.100352230.100352233|2|100352233
+1.3.6.1.2.1.47.1.3.3.1.1.100352240.100352241|2|100352241
+1.3.6.1.2.1.47.1.3.3.1.1.100352240.100352243|2|100352243
+1.3.6.1.2.1.47.1.3.3.1.1.100353000.100353100|2|100353100
+1.3.6.1.2.1.47.1.3.3.1.1.100353100.100353201|2|100353201
+1.3.6.1.2.1.47.1.3.3.1.1.100353100.100353202|2|100353202
+1.3.6.1.2.1.47.1.3.3.1.1.100353100.100353210|2|100353210
+1.3.6.1.2.1.47.1.3.3.1.1.100353100.100353220|2|100353220
+1.3.6.1.2.1.47.1.3.3.1.1.100353100.100353230|2|100353230
+1.3.6.1.2.1.47.1.3.3.1.1.100353100.100353240|2|100353240
+1.3.6.1.2.1.47.1.3.3.1.1.100353210.100353211|2|100353211
+1.3.6.1.2.1.47.1.3.3.1.1.100353210.100353213|2|100353213
+1.3.6.1.2.1.47.1.3.3.1.1.100353220.100353221|2|100353221
+1.3.6.1.2.1.47.1.3.3.1.1.100353220.100353223|2|100353223
+1.3.6.1.2.1.47.1.3.3.1.1.100353230.100353231|2|100353231
+1.3.6.1.2.1.47.1.3.3.1.1.100353230.100353233|2|100353233
+1.3.6.1.2.1.47.1.3.3.1.1.100353240.100353241|2|100353241
+1.3.6.1.2.1.47.1.3.3.1.1.100353240.100353243|2|100353243
+1.3.6.1.2.1.47.1.3.3.1.1.100601000.100601100|2|100601100
+1.3.6.1.2.1.47.1.3.3.1.1.100601100.100601110|2|100601110
+1.3.6.1.2.1.47.1.3.3.1.1.100601110.100601111|2|100601111
+1.3.6.1.2.1.47.1.3.3.1.1.100602000.100602100|2|100602100
+1.3.6.1.2.1.47.1.3.3.1.1.100602100.100602110|2|100602110
+1.3.6.1.2.1.47.1.3.3.1.1.100602110.100602111|2|100602111
+1.3.6.1.2.1.47.1.3.3.1.1.100603000.100603100|2|100603100
+1.3.6.1.2.1.47.1.3.3.1.1.100603100.100603110|2|100603110
+1.3.6.1.2.1.47.1.3.3.1.1.100603110.100603111|2|100603111
+1.3.6.1.2.1.47.1.3.3.1.1.100604000.100604100|2|100604100
+1.3.6.1.2.1.47.1.3.3.1.1.100604100.100604110|2|100604110
+1.3.6.1.2.1.47.1.3.3.1.1.100604110.100604111|2|100604111
+1.3.6.1.2.1.47.1.3.3.1.1.100710000.100711000|2|100711000
+1.3.6.1.2.1.47.1.3.3.1.1.100711000.1100711100|2|1100711100
+1.3.6.1.2.1.47.1.3.3.1.1.100711000.1100711200|2|1100711200
+1.3.6.1.2.1.47.1.3.3.1.1.100711210.100711211|2|100711211
+1.3.6.1.2.1.47.1.3.3.1.1.100720000.100721000|2|100721000
+1.3.6.1.2.1.47.1.3.3.1.1.100721000.1100721100|2|1100721100
+1.3.6.1.2.1.47.1.3.3.1.1.100721000.1100721200|2|1100721200
+1.3.6.1.2.1.47.1.3.3.1.1.100721210.100721211|2|100721211
+1.3.6.1.2.1.47.1.3.3.1.1.1100004000.100004000|2|100004000
+1.3.6.1.2.1.47.1.3.3.1.1.1100004000.100004196|2|100004196
+1.3.6.1.2.1.47.1.3.3.1.1.1100004000.100015001|2|100015001
+1.3.6.1.2.1.47.1.3.3.1.1.1100004000.100015002|2|100015002
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006001|2|100006001
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006002|2|100006002
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006003|2|100006003
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006004|2|100006004
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006005|2|100006005
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006006|2|100006006
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006007|2|100006007
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006008|2|100006008
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006009|2|100006009
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006010|2|100006010
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006011|2|100006011
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006012|2|100006012
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006013|2|100006013
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006014|2|100006014
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006015|2|100006015
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006016|2|100006016
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006017|2|100006017
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006018|2|100006018
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006019|2|100006019
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006020|2|100006020
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006021|2|100006021
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006022|2|100006022
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006023|2|100006023
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006024|2|100006024
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006025|2|100006025
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006026|2|100006026
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006027|2|100006027
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006028|2|100006028
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006029|2|100006029
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006030|2|100006030
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006031|2|100006031
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006032|2|100006032
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006033|2|100006033
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006034|2|100006034
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100001|2|100100001
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100002|2|100100002
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100003|2|100100003
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100004|2|100100004
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100005|2|100100005
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100006|2|100100006
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100007|2|100100007
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100008|2|100100008
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100009|2|100100009
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100010|2|100100010
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100011|2|100100011
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100012|2|100100012
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100013|2|100100013
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100014|2|100100014
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100015|2|100100015
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100016|2|100100016
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100017|2|100100017
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100018|2|100100018
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100019|2|100100019
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100020|2|100100020
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100021|2|100100021
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100022|2|100100022
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100023|2|100100023
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100024|2|100100024
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100025|2|100100025
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100026|2|100100026
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100027|2|100100027
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100028|2|100100028
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100029|2|100100029
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100030|2|100100030
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100031|2|100100031
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100032|2|100100032
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100033|2|100100033
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100034|2|100100034
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100035|2|100100035
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100036|2|100100036
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100037|2|100100037
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100038|2|100100038
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100039|2|100100039
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100040|2|100100040
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100041|2|100100041
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100042|2|100100042
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100043|2|100100043
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100044|2|100100044
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100045|2|100100045
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100046|2|100100046
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100047|2|100100047
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100048|2|100100048
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100049|2|100100049
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100050|2|100100050
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100051|2|100100051
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100052|2|100100052
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100053|2|100100053
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100054|2|100100054
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100055|2|100100055
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100056|2|100100056
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100057|2|100100057
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100058|2|100100058
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100059|2|100100059
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100060|2|100100060
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100061|2|100100061
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100062|2|100100062
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100063|2|100100063
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100064|2|100100064
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100065|2|100100065
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100066|2|100100066
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100067|2|100100067
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100068|2|100100068
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100069|2|100100069
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100070|2|100100070
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100071|2|100100071
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100072|2|100100072
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100110073|2|100110073
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100301000|2|100301000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100302000|2|100302000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100303000|2|100303000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100304000|2|100304000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100305000|2|100305000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100306000|2|100306000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100307000|2|100307000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100308000|2|100308000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100309000|2|100309000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100310000|2|100310000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100311000|2|100311000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100312000|2|100312000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100313000|2|100313000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100314000|2|100314000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100315000|2|100315000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100316000|2|100316000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100317000|2|100317000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100318000|2|100318000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100319000|2|100319000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100320000|2|100320000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100321000|2|100321000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100322000|2|100322000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100323000|2|100323000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100324000|2|100324000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100325000|2|100325000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100326000|2|100326000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100327000|2|100327000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100328000|2|100328000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100329000|2|100329000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100330000|2|100330000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100331000|2|100331000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100332000|2|100332000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100333000|2|100333000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100334000|2|100334000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100335000|2|100335000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100336000|2|100336000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100337000|2|100337000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100338000|2|100338000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100339000|2|100339000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100340000|2|100340000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100341000|2|100341000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100342000|2|100342000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100343000|2|100343000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100344000|2|100344000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100345000|2|100345000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100346000|2|100346000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100347000|2|100347000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100348000|2|100348000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100349000|2|100349000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100350000|2|100350000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100351000|2|100351000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100352000|2|100352000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100353000|2|100353000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100354000|2|100354000
+1.3.6.1.2.1.47.1.3.3.1.1.1100600000.100601000|2|100601000
+1.3.6.1.2.1.47.1.3.3.1.1.1100600000.100602000|2|100602000
+1.3.6.1.2.1.47.1.3.3.1.1.1100600000.100603000|2|100603000
+1.3.6.1.2.1.47.1.3.3.1.1.1100600000.100604000|2|100604000
+1.3.6.1.2.1.47.1.3.3.1.1.1100700000.100710000|2|100710000
+1.3.6.1.2.1.47.1.3.3.1.1.1100700000.100720000|2|100720000
+1.3.6.1.2.1.47.1.3.3.1.1.1100711100.100711101|2|100711101
+1.3.6.1.2.1.47.1.3.3.1.1.1100711100.100711102|2|100711102
+1.3.6.1.2.1.47.1.3.3.1.1.1100711100.100711103|2|100711103
+1.3.6.1.2.1.47.1.3.3.1.1.1100711100.100711104|2|100711104
+1.3.6.1.2.1.47.1.3.3.1.1.1100711100.100711105|2|100711105
+1.3.6.1.2.1.47.1.3.3.1.1.1100711100.100711106|2|100711106
+1.3.6.1.2.1.47.1.3.3.1.1.1100711200.100711210|2|100711210
+1.3.6.1.2.1.47.1.3.3.1.1.1100721100.100721101|2|100721101
+1.3.6.1.2.1.47.1.3.3.1.1.1100721100.100721102|2|100721102
+1.3.6.1.2.1.47.1.3.3.1.1.1100721100.100721103|2|100721103
+1.3.6.1.2.1.47.1.3.3.1.1.1100721100.100721104|2|100721104
+1.3.6.1.2.1.47.1.3.3.1.1.1100721100.100721105|2|100721105
+1.3.6.1.2.1.47.1.3.3.1.1.1100721100.100721106|2|100721106
+1.3.6.1.2.1.47.1.3.3.1.1.1100721200.100721210|2|100721210
+1.3.6.1.2.1.47.1.4.1.0|67|2829473392
+1.3.6.1.6.3.1.1.6.1.0|2|1685018008
+1.3.6.1.6.3.10.2.1.1.0|4|F5 71 7F 44 4C A8 B9 42 7D 00
+1.3.6.1.6.3.10.2.1.2.0|2|3
+1.3.6.1.6.3.10.2.1.3.0|2|28562428
+1.3.6.1.2.1.47.1.1.1.1.2.100308000|4x|5863767220536c6f742037
+1.3.6.1.2.1.47.1.1.1.1.2.100308100|4x|5863767220666f722045746865726e657437
+1.3.6.1.2.1.47.1.1.1.1.2.100308201|4x|444f4d2054656d70657261747572652053656e736f7220666f722045746865726e657437
+1.3.6.1.2.1.47.1.1.1.1.2.100308202|4x|444f4d20566f6c746167652053656e736f7220666f722045746865726e657437
+1.3.6.1.2.1.47.1.1.1.1.2.100308210|4x|4c616e65203020666f72205863767220666f722045746865726e657437
+1.3.6.1.2.1.47.1.1.1.1.2.100308211|4x|444f4d20545820426961732053656e736f7220666f722045746865726e657437
+1.3.6.1.2.1.47.1.1.1.1.2.100308212|4x|444f4d20545820506f7765722053656e736f7220666f722045746865726e657437
+1.3.6.1.2.1.47.1.1.1.1.2.100308213|4x|444f4d20525820506f7765722053656e736f7220666f722045746865726e657437
+1.3.6.1.2.1.47.1.1.1.1.3.100308000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.4.100308000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100308100|2|100307000
+1.3.6.1.2.1.47.1.1.1.1.4.100308201|2|100307100
+1.3.6.1.2.1.47.1.1.1.1.4.100308202|2|100307100
+1.3.6.1.2.1.47.1.1.1.1.4.100308210|2|100307100
+1.3.6.1.2.1.47.1.1.1.1.4.100308211|2|100307210
+1.3.6.1.2.1.47.1.1.1.1.4.100308212|2|100307210
+1.3.6.1.2.1.47.1.1.1.1.4.100308213|2|100307210
+1.3.6.1.2.1.47.1.1.1.1.5.100308000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100308100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100308201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100308211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308213|2|8
+1.3.6.1.2.1.47.1.1.1.1.6.100308000|2|7
+1.3.6.1.2.1.47.1.1.1.1.6.100308100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100308201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100308202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100308210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100308211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100308212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100308213|2|3
+1.3.6.1.2.1.47.1.1.1.1.7.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308100|4x|312e3020
+1.3.6.1.2.1.47.1.1.1.1.8.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308100|4x|43313031313033303031372020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308100|4|Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.14.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.16.100308000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100308201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308213|2|2
+1.3.6.1.2.1.47.1.1.1.1.17.100308000|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100308100|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100308201|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100308202|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100308210|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100308211|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100308212|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100308213|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.18.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308213|4|
+1.3.6.1.2.1.47.1.3.3.1.1.100308000.100308100|2|100307100
+1.3.6.1.2.1.47.1.3.3.1.1.100308100.100308201|2|100307201
+1.3.6.1.2.1.47.1.3.3.1.1.100308100.100308202|2|100307202
+1.3.6.1.2.1.47.1.3.3.1.1.100308100.100308210|2|100307210
+1.3.6.1.2.1.47.1.3.3.1.1.100308210.100308211|2|100307211
+1.3.6.1.2.1.47.1.3.3.1.1.100308210.100308212|2|100307212
+1.3.6.1.2.1.47.1.3.3.1.1.100308210.100308213|2|100307213
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100308000|2|100307000
+1.3.6.1.2.1.99.1.1.1.1.100308201|2|8
+1.3.6.1.2.1.99.1.1.1.1.100308202|2|4
+1.3.6.1.2.1.99.1.1.1.1.100308211|2|5
+1.3.6.1.2.1.99.1.1.1.1.100308212|2|6
+1.3.6.1.2.1.99.1.1.1.1.100308213|2|6
+1.3.6.1.2.1.99.1.1.1.2.100308201|2|9
+1.3.6.1.2.1.99.1.1.1.2.100308202|2|9
+1.3.6.1.2.1.99.1.1.1.2.100308211|2|8
+1.3.6.1.2.1.99.1.1.1.2.100308212|2|8
+1.3.6.1.2.1.99.1.1.1.2.100308213|2|8
+1.3.6.1.2.1.99.1.1.1.3.100308201|2|1
+1.3.6.1.2.1.99.1.1.1.3.100308202|2|2
+1.3.6.1.2.1.99.1.1.1.3.100308211|2|2
+1.3.6.1.2.1.99.1.1.1.3.100308212|2|4
+1.3.6.1.2.1.99.1.1.1.3.100308213|2|4
+1.3.6.1.2.1.99.1.1.1.4.100308201|2|344
+1.3.6.1.2.1.99.1.1.1.4.100308202|2|334
+1.3.6.1.2.1.99.1.1.1.4.100308211|2|0
+1.3.6.1.2.1.99.1.1.1.4.100308212|2|53
+1.3.6.1.2.1.99.1.1.1.4.100308213|2|4
+1.3.6.1.2.1.99.1.1.1.5.100308201|2|1
+1.3.6.1.2.1.99.1.1.1.5.100308202|2|1
+1.3.6.1.2.1.99.1.1.1.5.100308211|2|1
+1.3.6.1.2.1.99.1.1.1.5.100308212|2|1
+1.3.6.1.2.1.99.1.1.1.5.100308213|2|1
+1.3.6.1.2.1.99.1.1.1.6.100308201|4|Celsius
+1.3.6.1.2.1.99.1.1.1.6.100308202|4|Volts
+1.3.6.1.2.1.99.1.1.1.6.100308211|4|mA
+1.3.6.1.2.1.99.1.1.1.6.100308212|4|mW
+1.3.6.1.2.1.99.1.1.1.6.100308213|4|mW
+1.3.6.1.2.1.99.1.1.1.7.100308201|67|3510744859
+1.3.6.1.2.1.99.1.1.1.7.100308202|67|3510744861
+1.3.6.1.2.1.99.1.1.1.7.100308211|67|3510744863
+1.3.6.1.2.1.99.1.1.1.7.100308212|67|3510744865
+1.3.6.1.2.1.99.1.1.1.7.100308213|67|3510744867
+1.3.6.1.2.1.99.1.1.1.8.100308201|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100308202|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100308211|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100308212|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100308213|66|6000
+1.3.6.1.2.1.131.1.1.1.1.100308100|4x|07e8070a0b3006002b0100
+1.3.6.1.2.1.131.1.1.1.1.100308201|4x|07e8070a0b3008002b0100
+1.3.6.1.2.1.131.1.1.1.1.100308202|4x|07e8070a0b3006002b0100
+1.3.6.1.2.1.131.1.1.1.1.100308211|4x|07e8070a0b3006002b0100
+1.3.6.1.2.1.131.1.1.1.1.100308212|4x|07e8070a0b3006002b0100
+1.3.6.1.2.1.131.1.1.1.1.100308213|4x|07e8070a0b3006002b0100
+1.3.6.1.2.1.131.1.1.1.2.100308100|2|4
+1.3.6.1.2.1.131.1.1.1.2.100308201|2|4
+1.3.6.1.2.1.131.1.1.1.2.100308202|2|4
+1.3.6.1.2.1.131.1.1.1.2.100308211|2|4
+1.3.6.1.2.1.131.1.1.1.2.100308212|2|4
+1.3.6.1.2.1.131.1.1.1.2.100308213|2|4
+1.3.6.1.2.1.131.1.1.1.3.100308100|2|3
+1.3.6.1.2.1.131.1.1.1.3.100308201|2|3
+1.3.6.1.2.1.131.1.1.1.3.100308202|2|3
+1.3.6.1.2.1.131.1.1.1.3.100308211|2|3
+1.3.6.1.2.1.131.1.1.1.3.100308212|2|3
+1.3.6.1.2.1.131.1.1.1.3.100308213|2|3
+1.3.6.1.2.1.131.1.1.1.4.100308100|2|3
+1.3.6.1.2.1.131.1.1.1.4.100308201|2|3
+1.3.6.1.2.1.131.1.1.1.4.100308202|2|3
+1.3.6.1.2.1.131.1.1.1.4.100308211|2|3
+1.3.6.1.2.1.131.1.1.1.4.100308212|2|3
+1.3.6.1.2.1.131.1.1.1.4.100308213|2|3
+1.3.6.1.2.1.131.1.1.1.5.100308100|4x|80
+1.3.6.1.2.1.131.1.1.1.5.100308201|4x|00
+1.3.6.1.2.1.131.1.1.1.5.100308202|4x|00
+1.3.6.1.2.1.131.1.1.1.5.100308211|4x|20
+1.3.6.1.2.1.131.1.1.1.5.100308212|4x|20
+1.3.6.1.2.1.131.1.1.1.5.100308213|4x|20
+1.3.6.1.2.1.131.1.1.1.6.100308100|2|4
+1.3.6.1.2.1.131.1.1.1.6.100308201|2|4
+1.3.6.1.2.1.131.1.1.1.6.100308202|2|4
+1.3.6.1.2.1.131.1.1.1.6.100308211|2|4
+1.3.6.1.2.1.131.1.1.1.6.100308212|2|4
+1.3.6.1.2.1.131.1.1.1.6.100308213|2|4
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100308201|2|-50
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100308202|2|310
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100308211|2|300
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100308212|2|3162
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100308213|2|200
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100308201|2|-100
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100308202|2|300
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100308211|2|200
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100308212|2|2512
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100308213|2|158
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100308201|2|750
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100308202|2|360
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100308211|2|8000
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100308212|2|7943
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100308213|2|7943
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100308201|2|800
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100308202|2|370
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100308211|2|9000
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100308212|2|10000
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100308213|2|10000
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100308201|4x|53656e736f722076616c75652033342e342043656c736975732069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100308202|4x|53656e736f722076616c756520332e333320566f6c74732069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100308211|4x|53656e736f722076616c756520302e3135206d41206973206174206f722062656c6f7720746865206c6f7720637269746963616c207468726573686f6c642028322e303029
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100308212|4x|53656e736f722076616c756520302e30303533206d57206973206174206f722062656c6f7720746865206c6f7720637269746963616c207468726573686f6c642028302e3235313229
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100308213|4x|53656e736f722076616c756520302e30303034206d57206973206174206f722062656c6f7720746865206c6f7720637269746963616c207468726573686f6c642028302e3031353829
diff --git a/tools/vagrant/snmpwalks/swi2-fac1-1.snmprec b/tools/vagrant/snmpwalks/swi2-fac1-1.snmprec
new file mode 100644
index 000000000..7c343a1b4
--- /dev/null
+++ b/tools/vagrant/snmpwalks/swi2-fac1-1.snmprec
@@ -0,0 +1,13727 @@
+1.3.6.1.2.1.1.1.0|4|Arista Networks EOS version 4.18.0F running on an Arista Networks DCS-7280SR-48C6
+1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.30065.1.3011.7280.3735.48.2878.6
+1.3.6.1.2.1.1.3.0|67|2856245011
+1.3.6.1.2.1.1.4.0|4|IXP Operations
+1.3.6.1.2.1.1.5.0|4|swi2-fac1-1
+1.3.6.1.2.1.1.6.0|4|FAC1-R2
+1.3.6.1.2.1.1.7.0|2|14
+1.3.6.1.2.1.1.8.0|67|5973
+1.3.6.1.2.1.1.9.1.2.1|6|1.3.6.1.2.1.49
+1.3.6.1.2.1.1.9.1.2.2|6|1.3.6.1.2.1.50
+1.3.6.1.2.1.1.9.1.2.3|6|1.3.6.1.6.3.1
+1.3.6.1.2.1.1.9.1.2.4|6|1.3.6.1.6.3.16.2.2.1
+1.3.6.1.2.1.1.9.1.2.5|6|1.3.6.1.6.3.11.3.1.1
+1.3.6.1.2.1.1.9.1.2.6|6|1.3.6.1.6.3.15.2.1.1
+1.3.6.1.2.1.1.9.1.2.7|6|1.3.6.1.6.3.10.3.1.1
+1.3.6.1.2.1.1.9.1.2.8|6|1.3.6.1.4.1.4.3.1.4
+1.3.6.1.2.1.1.9.1.3.1|4|The MIB module for managing TCP implementations
+1.3.6.1.2.1.1.9.1.3.2|4|The MIB module for managing UDP implementations
+1.3.6.1.2.1.1.9.1.3.3|4|The MIB module for SNMPv2 entities
+1.3.6.1.2.1.1.9.1.3.4|4|View-based Access Control Model for SNMP.
+1.3.6.1.2.1.1.9.1.3.5|4|The MIB for Message Processing and Dispatching.
+1.3.6.1.2.1.1.9.1.3.6|4|The management information definitions for the SNMP User-based Security Model.
+1.3.6.1.2.1.1.9.1.3.7|4|The SNMP Management Architecture MIB.
+1.3.6.1.2.1.1.9.1.3.8|4|AGENTX Ribd (netns: default) version ribd-2.0.4, built Nonce
+1.3.6.1.2.1.1.9.1.4.1|67|0
+1.3.6.1.2.1.1.9.1.4.2|67|0
+1.3.6.1.2.1.1.9.1.4.3|67|0
+1.3.6.1.2.1.1.9.1.4.4|67|0
+1.3.6.1.2.1.1.9.1.4.5|67|0
+1.3.6.1.2.1.1.9.1.4.6|67|0
+1.3.6.1.2.1.1.9.1.4.7|67|0
+1.3.6.1.2.1.1.9.1.4.8|67|5973
+1.3.6.1.2.1.2.1.0|2|63
+1.3.6.1.2.1.2.2.1.1.1|2|1
+1.3.6.1.2.1.2.2.1.1.2|2|2
+1.3.6.1.2.1.2.2.1.1.3|2|3
+1.3.6.1.2.1.2.2.1.1.4|2|4
+1.3.6.1.2.1.2.2.1.1.5|2|5
+1.3.6.1.2.1.2.2.1.1.6|2|6
+1.3.6.1.2.1.2.2.1.1.7|2|7
+1.3.6.1.2.1.2.2.1.1.8|2|8
+1.3.6.1.2.1.2.2.1.1.9|2|9
+1.3.6.1.2.1.2.2.1.1.10|2|10
+1.3.6.1.2.1.2.2.1.1.11|2|11
+1.3.6.1.2.1.2.2.1.1.12|2|12
+1.3.6.1.2.1.2.2.1.1.13|2|13
+1.3.6.1.2.1.2.2.1.1.14|2|14
+1.3.6.1.2.1.2.2.1.1.15|2|15
+1.3.6.1.2.1.2.2.1.1.16|2|16
+1.3.6.1.2.1.2.2.1.1.17|2|17
+1.3.6.1.2.1.2.2.1.1.18|2|18
+1.3.6.1.2.1.2.2.1.1.19|2|19
+1.3.6.1.2.1.2.2.1.1.20|2|20
+1.3.6.1.2.1.2.2.1.1.21|2|21
+1.3.6.1.2.1.2.2.1.1.22|2|22
+1.3.6.1.2.1.2.2.1.1.23|2|23
+1.3.6.1.2.1.2.2.1.1.24|2|24
+1.3.6.1.2.1.2.2.1.1.25|2|25
+1.3.6.1.2.1.2.2.1.1.26|2|26
+1.3.6.1.2.1.2.2.1.1.27|2|27
+1.3.6.1.2.1.2.2.1.1.28|2|28
+1.3.6.1.2.1.2.2.1.1.29|2|29
+1.3.6.1.2.1.2.2.1.1.30|2|30
+1.3.6.1.2.1.2.2.1.1.31|2|31
+1.3.6.1.2.1.2.2.1.1.32|2|32
+1.3.6.1.2.1.2.2.1.1.33|2|33
+1.3.6.1.2.1.2.2.1.1.34|2|34
+1.3.6.1.2.1.2.2.1.1.35|2|35
+1.3.6.1.2.1.2.2.1.1.36|2|36
+1.3.6.1.2.1.2.2.1.1.37|2|37
+1.3.6.1.2.1.2.2.1.1.38|2|38
+1.3.6.1.2.1.2.2.1.1.39|2|39
+1.3.6.1.2.1.2.2.1.1.40|2|40
+1.3.6.1.2.1.2.2.1.1.41|2|41
+1.3.6.1.2.1.2.2.1.1.42|2|42
+1.3.6.1.2.1.2.2.1.1.43|2|43
+1.3.6.1.2.1.2.2.1.1.44|2|44
+1.3.6.1.2.1.2.2.1.1.45|2|45
+1.3.6.1.2.1.2.2.1.1.46|2|46
+1.3.6.1.2.1.2.2.1.1.47|2|47
+1.3.6.1.2.1.2.2.1.1.48|2|48
+1.3.6.1.2.1.2.2.1.1.49001|2|49001
+1.3.6.1.2.1.2.2.1.1.50001|2|50001
+1.3.6.1.2.1.2.2.1.1.51001|2|51001
+1.3.6.1.2.1.2.2.1.1.52001|2|52001
+1.3.6.1.2.1.2.2.1.1.53001|2|53001
+1.3.6.1.2.1.2.2.1.1.54001|2|54001
+1.3.6.1.2.1.2.2.1.1.999001|2|999001
+1.3.6.1.2.1.2.2.1.1.1000001|2|1000001
+1.3.6.1.2.1.2.2.1.1.1000002|2|1000002
+1.3.6.1.2.1.2.2.1.1.1000003|2|1000003
+1.3.6.1.2.1.2.2.1.1.1000005|2|1000005
+1.3.6.1.2.1.2.2.1.1.1001000|2|1001000
+1.3.6.1.2.1.2.2.1.1.1001100|2|1001100
+1.3.6.1.2.1.2.2.1.1.5000000|2|5000000
+1.3.6.1.2.1.2.2.1.1.7000000|2|7000000
+1.3.6.1.2.1.2.2.1.2.1|4|Ethernet1
+1.3.6.1.2.1.2.2.1.2.2|4|Ethernet2
+1.3.6.1.2.1.2.2.1.2.3|4|Ethernet3
+1.3.6.1.2.1.2.2.1.2.4|4|Ethernet4
+1.3.6.1.2.1.2.2.1.2.5|4|Ethernet5
+1.3.6.1.2.1.2.2.1.2.6|4|Ethernet6
+1.3.6.1.2.1.2.2.1.2.7|4|Ethernet7
+1.3.6.1.2.1.2.2.1.2.8|4|Ethernet8
+1.3.6.1.2.1.2.2.1.2.9|4|Ethernet9
+1.3.6.1.2.1.2.2.1.2.10|4|Ethernet10
+1.3.6.1.2.1.2.2.1.2.11|4|Ethernet11
+1.3.6.1.2.1.2.2.1.2.12|4|Ethernet12
+1.3.6.1.2.1.2.2.1.2.13|4|Ethernet13
+1.3.6.1.2.1.2.2.1.2.14|4|Ethernet14
+1.3.6.1.2.1.2.2.1.2.15|4|Ethernet15
+1.3.6.1.2.1.2.2.1.2.16|4|Ethernet16
+1.3.6.1.2.1.2.2.1.2.17|4|Ethernet17
+1.3.6.1.2.1.2.2.1.2.18|4|Ethernet18
+1.3.6.1.2.1.2.2.1.2.19|4|Ethernet19
+1.3.6.1.2.1.2.2.1.2.20|4|Ethernet20
+1.3.6.1.2.1.2.2.1.2.21|4|Ethernet21
+1.3.6.1.2.1.2.2.1.2.22|4|Ethernet22
+1.3.6.1.2.1.2.2.1.2.23|4|Ethernet23
+1.3.6.1.2.1.2.2.1.2.24|4|Ethernet24
+1.3.6.1.2.1.2.2.1.2.25|4|Ethernet25
+1.3.6.1.2.1.2.2.1.2.26|4|Ethernet26
+1.3.6.1.2.1.2.2.1.2.27|4|Ethernet27
+1.3.6.1.2.1.2.2.1.2.28|4|Ethernet28
+1.3.6.1.2.1.2.2.1.2.29|4|Ethernet29
+1.3.6.1.2.1.2.2.1.2.30|4|Ethernet30
+1.3.6.1.2.1.2.2.1.2.31|4|Ethernet31
+1.3.6.1.2.1.2.2.1.2.32|4|Ethernet32
+1.3.6.1.2.1.2.2.1.2.33|4|Ethernet33
+1.3.6.1.2.1.2.2.1.2.34|4|Ethernet34
+1.3.6.1.2.1.2.2.1.2.35|4|Ethernet35
+1.3.6.1.2.1.2.2.1.2.36|4|Ethernet36
+1.3.6.1.2.1.2.2.1.2.37|4|Ethernet37
+1.3.6.1.2.1.2.2.1.2.38|4|Ethernet38
+1.3.6.1.2.1.2.2.1.2.39|4|Ethernet39
+1.3.6.1.2.1.2.2.1.2.40|4|Ethernet40
+1.3.6.1.2.1.2.2.1.2.41|4|Ethernet41
+1.3.6.1.2.1.2.2.1.2.42|4|Ethernet42
+1.3.6.1.2.1.2.2.1.2.43|4|Ethernet43
+1.3.6.1.2.1.2.2.1.2.44|4|Ethernet44
+1.3.6.1.2.1.2.2.1.2.45|4|Ethernet45
+1.3.6.1.2.1.2.2.1.2.46|4|Ethernet46
+1.3.6.1.2.1.2.2.1.2.47|4|Ethernet47
+1.3.6.1.2.1.2.2.1.2.48|4|Ethernet48
+1.3.6.1.2.1.2.2.1.2.49001|4|Ethernet49/1
+1.3.6.1.2.1.2.2.1.2.50001|4|Ethernet50/1
+1.3.6.1.2.1.2.2.1.2.51001|4|Ethernet51/1
+1.3.6.1.2.1.2.2.1.2.52001|4|Ethernet52/1
+1.3.6.1.2.1.2.2.1.2.53001|4|Ethernet53/1
+1.3.6.1.2.1.2.2.1.2.54001|4|Ethernet54/1
+1.3.6.1.2.1.2.2.1.2.999001|4|Management1
+1.3.6.1.2.1.2.2.1.2.1000001|4|Port-Channel1
+1.3.6.1.2.1.2.2.1.2.1000002|4|Port-Channel2
+1.3.6.1.2.1.2.2.1.2.1000003|4|Port-Channel3
+1.3.6.1.2.1.2.2.1.2.1000005|4|Port-Channel5
+1.3.6.1.2.1.2.2.1.2.1001000|4|Port-Channel1000
+1.3.6.1.2.1.2.2.1.2.1001100|4|Port-Channel1100
+1.3.6.1.2.1.2.2.1.2.5000000|4|Loopback0
+1.3.6.1.2.1.2.2.1.2.7000000|4|Vxlan1
+1.3.6.1.2.1.2.2.1.3.1|2|6
+1.3.6.1.2.1.2.2.1.3.2|2|6
+1.3.6.1.2.1.2.2.1.3.3|2|6
+1.3.6.1.2.1.2.2.1.3.4|2|6
+1.3.6.1.2.1.2.2.1.3.5|2|6
+1.3.6.1.2.1.2.2.1.3.6|2|6
+1.3.6.1.2.1.2.2.1.3.7|2|6
+1.3.6.1.2.1.2.2.1.3.8|2|6
+1.3.6.1.2.1.2.2.1.3.9|2|6
+1.3.6.1.2.1.2.2.1.3.10|2|6
+1.3.6.1.2.1.2.2.1.3.11|2|6
+1.3.6.1.2.1.2.2.1.3.12|2|6
+1.3.6.1.2.1.2.2.1.3.13|2|6
+1.3.6.1.2.1.2.2.1.3.14|2|6
+1.3.6.1.2.1.2.2.1.3.15|2|6
+1.3.6.1.2.1.2.2.1.3.16|2|6
+1.3.6.1.2.1.2.2.1.3.17|2|6
+1.3.6.1.2.1.2.2.1.3.18|2|6
+1.3.6.1.2.1.2.2.1.3.19|2|6
+1.3.6.1.2.1.2.2.1.3.20|2|6
+1.3.6.1.2.1.2.2.1.3.21|2|6
+1.3.6.1.2.1.2.2.1.3.22|2|6
+1.3.6.1.2.1.2.2.1.3.23|2|6
+1.3.6.1.2.1.2.2.1.3.24|2|6
+1.3.6.1.2.1.2.2.1.3.25|2|6
+1.3.6.1.2.1.2.2.1.3.26|2|6
+1.3.6.1.2.1.2.2.1.3.27|2|6
+1.3.6.1.2.1.2.2.1.3.28|2|6
+1.3.6.1.2.1.2.2.1.3.29|2|6
+1.3.6.1.2.1.2.2.1.3.30|2|6
+1.3.6.1.2.1.2.2.1.3.31|2|6
+1.3.6.1.2.1.2.2.1.3.32|2|6
+1.3.6.1.2.1.2.2.1.3.33|2|6
+1.3.6.1.2.1.2.2.1.3.34|2|6
+1.3.6.1.2.1.2.2.1.3.35|2|6
+1.3.6.1.2.1.2.2.1.3.36|2|6
+1.3.6.1.2.1.2.2.1.3.37|2|6
+1.3.6.1.2.1.2.2.1.3.38|2|6
+1.3.6.1.2.1.2.2.1.3.39|2|6
+1.3.6.1.2.1.2.2.1.3.40|2|6
+1.3.6.1.2.1.2.2.1.3.41|2|6
+1.3.6.1.2.1.2.2.1.3.42|2|6
+1.3.6.1.2.1.2.2.1.3.43|2|6
+1.3.6.1.2.1.2.2.1.3.44|2|6
+1.3.6.1.2.1.2.2.1.3.45|2|6
+1.3.6.1.2.1.2.2.1.3.46|2|6
+1.3.6.1.2.1.2.2.1.3.47|2|6
+1.3.6.1.2.1.2.2.1.3.48|2|6
+1.3.6.1.2.1.2.2.1.3.49001|2|6
+1.3.6.1.2.1.2.2.1.3.50001|2|6
+1.3.6.1.2.1.2.2.1.3.51001|2|6
+1.3.6.1.2.1.2.2.1.3.52001|2|6
+1.3.6.1.2.1.2.2.1.3.53001|2|6
+1.3.6.1.2.1.2.2.1.3.54001|2|6
+1.3.6.1.2.1.2.2.1.3.999001|2|6
+1.3.6.1.2.1.2.2.1.3.1000001|2|161
+1.3.6.1.2.1.2.2.1.3.1000002|2|161
+1.3.6.1.2.1.2.2.1.3.1000003|2|161
+1.3.6.1.2.1.2.2.1.3.1000005|2|161
+1.3.6.1.2.1.2.2.1.3.1001000|2|161
+1.3.6.1.2.1.2.2.1.3.1001100|2|161
+1.3.6.1.2.1.2.2.1.3.5000000|2|24
+1.3.6.1.2.1.2.2.1.3.7000000|2|1
+1.3.6.1.2.1.2.2.1.4.1|2|9214
+1.3.6.1.2.1.2.2.1.4.2|2|9214
+1.3.6.1.2.1.2.2.1.4.3|2|9214
+1.3.6.1.2.1.2.2.1.4.4|2|9214
+1.3.6.1.2.1.2.2.1.4.5|2|9214
+1.3.6.1.2.1.2.2.1.4.6|2|9214
+1.3.6.1.2.1.2.2.1.4.7|2|9214
+1.3.6.1.2.1.2.2.1.4.8|2|9214
+1.3.6.1.2.1.2.2.1.4.9|2|9214
+1.3.6.1.2.1.2.2.1.4.10|2|9214
+1.3.6.1.2.1.2.2.1.4.11|2|9214
+1.3.6.1.2.1.2.2.1.4.12|2|9214
+1.3.6.1.2.1.2.2.1.4.13|2|9214
+1.3.6.1.2.1.2.2.1.4.14|2|9214
+1.3.6.1.2.1.2.2.1.4.15|2|9214
+1.3.6.1.2.1.2.2.1.4.16|2|9214
+1.3.6.1.2.1.2.2.1.4.17|2|9214
+1.3.6.1.2.1.2.2.1.4.18|2|9214
+1.3.6.1.2.1.2.2.1.4.19|2|9214
+1.3.6.1.2.1.2.2.1.4.20|2|9214
+1.3.6.1.2.1.2.2.1.4.21|2|9214
+1.3.6.1.2.1.2.2.1.4.22|2|9214
+1.3.6.1.2.1.2.2.1.4.23|2|9214
+1.3.6.1.2.1.2.2.1.4.24|2|9214
+1.3.6.1.2.1.2.2.1.4.25|2|9214
+1.3.6.1.2.1.2.2.1.4.26|2|9214
+1.3.6.1.2.1.2.2.1.4.27|2|9214
+1.3.6.1.2.1.2.2.1.4.28|2|9214
+1.3.6.1.2.1.2.2.1.4.29|2|9214
+1.3.6.1.2.1.2.2.1.4.30|2|9214
+1.3.6.1.2.1.2.2.1.4.31|2|9214
+1.3.6.1.2.1.2.2.1.4.32|2|9214
+1.3.6.1.2.1.2.2.1.4.33|2|9214
+1.3.6.1.2.1.2.2.1.4.34|2|9214
+1.3.6.1.2.1.2.2.1.4.35|2|9214
+1.3.6.1.2.1.2.2.1.4.36|2|9214
+1.3.6.1.2.1.2.2.1.4.37|2|9214
+1.3.6.1.2.1.2.2.1.4.38|2|9214
+1.3.6.1.2.1.2.2.1.4.39|2|9214
+1.3.6.1.2.1.2.2.1.4.40|2|9214
+1.3.6.1.2.1.2.2.1.4.41|2|9214
+1.3.6.1.2.1.2.2.1.4.42|2|9214
+1.3.6.1.2.1.2.2.1.4.43|2|9214
+1.3.6.1.2.1.2.2.1.4.44|2|9214
+1.3.6.1.2.1.2.2.1.4.45|2|9214
+1.3.6.1.2.1.2.2.1.4.46|2|9214
+1.3.6.1.2.1.2.2.1.4.47|2|9214
+1.3.6.1.2.1.2.2.1.4.48|2|9214
+1.3.6.1.2.1.2.2.1.4.49001|2|9214
+1.3.6.1.2.1.2.2.1.4.50001|2|9214
+1.3.6.1.2.1.2.2.1.4.51001|2|9214
+1.3.6.1.2.1.2.2.1.4.52001|2|9214
+1.3.6.1.2.1.2.2.1.4.53001|2|9214
+1.3.6.1.2.1.2.2.1.4.54001|2|9214
+1.3.6.1.2.1.2.2.1.4.999001|2|1500
+1.3.6.1.2.1.2.2.1.4.1000001|2|9214
+1.3.6.1.2.1.2.2.1.4.1000002|2|9214
+1.3.6.1.2.1.2.2.1.4.1000003|2|9214
+1.3.6.1.2.1.2.2.1.4.1000005|2|9214
+1.3.6.1.2.1.2.2.1.4.1001000|2|9214
+1.3.6.1.2.1.2.2.1.4.1001100|2|9214
+1.3.6.1.2.1.2.2.1.4.5000000|2|65535
+1.3.6.1.2.1.2.2.1.4.7000000|2|0
+1.3.6.1.2.1.2.2.1.5.1|66|4294967295
+1.3.6.1.2.1.2.2.1.5.2|66|4294967295
+1.3.6.1.2.1.2.2.1.5.3|66|4294967295
+1.3.6.1.2.1.2.2.1.5.4|66|4294967295
+1.3.6.1.2.1.2.2.1.5.5|66|4294967295
+1.3.6.1.2.1.2.2.1.5.6|66|4294967295
+1.3.6.1.2.1.2.2.1.5.7|66|4294967295
+1.3.6.1.2.1.2.2.1.5.8|66|4294967295
+1.3.6.1.2.1.2.2.1.5.9|66|4294967295
+1.3.6.1.2.1.2.2.1.5.10|66|4294967295
+1.3.6.1.2.1.2.2.1.5.11|66|4294967295
+1.3.6.1.2.1.2.2.1.5.12|66|4294967295
+1.3.6.1.2.1.2.2.1.5.13|66|1000000000
+1.3.6.1.2.1.2.2.1.5.14|66|1000000000
+1.3.6.1.2.1.2.2.1.5.15|66|0
+1.3.6.1.2.1.2.2.1.5.16|66|0
+1.3.6.1.2.1.2.2.1.5.17|66|1000000000
+1.3.6.1.2.1.2.2.1.5.18|66|1000000000
+1.3.6.1.2.1.2.2.1.5.19|66|1000000000
+1.3.6.1.2.1.2.2.1.5.20|66|1000000000
+1.3.6.1.2.1.2.2.1.5.21|66|1000000000
+1.3.6.1.2.1.2.2.1.5.22|66|1000000000
+1.3.6.1.2.1.2.2.1.5.23|66|0
+1.3.6.1.2.1.2.2.1.5.24|66|0
+1.3.6.1.2.1.2.2.1.5.25|66|4294967295
+1.3.6.1.2.1.2.2.1.5.26|66|4294967295
+1.3.6.1.2.1.2.2.1.5.27|66|4294967295
+1.3.6.1.2.1.2.2.1.5.28|66|4294967295
+1.3.6.1.2.1.2.2.1.5.29|66|4294967295
+1.3.6.1.2.1.2.2.1.5.30|66|4294967295
+1.3.6.1.2.1.2.2.1.5.31|66|4294967295
+1.3.6.1.2.1.2.2.1.5.32|66|1000000000
+1.3.6.1.2.1.2.2.1.5.33|66|4294967295
+1.3.6.1.2.1.2.2.1.5.34|66|4294967295
+1.3.6.1.2.1.2.2.1.5.35|66|4294967295
+1.3.6.1.2.1.2.2.1.5.36|66|4294967295
+1.3.6.1.2.1.2.2.1.5.37|66|4294967295
+1.3.6.1.2.1.2.2.1.5.38|66|4294967295
+1.3.6.1.2.1.2.2.1.5.39|66|4294967295
+1.3.6.1.2.1.2.2.1.5.40|66|4294967295
+1.3.6.1.2.1.2.2.1.5.41|66|0
+1.3.6.1.2.1.2.2.1.5.42|66|0
+1.3.6.1.2.1.2.2.1.5.43|66|0
+1.3.6.1.2.1.2.2.1.5.44|66|0
+1.3.6.1.2.1.2.2.1.5.45|66|1000000000
+1.3.6.1.2.1.2.2.1.5.46|66|1000000000
+1.3.6.1.2.1.2.2.1.5.47|66|4294967295
+1.3.6.1.2.1.2.2.1.5.48|66|4294967295
+1.3.6.1.2.1.2.2.1.5.49001|66|4294967295
+1.3.6.1.2.1.2.2.1.5.50001|66|4294967295
+1.3.6.1.2.1.2.2.1.5.51001|66|4294967295
+1.3.6.1.2.1.2.2.1.5.52001|66|4294967295
+1.3.6.1.2.1.2.2.1.5.53001|66|4294967295
+1.3.6.1.2.1.2.2.1.5.54001|66|4294967295
+1.3.6.1.2.1.2.2.1.5.999001|66|1000000000
+1.3.6.1.2.1.2.2.1.5.1000001|66|4294967295
+1.3.6.1.2.1.2.2.1.5.1000002|66|4294967295
+1.3.6.1.2.1.2.2.1.5.1000003|66|4294967295
+1.3.6.1.2.1.2.2.1.5.1000005|66|2000000000
+1.3.6.1.2.1.2.2.1.5.1001000|66|4294967295
+1.3.6.1.2.1.2.2.1.5.1001100|66|0
+1.3.6.1.2.1.2.2.1.5.5000000|66|0
+1.3.6.1.2.1.2.2.1.5.7000000|66|0
+1.3.6.1.2.1.2.2.1.6.1|4x|444ca8b9427e
+1.3.6.1.2.1.2.2.1.6.2|4x|444ca8b9427f
+1.3.6.1.2.1.2.2.1.6.3|4x|444ca8b94280
+1.3.6.1.2.1.2.2.1.6.4|4x|444ca8b94281
+1.3.6.1.2.1.2.2.1.6.5|4x|444ca8b94282
+1.3.6.1.2.1.2.2.1.6.6|4x|444ca8b94283
+1.3.6.1.2.1.2.2.1.6.7|4x|444ca8b94284
+1.3.6.1.2.1.2.2.1.6.8|4x|444ca8b94285
+1.3.6.1.2.1.2.2.1.6.9|4x|444ca8b94286
+1.3.6.1.2.1.2.2.1.6.10|4x|444ca8b94287
+1.3.6.1.2.1.2.2.1.6.11|4x|444ca8b94288
+1.3.6.1.2.1.2.2.1.6.12|4x|444ca8b94289
+1.3.6.1.2.1.2.2.1.6.13|4x|444ca8b9428a
+1.3.6.1.2.1.2.2.1.6.14|4x|444ca8b9428b
+1.3.6.1.2.1.2.2.1.6.15|4x|444ca8b9428c
+1.3.6.1.2.1.2.2.1.6.16|4x|444ca8b9428d
+1.3.6.1.2.1.2.2.1.6.17|4x|444ca8b9428e
+1.3.6.1.2.1.2.2.1.6.18|4x|444ca8b9428f
+1.3.6.1.2.1.2.2.1.6.19|4x|444ca8b94290
+1.3.6.1.2.1.2.2.1.6.20|4x|444ca8b94291
+1.3.6.1.2.1.2.2.1.6.21|4x|444ca8b94292
+1.3.6.1.2.1.2.2.1.6.22|4x|444ca8b94293
+1.3.6.1.2.1.2.2.1.6.23|4x|444ca8b94294
+1.3.6.1.2.1.2.2.1.6.24|4x|444ca8b94295
+1.3.6.1.2.1.2.2.1.6.25|4x|444ca8b94296
+1.3.6.1.2.1.2.2.1.6.26|4x|444ca8b94297
+1.3.6.1.2.1.2.2.1.6.27|4x|444ca8b94298
+1.3.6.1.2.1.2.2.1.6.28|4x|444ca8b94299
+1.3.6.1.2.1.2.2.1.6.29|4x|444ca8b9429a
+1.3.6.1.2.1.2.2.1.6.30|4x|444ca8b9429b
+1.3.6.1.2.1.2.2.1.6.31|4x|444ca8b9429c
+1.3.6.1.2.1.2.2.1.6.32|4x|444ca8b9429d
+1.3.6.1.2.1.2.2.1.6.33|4x|444ca8b9429e
+1.3.6.1.2.1.2.2.1.6.34|4x|444ca8b9429f
+1.3.6.1.2.1.2.2.1.6.35|4x|444ca8b942a0
+1.3.6.1.2.1.2.2.1.6.36|4x|444ca8b942a1
+1.3.6.1.2.1.2.2.1.6.37|4x|444ca8b942a2
+1.3.6.1.2.1.2.2.1.6.38|4x|444ca8b942a3
+1.3.6.1.2.1.2.2.1.6.39|4x|444ca8b942a4
+1.3.6.1.2.1.2.2.1.6.40|4x|444ca8b942a5
+1.3.6.1.2.1.2.2.1.6.41|4x|444ca8b942a6
+1.3.6.1.2.1.2.2.1.6.42|4x|444ca8b942a7
+1.3.6.1.2.1.2.2.1.6.43|4x|444ca8b942a8
+1.3.6.1.2.1.2.2.1.6.44|4x|444ca8b942a9
+1.3.6.1.2.1.2.2.1.6.45|4x|444ca8b942aa
+1.3.6.1.2.1.2.2.1.6.46|4x|444ca8b942ab
+1.3.6.1.2.1.2.2.1.6.47|4x|444ca8b942ac
+1.3.6.1.2.1.2.2.1.6.48|4x|444ca8b942ad
+1.3.6.1.2.1.2.2.1.6.49001|4x|444ca8b942ae
+1.3.6.1.2.1.2.2.1.6.50001|4x|444ca8b942b2
+1.3.6.1.2.1.2.2.1.6.51001|4x|444ca8b9427d
+1.3.6.1.2.1.2.2.1.6.52001|4x|444ca8b942ba
+1.3.6.1.2.1.2.2.1.6.53001|4x|444ca8b9427d
+1.3.6.1.2.1.2.2.1.6.54001|4x|444ca8b942c2
+1.3.6.1.2.1.2.2.1.6.999001|4x|444ca8b9427c
+1.3.6.1.2.1.2.2.1.6.1000001|4x|444ca8b94283
+1.3.6.1.2.1.2.2.1.6.1000002|4x|444ca8b942b2
+1.3.6.1.2.1.2.2.1.6.1000003|4x|444ca8b942ba
+1.3.6.1.2.1.2.2.1.6.1000005|4x|444ca8b9428f
+1.3.6.1.2.1.2.2.1.6.1001000|4x|444ca8b942ac
+1.3.6.1.2.1.2.2.1.6.1001100|4x|000000000000
+1.3.6.1.2.1.2.2.1.6.5000000|4|
+1.3.6.1.2.1.2.2.1.6.7000000|4|
+1.3.6.1.2.1.2.2.1.7.1|2|1
+1.3.6.1.2.1.2.2.1.7.2|2|1
+1.3.6.1.2.1.2.2.1.7.3|2|1
+1.3.6.1.2.1.2.2.1.7.4|2|1
+1.3.6.1.2.1.2.2.1.7.5|2|1
+1.3.6.1.2.1.2.2.1.7.6|2|1
+1.3.6.1.2.1.2.2.1.7.7|2|1
+1.3.6.1.2.1.2.2.1.7.8|2|1
+1.3.6.1.2.1.2.2.1.7.9|2|1
+1.3.6.1.2.1.2.2.1.7.10|2|1
+1.3.6.1.2.1.2.2.1.7.11|2|1
+1.3.6.1.2.1.2.2.1.7.12|2|1
+1.3.6.1.2.1.2.2.1.7.13|2|1
+1.3.6.1.2.1.2.2.1.7.14|2|1
+1.3.6.1.2.1.2.2.1.7.15|2|1
+1.3.6.1.2.1.2.2.1.7.16|2|1
+1.3.6.1.2.1.2.2.1.7.17|2|1
+1.3.6.1.2.1.2.2.1.7.18|2|1
+1.3.6.1.2.1.2.2.1.7.19|2|1
+1.3.6.1.2.1.2.2.1.7.20|2|1
+1.3.6.1.2.1.2.2.1.7.21|2|1
+1.3.6.1.2.1.2.2.1.7.22|2|1
+1.3.6.1.2.1.2.2.1.7.23|2|1
+1.3.6.1.2.1.2.2.1.7.24|2|1
+1.3.6.1.2.1.2.2.1.7.25|2|1
+1.3.6.1.2.1.2.2.1.7.26|2|1
+1.3.6.1.2.1.2.2.1.7.27|2|1
+1.3.6.1.2.1.2.2.1.7.28|2|1
+1.3.6.1.2.1.2.2.1.7.29|2|1
+1.3.6.1.2.1.2.2.1.7.30|2|1
+1.3.6.1.2.1.2.2.1.7.31|2|1
+1.3.6.1.2.1.2.2.1.7.32|2|1
+1.3.6.1.2.1.2.2.1.7.33|2|1
+1.3.6.1.2.1.2.2.1.7.34|2|1
+1.3.6.1.2.1.2.2.1.7.35|2|1
+1.3.6.1.2.1.2.2.1.7.36|2|1
+1.3.6.1.2.1.2.2.1.7.37|2|1
+1.3.6.1.2.1.2.2.1.7.38|2|1
+1.3.6.1.2.1.2.2.1.7.39|2|1
+1.3.6.1.2.1.2.2.1.7.40|2|1
+1.3.6.1.2.1.2.2.1.7.41|2|2
+1.3.6.1.2.1.2.2.1.7.42|2|2
+1.3.6.1.2.1.2.2.1.7.43|2|2
+1.3.6.1.2.1.2.2.1.7.44|2|2
+1.3.6.1.2.1.2.2.1.7.45|2|1
+1.3.6.1.2.1.2.2.1.7.46|2|1
+1.3.6.1.2.1.2.2.1.7.47|2|2
+1.3.6.1.2.1.2.2.1.7.48|2|2
+1.3.6.1.2.1.2.2.1.7.49001|2|1
+1.3.6.1.2.1.2.2.1.7.50001|2|1
+1.3.6.1.2.1.2.2.1.7.51001|2|1
+1.3.6.1.2.1.2.2.1.7.52001|2|1
+1.3.6.1.2.1.2.2.1.7.53001|2|1
+1.3.6.1.2.1.2.2.1.7.54001|2|1
+1.3.6.1.2.1.2.2.1.7.999001|2|1
+1.3.6.1.2.1.2.2.1.7.1000001|2|1
+1.3.6.1.2.1.2.2.1.7.1000002|2|1
+1.3.6.1.2.1.2.2.1.7.1000003|2|1
+1.3.6.1.2.1.2.2.1.7.1000005|2|1
+1.3.6.1.2.1.2.2.1.7.1001000|2|1
+1.3.6.1.2.1.2.2.1.7.1001100|2|1
+1.3.6.1.2.1.2.2.1.7.5000000|2|1
+1.3.6.1.2.1.2.2.1.7.7000000|2|1
+1.3.6.1.2.1.2.2.1.8.1|2|6
+1.3.6.1.2.1.2.2.1.8.2|2|1
+1.3.6.1.2.1.2.2.1.8.3|2|6
+1.3.6.1.2.1.2.2.1.8.4|2|6
+1.3.6.1.2.1.2.2.1.8.5|2|6
+1.3.6.1.2.1.2.2.1.8.6|2|1
+1.3.6.1.2.1.2.2.1.8.7|2|1
+1.3.6.1.2.1.2.2.1.8.8|2|1
+1.3.6.1.2.1.2.2.1.8.9|2|6
+1.3.6.1.2.1.2.2.1.8.10|2|6
+1.3.6.1.2.1.2.2.1.8.11|2|6
+1.3.6.1.2.1.2.2.1.8.12|2|6
+1.3.6.1.2.1.2.2.1.8.13|2|1
+1.3.6.1.2.1.2.2.1.8.14|2|1
+1.3.6.1.2.1.2.2.1.8.15|2|2
+1.3.6.1.2.1.2.2.1.8.16|2|2
+1.3.6.1.2.1.2.2.1.8.17|2|1
+1.3.6.1.2.1.2.2.1.8.18|2|1
+1.3.6.1.2.1.2.2.1.8.19|2|1
+1.3.6.1.2.1.2.2.1.8.20|2|1
+1.3.6.1.2.1.2.2.1.8.21|2|1
+1.3.6.1.2.1.2.2.1.8.22|2|1
+1.3.6.1.2.1.2.2.1.8.23|2|2
+1.3.6.1.2.1.2.2.1.8.24|2|2
+1.3.6.1.2.1.2.2.1.8.25|2|1
+1.3.6.1.2.1.2.2.1.8.26|2|2
+1.3.6.1.2.1.2.2.1.8.27|2|2
+1.3.6.1.2.1.2.2.1.8.28|2|2
+1.3.6.1.2.1.2.2.1.8.29|2|2
+1.3.6.1.2.1.2.2.1.8.30|2|2
+1.3.6.1.2.1.2.2.1.8.31|2|2
+1.3.6.1.2.1.2.2.1.8.32|2|1
+1.3.6.1.2.1.2.2.1.8.33|2|6
+1.3.6.1.2.1.2.2.1.8.34|2|6
+1.3.6.1.2.1.2.2.1.8.35|2|6
+1.3.6.1.2.1.2.2.1.8.36|2|6
+1.3.6.1.2.1.2.2.1.8.37|2|6
+1.3.6.1.2.1.2.2.1.8.38|2|6
+1.3.6.1.2.1.2.2.1.8.39|2|6
+1.3.6.1.2.1.2.2.1.8.40|2|6
+1.3.6.1.2.1.2.2.1.8.41|2|2
+1.3.6.1.2.1.2.2.1.8.42|2|2
+1.3.6.1.2.1.2.2.1.8.43|2|2
+1.3.6.1.2.1.2.2.1.8.44|2|2
+1.3.6.1.2.1.2.2.1.8.45|2|1
+1.3.6.1.2.1.2.2.1.8.46|2|1
+1.3.6.1.2.1.2.2.1.8.47|2|2
+1.3.6.1.2.1.2.2.1.8.48|2|2
+1.3.6.1.2.1.2.2.1.8.49001|2|1
+1.3.6.1.2.1.2.2.1.8.50001|2|1
+1.3.6.1.2.1.2.2.1.8.51001|2|1
+1.3.6.1.2.1.2.2.1.8.52001|2|1
+1.3.6.1.2.1.2.2.1.8.53001|2|1
+1.3.6.1.2.1.2.2.1.8.54001|2|6
+1.3.6.1.2.1.2.2.1.8.999001|2|1
+1.3.6.1.2.1.2.2.1.8.1000001|2|1
+1.3.6.1.2.1.2.2.1.8.1000002|2|1
+1.3.6.1.2.1.2.2.1.8.1000003|2|1
+1.3.6.1.2.1.2.2.1.8.1000005|2|1
+1.3.6.1.2.1.2.2.1.8.1001000|2|1
+1.3.6.1.2.1.2.2.1.8.1001100|2|7
+1.3.6.1.2.1.2.2.1.8.5000000|2|1
+1.3.6.1.2.1.2.2.1.8.7000000|2|1
+1.3.6.1.2.1.2.2.1.9.1|67|15654
+1.3.6.1.2.1.2.2.1.9.2|67|35049776
+1.3.6.1.2.1.2.2.1.9.3|67|15654
+1.3.6.1.2.1.2.2.1.9.4|67|15654
+1.3.6.1.2.1.2.2.1.9.5|67|15654
+1.3.6.1.2.1.2.2.1.9.6|67|1438820171
+1.3.6.1.2.1.2.2.1.9.7|67|35115692
+1.3.6.1.2.1.2.2.1.9.8|67|1123333516
+1.3.6.1.2.1.2.2.1.9.9|67|15653
+1.3.6.1.2.1.2.2.1.9.10|67|15654
+1.3.6.1.2.1.2.2.1.9.11|67|15654
+1.3.6.1.2.1.2.2.1.9.12|67|15653
+1.3.6.1.2.1.2.2.1.9.13|67|2332925064
+1.3.6.1.2.1.2.2.1.9.14|67|34874402
+1.3.6.1.2.1.2.2.1.9.15|67|985166231
+1.3.6.1.2.1.2.2.1.9.16|67|34801364
+1.3.6.1.2.1.2.2.1.9.17|67|34893319
+1.3.6.1.2.1.2.2.1.9.18|67|2519299725
+1.3.6.1.2.1.2.2.1.9.19|67|34934262
+1.3.6.1.2.1.2.2.1.9.20|67|2518046803
+1.3.6.1.2.1.2.2.1.9.21|67|460387419
+1.3.6.1.2.1.2.2.1.9.22|67|34962888
+1.3.6.1.2.1.2.2.1.9.23|67|34800863
+1.3.6.1.2.1.2.2.1.9.24|67|34805569
+1.3.6.1.2.1.2.2.1.9.25|67|2398999018
+1.3.6.1.2.1.2.2.1.9.26|67|1724986916
+1.3.6.1.2.1.2.2.1.9.27|67|1724984414
+1.3.6.1.2.1.2.2.1.9.28|67|1724986116
+1.3.6.1.2.1.2.2.1.9.29|67|1724984719
+1.3.6.1.2.1.2.2.1.9.30|67|1724986516
+1.3.6.1.2.1.2.2.1.9.31|67|2829477789
+1.3.6.1.2.1.2.2.1.9.32|67|2028627560
+1.3.6.1.2.1.2.2.1.9.33|67|2527071598
+1.3.6.1.2.1.2.2.1.9.34|67|2527072197
+1.3.6.1.2.1.2.2.1.9.35|67|2527071598
+1.3.6.1.2.1.2.2.1.9.36|67|15653
+1.3.6.1.2.1.2.2.1.9.37|67|15654
+1.3.6.1.2.1.2.2.1.9.38|67|15654
+1.3.6.1.2.1.2.2.1.9.39|67|15654
+1.3.6.1.2.1.2.2.1.9.40|67|15654
+1.3.6.1.2.1.2.2.1.9.41|67|2527150761
+1.3.6.1.2.1.2.2.1.9.42|67|2527151459
+1.3.6.1.2.1.2.2.1.9.43|67|2527152060
+1.3.6.1.2.1.2.2.1.9.44|67|2527153767
+1.3.6.1.2.1.2.2.1.9.45|67|2527256727
+1.3.6.1.2.1.2.2.1.9.46|67|2527256828
+1.3.6.1.2.1.2.2.1.9.47|67|35177746
+1.3.6.1.2.1.2.2.1.9.48|67|35183262
+1.3.6.1.2.1.2.2.1.9.49001|67|2399067139
+1.3.6.1.2.1.2.2.1.9.50001|67|2626238563
+1.3.6.1.2.1.2.2.1.9.51001|67|1969940256
+1.3.6.1.2.1.2.2.1.9.52001|67|2391665958
+1.3.6.1.2.1.2.2.1.9.53001|67|1969835371
+1.3.6.1.2.1.2.2.1.9.54001|67|815353472
+1.3.6.1.2.1.2.2.1.9.999001|67|5475
+1.3.6.1.2.1.2.2.1.9.1000001|67|35095120
+1.3.6.1.2.1.2.2.1.9.1000002|67|2626247754
+1.3.6.1.2.1.2.2.1.9.1000003|67|2502415649
+1.3.6.1.2.1.2.2.1.9.1000005|67|2519285886
+1.3.6.1.2.1.2.2.1.9.1001000|67|35177947
+1.3.6.1.2.1.2.2.1.9.1001100|67|2511342733
+1.3.6.1.2.1.2.2.1.9.5000000|67|3847
+1.3.6.1.2.1.2.2.1.9.7000000|67|1969535435
+1.3.6.1.2.1.2.2.1.10.1|65|0
+1.3.6.1.2.1.2.2.1.10.2|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=10000000
+1.3.6.1.2.1.2.2.1.10.3|65|0
+1.3.6.1.2.1.2.2.1.10.4|65|0
+1.3.6.1.2.1.2.2.1.10.5|65|0
+1.3.6.1.2.1.2.2.1.10.6|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=40000000,offset=100000000
+1.3.6.1.2.1.2.2.1.10.7|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=40000000,offset=100000000
+1.3.6.1.2.1.2.2.1.10.8|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=20000000,offset=500
+1.3.6.1.2.1.2.2.1.10.9|65|0
+1.3.6.1.2.1.2.2.1.10.10|65|0
+1.3.6.1.2.1.2.2.1.10.11|65|0
+1.3.6.1.2.1.2.2.1.10.12|65|0
+1.3.6.1.2.1.2.2.1.10.13|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=5000000,offset=0
+1.3.6.1.2.1.2.2.1.10.14|65|8145792
+1.3.6.1.2.1.2.2.1.10.15|65|0
+1.3.6.1.2.1.2.2.1.10.16|65|0
+1.3.6.1.2.1.2.2.1.10.17|65|3788288426
+1.3.6.1.2.1.2.2.1.10.18|65|3912696474
+1.3.6.1.2.1.2.2.1.10.19|65|3262887638
+1.3.6.1.2.1.2.2.1.10.20|65|2541232049
+1.3.6.1.2.1.2.2.1.10.21|65|3026114862
+1.3.6.1.2.1.2.2.1.10.22|65|73765220
+1.3.6.1.2.1.2.2.1.10.23|65|0
+1.3.6.1.2.1.2.2.1.10.24|65|0
+1.3.6.1.2.1.2.2.1.10.25|65|712370352
+1.3.6.1.2.1.2.2.1.10.26|65|0
+1.3.6.1.2.1.2.2.1.10.27|65|943950
+1.3.6.1.2.1.2.2.1.10.28|65|0
+1.3.6.1.2.1.2.2.1.10.29|65|946120
+1.3.6.1.2.1.2.2.1.10.30|65|0
+1.3.6.1.2.1.2.2.1.10.31|65|0
+1.3.6.1.2.1.2.2.1.10.32|65|0
+1.3.6.1.2.1.2.2.1.10.33|65|3991930200
+1.3.6.1.2.1.2.2.1.10.34|65|2225709651
+1.3.6.1.2.1.2.2.1.10.35|65|2056002825
+1.3.6.1.2.1.2.2.1.10.36|65|0
+1.3.6.1.2.1.2.2.1.10.37|65|0
+1.3.6.1.2.1.2.2.1.10.38|65|0
+1.3.6.1.2.1.2.2.1.10.39|65|0
+1.3.6.1.2.1.2.2.1.10.40|65|0
+1.3.6.1.2.1.2.2.1.10.41|65|3030158630
+1.3.6.1.2.1.2.2.1.10.42|65|3976711153
+1.3.6.1.2.1.2.2.1.10.43|65|2034638711
+1.3.6.1.2.1.2.2.1.10.44|65|0
+1.3.6.1.2.1.2.2.1.10.45|65|685618887
+1.3.6.1.2.1.2.2.1.10.46|65|2382954673
+1.3.6.1.2.1.2.2.1.10.47|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=60000000,offset=100000000
+1.3.6.1.2.1.2.2.1.10.48|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=60000000,offset=100000000
+1.3.6.1.2.1.2.2.1.10.49001|65|334810971
+1.3.6.1.2.1.2.2.1.10.50001|65|593297286
+1.3.6.1.2.1.2.2.1.10.51001|65|4282316209
+1.3.6.1.2.1.2.2.1.10.52001|65|556168494
+1.3.6.1.2.1.2.2.1.10.53001|65|822998014
+1.3.6.1.2.1.2.2.1.10.54001|65|0
+1.3.6.1.2.1.2.2.1.10.999001|65|364985364
+1.3.6.1.2.1.2.2.1.10.1000001|65|2979364326
+1.3.6.1.2.1.2.2.1.10.1000002|65|593296262
+1.3.6.1.2.1.2.2.1.10.1000003|65|556168366
+1.3.6.1.2.1.2.2.1.10.1000005|65|880332585
+1.3.6.1.2.1.2.2.1.10.1001000|65|1440557691
+1.3.6.1.2.1.2.2.1.10.1001100|65|0
+1.3.6.1.2.1.2.2.1.10.5000000|65|0
+1.3.6.1.2.1.2.2.1.10.7000000|65|0
+1.3.6.1.2.1.2.2.1.11.1|65|0
+1.3.6.1.2.1.2.2.1.11.2|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=80000000
+1.3.6.1.2.1.2.2.1.11.3|65|0
+1.3.6.1.2.1.2.2.1.11.4|65|0
+1.3.6.1.2.1.2.2.1.11.5|65|0
+1.3.6.1.2.1.2.2.1.11.6|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=320000000,offset=10000000
+1.3.6.1.2.1.2.2.1.11.7|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=320000000,offset=10000000
+1.3.6.1.2.1.2.2.1.11.8|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=160000000,offset=500
+1.3.6.1.2.1.2.2.1.11.9|65|0
+1.3.6.1.2.1.2.2.1.11.10|65|0
+1.3.6.1.2.1.2.2.1.11.11|65|0
+1.3.6.1.2.1.2.2.1.11.12|65|0
+1.3.6.1.2.1.2.2.1.11.13|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=40000000,offset=0
+1.3.6.1.2.1.2.2.1.11.14|65|8145792
+1.3.6.1.2.1.2.2.1.11.15|65|0
+1.3.6.1.2.1.2.2.1.11.16|65|0
+1.3.6.1.2.1.2.2.1.11.17|65|3788288426
+1.3.6.1.2.1.2.2.1.11.18|65|3912696474
+1.3.6.1.2.1.2.2.1.11.19|65|3262887638
+1.3.6.1.2.1.2.2.1.11.20|65|2541232049
+1.3.6.1.2.1.2.2.1.11.21|65|3026114862
+1.3.6.1.2.1.2.2.1.11.22|65|73765220
+1.3.6.1.2.1.2.2.1.11.23|65|0
+1.3.6.1.2.1.2.2.1.11.24|65|0
+1.3.6.1.2.1.2.2.1.11.25|65|712370352
+1.3.6.1.2.1.2.2.1.11.26|65|0
+1.3.6.1.2.1.2.2.1.11.27|65|943950
+1.3.6.1.2.1.2.2.1.11.28|65|0
+1.3.6.1.2.1.2.2.1.11.29|65|946120
+1.3.6.1.2.1.2.2.1.11.30|65|0
+1.3.6.1.2.1.2.2.1.11.31|65|0
+1.3.6.1.2.1.2.2.1.11.32|65|0
+1.3.6.1.2.1.2.2.1.11.33|65|3991930200
+1.3.6.1.2.1.2.2.1.11.34|65|2225709651
+1.3.6.1.2.1.2.2.1.11.35|65|2056002825
+1.3.6.1.2.1.2.2.1.11.36|65|0
+1.3.6.1.2.1.2.2.1.11.37|65|0
+1.3.6.1.2.1.2.2.1.11.38|65|0
+1.3.6.1.2.1.2.2.1.11.39|65|0
+1.3.6.1.2.1.2.2.1.11.40|65|0
+1.3.6.1.2.1.2.2.1.11.41|65|3030158630
+1.3.6.1.2.1.2.2.1.11.42|65|3976711153
+1.3.6.1.2.1.2.2.1.11.43|65|2034638711
+1.3.6.1.2.1.2.2.1.11.44|65|0
+1.3.6.1.2.1.2.2.1.11.45|65|685618887
+1.3.6.1.2.1.2.2.1.11.46|65|2382954673
+1.3.6.1.2.1.2.2.1.11.47|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=480000000,offset=10000000
+1.3.6.1.2.1.2.2.1.11.48|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=480000000,offset=10000000
+1.3.6.1.2.1.2.2.1.11.49001|65|2123075348
+1.3.6.1.2.1.2.2.1.11.50001|65|1401992
+1.3.6.1.2.1.2.2.1.11.51001|65|1205093356
+1.3.6.1.2.1.2.2.1.11.52001|65|1050193
+1.3.6.1.2.1.2.2.1.11.53001|65|1710217264
+1.3.6.1.2.1.2.2.1.11.54001|65|0
+1.3.6.1.2.1.2.2.1.11.999001|65|69064455
+1.3.6.1.2.1.2.2.1.11.1000001|65|1302298517
+1.3.6.1.2.1.2.2.1.11.1000002|65|1401992
+1.3.6.1.2.1.2.2.1.11.1000003|65|1050193
+1.3.6.1.2.1.2.2.1.11.1000005|65|3378235503
+1.3.6.1.2.1.2.2.1.11.1001000|65|3112011799
+1.3.6.1.2.1.2.2.1.11.1001100|65|0
+1.3.6.1.2.1.2.2.1.11.5000000|65|0
+1.3.6.1.2.1.2.2.1.11.7000000|65|0
+1.3.6.1.2.1.2.2.1.12.1|65|0
+1.3.6.1.2.1.2.2.1.12.2|65|190709
+1.3.6.1.2.1.2.2.1.12.3|65|0
+1.3.6.1.2.1.2.2.1.12.4|65|0
+1.3.6.1.2.1.2.2.1.12.5|65|0
+1.3.6.1.2.1.2.2.1.12.6|65|4280520
+1.3.6.1.2.1.2.2.1.12.7|65|2677395
+1.3.6.1.2.1.2.2.1.12.8|65|3396309
+1.3.6.1.2.1.2.2.1.12.9|65|0
+1.3.6.1.2.1.2.2.1.12.10|65|0
+1.3.6.1.2.1.2.2.1.12.11|65|0
+1.3.6.1.2.1.2.2.1.12.12|65|0
+1.3.6.1.2.1.2.2.1.12.13|65|191
+1.3.6.1.2.1.2.2.1.12.14|65|125421
+1.3.6.1.2.1.2.2.1.12.15|65|0
+1.3.6.1.2.1.2.2.1.12.16|65|0
+1.3.6.1.2.1.2.2.1.12.17|65|23
+1.3.6.1.2.1.2.2.1.12.18|65|4913341
+1.3.6.1.2.1.2.2.1.12.19|65|1872043
+1.3.6.1.2.1.2.2.1.12.20|65|4775996
+1.3.6.1.2.1.2.2.1.12.21|65|196
+1.3.6.1.2.1.2.2.1.12.22|65|13925855
+1.3.6.1.2.1.2.2.1.12.23|65|0
+1.3.6.1.2.1.2.2.1.12.24|65|0
+1.3.6.1.2.1.2.2.1.12.25|65|649731
+1.3.6.1.2.1.2.2.1.12.26|65|0
+1.3.6.1.2.1.2.2.1.12.27|65|4350
+1.3.6.1.2.1.2.2.1.12.28|65|0
+1.3.6.1.2.1.2.2.1.12.29|65|4360
+1.3.6.1.2.1.2.2.1.12.30|65|0
+1.3.6.1.2.1.2.2.1.12.31|65|0
+1.3.6.1.2.1.2.2.1.12.32|65|0
+1.3.6.1.2.1.2.2.1.12.33|65|656637
+1.3.6.1.2.1.2.2.1.12.34|65|656639
+1.3.6.1.2.1.2.2.1.12.35|65|656641
+1.3.6.1.2.1.2.2.1.12.36|65|0
+1.3.6.1.2.1.2.2.1.12.37|65|0
+1.3.6.1.2.1.2.2.1.12.38|65|0
+1.3.6.1.2.1.2.2.1.12.39|65|0
+1.3.6.1.2.1.2.2.1.12.40|65|0
+1.3.6.1.2.1.2.2.1.12.41|65|639127
+1.3.6.1.2.1.2.2.1.12.42|65|639024
+1.3.6.1.2.1.2.2.1.12.43|65|639006
+1.3.6.1.2.1.2.2.1.12.44|65|0
+1.3.6.1.2.1.2.2.1.12.45|65|619470
+1.3.6.1.2.1.2.2.1.12.46|65|282858714
+1.3.6.1.2.1.2.2.1.12.47|65|31528238
+1.3.6.1.2.1.2.2.1.12.48|65|40507963
+1.3.6.1.2.1.2.2.1.12.49001|65|39077323
+1.3.6.1.2.1.2.2.1.12.50001|65|3547774
+1.3.6.1.2.1.2.2.1.12.51001|65|488382
+1.3.6.1.2.1.2.2.1.12.52001|65|3544410
+1.3.6.1.2.1.2.2.1.12.53001|65|421126
+1.3.6.1.2.1.2.2.1.12.54001|65|0
+1.3.6.1.2.1.2.2.1.12.999001|65|12846713
+1.3.6.1.2.1.2.2.1.12.1000001|65|6957898
+1.3.6.1.2.1.2.2.1.12.1000002|65|3547766
+1.3.6.1.2.1.2.2.1.12.1000003|65|3544409
+1.3.6.1.2.1.2.2.1.12.1000005|65|8161170
+1.3.6.1.2.1.2.2.1.12.1001000|65|72036196
+1.3.6.1.2.1.2.2.1.12.1001100|65|0
+1.3.6.1.2.1.2.2.1.12.5000000|65|0
+1.3.6.1.2.1.2.2.1.12.7000000|65|0
+1.3.6.1.2.1.2.2.1.13.1|65|0
+1.3.6.1.2.1.2.2.1.13.2|65|0
+1.3.6.1.2.1.2.2.1.13.3|65|0
+1.3.6.1.2.1.2.2.1.13.4|65|0
+1.3.6.1.2.1.2.2.1.13.5|65|0
+1.3.6.1.2.1.2.2.1.13.6|65|0
+1.3.6.1.2.1.2.2.1.13.7|65|0
+1.3.6.1.2.1.2.2.1.13.8|65|0
+1.3.6.1.2.1.2.2.1.13.9|65|0
+1.3.6.1.2.1.2.2.1.13.10|65|0
+1.3.6.1.2.1.2.2.1.13.11|65|0
+1.3.6.1.2.1.2.2.1.13.12|65|0
+1.3.6.1.2.1.2.2.1.13.13|65|0
+1.3.6.1.2.1.2.2.1.13.14|65|0
+1.3.6.1.2.1.2.2.1.13.15|65|0
+1.3.6.1.2.1.2.2.1.13.16|65|0
+1.3.6.1.2.1.2.2.1.13.17|65|0
+1.3.6.1.2.1.2.2.1.13.18|65|0
+1.3.6.1.2.1.2.2.1.13.19|65|0
+1.3.6.1.2.1.2.2.1.13.20|65|0
+1.3.6.1.2.1.2.2.1.13.21|65|0
+1.3.6.1.2.1.2.2.1.13.22|65|0
+1.3.6.1.2.1.2.2.1.13.23|65|0
+1.3.6.1.2.1.2.2.1.13.24|65|0
+1.3.6.1.2.1.2.2.1.13.25|65|0
+1.3.6.1.2.1.2.2.1.13.26|65|0
+1.3.6.1.2.1.2.2.1.13.27|65|0
+1.3.6.1.2.1.2.2.1.13.28|65|0
+1.3.6.1.2.1.2.2.1.13.29|65|0
+1.3.6.1.2.1.2.2.1.13.30|65|0
+1.3.6.1.2.1.2.2.1.13.31|65|0
+1.3.6.1.2.1.2.2.1.13.32|65|0
+1.3.6.1.2.1.2.2.1.13.33|65|0
+1.3.6.1.2.1.2.2.1.13.34|65|0
+1.3.6.1.2.1.2.2.1.13.35|65|0
+1.3.6.1.2.1.2.2.1.13.36|65|0
+1.3.6.1.2.1.2.2.1.13.37|65|0
+1.3.6.1.2.1.2.2.1.13.38|65|0
+1.3.6.1.2.1.2.2.1.13.39|65|0
+1.3.6.1.2.1.2.2.1.13.40|65|0
+1.3.6.1.2.1.2.2.1.13.41|65|0
+1.3.6.1.2.1.2.2.1.13.42|65|0
+1.3.6.1.2.1.2.2.1.13.43|65|0
+1.3.6.1.2.1.2.2.1.13.44|65|0
+1.3.6.1.2.1.2.2.1.13.45|65|0
+1.3.6.1.2.1.2.2.1.13.46|65|0
+1.3.6.1.2.1.2.2.1.13.47|65|0
+1.3.6.1.2.1.2.2.1.13.48|65|0
+1.3.6.1.2.1.2.2.1.13.49001|65|0
+1.3.6.1.2.1.2.2.1.13.50001|65|0
+1.3.6.1.2.1.2.2.1.13.51001|65|0
+1.3.6.1.2.1.2.2.1.13.52001|65|0
+1.3.6.1.2.1.2.2.1.13.53001|65|0
+1.3.6.1.2.1.2.2.1.13.54001|65|0
+1.3.6.1.2.1.2.2.1.13.999001|65|0
+1.3.6.1.2.1.2.2.1.13.1000001|65|0
+1.3.6.1.2.1.2.2.1.13.1000002|65|0
+1.3.6.1.2.1.2.2.1.13.1000003|65|0
+1.3.6.1.2.1.2.2.1.13.1000005|65|0
+1.3.6.1.2.1.2.2.1.13.1001000|65|0
+1.3.6.1.2.1.2.2.1.13.1001100|65|0
+1.3.6.1.2.1.2.2.1.13.5000000|65|0
+1.3.6.1.2.1.2.2.1.13.7000000|65|0
+1.3.6.1.2.1.2.2.1.14.1|65|0
+1.3.6.1.2.1.2.2.1.14.2|65|0
+1.3.6.1.2.1.2.2.1.14.3|65|0
+1.3.6.1.2.1.2.2.1.14.4|65|0
+1.3.6.1.2.1.2.2.1.14.5|65|0
+1.3.6.1.2.1.2.2.1.14.6|65|0
+1.3.6.1.2.1.2.2.1.14.7|65|0
+1.3.6.1.2.1.2.2.1.14.8|65|253
+1.3.6.1.2.1.2.2.1.14.9|65|0
+1.3.6.1.2.1.2.2.1.14.10|65|0
+1.3.6.1.2.1.2.2.1.14.11|65|0
+1.3.6.1.2.1.2.2.1.14.12|65|0
+1.3.6.1.2.1.2.2.1.14.13|65|0
+1.3.6.1.2.1.2.2.1.14.14|65|0
+1.3.6.1.2.1.2.2.1.14.15|65|0
+1.3.6.1.2.1.2.2.1.14.16|65|0
+1.3.6.1.2.1.2.2.1.14.17|65|0
+1.3.6.1.2.1.2.2.1.14.18|65|0
+1.3.6.1.2.1.2.2.1.14.19|65|20
+1.3.6.1.2.1.2.2.1.14.20|65|0
+1.3.6.1.2.1.2.2.1.14.21|65|0
+1.3.6.1.2.1.2.2.1.14.22|65|0
+1.3.6.1.2.1.2.2.1.14.23|65|0
+1.3.6.1.2.1.2.2.1.14.24|65|0
+1.3.6.1.2.1.2.2.1.14.25|65|0
+1.3.6.1.2.1.2.2.1.14.26|65|0
+1.3.6.1.2.1.2.2.1.14.27|65|0
+1.3.6.1.2.1.2.2.1.14.28|65|0
+1.3.6.1.2.1.2.2.1.14.29|65|0
+1.3.6.1.2.1.2.2.1.14.30|65|0
+1.3.6.1.2.1.2.2.1.14.31|65|0
+1.3.6.1.2.1.2.2.1.14.32|65|0
+1.3.6.1.2.1.2.2.1.14.33|65|0
+1.3.6.1.2.1.2.2.1.14.34|65|0
+1.3.6.1.2.1.2.2.1.14.35|65|0
+1.3.6.1.2.1.2.2.1.14.36|65|0
+1.3.6.1.2.1.2.2.1.14.37|65|0
+1.3.6.1.2.1.2.2.1.14.38|65|0
+1.3.6.1.2.1.2.2.1.14.39|65|0
+1.3.6.1.2.1.2.2.1.14.40|65|0
+1.3.6.1.2.1.2.2.1.14.41|65|0
+1.3.6.1.2.1.2.2.1.14.42|65|0
+1.3.6.1.2.1.2.2.1.14.43|65|0
+1.3.6.1.2.1.2.2.1.14.44|65|0
+1.3.6.1.2.1.2.2.1.14.45|65|0
+1.3.6.1.2.1.2.2.1.14.46|65|2
+1.3.6.1.2.1.2.2.1.14.47|65|0
+1.3.6.1.2.1.2.2.1.14.48|65|0
+1.3.6.1.2.1.2.2.1.14.49001|65|0
+1.3.6.1.2.1.2.2.1.14.50001|65|0
+1.3.6.1.2.1.2.2.1.14.51001|65|0
+1.3.6.1.2.1.2.2.1.14.52001|65|0
+1.3.6.1.2.1.2.2.1.14.53001|65|0
+1.3.6.1.2.1.2.2.1.14.54001|65|0
+1.3.6.1.2.1.2.2.1.14.999001|65|0
+1.3.6.1.2.1.2.2.1.14.1000001|65|0
+1.3.6.1.2.1.2.2.1.14.1000002|65|0
+1.3.6.1.2.1.2.2.1.14.1000003|65|0
+1.3.6.1.2.1.2.2.1.14.1000005|65|0
+1.3.6.1.2.1.2.2.1.14.1001000|65|0
+1.3.6.1.2.1.2.2.1.14.1001100|65|0
+1.3.6.1.2.1.2.2.1.14.5000000|65|0
+1.3.6.1.2.1.2.2.1.14.7000000|65|0
+1.3.6.1.2.1.2.2.1.15.1|65|0
+1.3.6.1.2.1.2.2.1.15.2|65|0
+1.3.6.1.2.1.2.2.1.15.3|65|0
+1.3.6.1.2.1.2.2.1.15.4|65|0
+1.3.6.1.2.1.2.2.1.15.5|65|0
+1.3.6.1.2.1.2.2.1.15.6|65|0
+1.3.6.1.2.1.2.2.1.15.7|65|0
+1.3.6.1.2.1.2.2.1.15.8|65|0
+1.3.6.1.2.1.2.2.1.15.9|65|0
+1.3.6.1.2.1.2.2.1.15.10|65|0
+1.3.6.1.2.1.2.2.1.15.11|65|0
+1.3.6.1.2.1.2.2.1.15.12|65|0
+1.3.6.1.2.1.2.2.1.15.13|65|0
+1.3.6.1.2.1.2.2.1.15.14|65|0
+1.3.6.1.2.1.2.2.1.15.15|65|0
+1.3.6.1.2.1.2.2.1.15.16|65|0
+1.3.6.1.2.1.2.2.1.15.17|65|0
+1.3.6.1.2.1.2.2.1.15.18|65|0
+1.3.6.1.2.1.2.2.1.15.19|65|0
+1.3.6.1.2.1.2.2.1.15.20|65|0
+1.3.6.1.2.1.2.2.1.15.21|65|0
+1.3.6.1.2.1.2.2.1.15.22|65|0
+1.3.6.1.2.1.2.2.1.15.23|65|0
+1.3.6.1.2.1.2.2.1.15.24|65|0
+1.3.6.1.2.1.2.2.1.15.25|65|0
+1.3.6.1.2.1.2.2.1.15.26|65|0
+1.3.6.1.2.1.2.2.1.15.27|65|0
+1.3.6.1.2.1.2.2.1.15.28|65|0
+1.3.6.1.2.1.2.2.1.15.29|65|0
+1.3.6.1.2.1.2.2.1.15.30|65|0
+1.3.6.1.2.1.2.2.1.15.31|65|0
+1.3.6.1.2.1.2.2.1.15.32|65|0
+1.3.6.1.2.1.2.2.1.15.33|65|0
+1.3.6.1.2.1.2.2.1.15.34|65|0
+1.3.6.1.2.1.2.2.1.15.35|65|0
+1.3.6.1.2.1.2.2.1.15.36|65|0
+1.3.6.1.2.1.2.2.1.15.37|65|0
+1.3.6.1.2.1.2.2.1.15.38|65|0
+1.3.6.1.2.1.2.2.1.15.39|65|0
+1.3.6.1.2.1.2.2.1.15.40|65|0
+1.3.6.1.2.1.2.2.1.15.41|65|0
+1.3.6.1.2.1.2.2.1.15.42|65|0
+1.3.6.1.2.1.2.2.1.15.43|65|0
+1.3.6.1.2.1.2.2.1.15.44|65|0
+1.3.6.1.2.1.2.2.1.15.45|65|0
+1.3.6.1.2.1.2.2.1.15.46|65|0
+1.3.6.1.2.1.2.2.1.15.47|65|0
+1.3.6.1.2.1.2.2.1.15.48|65|0
+1.3.6.1.2.1.2.2.1.15.49001|65|0
+1.3.6.1.2.1.2.2.1.15.50001|65|0
+1.3.6.1.2.1.2.2.1.15.51001|65|0
+1.3.6.1.2.1.2.2.1.15.52001|65|0
+1.3.6.1.2.1.2.2.1.15.53001|65|0
+1.3.6.1.2.1.2.2.1.15.54001|65|0
+1.3.6.1.2.1.2.2.1.15.999001|65|0
+1.3.6.1.2.1.2.2.1.15.1000001|65|0
+1.3.6.1.2.1.2.2.1.15.1000002|65|0
+1.3.6.1.2.1.2.2.1.15.1000003|65|0
+1.3.6.1.2.1.2.2.1.15.1000005|65|0
+1.3.6.1.2.1.2.2.1.15.1001000|65|0
+1.3.6.1.2.1.2.2.1.15.1001100|65|0
+1.3.6.1.2.1.2.2.1.15.5000000|65|0
+1.3.6.1.2.1.2.2.1.15.7000000|65|0
+1.3.6.1.2.1.2.2.1.16.1|65|0
+1.3.6.1.2.1.2.2.1.16.2|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=10000000
+1.3.6.1.2.1.2.2.1.16.3|65|0
+1.3.6.1.2.1.2.2.1.16.4|65|0
+1.3.6.1.2.1.2.2.1.16.5|65|0
+1.3.6.1.2.1.2.2.1.16.6|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=40000000,offset=100000000
+1.3.6.1.2.1.2.2.1.16.7|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=40000000,offset=100000000
+1.3.6.1.2.1.2.2.1.16.8|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=20000000,offset=500
+1.3.6.1.2.1.2.2.1.16.9|65|0
+1.3.6.1.2.1.2.2.1.16.10|65|0
+1.3.6.1.2.1.2.2.1.16.11|65|0
+1.3.6.1.2.1.2.2.1.16.12|65|0
+1.3.6.1.2.1.2.2.1.16.13|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=5000000,offset=0
+1.3.6.1.2.1.2.2.1.16.14|65|8145792
+1.3.6.1.2.1.2.2.1.16.15|65|0
+1.3.6.1.2.1.2.2.1.16.16|65|0
+1.3.6.1.2.1.2.2.1.16.17|65|3788288426
+1.3.6.1.2.1.2.2.1.16.18|65|3912696474
+1.3.6.1.2.1.2.2.1.16.19|65|3262887638
+1.3.6.1.2.1.2.2.1.16.20|65|2541232049
+1.3.6.1.2.1.2.2.1.16.21|65|3026114862
+1.3.6.1.2.1.2.2.1.16.22|65|73765220
+1.3.6.1.2.1.2.2.1.16.23|65|0
+1.3.6.1.2.1.2.2.1.16.24|65|0
+1.3.6.1.2.1.2.2.1.16.25|65|712370352
+1.3.6.1.2.1.2.2.1.16.26|65|0
+1.3.6.1.2.1.2.2.1.16.27|65|943950
+1.3.6.1.2.1.2.2.1.16.28|65|0
+1.3.6.1.2.1.2.2.1.16.29|65|946120
+1.3.6.1.2.1.2.2.1.16.30|65|0
+1.3.6.1.2.1.2.2.1.16.31|65|0
+1.3.6.1.2.1.2.2.1.16.32|65|0
+1.3.6.1.2.1.2.2.1.16.33|65|3991930200
+1.3.6.1.2.1.2.2.1.16.34|65|2225709651
+1.3.6.1.2.1.2.2.1.16.35|65|2056002825
+1.3.6.1.2.1.2.2.1.16.36|65|0
+1.3.6.1.2.1.2.2.1.16.37|65|0
+1.3.6.1.2.1.2.2.1.16.38|65|0
+1.3.6.1.2.1.2.2.1.16.39|65|0
+1.3.6.1.2.1.2.2.1.16.40|65|0
+1.3.6.1.2.1.2.2.1.16.41|65|3030158630
+1.3.6.1.2.1.2.2.1.16.42|65|3976711153
+1.3.6.1.2.1.2.2.1.16.43|65|2034638711
+1.3.6.1.2.1.2.2.1.16.44|65|0
+1.3.6.1.2.1.2.2.1.16.45|65|685618887
+1.3.6.1.2.1.2.2.1.16.46|65|2382954673
+1.3.6.1.2.1.2.2.1.16.47|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=60000000,offset=100000000
+1.3.6.1.2.1.2.2.1.16.48|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=60000000,offset=100000000
+1.3.6.1.2.1.2.2.1.16.49001|65|29175648
+1.3.6.1.2.1.2.2.1.16.50001|65|3768631910
+1.3.6.1.2.1.2.2.1.16.51001|65|1423584497
+1.3.6.1.2.1.2.2.1.16.52001|65|3734613550
+1.3.6.1.2.1.2.2.1.16.53001|65|1537837071
+1.3.6.1.2.1.2.2.1.16.54001|65|0
+1.3.6.1.2.1.2.2.1.16.999001|65|1449545363
+1.3.6.1.2.1.2.2.1.16.1000001|65|1930165247
+1.3.6.1.2.1.2.2.1.16.1000002|65|3626933670
+1.3.6.1.2.1.2.2.1.16.1000003|65|3592429870
+1.3.6.1.2.1.2.2.1.16.1000005|65|3113989779
+1.3.6.1.2.1.2.2.1.16.1001000|65|351062259
+1.3.6.1.2.1.2.2.1.16.1001100|65|0
+1.3.6.1.2.1.2.2.1.16.5000000|65|0
+1.3.6.1.2.1.2.2.1.16.7000000|65|0
+1.3.6.1.2.1.2.2.1.17.1|65|0
+1.3.6.1.2.1.2.2.1.17.2|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=80000000
+1.3.6.1.2.1.2.2.1.17.3|65|0
+1.3.6.1.2.1.2.2.1.17.4|65|0
+1.3.6.1.2.1.2.2.1.17.5|65|0
+1.3.6.1.2.1.2.2.1.17.6|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=320000000,offset=10000000
+1.3.6.1.2.1.2.2.1.17.7|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=320000000,offset=10000000
+1.3.6.1.2.1.2.2.1.17.8|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=160000000,offset=500
+1.3.6.1.2.1.2.2.1.17.9|65|0
+1.3.6.1.2.1.2.2.1.17.10|65|0
+1.3.6.1.2.1.2.2.1.17.11|65|0
+1.3.6.1.2.1.2.2.1.17.12|65|0
+1.3.6.1.2.1.2.2.1.17.13|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=40000000,offset=0
+1.3.6.1.2.1.2.2.1.17.14|65|8145792
+1.3.6.1.2.1.2.2.1.17.15|65|0
+1.3.6.1.2.1.2.2.1.17.16|65|0
+1.3.6.1.2.1.2.2.1.17.17|65|3788288426
+1.3.6.1.2.1.2.2.1.17.18|65|3912696474
+1.3.6.1.2.1.2.2.1.17.19|65|3262887638
+1.3.6.1.2.1.2.2.1.17.20|65|2541232049
+1.3.6.1.2.1.2.2.1.17.21|65|3026114862
+1.3.6.1.2.1.2.2.1.17.22|65|73765220
+1.3.6.1.2.1.2.2.1.17.23|65|0
+1.3.6.1.2.1.2.2.1.17.24|65|0
+1.3.6.1.2.1.2.2.1.17.25|65|712370352
+1.3.6.1.2.1.2.2.1.17.26|65|0
+1.3.6.1.2.1.2.2.1.17.27|65|943950
+1.3.6.1.2.1.2.2.1.17.28|65|0
+1.3.6.1.2.1.2.2.1.17.29|65|946120
+1.3.6.1.2.1.2.2.1.17.30|65|0
+1.3.6.1.2.1.2.2.1.17.31|65|0
+1.3.6.1.2.1.2.2.1.17.32|65|0
+1.3.6.1.2.1.2.2.1.17.33|65|3991930200
+1.3.6.1.2.1.2.2.1.17.34|65|2225709651
+1.3.6.1.2.1.2.2.1.17.35|65|2056002825
+1.3.6.1.2.1.2.2.1.17.36|65|0
+1.3.6.1.2.1.2.2.1.17.37|65|0
+1.3.6.1.2.1.2.2.1.17.38|65|0
+1.3.6.1.2.1.2.2.1.17.39|65|0
+1.3.6.1.2.1.2.2.1.17.40|65|0
+1.3.6.1.2.1.2.2.1.17.41|65|3030158630
+1.3.6.1.2.1.2.2.1.17.42|65|3976711153
+1.3.6.1.2.1.2.2.1.17.43|65|2034638711
+1.3.6.1.2.1.2.2.1.17.44|65|0
+1.3.6.1.2.1.2.2.1.17.45|65|685618887
+1.3.6.1.2.1.2.2.1.17.46|65|2382954673
+1.3.6.1.2.1.2.2.1.17.47|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=480000000,offset=10000000
+1.3.6.1.2.1.2.2.1.17.48|65:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=480000000,offset=10000000
+1.3.6.1.2.1.2.2.1.17.49001|65|2958840453
+1.3.6.1.2.1.2.2.1.17.50001|65|8719133
+1.3.6.1.2.1.2.2.1.17.51001|65|2168769698
+1.3.6.1.2.1.2.2.1.17.52001|65|8397897
+1.3.6.1.2.1.2.2.1.17.53001|65|3459494059
+1.3.6.1.2.1.2.2.1.17.54001|65|0
+1.3.6.1.2.1.2.2.1.17.999001|65|823140561
+1.3.6.1.2.1.2.2.1.17.1000001|65|274494957
+1.3.6.1.2.1.2.2.1.17.1000002|65|8719132
+1.3.6.1.2.1.2.2.1.17.1000003|65|8397897
+1.3.6.1.2.1.2.2.1.17.1000005|65|2993589010
+1.3.6.1.2.1.2.2.1.17.1001000|65|2407612744
+1.3.6.1.2.1.2.2.1.17.1001100|65|0
+1.3.6.1.2.1.2.2.1.17.5000000|65|0
+1.3.6.1.2.1.2.2.1.17.7000000|65|0
+1.3.6.1.2.1.2.2.1.18.1|65|0
+1.3.6.1.2.1.2.2.1.18.2|65|1778695244
+1.3.6.1.2.1.2.2.1.18.3|65|0
+1.3.6.1.2.1.2.2.1.18.4|65|0
+1.3.6.1.2.1.2.2.1.18.5|65|0
+1.3.6.1.2.1.2.2.1.18.6|65|1774691244
+1.3.6.1.2.1.2.2.1.18.7|65|950319
+1.3.6.1.2.1.2.2.1.18.8|65|1775475597
+1.3.6.1.2.1.2.2.1.18.9|65|0
+1.3.6.1.2.1.2.2.1.18.10|65|0
+1.3.6.1.2.1.2.2.1.18.11|65|0
+1.3.6.1.2.1.2.2.1.18.12|65|0
+1.3.6.1.2.1.2.2.1.18.13|65|1778948882
+1.3.6.1.2.1.2.2.1.18.14|65|17
+1.3.6.1.2.1.2.2.1.18.15|65|5068164
+1.3.6.1.2.1.2.2.1.18.16|65|0
+1.3.6.1.2.1.2.2.1.18.17|65|1778986626
+1.3.6.1.2.1.2.2.1.18.18|65|305432199
+1.3.6.1.2.1.2.2.1.18.19|65|1777089803
+1.3.6.1.2.1.2.2.1.18.20|65|1487310094
+1.3.6.1.2.1.2.2.1.18.21|65|1778930249
+1.3.6.1.2.1.2.2.1.18.22|65|1777126765
+1.3.6.1.2.1.2.2.1.18.23|65|0
+1.3.6.1.2.1.2.2.1.18.24|65|0
+1.3.6.1.2.1.2.2.1.18.25|65|282113022
+1.3.6.1.2.1.2.2.1.18.26|65|1
+1.3.6.1.2.1.2.2.1.18.27|65|4354
+1.3.6.1.2.1.2.2.1.18.28|65|1
+1.3.6.1.2.1.2.2.1.18.29|65|4366
+1.3.6.1.2.1.2.2.1.18.30|65|0
+1.3.6.1.2.1.2.2.1.18.31|65|0
+1.3.6.1.2.1.2.2.1.18.32|65|7491621
+1.3.6.1.2.1.2.2.1.18.33|65|656621
+1.3.6.1.2.1.2.2.1.18.34|65|656617
+1.3.6.1.2.1.2.2.1.18.35|65|656620
+1.3.6.1.2.1.2.2.1.18.36|65|0
+1.3.6.1.2.1.2.2.1.18.37|65|0
+1.3.6.1.2.1.2.2.1.18.38|65|0
+1.3.6.1.2.1.2.2.1.18.39|65|0
+1.3.6.1.2.1.2.2.1.18.40|65|0
+1.3.6.1.2.1.2.2.1.18.41|65|636893
+1.3.6.1.2.1.2.2.1.18.42|65|636854
+1.3.6.1.2.1.2.2.1.18.43|65|636883
+1.3.6.1.2.1.2.2.1.18.44|65|0
+1.3.6.1.2.1.2.2.1.18.45|65|282858715
+1.3.6.1.2.1.2.2.1.18.46|65|619471
+1.3.6.1.2.1.2.2.1.18.47|65|1775549763
+1.3.6.1.2.1.2.2.1.18.48|65|5275104
+1.3.6.1.2.1.2.2.1.18.49001|65|1739670275
+1.3.6.1.2.1.2.2.1.18.50001|65|305926342
+1.3.6.1.2.1.2.2.1.18.51001|65|488431
+1.3.6.1.2.1.2.2.1.18.52001|65|305933798
+1.3.6.1.2.1.2.2.1.18.53001|65|421125
+1.3.6.1.2.1.2.2.1.18.54001|65|0
+1.3.6.1.2.1.2.2.1.18.999001|65|952193
+1.3.6.1.2.1.2.2.1.18.1000001|65|1775641482
+1.3.6.1.2.1.2.2.1.18.1000002|65|304819189
+1.3.6.1.2.1.2.2.1.18.1000003|65|304822988
+1.3.6.1.2.1.2.2.1.18.1000005|65|289203691
+1.3.6.1.2.1.2.2.1.18.1001000|65|1780824865
+1.3.6.1.2.1.2.2.1.18.1001100|65|0
+1.3.6.1.2.1.2.2.1.18.5000000|65|0
+1.3.6.1.2.1.2.2.1.18.7000000|65|0
+1.3.6.1.2.1.2.2.1.19.1|65|0
+1.3.6.1.2.1.2.2.1.19.2|65|78582
+1.3.6.1.2.1.2.2.1.19.3|65|0
+1.3.6.1.2.1.2.2.1.19.4|65|0
+1.3.6.1.2.1.2.2.1.19.5|65|0
+1.3.6.1.2.1.2.2.1.19.6|65|393806427
+1.3.6.1.2.1.2.2.1.19.7|65|406371458
+1.3.6.1.2.1.2.2.1.19.8|65|168789
+1.3.6.1.2.1.2.2.1.19.9|65|0
+1.3.6.1.2.1.2.2.1.19.10|65|0
+1.3.6.1.2.1.2.2.1.19.11|65|0
+1.3.6.1.2.1.2.2.1.19.12|65|0
+1.3.6.1.2.1.2.2.1.19.13|65|500995
+1.3.6.1.2.1.2.2.1.19.14|65|0
+1.3.6.1.2.1.2.2.1.19.15|65|0
+1.3.6.1.2.1.2.2.1.19.16|65|0
+1.3.6.1.2.1.2.2.1.19.17|65|501357
+1.3.6.1.2.1.2.2.1.19.18|65|3389346
+1.3.6.1.2.1.2.2.1.19.19|65|141370424
+1.3.6.1.2.1.2.2.1.19.20|65|51266916
+1.3.6.1.2.1.2.2.1.19.21|65|503200
+1.3.6.1.2.1.2.2.1.19.22|65|2310541
+1.3.6.1.2.1.2.2.1.19.23|65|0
+1.3.6.1.2.1.2.2.1.19.24|65|0
+1.3.6.1.2.1.2.2.1.19.25|65|0
+1.3.6.1.2.1.2.2.1.19.26|65|0
+1.3.6.1.2.1.2.2.1.19.27|65|0
+1.3.6.1.2.1.2.2.1.19.28|65|0
+1.3.6.1.2.1.2.2.1.19.29|65|0
+1.3.6.1.2.1.2.2.1.19.30|65|0
+1.3.6.1.2.1.2.2.1.19.31|65|0
+1.3.6.1.2.1.2.2.1.19.32|65|0
+1.3.6.1.2.1.2.2.1.19.33|65|15245
+1.3.6.1.2.1.2.2.1.19.34|65|9266
+1.3.6.1.2.1.2.2.1.19.35|65|5763
+1.3.6.1.2.1.2.2.1.19.36|65|0
+1.3.6.1.2.1.2.2.1.19.37|65|0
+1.3.6.1.2.1.2.2.1.19.38|65|0
+1.3.6.1.2.1.2.2.1.19.39|65|0
+1.3.6.1.2.1.2.2.1.19.40|65|0
+1.3.6.1.2.1.2.2.1.19.41|65|33815
+1.3.6.1.2.1.2.2.1.19.42|65|46622
+1.3.6.1.2.1.2.2.1.19.43|65|21887
+1.3.6.1.2.1.2.2.1.19.44|65|0
+1.3.6.1.2.1.2.2.1.19.45|65|1718238
+1.3.6.1.2.1.2.2.1.19.46|65|2
+1.3.6.1.2.1.2.2.1.19.47|65|85675
+1.3.6.1.2.1.2.2.1.19.48|65|0
+1.3.6.1.2.1.2.2.1.19.49001|65|0
+1.3.6.1.2.1.2.2.1.19.50001|65|0
+1.3.6.1.2.1.2.2.1.19.51001|65|0
+1.3.6.1.2.1.2.2.1.19.52001|65|0
+1.3.6.1.2.1.2.2.1.19.53001|65|0
+1.3.6.1.2.1.2.2.1.19.54001|65|0
+1.3.6.1.2.1.2.2.1.19.999001|65|0
+1.3.6.1.2.1.2.2.1.19.1000001|65|800177885
+1.3.6.1.2.1.2.2.1.19.1000002|65|0
+1.3.6.1.2.1.2.2.1.19.1000003|65|0
+1.3.6.1.2.1.2.2.1.19.1000005|65|6486286
+1.3.6.1.2.1.2.2.1.19.1001000|65|85675
+1.3.6.1.2.1.2.2.1.19.1001100|65|0
+1.3.6.1.2.1.2.2.1.19.5000000|65|0
+1.3.6.1.2.1.2.2.1.19.7000000|65|0
+1.3.6.1.2.1.2.2.1.20.1|65|0
+1.3.6.1.2.1.2.2.1.20.2|65|0
+1.3.6.1.2.1.2.2.1.20.3|65|0
+1.3.6.1.2.1.2.2.1.20.4|65|0
+1.3.6.1.2.1.2.2.1.20.5|65|0
+1.3.6.1.2.1.2.2.1.20.6|65|0
+1.3.6.1.2.1.2.2.1.20.7|65|0
+1.3.6.1.2.1.2.2.1.20.8|65|0
+1.3.6.1.2.1.2.2.1.20.9|65|0
+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.2.2.1.20.13|65|0
+1.3.6.1.2.1.2.2.1.20.14|65|0
+1.3.6.1.2.1.2.2.1.20.15|65|0
+1.3.6.1.2.1.2.2.1.20.16|65|0
+1.3.6.1.2.1.2.2.1.20.17|65|0
+1.3.6.1.2.1.2.2.1.20.18|65|0
+1.3.6.1.2.1.2.2.1.20.19|65|0
+1.3.6.1.2.1.2.2.1.20.20|65|0
+1.3.6.1.2.1.2.2.1.20.21|65|0
+1.3.6.1.2.1.2.2.1.20.22|65|0
+1.3.6.1.2.1.2.2.1.20.23|65|0
+1.3.6.1.2.1.2.2.1.20.24|65|0
+1.3.6.1.2.1.2.2.1.20.25|65|0
+1.3.6.1.2.1.2.2.1.20.26|65|0
+1.3.6.1.2.1.2.2.1.20.27|65|0
+1.3.6.1.2.1.2.2.1.20.28|65|0
+1.3.6.1.2.1.2.2.1.20.29|65|0
+1.3.6.1.2.1.2.2.1.20.30|65|0
+1.3.6.1.2.1.2.2.1.20.31|65|0
+1.3.6.1.2.1.2.2.1.20.32|65|0
+1.3.6.1.2.1.2.2.1.20.33|65|175
+1.3.6.1.2.1.2.2.1.20.34|65|241
+1.3.6.1.2.1.2.2.1.20.35|65|243
+1.3.6.1.2.1.2.2.1.20.36|65|0
+1.3.6.1.2.1.2.2.1.20.37|65|0
+1.3.6.1.2.1.2.2.1.20.38|65|0
+1.3.6.1.2.1.2.2.1.20.39|65|0
+1.3.6.1.2.1.2.2.1.20.40|65|0
+1.3.6.1.2.1.2.2.1.20.41|65|171
+1.3.6.1.2.1.2.2.1.20.42|65|295
+1.3.6.1.2.1.2.2.1.20.43|65|187
+1.3.6.1.2.1.2.2.1.20.44|65|0
+1.3.6.1.2.1.2.2.1.20.45|65|0
+1.3.6.1.2.1.2.2.1.20.46|65|0
+1.3.6.1.2.1.2.2.1.20.47|65|0
+1.3.6.1.2.1.2.2.1.20.48|65|0
+1.3.6.1.2.1.2.2.1.20.49001|65|0
+1.3.6.1.2.1.2.2.1.20.50001|65|0
+1.3.6.1.2.1.2.2.1.20.51001|65|0
+1.3.6.1.2.1.2.2.1.20.52001|65|0
+1.3.6.1.2.1.2.2.1.20.53001|65|0
+1.3.6.1.2.1.2.2.1.20.54001|65|0
+1.3.6.1.2.1.2.2.1.20.999001|65|0
+1.3.6.1.2.1.2.2.1.20.1000001|65|0
+1.3.6.1.2.1.2.2.1.20.1000002|65|0
+1.3.6.1.2.1.2.2.1.20.1000003|65|0
+1.3.6.1.2.1.2.2.1.20.1000005|65|0
+1.3.6.1.2.1.2.2.1.20.1001000|65|0
+1.3.6.1.2.1.2.2.1.20.1001100|65|0
+1.3.6.1.2.1.2.2.1.20.5000000|65|0
+1.3.6.1.2.1.2.2.1.20.7000000|65|0
+1.3.6.1.2.1.2.2.1.21.1|66|0
+1.3.6.1.2.1.2.2.1.21.2|66|0
+1.3.6.1.2.1.2.2.1.21.3|66|0
+1.3.6.1.2.1.2.2.1.21.4|66|0
+1.3.6.1.2.1.2.2.1.21.5|66|0
+1.3.6.1.2.1.2.2.1.21.6|66|0
+1.3.6.1.2.1.2.2.1.21.7|66|0
+1.3.6.1.2.1.2.2.1.21.8|66|0
+1.3.6.1.2.1.2.2.1.21.9|66|0
+1.3.6.1.2.1.2.2.1.21.10|66|0
+1.3.6.1.2.1.2.2.1.21.11|66|0
+1.3.6.1.2.1.2.2.1.21.12|66|0
+1.3.6.1.2.1.2.2.1.21.13|66|0
+1.3.6.1.2.1.2.2.1.21.14|66|0
+1.3.6.1.2.1.2.2.1.21.15|66|0
+1.3.6.1.2.1.2.2.1.21.16|66|0
+1.3.6.1.2.1.2.2.1.21.17|66|0
+1.3.6.1.2.1.2.2.1.21.18|66|0
+1.3.6.1.2.1.2.2.1.21.19|66|0
+1.3.6.1.2.1.2.2.1.21.20|66|0
+1.3.6.1.2.1.2.2.1.21.21|66|0
+1.3.6.1.2.1.2.2.1.21.22|66|0
+1.3.6.1.2.1.2.2.1.21.23|66|0
+1.3.6.1.2.1.2.2.1.21.24|66|0
+1.3.6.1.2.1.2.2.1.21.25|66|0
+1.3.6.1.2.1.2.2.1.21.26|66|0
+1.3.6.1.2.1.2.2.1.21.27|66|0
+1.3.6.1.2.1.2.2.1.21.28|66|0
+1.3.6.1.2.1.2.2.1.21.29|66|0
+1.3.6.1.2.1.2.2.1.21.30|66|0
+1.3.6.1.2.1.2.2.1.21.31|66|0
+1.3.6.1.2.1.2.2.1.21.32|66|0
+1.3.6.1.2.1.2.2.1.21.33|66|0
+1.3.6.1.2.1.2.2.1.21.34|66|0
+1.3.6.1.2.1.2.2.1.21.35|66|0
+1.3.6.1.2.1.2.2.1.21.36|66|0
+1.3.6.1.2.1.2.2.1.21.37|66|0
+1.3.6.1.2.1.2.2.1.21.38|66|0
+1.3.6.1.2.1.2.2.1.21.39|66|0
+1.3.6.1.2.1.2.2.1.21.40|66|0
+1.3.6.1.2.1.2.2.1.21.41|66|0
+1.3.6.1.2.1.2.2.1.21.42|66|0
+1.3.6.1.2.1.2.2.1.21.43|66|0
+1.3.6.1.2.1.2.2.1.21.44|66|0
+1.3.6.1.2.1.2.2.1.21.45|66|0
+1.3.6.1.2.1.2.2.1.21.46|66|0
+1.3.6.1.2.1.2.2.1.21.47|66|0
+1.3.6.1.2.1.2.2.1.21.48|66|0
+1.3.6.1.2.1.2.2.1.21.49001|66|0
+1.3.6.1.2.1.2.2.1.21.50001|66|0
+1.3.6.1.2.1.2.2.1.21.51001|66|0
+1.3.6.1.2.1.2.2.1.21.52001|66|0
+1.3.6.1.2.1.2.2.1.21.53001|66|0
+1.3.6.1.2.1.2.2.1.21.54001|66|0
+1.3.6.1.2.1.2.2.1.21.999001|66|0
+1.3.6.1.2.1.2.2.1.21.1000001|66|0
+1.3.6.1.2.1.2.2.1.21.1000002|66|0
+1.3.6.1.2.1.2.2.1.21.1000003|66|0
+1.3.6.1.2.1.2.2.1.21.1000005|66|0
+1.3.6.1.2.1.2.2.1.21.1001000|66|0
+1.3.6.1.2.1.2.2.1.21.1001100|66|0
+1.3.6.1.2.1.2.2.1.21.5000000|66|0
+1.3.6.1.2.1.2.2.1.21.7000000|66|0
+1.3.6.1.2.1.2.2.1.22.1|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.2|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.3|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.4|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.5|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.6|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.7|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.8|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.9|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.10|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.11|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.12|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.13|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.14|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.15|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.16|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.17|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.18|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.19|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.20|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.21|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.22|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.23|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.24|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.25|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.26|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.27|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.28|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.29|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.30|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.31|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.32|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.33|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.34|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.35|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.36|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.37|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.38|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.39|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.40|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.41|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.42|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.43|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.44|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.45|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.46|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.47|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.48|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.49001|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.50001|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.51001|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.52001|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.53001|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.54001|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.999001|6|1.3.6.1.2.1.10.7
+1.3.6.1.2.1.2.2.1.22.1000001|6|1.2.840.10006.300.43.1.1
+1.3.6.1.2.1.2.2.1.22.1000002|6|1.2.840.10006.300.43.1.1
+1.3.6.1.2.1.2.2.1.22.1000003|6|1.2.840.10006.300.43.1.1
+1.3.6.1.2.1.2.2.1.22.1000005|6|1.2.840.10006.300.43.1.1
+1.3.6.1.2.1.2.2.1.22.1001000|6|1.2.840.10006.300.43.1.1
+1.3.6.1.2.1.2.2.1.22.1001100|6|1.2.840.10006.300.43.1.1
+1.3.6.1.2.1.2.2.1.22.5000000|6|0.0
+1.3.6.1.2.1.2.2.1.22.7000000|6|0.0
+1.3.6.1.2.1.10.7.2.1.1.1|2|1
+1.3.6.1.2.1.10.7.2.1.1.2|2|2
+1.3.6.1.2.1.10.7.2.1.1.3|2|3
+1.3.6.1.2.1.10.7.2.1.1.4|2|4
+1.3.6.1.2.1.10.7.2.1.1.5|2|5
+1.3.6.1.2.1.10.7.2.1.1.6|2|6
+1.3.6.1.2.1.10.7.2.1.1.7|2|7
+1.3.6.1.2.1.10.7.2.1.1.8|2|8
+1.3.6.1.2.1.10.7.2.1.1.9|2|9
+1.3.6.1.2.1.10.7.2.1.1.10|2|10
+1.3.6.1.2.1.10.7.2.1.1.11|2|11
+1.3.6.1.2.1.10.7.2.1.1.12|2|12
+1.3.6.1.2.1.10.7.2.1.1.13|2|13
+1.3.6.1.2.1.10.7.2.1.1.14|2|14
+1.3.6.1.2.1.10.7.2.1.1.15|2|15
+1.3.6.1.2.1.10.7.2.1.1.16|2|16
+1.3.6.1.2.1.10.7.2.1.1.17|2|17
+1.3.6.1.2.1.10.7.2.1.1.18|2|18
+1.3.6.1.2.1.10.7.2.1.1.19|2|19
+1.3.6.1.2.1.10.7.2.1.1.20|2|20
+1.3.6.1.2.1.10.7.2.1.1.21|2|21
+1.3.6.1.2.1.10.7.2.1.1.22|2|22
+1.3.6.1.2.1.10.7.2.1.1.23|2|23
+1.3.6.1.2.1.10.7.2.1.1.24|2|24
+1.3.6.1.2.1.10.7.2.1.1.25|2|25
+1.3.6.1.2.1.10.7.2.1.1.26|2|26
+1.3.6.1.2.1.10.7.2.1.1.27|2|27
+1.3.6.1.2.1.10.7.2.1.1.28|2|28
+1.3.6.1.2.1.10.7.2.1.1.29|2|29
+1.3.6.1.2.1.10.7.2.1.1.30|2|30
+1.3.6.1.2.1.10.7.2.1.1.31|2|31
+1.3.6.1.2.1.10.7.2.1.1.32|2|32
+1.3.6.1.2.1.10.7.2.1.1.33|2|33
+1.3.6.1.2.1.10.7.2.1.1.34|2|34
+1.3.6.1.2.1.10.7.2.1.1.35|2|35
+1.3.6.1.2.1.10.7.2.1.1.36|2|36
+1.3.6.1.2.1.10.7.2.1.1.37|2|37
+1.3.6.1.2.1.10.7.2.1.1.38|2|38
+1.3.6.1.2.1.10.7.2.1.1.39|2|39
+1.3.6.1.2.1.10.7.2.1.1.40|2|40
+1.3.6.1.2.1.10.7.2.1.1.41|2|41
+1.3.6.1.2.1.10.7.2.1.1.42|2|42
+1.3.6.1.2.1.10.7.2.1.1.43|2|43
+1.3.6.1.2.1.10.7.2.1.1.44|2|44
+1.3.6.1.2.1.10.7.2.1.1.45|2|45
+1.3.6.1.2.1.10.7.2.1.1.46|2|46
+1.3.6.1.2.1.10.7.2.1.1.47|2|47
+1.3.6.1.2.1.10.7.2.1.1.48|2|48
+1.3.6.1.2.1.10.7.2.1.1.49001|2|49001
+1.3.6.1.2.1.10.7.2.1.1.49002|2|49002
+1.3.6.1.2.1.10.7.2.1.1.49003|2|49003
+1.3.6.1.2.1.10.7.2.1.1.49004|2|49004
+1.3.6.1.2.1.10.7.2.1.1.50001|2|50001
+1.3.6.1.2.1.10.7.2.1.1.50002|2|50002
+1.3.6.1.2.1.10.7.2.1.1.50003|2|50003
+1.3.6.1.2.1.10.7.2.1.1.50004|2|50004
+1.3.6.1.2.1.10.7.2.1.1.51001|2|51001
+1.3.6.1.2.1.10.7.2.1.1.51002|2|51002
+1.3.6.1.2.1.10.7.2.1.1.51003|2|51003
+1.3.6.1.2.1.10.7.2.1.1.51004|2|51004
+1.3.6.1.2.1.10.7.2.1.1.52001|2|52001
+1.3.6.1.2.1.10.7.2.1.1.52002|2|52002
+1.3.6.1.2.1.10.7.2.1.1.52003|2|52003
+1.3.6.1.2.1.10.7.2.1.1.52004|2|52004
+1.3.6.1.2.1.10.7.2.1.1.53001|2|53001
+1.3.6.1.2.1.10.7.2.1.1.53002|2|53002
+1.3.6.1.2.1.10.7.2.1.1.53003|2|53003
+1.3.6.1.2.1.10.7.2.1.1.53004|2|53004
+1.3.6.1.2.1.10.7.2.1.1.54001|2|54001
+1.3.6.1.2.1.10.7.2.1.1.54002|2|54002
+1.3.6.1.2.1.10.7.2.1.1.54003|2|54003
+1.3.6.1.2.1.10.7.2.1.1.54004|2|54004
+1.3.6.1.2.1.10.7.2.1.1.999001|2|999001
+1.3.6.1.2.1.10.7.2.1.2.1|65|0
+1.3.6.1.2.1.10.7.2.1.2.2|65|0
+1.3.6.1.2.1.10.7.2.1.2.3|65|0
+1.3.6.1.2.1.10.7.2.1.2.4|65|0
+1.3.6.1.2.1.10.7.2.1.2.5|65|0
+1.3.6.1.2.1.10.7.2.1.2.6|65|0
+1.3.6.1.2.1.10.7.2.1.2.7|65|0
+1.3.6.1.2.1.10.7.2.1.2.8|65|0
+1.3.6.1.2.1.10.7.2.1.2.9|65|0
+1.3.6.1.2.1.10.7.2.1.2.10|65|0
+1.3.6.1.2.1.10.7.2.1.2.11|65|0
+1.3.6.1.2.1.10.7.2.1.2.12|65|0
+1.3.6.1.2.1.10.7.2.1.2.13|65|0
+1.3.6.1.2.1.10.7.2.1.2.14|65|0
+1.3.6.1.2.1.10.7.2.1.2.15|65|0
+1.3.6.1.2.1.10.7.2.1.2.16|65|0
+1.3.6.1.2.1.10.7.2.1.2.17|65|0
+1.3.6.1.2.1.10.7.2.1.2.18|65|0
+1.3.6.1.2.1.10.7.2.1.2.19|65|0
+1.3.6.1.2.1.10.7.2.1.2.20|65|0
+1.3.6.1.2.1.10.7.2.1.2.21|65|0
+1.3.6.1.2.1.10.7.2.1.2.22|65|0
+1.3.6.1.2.1.10.7.2.1.2.23|65|0
+1.3.6.1.2.1.10.7.2.1.2.24|65|0
+1.3.6.1.2.1.10.7.2.1.2.25|65|0
+1.3.6.1.2.1.10.7.2.1.2.26|65|0
+1.3.6.1.2.1.10.7.2.1.2.27|65|0
+1.3.6.1.2.1.10.7.2.1.2.28|65|0
+1.3.6.1.2.1.10.7.2.1.2.29|65|0
+1.3.6.1.2.1.10.7.2.1.2.30|65|0
+1.3.6.1.2.1.10.7.2.1.2.31|65|0
+1.3.6.1.2.1.10.7.2.1.2.32|65|0
+1.3.6.1.2.1.10.7.2.1.2.33|65|0
+1.3.6.1.2.1.10.7.2.1.2.34|65|0
+1.3.6.1.2.1.10.7.2.1.2.35|65|0
+1.3.6.1.2.1.10.7.2.1.2.36|65|0
+1.3.6.1.2.1.10.7.2.1.2.37|65|0
+1.3.6.1.2.1.10.7.2.1.2.38|65|0
+1.3.6.1.2.1.10.7.2.1.2.39|65|0
+1.3.6.1.2.1.10.7.2.1.2.40|65|0
+1.3.6.1.2.1.10.7.2.1.2.41|65|0
+1.3.6.1.2.1.10.7.2.1.2.42|65|0
+1.3.6.1.2.1.10.7.2.1.2.43|65|0
+1.3.6.1.2.1.10.7.2.1.2.44|65|0
+1.3.6.1.2.1.10.7.2.1.2.45|65|0
+1.3.6.1.2.1.10.7.2.1.2.46|65|0
+1.3.6.1.2.1.10.7.2.1.2.47|65|0
+1.3.6.1.2.1.10.7.2.1.2.48|65|0
+1.3.6.1.2.1.10.7.2.1.2.49001|65|0
+1.3.6.1.2.1.10.7.2.1.2.49002|65|0
+1.3.6.1.2.1.10.7.2.1.2.49003|65|0
+1.3.6.1.2.1.10.7.2.1.2.49004|65|0
+1.3.6.1.2.1.10.7.2.1.2.50001|65|0
+1.3.6.1.2.1.10.7.2.1.2.50002|65|0
+1.3.6.1.2.1.10.7.2.1.2.50003|65|0
+1.3.6.1.2.1.10.7.2.1.2.50004|65|0
+1.3.6.1.2.1.10.7.2.1.2.51001|65|0
+1.3.6.1.2.1.10.7.2.1.2.51002|65|0
+1.3.6.1.2.1.10.7.2.1.2.51003|65|0
+1.3.6.1.2.1.10.7.2.1.2.51004|65|0
+1.3.6.1.2.1.10.7.2.1.2.52001|65|0
+1.3.6.1.2.1.10.7.2.1.2.52002|65|0
+1.3.6.1.2.1.10.7.2.1.2.52003|65|0
+1.3.6.1.2.1.10.7.2.1.2.52004|65|0
+1.3.6.1.2.1.10.7.2.1.2.53001|65|0
+1.3.6.1.2.1.10.7.2.1.2.53002|65|0
+1.3.6.1.2.1.10.7.2.1.2.53003|65|0
+1.3.6.1.2.1.10.7.2.1.2.53004|65|0
+1.3.6.1.2.1.10.7.2.1.2.54001|65|0
+1.3.6.1.2.1.10.7.2.1.2.54002|65|0
+1.3.6.1.2.1.10.7.2.1.2.54003|65|0
+1.3.6.1.2.1.10.7.2.1.2.54004|65|0
+1.3.6.1.2.1.10.7.2.1.2.999001|65|0
+1.3.6.1.2.1.10.7.2.1.3.1|65|0
+1.3.6.1.2.1.10.7.2.1.3.2|65|0
+1.3.6.1.2.1.10.7.2.1.3.3|65|0
+1.3.6.1.2.1.10.7.2.1.3.4|65|0
+1.3.6.1.2.1.10.7.2.1.3.5|65|0
+1.3.6.1.2.1.10.7.2.1.3.6|65|0
+1.3.6.1.2.1.10.7.2.1.3.7|65|0
+1.3.6.1.2.1.10.7.2.1.3.8|65|208
+1.3.6.1.2.1.10.7.2.1.3.9|65|0
+1.3.6.1.2.1.10.7.2.1.3.10|65|0
+1.3.6.1.2.1.10.7.2.1.3.11|65|0
+1.3.6.1.2.1.10.7.2.1.3.12|65|0
+1.3.6.1.2.1.10.7.2.1.3.13|65|0
+1.3.6.1.2.1.10.7.2.1.3.14|65|0
+1.3.6.1.2.1.10.7.2.1.3.15|65|0
+1.3.6.1.2.1.10.7.2.1.3.16|65|0
+1.3.6.1.2.1.10.7.2.1.3.17|65|0
+1.3.6.1.2.1.10.7.2.1.3.18|65|0
+1.3.6.1.2.1.10.7.2.1.3.19|65|14
+1.3.6.1.2.1.10.7.2.1.3.20|65|0
+1.3.6.1.2.1.10.7.2.1.3.21|65|0
+1.3.6.1.2.1.10.7.2.1.3.22|65|0
+1.3.6.1.2.1.10.7.2.1.3.23|65|0
+1.3.6.1.2.1.10.7.2.1.3.24|65|0
+1.3.6.1.2.1.10.7.2.1.3.25|65|0
+1.3.6.1.2.1.10.7.2.1.3.26|65|0
+1.3.6.1.2.1.10.7.2.1.3.27|65|0
+1.3.6.1.2.1.10.7.2.1.3.28|65|0
+1.3.6.1.2.1.10.7.2.1.3.29|65|0
+1.3.6.1.2.1.10.7.2.1.3.30|65|0
+1.3.6.1.2.1.10.7.2.1.3.31|65|0
+1.3.6.1.2.1.10.7.2.1.3.32|65|0
+1.3.6.1.2.1.10.7.2.1.3.33|65|0
+1.3.6.1.2.1.10.7.2.1.3.34|65|0
+1.3.6.1.2.1.10.7.2.1.3.35|65|0
+1.3.6.1.2.1.10.7.2.1.3.36|65|0
+1.3.6.1.2.1.10.7.2.1.3.37|65|0
+1.3.6.1.2.1.10.7.2.1.3.38|65|0
+1.3.6.1.2.1.10.7.2.1.3.39|65|0
+1.3.6.1.2.1.10.7.2.1.3.40|65|0
+1.3.6.1.2.1.10.7.2.1.3.41|65|0
+1.3.6.1.2.1.10.7.2.1.3.42|65|0
+1.3.6.1.2.1.10.7.2.1.3.43|65|0
+1.3.6.1.2.1.10.7.2.1.3.44|65|0
+1.3.6.1.2.1.10.7.2.1.3.45|65|0
+1.3.6.1.2.1.10.7.2.1.3.46|65|2
+1.3.6.1.2.1.10.7.2.1.3.47|65|0
+1.3.6.1.2.1.10.7.2.1.3.48|65|0
+1.3.6.1.2.1.10.7.2.1.3.49001|65|0
+1.3.6.1.2.1.10.7.2.1.3.49002|65|0
+1.3.6.1.2.1.10.7.2.1.3.49003|65|0
+1.3.6.1.2.1.10.7.2.1.3.49004|65|0
+1.3.6.1.2.1.10.7.2.1.3.50001|65|0
+1.3.6.1.2.1.10.7.2.1.3.50002|65|0
+1.3.6.1.2.1.10.7.2.1.3.50003|65|0
+1.3.6.1.2.1.10.7.2.1.3.50004|65|0
+1.3.6.1.2.1.10.7.2.1.3.51001|65|0
+1.3.6.1.2.1.10.7.2.1.3.51002|65|0
+1.3.6.1.2.1.10.7.2.1.3.51003|65|0
+1.3.6.1.2.1.10.7.2.1.3.51004|65|0
+1.3.6.1.2.1.10.7.2.1.3.52001|65|0
+1.3.6.1.2.1.10.7.2.1.3.52002|65|0
+1.3.6.1.2.1.10.7.2.1.3.52003|65|0
+1.3.6.1.2.1.10.7.2.1.3.52004|65|0
+1.3.6.1.2.1.10.7.2.1.3.53001|65|0
+1.3.6.1.2.1.10.7.2.1.3.53002|65|0
+1.3.6.1.2.1.10.7.2.1.3.53003|65|0
+1.3.6.1.2.1.10.7.2.1.3.53004|65|0
+1.3.6.1.2.1.10.7.2.1.3.54001|65|0
+1.3.6.1.2.1.10.7.2.1.3.54002|65|0
+1.3.6.1.2.1.10.7.2.1.3.54003|65|0
+1.3.6.1.2.1.10.7.2.1.3.54004|65|0
+1.3.6.1.2.1.10.7.2.1.3.999001|65|0
+1.3.6.1.2.1.10.7.2.1.4.1|65|0
+1.3.6.1.2.1.10.7.2.1.4.2|65|0
+1.3.6.1.2.1.10.7.2.1.4.3|65|0
+1.3.6.1.2.1.10.7.2.1.4.4|65|0
+1.3.6.1.2.1.10.7.2.1.4.5|65|0
+1.3.6.1.2.1.10.7.2.1.4.6|65|0
+1.3.6.1.2.1.10.7.2.1.4.7|65|0
+1.3.6.1.2.1.10.7.2.1.4.8|65|0
+1.3.6.1.2.1.10.7.2.1.4.9|65|0
+1.3.6.1.2.1.10.7.2.1.4.10|65|0
+1.3.6.1.2.1.10.7.2.1.4.11|65|0
+1.3.6.1.2.1.10.7.2.1.4.12|65|0
+1.3.6.1.2.1.10.7.2.1.4.13|65|0
+1.3.6.1.2.1.10.7.2.1.4.14|65|0
+1.3.6.1.2.1.10.7.2.1.4.15|65|0
+1.3.6.1.2.1.10.7.2.1.4.16|65|0
+1.3.6.1.2.1.10.7.2.1.4.17|65|0
+1.3.6.1.2.1.10.7.2.1.4.18|65|0
+1.3.6.1.2.1.10.7.2.1.4.19|65|0
+1.3.6.1.2.1.10.7.2.1.4.20|65|0
+1.3.6.1.2.1.10.7.2.1.4.21|65|0
+1.3.6.1.2.1.10.7.2.1.4.22|65|0
+1.3.6.1.2.1.10.7.2.1.4.23|65|0
+1.3.6.1.2.1.10.7.2.1.4.24|65|0
+1.3.6.1.2.1.10.7.2.1.4.25|65|0
+1.3.6.1.2.1.10.7.2.1.4.26|65|0
+1.3.6.1.2.1.10.7.2.1.4.27|65|0
+1.3.6.1.2.1.10.7.2.1.4.28|65|0
+1.3.6.1.2.1.10.7.2.1.4.29|65|0
+1.3.6.1.2.1.10.7.2.1.4.30|65|0
+1.3.6.1.2.1.10.7.2.1.4.31|65|0
+1.3.6.1.2.1.10.7.2.1.4.32|65|0
+1.3.6.1.2.1.10.7.2.1.4.33|65|0
+1.3.6.1.2.1.10.7.2.1.4.34|65|0
+1.3.6.1.2.1.10.7.2.1.4.35|65|0
+1.3.6.1.2.1.10.7.2.1.4.36|65|0
+1.3.6.1.2.1.10.7.2.1.4.37|65|0
+1.3.6.1.2.1.10.7.2.1.4.38|65|0
+1.3.6.1.2.1.10.7.2.1.4.39|65|0
+1.3.6.1.2.1.10.7.2.1.4.40|65|0
+1.3.6.1.2.1.10.7.2.1.4.41|65|0
+1.3.6.1.2.1.10.7.2.1.4.42|65|0
+1.3.6.1.2.1.10.7.2.1.4.43|65|0
+1.3.6.1.2.1.10.7.2.1.4.44|65|0
+1.3.6.1.2.1.10.7.2.1.4.45|65|0
+1.3.6.1.2.1.10.7.2.1.4.46|65|0
+1.3.6.1.2.1.10.7.2.1.4.47|65|0
+1.3.6.1.2.1.10.7.2.1.4.48|65|0
+1.3.6.1.2.1.10.7.2.1.4.49001|65|0
+1.3.6.1.2.1.10.7.2.1.4.49002|65|0
+1.3.6.1.2.1.10.7.2.1.4.49003|65|0
+1.3.6.1.2.1.10.7.2.1.4.49004|65|0
+1.3.6.1.2.1.10.7.2.1.4.50001|65|0
+1.3.6.1.2.1.10.7.2.1.4.50002|65|0
+1.3.6.1.2.1.10.7.2.1.4.50003|65|0
+1.3.6.1.2.1.10.7.2.1.4.50004|65|0
+1.3.6.1.2.1.10.7.2.1.4.51001|65|0
+1.3.6.1.2.1.10.7.2.1.4.51002|65|0
+1.3.6.1.2.1.10.7.2.1.4.51003|65|0
+1.3.6.1.2.1.10.7.2.1.4.51004|65|0
+1.3.6.1.2.1.10.7.2.1.4.52001|65|0
+1.3.6.1.2.1.10.7.2.1.4.52002|65|0
+1.3.6.1.2.1.10.7.2.1.4.52003|65|0
+1.3.6.1.2.1.10.7.2.1.4.52004|65|0
+1.3.6.1.2.1.10.7.2.1.4.53001|65|0
+1.3.6.1.2.1.10.7.2.1.4.53002|65|0
+1.3.6.1.2.1.10.7.2.1.4.53003|65|0
+1.3.6.1.2.1.10.7.2.1.4.53004|65|0
+1.3.6.1.2.1.10.7.2.1.4.54001|65|0
+1.3.6.1.2.1.10.7.2.1.4.54002|65|0
+1.3.6.1.2.1.10.7.2.1.4.54003|65|0
+1.3.6.1.2.1.10.7.2.1.4.54004|65|0
+1.3.6.1.2.1.10.7.2.1.4.999001|65|0
+1.3.6.1.2.1.10.7.2.1.5.1|65|0
+1.3.6.1.2.1.10.7.2.1.5.2|65|0
+1.3.6.1.2.1.10.7.2.1.5.3|65|0
+1.3.6.1.2.1.10.7.2.1.5.4|65|0
+1.3.6.1.2.1.10.7.2.1.5.5|65|0
+1.3.6.1.2.1.10.7.2.1.5.6|65|0
+1.3.6.1.2.1.10.7.2.1.5.7|65|0
+1.3.6.1.2.1.10.7.2.1.5.8|65|0
+1.3.6.1.2.1.10.7.2.1.5.9|65|0
+1.3.6.1.2.1.10.7.2.1.5.10|65|0
+1.3.6.1.2.1.10.7.2.1.5.11|65|0
+1.3.6.1.2.1.10.7.2.1.5.12|65|0
+1.3.6.1.2.1.10.7.2.1.5.13|65|0
+1.3.6.1.2.1.10.7.2.1.5.14|65|0
+1.3.6.1.2.1.10.7.2.1.5.15|65|0
+1.3.6.1.2.1.10.7.2.1.5.16|65|0
+1.3.6.1.2.1.10.7.2.1.5.17|65|0
+1.3.6.1.2.1.10.7.2.1.5.18|65|0
+1.3.6.1.2.1.10.7.2.1.5.19|65|0
+1.3.6.1.2.1.10.7.2.1.5.20|65|0
+1.3.6.1.2.1.10.7.2.1.5.21|65|0
+1.3.6.1.2.1.10.7.2.1.5.22|65|0
+1.3.6.1.2.1.10.7.2.1.5.23|65|0
+1.3.6.1.2.1.10.7.2.1.5.24|65|0
+1.3.6.1.2.1.10.7.2.1.5.25|65|0
+1.3.6.1.2.1.10.7.2.1.5.26|65|0
+1.3.6.1.2.1.10.7.2.1.5.27|65|0
+1.3.6.1.2.1.10.7.2.1.5.28|65|0
+1.3.6.1.2.1.10.7.2.1.5.29|65|0
+1.3.6.1.2.1.10.7.2.1.5.30|65|0
+1.3.6.1.2.1.10.7.2.1.5.31|65|0
+1.3.6.1.2.1.10.7.2.1.5.32|65|0
+1.3.6.1.2.1.10.7.2.1.5.33|65|0
+1.3.6.1.2.1.10.7.2.1.5.34|65|0
+1.3.6.1.2.1.10.7.2.1.5.35|65|0
+1.3.6.1.2.1.10.7.2.1.5.36|65|0
+1.3.6.1.2.1.10.7.2.1.5.37|65|0
+1.3.6.1.2.1.10.7.2.1.5.38|65|0
+1.3.6.1.2.1.10.7.2.1.5.39|65|0
+1.3.6.1.2.1.10.7.2.1.5.40|65|0
+1.3.6.1.2.1.10.7.2.1.5.41|65|0
+1.3.6.1.2.1.10.7.2.1.5.42|65|0
+1.3.6.1.2.1.10.7.2.1.5.43|65|0
+1.3.6.1.2.1.10.7.2.1.5.44|65|0
+1.3.6.1.2.1.10.7.2.1.5.45|65|0
+1.3.6.1.2.1.10.7.2.1.5.46|65|0
+1.3.6.1.2.1.10.7.2.1.5.47|65|0
+1.3.6.1.2.1.10.7.2.1.5.48|65|0
+1.3.6.1.2.1.10.7.2.1.5.49001|65|0
+1.3.6.1.2.1.10.7.2.1.5.49002|65|0
+1.3.6.1.2.1.10.7.2.1.5.49003|65|0
+1.3.6.1.2.1.10.7.2.1.5.49004|65|0
+1.3.6.1.2.1.10.7.2.1.5.50001|65|0
+1.3.6.1.2.1.10.7.2.1.5.50002|65|0
+1.3.6.1.2.1.10.7.2.1.5.50003|65|0
+1.3.6.1.2.1.10.7.2.1.5.50004|65|0
+1.3.6.1.2.1.10.7.2.1.5.51001|65|0
+1.3.6.1.2.1.10.7.2.1.5.51002|65|0
+1.3.6.1.2.1.10.7.2.1.5.51003|65|0
+1.3.6.1.2.1.10.7.2.1.5.51004|65|0
+1.3.6.1.2.1.10.7.2.1.5.52001|65|0
+1.3.6.1.2.1.10.7.2.1.5.52002|65|0
+1.3.6.1.2.1.10.7.2.1.5.52003|65|0
+1.3.6.1.2.1.10.7.2.1.5.52004|65|0
+1.3.6.1.2.1.10.7.2.1.5.53001|65|0
+1.3.6.1.2.1.10.7.2.1.5.53002|65|0
+1.3.6.1.2.1.10.7.2.1.5.53003|65|0
+1.3.6.1.2.1.10.7.2.1.5.53004|65|0
+1.3.6.1.2.1.10.7.2.1.5.54001|65|0
+1.3.6.1.2.1.10.7.2.1.5.54002|65|0
+1.3.6.1.2.1.10.7.2.1.5.54003|65|0
+1.3.6.1.2.1.10.7.2.1.5.54004|65|0
+1.3.6.1.2.1.10.7.2.1.5.999001|65|0
+1.3.6.1.2.1.10.7.2.1.6.1|65|0
+1.3.6.1.2.1.10.7.2.1.6.2|65|0
+1.3.6.1.2.1.10.7.2.1.6.3|65|0
+1.3.6.1.2.1.10.7.2.1.6.4|65|0
+1.3.6.1.2.1.10.7.2.1.6.5|65|0
+1.3.6.1.2.1.10.7.2.1.6.6|65|0
+1.3.6.1.2.1.10.7.2.1.6.7|65|0
+1.3.6.1.2.1.10.7.2.1.6.8|65|0
+1.3.6.1.2.1.10.7.2.1.6.9|65|0
+1.3.6.1.2.1.10.7.2.1.6.10|65|0
+1.3.6.1.2.1.10.7.2.1.6.11|65|0
+1.3.6.1.2.1.10.7.2.1.6.12|65|0
+1.3.6.1.2.1.10.7.2.1.6.13|65|0
+1.3.6.1.2.1.10.7.2.1.6.14|65|0
+1.3.6.1.2.1.10.7.2.1.6.15|65|0
+1.3.6.1.2.1.10.7.2.1.6.16|65|0
+1.3.6.1.2.1.10.7.2.1.6.17|65|0
+1.3.6.1.2.1.10.7.2.1.6.18|65|0
+1.3.6.1.2.1.10.7.2.1.6.19|65|0
+1.3.6.1.2.1.10.7.2.1.6.20|65|0
+1.3.6.1.2.1.10.7.2.1.6.21|65|0
+1.3.6.1.2.1.10.7.2.1.6.22|65|0
+1.3.6.1.2.1.10.7.2.1.6.23|65|0
+1.3.6.1.2.1.10.7.2.1.6.24|65|0
+1.3.6.1.2.1.10.7.2.1.6.25|65|0
+1.3.6.1.2.1.10.7.2.1.6.26|65|0
+1.3.6.1.2.1.10.7.2.1.6.27|65|0
+1.3.6.1.2.1.10.7.2.1.6.28|65|0
+1.3.6.1.2.1.10.7.2.1.6.29|65|0
+1.3.6.1.2.1.10.7.2.1.6.30|65|0
+1.3.6.1.2.1.10.7.2.1.6.31|65|0
+1.3.6.1.2.1.10.7.2.1.6.32|65|0
+1.3.6.1.2.1.10.7.2.1.6.33|65|0
+1.3.6.1.2.1.10.7.2.1.6.34|65|0
+1.3.6.1.2.1.10.7.2.1.6.35|65|0
+1.3.6.1.2.1.10.7.2.1.6.36|65|0
+1.3.6.1.2.1.10.7.2.1.6.37|65|0
+1.3.6.1.2.1.10.7.2.1.6.38|65|0
+1.3.6.1.2.1.10.7.2.1.6.39|65|0
+1.3.6.1.2.1.10.7.2.1.6.40|65|0
+1.3.6.1.2.1.10.7.2.1.6.41|65|0
+1.3.6.1.2.1.10.7.2.1.6.42|65|0
+1.3.6.1.2.1.10.7.2.1.6.43|65|0
+1.3.6.1.2.1.10.7.2.1.6.44|65|0
+1.3.6.1.2.1.10.7.2.1.6.45|65|0
+1.3.6.1.2.1.10.7.2.1.6.46|65|0
+1.3.6.1.2.1.10.7.2.1.6.47|65|0
+1.3.6.1.2.1.10.7.2.1.6.48|65|0
+1.3.6.1.2.1.10.7.2.1.6.49001|65|0
+1.3.6.1.2.1.10.7.2.1.6.49002|65|0
+1.3.6.1.2.1.10.7.2.1.6.49003|65|0
+1.3.6.1.2.1.10.7.2.1.6.49004|65|0
+1.3.6.1.2.1.10.7.2.1.6.50001|65|0
+1.3.6.1.2.1.10.7.2.1.6.50002|65|0
+1.3.6.1.2.1.10.7.2.1.6.50003|65|0
+1.3.6.1.2.1.10.7.2.1.6.50004|65|0
+1.3.6.1.2.1.10.7.2.1.6.51001|65|0
+1.3.6.1.2.1.10.7.2.1.6.51002|65|0
+1.3.6.1.2.1.10.7.2.1.6.51003|65|0
+1.3.6.1.2.1.10.7.2.1.6.51004|65|0
+1.3.6.1.2.1.10.7.2.1.6.52001|65|0
+1.3.6.1.2.1.10.7.2.1.6.52002|65|0
+1.3.6.1.2.1.10.7.2.1.6.52003|65|0
+1.3.6.1.2.1.10.7.2.1.6.52004|65|0
+1.3.6.1.2.1.10.7.2.1.6.53001|65|0
+1.3.6.1.2.1.10.7.2.1.6.53002|65|0
+1.3.6.1.2.1.10.7.2.1.6.53003|65|0
+1.3.6.1.2.1.10.7.2.1.6.53004|65|0
+1.3.6.1.2.1.10.7.2.1.6.54001|65|0
+1.3.6.1.2.1.10.7.2.1.6.54002|65|0
+1.3.6.1.2.1.10.7.2.1.6.54003|65|0
+1.3.6.1.2.1.10.7.2.1.6.54004|65|0
+1.3.6.1.2.1.10.7.2.1.6.999001|65|0
+1.3.6.1.2.1.10.7.2.1.7.1|65|0
+1.3.6.1.2.1.10.7.2.1.7.2|65|0
+1.3.6.1.2.1.10.7.2.1.7.3|65|0
+1.3.6.1.2.1.10.7.2.1.7.4|65|0
+1.3.6.1.2.1.10.7.2.1.7.5|65|0
+1.3.6.1.2.1.10.7.2.1.7.6|65|0
+1.3.6.1.2.1.10.7.2.1.7.7|65|0
+1.3.6.1.2.1.10.7.2.1.7.8|65|0
+1.3.6.1.2.1.10.7.2.1.7.9|65|0
+1.3.6.1.2.1.10.7.2.1.7.10|65|0
+1.3.6.1.2.1.10.7.2.1.7.11|65|0
+1.3.6.1.2.1.10.7.2.1.7.12|65|0
+1.3.6.1.2.1.10.7.2.1.7.13|65|0
+1.3.6.1.2.1.10.7.2.1.7.14|65|0
+1.3.6.1.2.1.10.7.2.1.7.15|65|0
+1.3.6.1.2.1.10.7.2.1.7.16|65|0
+1.3.6.1.2.1.10.7.2.1.7.17|65|0
+1.3.6.1.2.1.10.7.2.1.7.18|65|0
+1.3.6.1.2.1.10.7.2.1.7.19|65|0
+1.3.6.1.2.1.10.7.2.1.7.20|65|0
+1.3.6.1.2.1.10.7.2.1.7.21|65|0
+1.3.6.1.2.1.10.7.2.1.7.22|65|0
+1.3.6.1.2.1.10.7.2.1.7.23|65|0
+1.3.6.1.2.1.10.7.2.1.7.24|65|0
+1.3.6.1.2.1.10.7.2.1.7.25|65|0
+1.3.6.1.2.1.10.7.2.1.7.26|65|0
+1.3.6.1.2.1.10.7.2.1.7.27|65|0
+1.3.6.1.2.1.10.7.2.1.7.28|65|0
+1.3.6.1.2.1.10.7.2.1.7.29|65|0
+1.3.6.1.2.1.10.7.2.1.7.30|65|0
+1.3.6.1.2.1.10.7.2.1.7.31|65|0
+1.3.6.1.2.1.10.7.2.1.7.32|65|0
+1.3.6.1.2.1.10.7.2.1.7.33|65|0
+1.3.6.1.2.1.10.7.2.1.7.34|65|0
+1.3.6.1.2.1.10.7.2.1.7.35|65|0
+1.3.6.1.2.1.10.7.2.1.7.36|65|0
+1.3.6.1.2.1.10.7.2.1.7.37|65|0
+1.3.6.1.2.1.10.7.2.1.7.38|65|0
+1.3.6.1.2.1.10.7.2.1.7.39|65|0
+1.3.6.1.2.1.10.7.2.1.7.40|65|0
+1.3.6.1.2.1.10.7.2.1.7.41|65|0
+1.3.6.1.2.1.10.7.2.1.7.42|65|0
+1.3.6.1.2.1.10.7.2.1.7.43|65|0
+1.3.6.1.2.1.10.7.2.1.7.44|65|0
+1.3.6.1.2.1.10.7.2.1.7.45|65|0
+1.3.6.1.2.1.10.7.2.1.7.46|65|0
+1.3.6.1.2.1.10.7.2.1.7.47|65|0
+1.3.6.1.2.1.10.7.2.1.7.48|65|0
+1.3.6.1.2.1.10.7.2.1.7.49001|65|0
+1.3.6.1.2.1.10.7.2.1.7.49002|65|0
+1.3.6.1.2.1.10.7.2.1.7.49003|65|0
+1.3.6.1.2.1.10.7.2.1.7.49004|65|0
+1.3.6.1.2.1.10.7.2.1.7.50001|65|0
+1.3.6.1.2.1.10.7.2.1.7.50002|65|0
+1.3.6.1.2.1.10.7.2.1.7.50003|65|0
+1.3.6.1.2.1.10.7.2.1.7.50004|65|0
+1.3.6.1.2.1.10.7.2.1.7.51001|65|0
+1.3.6.1.2.1.10.7.2.1.7.51002|65|0
+1.3.6.1.2.1.10.7.2.1.7.51003|65|0
+1.3.6.1.2.1.10.7.2.1.7.51004|65|0
+1.3.6.1.2.1.10.7.2.1.7.52001|65|0
+1.3.6.1.2.1.10.7.2.1.7.52002|65|0
+1.3.6.1.2.1.10.7.2.1.7.52003|65|0
+1.3.6.1.2.1.10.7.2.1.7.52004|65|0
+1.3.6.1.2.1.10.7.2.1.7.53001|65|0
+1.3.6.1.2.1.10.7.2.1.7.53002|65|0
+1.3.6.1.2.1.10.7.2.1.7.53003|65|0
+1.3.6.1.2.1.10.7.2.1.7.53004|65|0
+1.3.6.1.2.1.10.7.2.1.7.54001|65|0
+1.3.6.1.2.1.10.7.2.1.7.54002|65|0
+1.3.6.1.2.1.10.7.2.1.7.54003|65|0
+1.3.6.1.2.1.10.7.2.1.7.54004|65|0
+1.3.6.1.2.1.10.7.2.1.7.999001|65|0
+1.3.6.1.2.1.10.7.2.1.8.1|65|0
+1.3.6.1.2.1.10.7.2.1.8.2|65|0
+1.3.6.1.2.1.10.7.2.1.8.3|65|0
+1.3.6.1.2.1.10.7.2.1.8.4|65|0
+1.3.6.1.2.1.10.7.2.1.8.5|65|0
+1.3.6.1.2.1.10.7.2.1.8.6|65|0
+1.3.6.1.2.1.10.7.2.1.8.7|65|0
+1.3.6.1.2.1.10.7.2.1.8.8|65|0
+1.3.6.1.2.1.10.7.2.1.8.9|65|0
+1.3.6.1.2.1.10.7.2.1.8.10|65|0
+1.3.6.1.2.1.10.7.2.1.8.11|65|0
+1.3.6.1.2.1.10.7.2.1.8.12|65|0
+1.3.6.1.2.1.10.7.2.1.8.13|65|0
+1.3.6.1.2.1.10.7.2.1.8.14|65|0
+1.3.6.1.2.1.10.7.2.1.8.15|65|0
+1.3.6.1.2.1.10.7.2.1.8.16|65|0
+1.3.6.1.2.1.10.7.2.1.8.17|65|0
+1.3.6.1.2.1.10.7.2.1.8.18|65|0
+1.3.6.1.2.1.10.7.2.1.8.19|65|0
+1.3.6.1.2.1.10.7.2.1.8.20|65|0
+1.3.6.1.2.1.10.7.2.1.8.21|65|0
+1.3.6.1.2.1.10.7.2.1.8.22|65|0
+1.3.6.1.2.1.10.7.2.1.8.23|65|0
+1.3.6.1.2.1.10.7.2.1.8.24|65|0
+1.3.6.1.2.1.10.7.2.1.8.25|65|0
+1.3.6.1.2.1.10.7.2.1.8.26|65|0
+1.3.6.1.2.1.10.7.2.1.8.27|65|0
+1.3.6.1.2.1.10.7.2.1.8.28|65|0
+1.3.6.1.2.1.10.7.2.1.8.29|65|0
+1.3.6.1.2.1.10.7.2.1.8.30|65|0
+1.3.6.1.2.1.10.7.2.1.8.31|65|0
+1.3.6.1.2.1.10.7.2.1.8.32|65|0
+1.3.6.1.2.1.10.7.2.1.8.33|65|0
+1.3.6.1.2.1.10.7.2.1.8.34|65|0
+1.3.6.1.2.1.10.7.2.1.8.35|65|0
+1.3.6.1.2.1.10.7.2.1.8.36|65|0
+1.3.6.1.2.1.10.7.2.1.8.37|65|0
+1.3.6.1.2.1.10.7.2.1.8.38|65|0
+1.3.6.1.2.1.10.7.2.1.8.39|65|0
+1.3.6.1.2.1.10.7.2.1.8.40|65|0
+1.3.6.1.2.1.10.7.2.1.8.41|65|0
+1.3.6.1.2.1.10.7.2.1.8.42|65|0
+1.3.6.1.2.1.10.7.2.1.8.43|65|0
+1.3.6.1.2.1.10.7.2.1.8.44|65|0
+1.3.6.1.2.1.10.7.2.1.8.45|65|0
+1.3.6.1.2.1.10.7.2.1.8.46|65|0
+1.3.6.1.2.1.10.7.2.1.8.47|65|0
+1.3.6.1.2.1.10.7.2.1.8.48|65|0
+1.3.6.1.2.1.10.7.2.1.8.49001|65|0
+1.3.6.1.2.1.10.7.2.1.8.49002|65|0
+1.3.6.1.2.1.10.7.2.1.8.49003|65|0
+1.3.6.1.2.1.10.7.2.1.8.49004|65|0
+1.3.6.1.2.1.10.7.2.1.8.50001|65|0
+1.3.6.1.2.1.10.7.2.1.8.50002|65|0
+1.3.6.1.2.1.10.7.2.1.8.50003|65|0
+1.3.6.1.2.1.10.7.2.1.8.50004|65|0
+1.3.6.1.2.1.10.7.2.1.8.51001|65|0
+1.3.6.1.2.1.10.7.2.1.8.51002|65|0
+1.3.6.1.2.1.10.7.2.1.8.51003|65|0
+1.3.6.1.2.1.10.7.2.1.8.51004|65|0
+1.3.6.1.2.1.10.7.2.1.8.52001|65|0
+1.3.6.1.2.1.10.7.2.1.8.52002|65|0
+1.3.6.1.2.1.10.7.2.1.8.52003|65|0
+1.3.6.1.2.1.10.7.2.1.8.52004|65|0
+1.3.6.1.2.1.10.7.2.1.8.53001|65|0
+1.3.6.1.2.1.10.7.2.1.8.53002|65|0
+1.3.6.1.2.1.10.7.2.1.8.53003|65|0
+1.3.6.1.2.1.10.7.2.1.8.53004|65|0
+1.3.6.1.2.1.10.7.2.1.8.54001|65|0
+1.3.6.1.2.1.10.7.2.1.8.54002|65|0
+1.3.6.1.2.1.10.7.2.1.8.54003|65|0
+1.3.6.1.2.1.10.7.2.1.8.54004|65|0
+1.3.6.1.2.1.10.7.2.1.8.999001|65|0
+1.3.6.1.2.1.10.7.2.1.9.1|65|0
+1.3.6.1.2.1.10.7.2.1.9.2|65|0
+1.3.6.1.2.1.10.7.2.1.9.3|65|0
+1.3.6.1.2.1.10.7.2.1.9.4|65|0
+1.3.6.1.2.1.10.7.2.1.9.5|65|0
+1.3.6.1.2.1.10.7.2.1.9.6|65|0
+1.3.6.1.2.1.10.7.2.1.9.7|65|0
+1.3.6.1.2.1.10.7.2.1.9.8|65|0
+1.3.6.1.2.1.10.7.2.1.9.9|65|0
+1.3.6.1.2.1.10.7.2.1.9.10|65|0
+1.3.6.1.2.1.10.7.2.1.9.11|65|0
+1.3.6.1.2.1.10.7.2.1.9.12|65|0
+1.3.6.1.2.1.10.7.2.1.9.13|65|0
+1.3.6.1.2.1.10.7.2.1.9.14|65|0
+1.3.6.1.2.1.10.7.2.1.9.15|65|0
+1.3.6.1.2.1.10.7.2.1.9.16|65|0
+1.3.6.1.2.1.10.7.2.1.9.17|65|0
+1.3.6.1.2.1.10.7.2.1.9.18|65|0
+1.3.6.1.2.1.10.7.2.1.9.19|65|0
+1.3.6.1.2.1.10.7.2.1.9.20|65|0
+1.3.6.1.2.1.10.7.2.1.9.21|65|0
+1.3.6.1.2.1.10.7.2.1.9.22|65|0
+1.3.6.1.2.1.10.7.2.1.9.23|65|0
+1.3.6.1.2.1.10.7.2.1.9.24|65|0
+1.3.6.1.2.1.10.7.2.1.9.25|65|0
+1.3.6.1.2.1.10.7.2.1.9.26|65|0
+1.3.6.1.2.1.10.7.2.1.9.27|65|0
+1.3.6.1.2.1.10.7.2.1.9.28|65|0
+1.3.6.1.2.1.10.7.2.1.9.29|65|0
+1.3.6.1.2.1.10.7.2.1.9.30|65|0
+1.3.6.1.2.1.10.7.2.1.9.31|65|0
+1.3.6.1.2.1.10.7.2.1.9.32|65|0
+1.3.6.1.2.1.10.7.2.1.9.33|65|0
+1.3.6.1.2.1.10.7.2.1.9.34|65|0
+1.3.6.1.2.1.10.7.2.1.9.35|65|0
+1.3.6.1.2.1.10.7.2.1.9.36|65|0
+1.3.6.1.2.1.10.7.2.1.9.37|65|0
+1.3.6.1.2.1.10.7.2.1.9.38|65|0
+1.3.6.1.2.1.10.7.2.1.9.39|65|0
+1.3.6.1.2.1.10.7.2.1.9.40|65|0
+1.3.6.1.2.1.10.7.2.1.9.41|65|0
+1.3.6.1.2.1.10.7.2.1.9.42|65|0
+1.3.6.1.2.1.10.7.2.1.9.43|65|0
+1.3.6.1.2.1.10.7.2.1.9.44|65|0
+1.3.6.1.2.1.10.7.2.1.9.45|65|0
+1.3.6.1.2.1.10.7.2.1.9.46|65|0
+1.3.6.1.2.1.10.7.2.1.9.47|65|0
+1.3.6.1.2.1.10.7.2.1.9.48|65|0
+1.3.6.1.2.1.10.7.2.1.9.49001|65|0
+1.3.6.1.2.1.10.7.2.1.9.49002|65|0
+1.3.6.1.2.1.10.7.2.1.9.49003|65|0
+1.3.6.1.2.1.10.7.2.1.9.49004|65|0
+1.3.6.1.2.1.10.7.2.1.9.50001|65|0
+1.3.6.1.2.1.10.7.2.1.9.50002|65|0
+1.3.6.1.2.1.10.7.2.1.9.50003|65|0
+1.3.6.1.2.1.10.7.2.1.9.50004|65|0
+1.3.6.1.2.1.10.7.2.1.9.51001|65|0
+1.3.6.1.2.1.10.7.2.1.9.51002|65|0
+1.3.6.1.2.1.10.7.2.1.9.51003|65|0
+1.3.6.1.2.1.10.7.2.1.9.51004|65|0
+1.3.6.1.2.1.10.7.2.1.9.52001|65|0
+1.3.6.1.2.1.10.7.2.1.9.52002|65|0
+1.3.6.1.2.1.10.7.2.1.9.52003|65|0
+1.3.6.1.2.1.10.7.2.1.9.52004|65|0
+1.3.6.1.2.1.10.7.2.1.9.53001|65|0
+1.3.6.1.2.1.10.7.2.1.9.53002|65|0
+1.3.6.1.2.1.10.7.2.1.9.53003|65|0
+1.3.6.1.2.1.10.7.2.1.9.53004|65|0
+1.3.6.1.2.1.10.7.2.1.9.54001|65|0
+1.3.6.1.2.1.10.7.2.1.9.54002|65|0
+1.3.6.1.2.1.10.7.2.1.9.54003|65|0
+1.3.6.1.2.1.10.7.2.1.9.54004|65|0
+1.3.6.1.2.1.10.7.2.1.9.999001|65|0
+1.3.6.1.2.1.10.7.2.1.10.1|65|0
+1.3.6.1.2.1.10.7.2.1.10.2|65|11
+1.3.6.1.2.1.10.7.2.1.10.3|65|0
+1.3.6.1.2.1.10.7.2.1.10.4|65|0
+1.3.6.1.2.1.10.7.2.1.10.5|65|0
+1.3.6.1.2.1.10.7.2.1.10.6|65|15
+1.3.6.1.2.1.10.7.2.1.10.7|65|16
+1.3.6.1.2.1.10.7.2.1.10.8|65|12
+1.3.6.1.2.1.10.7.2.1.10.9|65|0
+1.3.6.1.2.1.10.7.2.1.10.10|65|0
+1.3.6.1.2.1.10.7.2.1.10.11|65|0
+1.3.6.1.2.1.10.7.2.1.10.12|65|0
+1.3.6.1.2.1.10.7.2.1.10.13|65|2
+1.3.6.1.2.1.10.7.2.1.10.14|65|0
+1.3.6.1.2.1.10.7.2.1.10.15|65|0
+1.3.6.1.2.1.10.7.2.1.10.16|65|0
+1.3.6.1.2.1.10.7.2.1.10.17|65|2
+1.3.6.1.2.1.10.7.2.1.10.18|65|2
+1.3.6.1.2.1.10.7.2.1.10.19|65|2
+1.3.6.1.2.1.10.7.2.1.10.20|65|2
+1.3.6.1.2.1.10.7.2.1.10.21|65|2
+1.3.6.1.2.1.10.7.2.1.10.22|65|2
+1.3.6.1.2.1.10.7.2.1.10.23|65|0
+1.3.6.1.2.1.10.7.2.1.10.24|65|0
+1.3.6.1.2.1.10.7.2.1.10.25|65|0
+1.3.6.1.2.1.10.7.2.1.10.26|65|0
+1.3.6.1.2.1.10.7.2.1.10.27|65|0
+1.3.6.1.2.1.10.7.2.1.10.28|65|0
+1.3.6.1.2.1.10.7.2.1.10.29|65|0
+1.3.6.1.2.1.10.7.2.1.10.30|65|0
+1.3.6.1.2.1.10.7.2.1.10.31|65|0
+1.3.6.1.2.1.10.7.2.1.10.32|65|0
+1.3.6.1.2.1.10.7.2.1.10.33|65|0
+1.3.6.1.2.1.10.7.2.1.10.34|65|0
+1.3.6.1.2.1.10.7.2.1.10.35|65|0
+1.3.6.1.2.1.10.7.2.1.10.36|65|0
+1.3.6.1.2.1.10.7.2.1.10.37|65|0
+1.3.6.1.2.1.10.7.2.1.10.38|65|0
+1.3.6.1.2.1.10.7.2.1.10.39|65|0
+1.3.6.1.2.1.10.7.2.1.10.40|65|0
+1.3.6.1.2.1.10.7.2.1.10.41|65|0
+1.3.6.1.2.1.10.7.2.1.10.42|65|0
+1.3.6.1.2.1.10.7.2.1.10.43|65|0
+1.3.6.1.2.1.10.7.2.1.10.44|65|0
+1.3.6.1.2.1.10.7.2.1.10.45|65|2
+1.3.6.1.2.1.10.7.2.1.10.46|65|0
+1.3.6.1.2.1.10.7.2.1.10.47|65|0
+1.3.6.1.2.1.10.7.2.1.10.48|65|0
+1.3.6.1.2.1.10.7.2.1.10.49001|65|0
+1.3.6.1.2.1.10.7.2.1.10.49002|65|0
+1.3.6.1.2.1.10.7.2.1.10.49003|65|0
+1.3.6.1.2.1.10.7.2.1.10.49004|65|0
+1.3.6.1.2.1.10.7.2.1.10.50001|65|0
+1.3.6.1.2.1.10.7.2.1.10.50002|65|0
+1.3.6.1.2.1.10.7.2.1.10.50003|65|0
+1.3.6.1.2.1.10.7.2.1.10.50004|65|0
+1.3.6.1.2.1.10.7.2.1.10.51001|65|0
+1.3.6.1.2.1.10.7.2.1.10.51002|65|0
+1.3.6.1.2.1.10.7.2.1.10.51003|65|0
+1.3.6.1.2.1.10.7.2.1.10.51004|65|0
+1.3.6.1.2.1.10.7.2.1.10.52001|65|0
+1.3.6.1.2.1.10.7.2.1.10.52002|65|0
+1.3.6.1.2.1.10.7.2.1.10.52003|65|0
+1.3.6.1.2.1.10.7.2.1.10.52004|65|0
+1.3.6.1.2.1.10.7.2.1.10.53001|65|0
+1.3.6.1.2.1.10.7.2.1.10.53002|65|0
+1.3.6.1.2.1.10.7.2.1.10.53003|65|0
+1.3.6.1.2.1.10.7.2.1.10.53004|65|0
+1.3.6.1.2.1.10.7.2.1.10.54001|65|0
+1.3.6.1.2.1.10.7.2.1.10.54002|65|0
+1.3.6.1.2.1.10.7.2.1.10.54003|65|0
+1.3.6.1.2.1.10.7.2.1.10.54004|65|0
+1.3.6.1.2.1.10.7.2.1.10.999001|65|0
+1.3.6.1.2.1.10.7.2.1.11.1|65|0
+1.3.6.1.2.1.10.7.2.1.11.2|65|0
+1.3.6.1.2.1.10.7.2.1.11.3|65|0
+1.3.6.1.2.1.10.7.2.1.11.4|65|0
+1.3.6.1.2.1.10.7.2.1.11.5|65|0
+1.3.6.1.2.1.10.7.2.1.11.6|65|0
+1.3.6.1.2.1.10.7.2.1.11.7|65|0
+1.3.6.1.2.1.10.7.2.1.11.8|65|0
+1.3.6.1.2.1.10.7.2.1.11.9|65|0
+1.3.6.1.2.1.10.7.2.1.11.10|65|0
+1.3.6.1.2.1.10.7.2.1.11.11|65|0
+1.3.6.1.2.1.10.7.2.1.11.12|65|0
+1.3.6.1.2.1.10.7.2.1.11.13|65|0
+1.3.6.1.2.1.10.7.2.1.11.14|65|0
+1.3.6.1.2.1.10.7.2.1.11.15|65|0
+1.3.6.1.2.1.10.7.2.1.11.16|65|0
+1.3.6.1.2.1.10.7.2.1.11.17|65|0
+1.3.6.1.2.1.10.7.2.1.11.18|65|0
+1.3.6.1.2.1.10.7.2.1.11.19|65|0
+1.3.6.1.2.1.10.7.2.1.11.20|65|0
+1.3.6.1.2.1.10.7.2.1.11.21|65|0
+1.3.6.1.2.1.10.7.2.1.11.22|65|0
+1.3.6.1.2.1.10.7.2.1.11.23|65|0
+1.3.6.1.2.1.10.7.2.1.11.24|65|0
+1.3.6.1.2.1.10.7.2.1.11.25|65|0
+1.3.6.1.2.1.10.7.2.1.11.26|65|0
+1.3.6.1.2.1.10.7.2.1.11.27|65|0
+1.3.6.1.2.1.10.7.2.1.11.28|65|0
+1.3.6.1.2.1.10.7.2.1.11.29|65|0
+1.3.6.1.2.1.10.7.2.1.11.30|65|0
+1.3.6.1.2.1.10.7.2.1.11.31|65|0
+1.3.6.1.2.1.10.7.2.1.11.32|65|0
+1.3.6.1.2.1.10.7.2.1.11.33|65|0
+1.3.6.1.2.1.10.7.2.1.11.34|65|0
+1.3.6.1.2.1.10.7.2.1.11.35|65|0
+1.3.6.1.2.1.10.7.2.1.11.36|65|0
+1.3.6.1.2.1.10.7.2.1.11.37|65|0
+1.3.6.1.2.1.10.7.2.1.11.38|65|0
+1.3.6.1.2.1.10.7.2.1.11.39|65|0
+1.3.6.1.2.1.10.7.2.1.11.40|65|0
+1.3.6.1.2.1.10.7.2.1.11.41|65|0
+1.3.6.1.2.1.10.7.2.1.11.42|65|0
+1.3.6.1.2.1.10.7.2.1.11.43|65|0
+1.3.6.1.2.1.10.7.2.1.11.44|65|0
+1.3.6.1.2.1.10.7.2.1.11.45|65|0
+1.3.6.1.2.1.10.7.2.1.11.46|65|0
+1.3.6.1.2.1.10.7.2.1.11.47|65|0
+1.3.6.1.2.1.10.7.2.1.11.48|65|0
+1.3.6.1.2.1.10.7.2.1.11.49001|65|0
+1.3.6.1.2.1.10.7.2.1.11.49002|65|0
+1.3.6.1.2.1.10.7.2.1.11.49003|65|0
+1.3.6.1.2.1.10.7.2.1.11.49004|65|0
+1.3.6.1.2.1.10.7.2.1.11.50001|65|0
+1.3.6.1.2.1.10.7.2.1.11.50002|65|0
+1.3.6.1.2.1.10.7.2.1.11.50003|65|0
+1.3.6.1.2.1.10.7.2.1.11.50004|65|0
+1.3.6.1.2.1.10.7.2.1.11.51001|65|0
+1.3.6.1.2.1.10.7.2.1.11.51002|65|0
+1.3.6.1.2.1.10.7.2.1.11.51003|65|0
+1.3.6.1.2.1.10.7.2.1.11.51004|65|0
+1.3.6.1.2.1.10.7.2.1.11.52001|65|0
+1.3.6.1.2.1.10.7.2.1.11.52002|65|0
+1.3.6.1.2.1.10.7.2.1.11.52003|65|0
+1.3.6.1.2.1.10.7.2.1.11.52004|65|0
+1.3.6.1.2.1.10.7.2.1.11.53001|65|0
+1.3.6.1.2.1.10.7.2.1.11.53002|65|0
+1.3.6.1.2.1.10.7.2.1.11.53003|65|0
+1.3.6.1.2.1.10.7.2.1.11.53004|65|0
+1.3.6.1.2.1.10.7.2.1.11.54001|65|0
+1.3.6.1.2.1.10.7.2.1.11.54002|65|0
+1.3.6.1.2.1.10.7.2.1.11.54003|65|0
+1.3.6.1.2.1.10.7.2.1.11.54004|65|0
+1.3.6.1.2.1.10.7.2.1.11.999001|65|0
+1.3.6.1.2.1.10.7.2.1.13.1|65|0
+1.3.6.1.2.1.10.7.2.1.13.2|65|0
+1.3.6.1.2.1.10.7.2.1.13.3|65|0
+1.3.6.1.2.1.10.7.2.1.13.4|65|0
+1.3.6.1.2.1.10.7.2.1.13.5|65|0
+1.3.6.1.2.1.10.7.2.1.13.6|65|0
+1.3.6.1.2.1.10.7.2.1.13.7|65|0
+1.3.6.1.2.1.10.7.2.1.13.8|65|0
+1.3.6.1.2.1.10.7.2.1.13.9|65|0
+1.3.6.1.2.1.10.7.2.1.13.10|65|0
+1.3.6.1.2.1.10.7.2.1.13.11|65|0
+1.3.6.1.2.1.10.7.2.1.13.12|65|0
+1.3.6.1.2.1.10.7.2.1.13.13|65|0
+1.3.6.1.2.1.10.7.2.1.13.14|65|0
+1.3.6.1.2.1.10.7.2.1.13.15|65|0
+1.3.6.1.2.1.10.7.2.1.13.16|65|0
+1.3.6.1.2.1.10.7.2.1.13.17|65|0
+1.3.6.1.2.1.10.7.2.1.13.18|65|0
+1.3.6.1.2.1.10.7.2.1.13.19|65|0
+1.3.6.1.2.1.10.7.2.1.13.20|65|0
+1.3.6.1.2.1.10.7.2.1.13.21|65|0
+1.3.6.1.2.1.10.7.2.1.13.22|65|0
+1.3.6.1.2.1.10.7.2.1.13.23|65|0
+1.3.6.1.2.1.10.7.2.1.13.24|65|0
+1.3.6.1.2.1.10.7.2.1.13.25|65|0
+1.3.6.1.2.1.10.7.2.1.13.26|65|0
+1.3.6.1.2.1.10.7.2.1.13.27|65|0
+1.3.6.1.2.1.10.7.2.1.13.28|65|0
+1.3.6.1.2.1.10.7.2.1.13.29|65|0
+1.3.6.1.2.1.10.7.2.1.13.30|65|0
+1.3.6.1.2.1.10.7.2.1.13.31|65|0
+1.3.6.1.2.1.10.7.2.1.13.32|65|0
+1.3.6.1.2.1.10.7.2.1.13.33|65|0
+1.3.6.1.2.1.10.7.2.1.13.34|65|0
+1.3.6.1.2.1.10.7.2.1.13.35|65|0
+1.3.6.1.2.1.10.7.2.1.13.36|65|0
+1.3.6.1.2.1.10.7.2.1.13.37|65|0
+1.3.6.1.2.1.10.7.2.1.13.38|65|0
+1.3.6.1.2.1.10.7.2.1.13.39|65|0
+1.3.6.1.2.1.10.7.2.1.13.40|65|0
+1.3.6.1.2.1.10.7.2.1.13.41|65|0
+1.3.6.1.2.1.10.7.2.1.13.42|65|0
+1.3.6.1.2.1.10.7.2.1.13.43|65|0
+1.3.6.1.2.1.10.7.2.1.13.44|65|0
+1.3.6.1.2.1.10.7.2.1.13.45|65|0
+1.3.6.1.2.1.10.7.2.1.13.46|65|0
+1.3.6.1.2.1.10.7.2.1.13.47|65|0
+1.3.6.1.2.1.10.7.2.1.13.48|65|0
+1.3.6.1.2.1.10.7.2.1.13.49001|65|0
+1.3.6.1.2.1.10.7.2.1.13.49002|65|0
+1.3.6.1.2.1.10.7.2.1.13.49003|65|0
+1.3.6.1.2.1.10.7.2.1.13.49004|65|0
+1.3.6.1.2.1.10.7.2.1.13.50001|65|0
+1.3.6.1.2.1.10.7.2.1.13.50002|65|0
+1.3.6.1.2.1.10.7.2.1.13.50003|65|0
+1.3.6.1.2.1.10.7.2.1.13.50004|65|0
+1.3.6.1.2.1.10.7.2.1.13.51001|65|0
+1.3.6.1.2.1.10.7.2.1.13.51002|65|0
+1.3.6.1.2.1.10.7.2.1.13.51003|65|0
+1.3.6.1.2.1.10.7.2.1.13.51004|65|0
+1.3.6.1.2.1.10.7.2.1.13.52001|65|0
+1.3.6.1.2.1.10.7.2.1.13.52002|65|0
+1.3.6.1.2.1.10.7.2.1.13.52003|65|0
+1.3.6.1.2.1.10.7.2.1.13.52004|65|0
+1.3.6.1.2.1.10.7.2.1.13.53001|65|0
+1.3.6.1.2.1.10.7.2.1.13.53002|65|0
+1.3.6.1.2.1.10.7.2.1.13.53003|65|0
+1.3.6.1.2.1.10.7.2.1.13.53004|65|0
+1.3.6.1.2.1.10.7.2.1.13.54001|65|0
+1.3.6.1.2.1.10.7.2.1.13.54002|65|0
+1.3.6.1.2.1.10.7.2.1.13.54003|65|0
+1.3.6.1.2.1.10.7.2.1.13.54004|65|0
+1.3.6.1.2.1.10.7.2.1.13.999001|65|0
+1.3.6.1.2.1.10.7.2.1.16.1|65|0
+1.3.6.1.2.1.10.7.2.1.16.2|65|0
+1.3.6.1.2.1.10.7.2.1.16.3|65|0
+1.3.6.1.2.1.10.7.2.1.16.4|65|0
+1.3.6.1.2.1.10.7.2.1.16.5|65|0
+1.3.6.1.2.1.10.7.2.1.16.6|65|0
+1.3.6.1.2.1.10.7.2.1.16.7|65|0
+1.3.6.1.2.1.10.7.2.1.16.8|65|45
+1.3.6.1.2.1.10.7.2.1.16.9|65|0
+1.3.6.1.2.1.10.7.2.1.16.10|65|0
+1.3.6.1.2.1.10.7.2.1.16.11|65|0
+1.3.6.1.2.1.10.7.2.1.16.12|65|0
+1.3.6.1.2.1.10.7.2.1.16.13|65|0
+1.3.6.1.2.1.10.7.2.1.16.14|65|0
+1.3.6.1.2.1.10.7.2.1.16.15|65|0
+1.3.6.1.2.1.10.7.2.1.16.16|65|0
+1.3.6.1.2.1.10.7.2.1.16.17|65|0
+1.3.6.1.2.1.10.7.2.1.16.18|65|0
+1.3.6.1.2.1.10.7.2.1.16.19|65|6
+1.3.6.1.2.1.10.7.2.1.16.20|65|0
+1.3.6.1.2.1.10.7.2.1.16.21|65|0
+1.3.6.1.2.1.10.7.2.1.16.22|65|0
+1.3.6.1.2.1.10.7.2.1.16.23|65|0
+1.3.6.1.2.1.10.7.2.1.16.24|65|0
+1.3.6.1.2.1.10.7.2.1.16.25|65|0
+1.3.6.1.2.1.10.7.2.1.16.26|65|0
+1.3.6.1.2.1.10.7.2.1.16.27|65|0
+1.3.6.1.2.1.10.7.2.1.16.28|65|0
+1.3.6.1.2.1.10.7.2.1.16.29|65|0
+1.3.6.1.2.1.10.7.2.1.16.30|65|0
+1.3.6.1.2.1.10.7.2.1.16.31|65|0
+1.3.6.1.2.1.10.7.2.1.16.32|65|0
+1.3.6.1.2.1.10.7.2.1.16.33|65|0
+1.3.6.1.2.1.10.7.2.1.16.34|65|0
+1.3.6.1.2.1.10.7.2.1.16.35|65|0
+1.3.6.1.2.1.10.7.2.1.16.36|65|0
+1.3.6.1.2.1.10.7.2.1.16.37|65|0
+1.3.6.1.2.1.10.7.2.1.16.38|65|0
+1.3.6.1.2.1.10.7.2.1.16.39|65|0
+1.3.6.1.2.1.10.7.2.1.16.40|65|0
+1.3.6.1.2.1.10.7.2.1.16.41|65|0
+1.3.6.1.2.1.10.7.2.1.16.42|65|0
+1.3.6.1.2.1.10.7.2.1.16.43|65|0
+1.3.6.1.2.1.10.7.2.1.16.44|65|0
+1.3.6.1.2.1.10.7.2.1.16.45|65|0
+1.3.6.1.2.1.10.7.2.1.16.46|65|0
+1.3.6.1.2.1.10.7.2.1.16.47|65|0
+1.3.6.1.2.1.10.7.2.1.16.48|65|0
+1.3.6.1.2.1.10.7.2.1.16.49001|65|0
+1.3.6.1.2.1.10.7.2.1.16.49002|65|0
+1.3.6.1.2.1.10.7.2.1.16.49003|65|0
+1.3.6.1.2.1.10.7.2.1.16.49004|65|0
+1.3.6.1.2.1.10.7.2.1.16.50001|65|0
+1.3.6.1.2.1.10.7.2.1.16.50002|65|0
+1.3.6.1.2.1.10.7.2.1.16.50003|65|0
+1.3.6.1.2.1.10.7.2.1.16.50004|65|0
+1.3.6.1.2.1.10.7.2.1.16.51001|65|0
+1.3.6.1.2.1.10.7.2.1.16.51002|65|0
+1.3.6.1.2.1.10.7.2.1.16.51003|65|0
+1.3.6.1.2.1.10.7.2.1.16.51004|65|0
+1.3.6.1.2.1.10.7.2.1.16.52001|65|0
+1.3.6.1.2.1.10.7.2.1.16.52002|65|0
+1.3.6.1.2.1.10.7.2.1.16.52003|65|0
+1.3.6.1.2.1.10.7.2.1.16.52004|65|0
+1.3.6.1.2.1.10.7.2.1.16.53001|65|0
+1.3.6.1.2.1.10.7.2.1.16.53002|65|0
+1.3.6.1.2.1.10.7.2.1.16.53003|65|0
+1.3.6.1.2.1.10.7.2.1.16.53004|65|0
+1.3.6.1.2.1.10.7.2.1.16.54001|65|0
+1.3.6.1.2.1.10.7.2.1.16.54002|65|0
+1.3.6.1.2.1.10.7.2.1.16.54003|65|0
+1.3.6.1.2.1.10.7.2.1.16.54004|65|0
+1.3.6.1.2.1.10.7.2.1.16.999001|65|0
+1.3.6.1.2.1.10.7.2.1.17.1|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.2|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.3|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.4|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.5|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.6|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.7|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.8|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.9|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.10|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.11|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.12|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.13|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.14|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.15|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.16|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.17|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.18|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.19|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.20|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.21|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.22|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.23|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.24|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.25|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.26|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.27|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.28|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.29|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.30|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.31|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.32|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.33|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.34|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.35|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.36|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.37|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.38|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.39|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.40|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.41|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.42|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.43|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.44|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.45|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.46|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.47|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.48|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.49001|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.49002|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.49003|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.49004|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.50001|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.50002|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.50003|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.50004|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.51001|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.51002|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.51003|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.51004|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.52001|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.52002|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.52003|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.52004|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.53001|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.53002|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.53003|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.53004|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.54001|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.54002|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.54003|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.54004|6|0.0
+1.3.6.1.2.1.10.7.2.1.17.999001|6|0.0
+1.3.6.1.2.1.10.7.2.1.18.1|65|0
+1.3.6.1.2.1.10.7.2.1.18.2|65|0
+1.3.6.1.2.1.10.7.2.1.18.3|65|0
+1.3.6.1.2.1.10.7.2.1.18.4|65|0
+1.3.6.1.2.1.10.7.2.1.18.5|65|0
+1.3.6.1.2.1.10.7.2.1.18.6|65|0
+1.3.6.1.2.1.10.7.2.1.18.7|65|0
+1.3.6.1.2.1.10.7.2.1.18.8|65|39
+1.3.6.1.2.1.10.7.2.1.18.9|65|0
+1.3.6.1.2.1.10.7.2.1.18.10|65|0
+1.3.6.1.2.1.10.7.2.1.18.11|65|0
+1.3.6.1.2.1.10.7.2.1.18.12|65|0
+1.3.6.1.2.1.10.7.2.1.18.13|65|0
+1.3.6.1.2.1.10.7.2.1.18.14|65|0
+1.3.6.1.2.1.10.7.2.1.18.15|65|0
+1.3.6.1.2.1.10.7.2.1.18.16|65|0
+1.3.6.1.2.1.10.7.2.1.18.17|65|0
+1.3.6.1.2.1.10.7.2.1.18.18|65|0
+1.3.6.1.2.1.10.7.2.1.18.19|65|6
+1.3.6.1.2.1.10.7.2.1.18.20|65|0
+1.3.6.1.2.1.10.7.2.1.18.21|65|0
+1.3.6.1.2.1.10.7.2.1.18.22|65|0
+1.3.6.1.2.1.10.7.2.1.18.23|65|0
+1.3.6.1.2.1.10.7.2.1.18.24|65|0
+1.3.6.1.2.1.10.7.2.1.18.25|65|0
+1.3.6.1.2.1.10.7.2.1.18.26|65|0
+1.3.6.1.2.1.10.7.2.1.18.27|65|0
+1.3.6.1.2.1.10.7.2.1.18.28|65|0
+1.3.6.1.2.1.10.7.2.1.18.29|65|0
+1.3.6.1.2.1.10.7.2.1.18.30|65|0
+1.3.6.1.2.1.10.7.2.1.18.31|65|0
+1.3.6.1.2.1.10.7.2.1.18.32|65|0
+1.3.6.1.2.1.10.7.2.1.18.33|65|0
+1.3.6.1.2.1.10.7.2.1.18.34|65|0
+1.3.6.1.2.1.10.7.2.1.18.35|65|0
+1.3.6.1.2.1.10.7.2.1.18.36|65|0
+1.3.6.1.2.1.10.7.2.1.18.37|65|0
+1.3.6.1.2.1.10.7.2.1.18.38|65|0
+1.3.6.1.2.1.10.7.2.1.18.39|65|0
+1.3.6.1.2.1.10.7.2.1.18.40|65|0
+1.3.6.1.2.1.10.7.2.1.18.41|65|0
+1.3.6.1.2.1.10.7.2.1.18.42|65|0
+1.3.6.1.2.1.10.7.2.1.18.43|65|0
+1.3.6.1.2.1.10.7.2.1.18.44|65|0
+1.3.6.1.2.1.10.7.2.1.18.45|65|0
+1.3.6.1.2.1.10.7.2.1.18.46|65|0
+1.3.6.1.2.1.10.7.2.1.18.47|65|0
+1.3.6.1.2.1.10.7.2.1.18.48|65|0
+1.3.6.1.2.1.10.7.2.1.18.49001|65|0
+1.3.6.1.2.1.10.7.2.1.18.49002|65|0
+1.3.6.1.2.1.10.7.2.1.18.49003|65|0
+1.3.6.1.2.1.10.7.2.1.18.49004|65|0
+1.3.6.1.2.1.10.7.2.1.18.50001|65|0
+1.3.6.1.2.1.10.7.2.1.18.50002|65|0
+1.3.6.1.2.1.10.7.2.1.18.50003|65|0
+1.3.6.1.2.1.10.7.2.1.18.50004|65|0
+1.3.6.1.2.1.10.7.2.1.18.51001|65|0
+1.3.6.1.2.1.10.7.2.1.18.51002|65|0
+1.3.6.1.2.1.10.7.2.1.18.51003|65|0
+1.3.6.1.2.1.10.7.2.1.18.51004|65|0
+1.3.6.1.2.1.10.7.2.1.18.52001|65|0
+1.3.6.1.2.1.10.7.2.1.18.52002|65|0
+1.3.6.1.2.1.10.7.2.1.18.52003|65|0
+1.3.6.1.2.1.10.7.2.1.18.52004|65|0
+1.3.6.1.2.1.10.7.2.1.18.53001|65|0
+1.3.6.1.2.1.10.7.2.1.18.53002|65|0
+1.3.6.1.2.1.10.7.2.1.18.53003|65|0
+1.3.6.1.2.1.10.7.2.1.18.53004|65|0
+1.3.6.1.2.1.10.7.2.1.18.54001|65|0
+1.3.6.1.2.1.10.7.2.1.18.54002|65|0
+1.3.6.1.2.1.10.7.2.1.18.54003|65|0
+1.3.6.1.2.1.10.7.2.1.18.54004|65|0
+1.3.6.1.2.1.10.7.2.1.18.999001|65|0
+1.3.6.1.2.1.10.7.2.1.19.1|2|3
+1.3.6.1.2.1.10.7.2.1.19.2|2|3
+1.3.6.1.2.1.10.7.2.1.19.3|2|3
+1.3.6.1.2.1.10.7.2.1.19.4|2|3
+1.3.6.1.2.1.10.7.2.1.19.5|2|3
+1.3.6.1.2.1.10.7.2.1.19.6|2|3
+1.3.6.1.2.1.10.7.2.1.19.7|2|3
+1.3.6.1.2.1.10.7.2.1.19.8|2|3
+1.3.6.1.2.1.10.7.2.1.19.9|2|3
+1.3.6.1.2.1.10.7.2.1.19.10|2|3
+1.3.6.1.2.1.10.7.2.1.19.11|2|3
+1.3.6.1.2.1.10.7.2.1.19.12|2|3
+1.3.6.1.2.1.10.7.2.1.19.13|2|3
+1.3.6.1.2.1.10.7.2.1.19.14|2|3
+1.3.6.1.2.1.10.7.2.1.19.15|2|1
+1.3.6.1.2.1.10.7.2.1.19.16|2|1
+1.3.6.1.2.1.10.7.2.1.19.17|2|3
+1.3.6.1.2.1.10.7.2.1.19.18|2|3
+1.3.6.1.2.1.10.7.2.1.19.19|2|3
+1.3.6.1.2.1.10.7.2.1.19.20|2|3
+1.3.6.1.2.1.10.7.2.1.19.21|2|3
+1.3.6.1.2.1.10.7.2.1.19.22|2|3
+1.3.6.1.2.1.10.7.2.1.19.23|2|1
+1.3.6.1.2.1.10.7.2.1.19.24|2|1
+1.3.6.1.2.1.10.7.2.1.19.25|2|3
+1.3.6.1.2.1.10.7.2.1.19.26|2|3
+1.3.6.1.2.1.10.7.2.1.19.27|2|3
+1.3.6.1.2.1.10.7.2.1.19.28|2|3
+1.3.6.1.2.1.10.7.2.1.19.29|2|3
+1.3.6.1.2.1.10.7.2.1.19.30|2|3
+1.3.6.1.2.1.10.7.2.1.19.31|2|3
+1.3.6.1.2.1.10.7.2.1.19.32|2|3
+1.3.6.1.2.1.10.7.2.1.19.33|2|3
+1.3.6.1.2.1.10.7.2.1.19.34|2|3
+1.3.6.1.2.1.10.7.2.1.19.35|2|3
+1.3.6.1.2.1.10.7.2.1.19.36|2|3
+1.3.6.1.2.1.10.7.2.1.19.37|2|3
+1.3.6.1.2.1.10.7.2.1.19.38|2|3
+1.3.6.1.2.1.10.7.2.1.19.39|2|3
+1.3.6.1.2.1.10.7.2.1.19.40|2|3
+1.3.6.1.2.1.10.7.2.1.19.41|2|1
+1.3.6.1.2.1.10.7.2.1.19.42|2|1
+1.3.6.1.2.1.10.7.2.1.19.43|2|1
+1.3.6.1.2.1.10.7.2.1.19.44|2|1
+1.3.6.1.2.1.10.7.2.1.19.45|2|3
+1.3.6.1.2.1.10.7.2.1.19.46|2|3
+1.3.6.1.2.1.10.7.2.1.19.47|2|1
+1.3.6.1.2.1.10.7.2.1.19.48|2|1
+1.3.6.1.2.1.10.7.2.1.19.49001|2|3
+1.3.6.1.2.1.10.7.2.1.19.49002|2|1
+1.3.6.1.2.1.10.7.2.1.19.49003|2|1
+1.3.6.1.2.1.10.7.2.1.19.49004|2|1
+1.3.6.1.2.1.10.7.2.1.19.50001|2|3
+1.3.6.1.2.1.10.7.2.1.19.50002|2|1
+1.3.6.1.2.1.10.7.2.1.19.50003|2|1
+1.3.6.1.2.1.10.7.2.1.19.50004|2|1
+1.3.6.1.2.1.10.7.2.1.19.51001|2|3
+1.3.6.1.2.1.10.7.2.1.19.51002|2|1
+1.3.6.1.2.1.10.7.2.1.19.51003|2|1
+1.3.6.1.2.1.10.7.2.1.19.51004|2|1
+1.3.6.1.2.1.10.7.2.1.19.52001|2|3
+1.3.6.1.2.1.10.7.2.1.19.52002|2|1
+1.3.6.1.2.1.10.7.2.1.19.52003|2|1
+1.3.6.1.2.1.10.7.2.1.19.52004|2|1
+1.3.6.1.2.1.10.7.2.1.19.53001|2|3
+1.3.6.1.2.1.10.7.2.1.19.53002|2|1
+1.3.6.1.2.1.10.7.2.1.19.53003|2|1
+1.3.6.1.2.1.10.7.2.1.19.53004|2|1
+1.3.6.1.2.1.10.7.2.1.19.54001|2|3
+1.3.6.1.2.1.10.7.2.1.19.54002|2|1
+1.3.6.1.2.1.10.7.2.1.19.54003|2|1
+1.3.6.1.2.1.10.7.2.1.19.54004|2|1
+1.3.6.1.2.1.10.7.2.1.19.999001|2|3
+1.3.6.1.2.1.10.7.2.1.20.1|2|2
+1.3.6.1.2.1.10.7.2.1.20.2|2|2
+1.3.6.1.2.1.10.7.2.1.20.3|2|2
+1.3.6.1.2.1.10.7.2.1.20.4|2|2
+1.3.6.1.2.1.10.7.2.1.20.5|2|2
+1.3.6.1.2.1.10.7.2.1.20.6|2|2
+1.3.6.1.2.1.10.7.2.1.20.7|2|2
+1.3.6.1.2.1.10.7.2.1.20.8|2|2
+1.3.6.1.2.1.10.7.2.1.20.9|2|2
+1.3.6.1.2.1.10.7.2.1.20.10|2|2
+1.3.6.1.2.1.10.7.2.1.20.11|2|2
+1.3.6.1.2.1.10.7.2.1.20.12|2|2
+1.3.6.1.2.1.10.7.2.1.20.13|2|2
+1.3.6.1.2.1.10.7.2.1.20.14|2|2
+1.3.6.1.2.1.10.7.2.1.20.15|2|2
+1.3.6.1.2.1.10.7.2.1.20.16|2|2
+1.3.6.1.2.1.10.7.2.1.20.17|2|2
+1.3.6.1.2.1.10.7.2.1.20.18|2|2
+1.3.6.1.2.1.10.7.2.1.20.19|2|2
+1.3.6.1.2.1.10.7.2.1.20.20|2|2
+1.3.6.1.2.1.10.7.2.1.20.21|2|2
+1.3.6.1.2.1.10.7.2.1.20.22|2|2
+1.3.6.1.2.1.10.7.2.1.20.23|2|2
+1.3.6.1.2.1.10.7.2.1.20.24|2|2
+1.3.6.1.2.1.10.7.2.1.20.25|2|2
+1.3.6.1.2.1.10.7.2.1.20.26|2|2
+1.3.6.1.2.1.10.7.2.1.20.27|2|2
+1.3.6.1.2.1.10.7.2.1.20.28|2|2
+1.3.6.1.2.1.10.7.2.1.20.29|2|2
+1.3.6.1.2.1.10.7.2.1.20.30|2|2
+1.3.6.1.2.1.10.7.2.1.20.31|2|2
+1.3.6.1.2.1.10.7.2.1.20.32|2|2
+1.3.6.1.2.1.10.7.2.1.20.33|2|2
+1.3.6.1.2.1.10.7.2.1.20.34|2|2
+1.3.6.1.2.1.10.7.2.1.20.35|2|2
+1.3.6.1.2.1.10.7.2.1.20.36|2|2
+1.3.6.1.2.1.10.7.2.1.20.37|2|2
+1.3.6.1.2.1.10.7.2.1.20.38|2|2
+1.3.6.1.2.1.10.7.2.1.20.39|2|2
+1.3.6.1.2.1.10.7.2.1.20.40|2|2
+1.3.6.1.2.1.10.7.2.1.20.41|2|2
+1.3.6.1.2.1.10.7.2.1.20.42|2|2
+1.3.6.1.2.1.10.7.2.1.20.43|2|2
+1.3.6.1.2.1.10.7.2.1.20.44|2|2
+1.3.6.1.2.1.10.7.2.1.20.45|2|2
+1.3.6.1.2.1.10.7.2.1.20.46|2|2
+1.3.6.1.2.1.10.7.2.1.20.47|2|2
+1.3.6.1.2.1.10.7.2.1.20.48|2|2
+1.3.6.1.2.1.10.7.2.1.20.49001|2|2
+1.3.6.1.2.1.10.7.2.1.20.49002|2|2
+1.3.6.1.2.1.10.7.2.1.20.49003|2|2
+1.3.6.1.2.1.10.7.2.1.20.49004|2|2
+1.3.6.1.2.1.10.7.2.1.20.50001|2|2
+1.3.6.1.2.1.10.7.2.1.20.50002|2|2
+1.3.6.1.2.1.10.7.2.1.20.50003|2|2
+1.3.6.1.2.1.10.7.2.1.20.50004|2|2
+1.3.6.1.2.1.10.7.2.1.20.51001|2|2
+1.3.6.1.2.1.10.7.2.1.20.51002|2|2
+1.3.6.1.2.1.10.7.2.1.20.51003|2|2
+1.3.6.1.2.1.10.7.2.1.20.51004|2|2
+1.3.6.1.2.1.10.7.2.1.20.52001|2|2
+1.3.6.1.2.1.10.7.2.1.20.52002|2|2
+1.3.6.1.2.1.10.7.2.1.20.52003|2|2
+1.3.6.1.2.1.10.7.2.1.20.52004|2|2
+1.3.6.1.2.1.10.7.2.1.20.53001|2|2
+1.3.6.1.2.1.10.7.2.1.20.53002|2|2
+1.3.6.1.2.1.10.7.2.1.20.53003|2|2
+1.3.6.1.2.1.10.7.2.1.20.53004|2|2
+1.3.6.1.2.1.10.7.2.1.20.54001|2|2
+1.3.6.1.2.1.10.7.2.1.20.54002|2|2
+1.3.6.1.2.1.10.7.2.1.20.54003|2|2
+1.3.6.1.2.1.10.7.2.1.20.54004|2|2
+1.3.6.1.2.1.10.7.2.1.20.999001|2|2
+1.3.6.1.2.1.10.7.2.1.21.1|2|3
+1.3.6.1.2.1.10.7.2.1.21.2|2|3
+1.3.6.1.2.1.10.7.2.1.21.3|2|3
+1.3.6.1.2.1.10.7.2.1.21.4|2|3
+1.3.6.1.2.1.10.7.2.1.21.5|2|3
+1.3.6.1.2.1.10.7.2.1.21.6|2|3
+1.3.6.1.2.1.10.7.2.1.21.7|2|3
+1.3.6.1.2.1.10.7.2.1.21.8|2|3
+1.3.6.1.2.1.10.7.2.1.21.9|2|3
+1.3.6.1.2.1.10.7.2.1.21.10|2|3
+1.3.6.1.2.1.10.7.2.1.21.11|2|3
+1.3.6.1.2.1.10.7.2.1.21.12|2|3
+1.3.6.1.2.1.10.7.2.1.21.13|2|3
+1.3.6.1.2.1.10.7.2.1.21.14|2|3
+1.3.6.1.2.1.10.7.2.1.21.15|2|3
+1.3.6.1.2.1.10.7.2.1.21.16|2|3
+1.3.6.1.2.1.10.7.2.1.21.17|2|3
+1.3.6.1.2.1.10.7.2.1.21.18|2|3
+1.3.6.1.2.1.10.7.2.1.21.19|2|3
+1.3.6.1.2.1.10.7.2.1.21.20|2|3
+1.3.6.1.2.1.10.7.2.1.21.21|2|3
+1.3.6.1.2.1.10.7.2.1.21.22|2|3
+1.3.6.1.2.1.10.7.2.1.21.23|2|3
+1.3.6.1.2.1.10.7.2.1.21.24|2|3
+1.3.6.1.2.1.10.7.2.1.21.25|2|3
+1.3.6.1.2.1.10.7.2.1.21.26|2|3
+1.3.6.1.2.1.10.7.2.1.21.27|2|3
+1.3.6.1.2.1.10.7.2.1.21.28|2|3
+1.3.6.1.2.1.10.7.2.1.21.29|2|3
+1.3.6.1.2.1.10.7.2.1.21.30|2|3
+1.3.6.1.2.1.10.7.2.1.21.31|2|3
+1.3.6.1.2.1.10.7.2.1.21.32|2|3
+1.3.6.1.2.1.10.7.2.1.21.33|2|3
+1.3.6.1.2.1.10.7.2.1.21.34|2|3
+1.3.6.1.2.1.10.7.2.1.21.35|2|3
+1.3.6.1.2.1.10.7.2.1.21.36|2|3
+1.3.6.1.2.1.10.7.2.1.21.37|2|3
+1.3.6.1.2.1.10.7.2.1.21.38|2|3
+1.3.6.1.2.1.10.7.2.1.21.39|2|3
+1.3.6.1.2.1.10.7.2.1.21.40|2|3
+1.3.6.1.2.1.10.7.2.1.21.41|2|3
+1.3.6.1.2.1.10.7.2.1.21.42|2|3
+1.3.6.1.2.1.10.7.2.1.21.43|2|3
+1.3.6.1.2.1.10.7.2.1.21.44|2|3
+1.3.6.1.2.1.10.7.2.1.21.45|2|3
+1.3.6.1.2.1.10.7.2.1.21.46|2|3
+1.3.6.1.2.1.10.7.2.1.21.47|2|3
+1.3.6.1.2.1.10.7.2.1.21.48|2|3
+1.3.6.1.2.1.10.7.2.1.21.49001|2|3
+1.3.6.1.2.1.10.7.2.1.21.49002|2|3
+1.3.6.1.2.1.10.7.2.1.21.49003|2|3
+1.3.6.1.2.1.10.7.2.1.21.49004|2|3
+1.3.6.1.2.1.10.7.2.1.21.50001|2|3
+1.3.6.1.2.1.10.7.2.1.21.50002|2|3
+1.3.6.1.2.1.10.7.2.1.21.50003|2|3
+1.3.6.1.2.1.10.7.2.1.21.50004|2|3
+1.3.6.1.2.1.10.7.2.1.21.51001|2|3
+1.3.6.1.2.1.10.7.2.1.21.51002|2|3
+1.3.6.1.2.1.10.7.2.1.21.51003|2|3
+1.3.6.1.2.1.10.7.2.1.21.51004|2|3
+1.3.6.1.2.1.10.7.2.1.21.52001|2|3
+1.3.6.1.2.1.10.7.2.1.21.52002|2|3
+1.3.6.1.2.1.10.7.2.1.21.52003|2|3
+1.3.6.1.2.1.10.7.2.1.21.52004|2|3
+1.3.6.1.2.1.10.7.2.1.21.53001|2|3
+1.3.6.1.2.1.10.7.2.1.21.53002|2|3
+1.3.6.1.2.1.10.7.2.1.21.53003|2|3
+1.3.6.1.2.1.10.7.2.1.21.53004|2|3
+1.3.6.1.2.1.10.7.2.1.21.54001|2|3
+1.3.6.1.2.1.10.7.2.1.21.54002|2|3
+1.3.6.1.2.1.10.7.2.1.21.54003|2|3
+1.3.6.1.2.1.10.7.2.1.21.54004|2|3
+1.3.6.1.2.1.10.7.2.1.21.999001|2|3
+1.3.6.1.2.1.10.7.10.1.1.1|2|1
+1.3.6.1.2.1.10.7.10.1.1.2|2|1
+1.3.6.1.2.1.10.7.10.1.1.3|2|1
+1.3.6.1.2.1.10.7.10.1.1.4|2|1
+1.3.6.1.2.1.10.7.10.1.1.5|2|1
+1.3.6.1.2.1.10.7.10.1.1.6|2|1
+1.3.6.1.2.1.10.7.10.1.1.7|2|1
+1.3.6.1.2.1.10.7.10.1.1.8|2|1
+1.3.6.1.2.1.10.7.10.1.1.9|2|1
+1.3.6.1.2.1.10.7.10.1.1.10|2|1
+1.3.6.1.2.1.10.7.10.1.1.11|2|1
+1.3.6.1.2.1.10.7.10.1.1.12|2|1
+1.3.6.1.2.1.10.7.10.1.1.13|2|1
+1.3.6.1.2.1.10.7.10.1.1.14|2|1
+1.3.6.1.2.1.10.7.10.1.1.15|2|1
+1.3.6.1.2.1.10.7.10.1.1.16|2|1
+1.3.6.1.2.1.10.7.10.1.1.17|2|1
+1.3.6.1.2.1.10.7.10.1.1.18|2|1
+1.3.6.1.2.1.10.7.10.1.1.19|2|1
+1.3.6.1.2.1.10.7.10.1.1.20|2|1
+1.3.6.1.2.1.10.7.10.1.1.21|2|1
+1.3.6.1.2.1.10.7.10.1.1.22|2|1
+1.3.6.1.2.1.10.7.10.1.1.23|2|1
+1.3.6.1.2.1.10.7.10.1.1.24|2|1
+1.3.6.1.2.1.10.7.10.1.1.25|2|1
+1.3.6.1.2.1.10.7.10.1.1.26|2|1
+1.3.6.1.2.1.10.7.10.1.1.27|2|1
+1.3.6.1.2.1.10.7.10.1.1.28|2|1
+1.3.6.1.2.1.10.7.10.1.1.29|2|1
+1.3.6.1.2.1.10.7.10.1.1.30|2|1
+1.3.6.1.2.1.10.7.10.1.1.31|2|1
+1.3.6.1.2.1.10.7.10.1.1.32|2|1
+1.3.6.1.2.1.10.7.10.1.1.33|2|1
+1.3.6.1.2.1.10.7.10.1.1.34|2|1
+1.3.6.1.2.1.10.7.10.1.1.35|2|1
+1.3.6.1.2.1.10.7.10.1.1.36|2|1
+1.3.6.1.2.1.10.7.10.1.1.37|2|1
+1.3.6.1.2.1.10.7.10.1.1.38|2|1
+1.3.6.1.2.1.10.7.10.1.1.39|2|1
+1.3.6.1.2.1.10.7.10.1.1.40|2|1
+1.3.6.1.2.1.10.7.10.1.1.41|2|1
+1.3.6.1.2.1.10.7.10.1.1.42|2|1
+1.3.6.1.2.1.10.7.10.1.1.43|2|1
+1.3.6.1.2.1.10.7.10.1.1.44|2|1
+1.3.6.1.2.1.10.7.10.1.1.45|2|1
+1.3.6.1.2.1.10.7.10.1.1.46|2|1
+1.3.6.1.2.1.10.7.10.1.1.47|2|1
+1.3.6.1.2.1.10.7.10.1.1.48|2|1
+1.3.6.1.2.1.10.7.10.1.1.49001|2|1
+1.3.6.1.2.1.10.7.10.1.1.49002|2|1
+1.3.6.1.2.1.10.7.10.1.1.49003|2|1
+1.3.6.1.2.1.10.7.10.1.1.49004|2|1
+1.3.6.1.2.1.10.7.10.1.1.50001|2|1
+1.3.6.1.2.1.10.7.10.1.1.50002|2|1
+1.3.6.1.2.1.10.7.10.1.1.50003|2|1
+1.3.6.1.2.1.10.7.10.1.1.50004|2|1
+1.3.6.1.2.1.10.7.10.1.1.51001|2|1
+1.3.6.1.2.1.10.7.10.1.1.51002|2|1
+1.3.6.1.2.1.10.7.10.1.1.51003|2|1
+1.3.6.1.2.1.10.7.10.1.1.51004|2|1
+1.3.6.1.2.1.10.7.10.1.1.52001|2|1
+1.3.6.1.2.1.10.7.10.1.1.52002|2|1
+1.3.6.1.2.1.10.7.10.1.1.52003|2|1
+1.3.6.1.2.1.10.7.10.1.1.52004|2|1
+1.3.6.1.2.1.10.7.10.1.1.53001|2|1
+1.3.6.1.2.1.10.7.10.1.1.53002|2|1
+1.3.6.1.2.1.10.7.10.1.1.53003|2|1
+1.3.6.1.2.1.10.7.10.1.1.53004|2|1
+1.3.6.1.2.1.10.7.10.1.1.54001|2|1
+1.3.6.1.2.1.10.7.10.1.1.54002|2|1
+1.3.6.1.2.1.10.7.10.1.1.54003|2|1
+1.3.6.1.2.1.10.7.10.1.1.54004|2|1
+1.3.6.1.2.1.10.7.10.1.1.999001|2|4
+1.3.6.1.2.1.10.7.10.1.2.1|2|1
+1.3.6.1.2.1.10.7.10.1.2.2|2|1
+1.3.6.1.2.1.10.7.10.1.2.3|2|1
+1.3.6.1.2.1.10.7.10.1.2.4|2|1
+1.3.6.1.2.1.10.7.10.1.2.5|2|1
+1.3.6.1.2.1.10.7.10.1.2.6|2|1
+1.3.6.1.2.1.10.7.10.1.2.7|2|1
+1.3.6.1.2.1.10.7.10.1.2.8|2|1
+1.3.6.1.2.1.10.7.10.1.2.9|2|1
+1.3.6.1.2.1.10.7.10.1.2.10|2|1
+1.3.6.1.2.1.10.7.10.1.2.11|2|1
+1.3.6.1.2.1.10.7.10.1.2.12|2|1
+1.3.6.1.2.1.10.7.10.1.2.13|2|1
+1.3.6.1.2.1.10.7.10.1.2.14|2|1
+1.3.6.1.2.1.10.7.10.1.2.15|2|1
+1.3.6.1.2.1.10.7.10.1.2.16|2|1
+1.3.6.1.2.1.10.7.10.1.2.17|2|1
+1.3.6.1.2.1.10.7.10.1.2.18|2|1
+1.3.6.1.2.1.10.7.10.1.2.19|2|1
+1.3.6.1.2.1.10.7.10.1.2.20|2|1
+1.3.6.1.2.1.10.7.10.1.2.21|2|1
+1.3.6.1.2.1.10.7.10.1.2.22|2|1
+1.3.6.1.2.1.10.7.10.1.2.23|2|1
+1.3.6.1.2.1.10.7.10.1.2.24|2|1
+1.3.6.1.2.1.10.7.10.1.2.25|2|1
+1.3.6.1.2.1.10.7.10.1.2.26|2|1
+1.3.6.1.2.1.10.7.10.1.2.27|2|1
+1.3.6.1.2.1.10.7.10.1.2.28|2|1
+1.3.6.1.2.1.10.7.10.1.2.29|2|1
+1.3.6.1.2.1.10.7.10.1.2.30|2|1
+1.3.6.1.2.1.10.7.10.1.2.31|2|1
+1.3.6.1.2.1.10.7.10.1.2.32|2|1
+1.3.6.1.2.1.10.7.10.1.2.33|2|1
+1.3.6.1.2.1.10.7.10.1.2.34|2|1
+1.3.6.1.2.1.10.7.10.1.2.35|2|1
+1.3.6.1.2.1.10.7.10.1.2.36|2|1
+1.3.6.1.2.1.10.7.10.1.2.37|2|1
+1.3.6.1.2.1.10.7.10.1.2.38|2|1
+1.3.6.1.2.1.10.7.10.1.2.39|2|1
+1.3.6.1.2.1.10.7.10.1.2.40|2|1
+1.3.6.1.2.1.10.7.10.1.2.41|2|1
+1.3.6.1.2.1.10.7.10.1.2.42|2|1
+1.3.6.1.2.1.10.7.10.1.2.43|2|1
+1.3.6.1.2.1.10.7.10.1.2.44|2|1
+1.3.6.1.2.1.10.7.10.1.2.45|2|1
+1.3.6.1.2.1.10.7.10.1.2.46|2|1
+1.3.6.1.2.1.10.7.10.1.2.47|2|1
+1.3.6.1.2.1.10.7.10.1.2.48|2|1
+1.3.6.1.2.1.10.7.10.1.2.49001|2|1
+1.3.6.1.2.1.10.7.10.1.2.49002|2|1
+1.3.6.1.2.1.10.7.10.1.2.49003|2|1
+1.3.6.1.2.1.10.7.10.1.2.49004|2|1
+1.3.6.1.2.1.10.7.10.1.2.50001|2|1
+1.3.6.1.2.1.10.7.10.1.2.50002|2|1
+1.3.6.1.2.1.10.7.10.1.2.50003|2|1
+1.3.6.1.2.1.10.7.10.1.2.50004|2|1
+1.3.6.1.2.1.10.7.10.1.2.51001|2|1
+1.3.6.1.2.1.10.7.10.1.2.51002|2|1
+1.3.6.1.2.1.10.7.10.1.2.51003|2|1
+1.3.6.1.2.1.10.7.10.1.2.51004|2|1
+1.3.6.1.2.1.10.7.10.1.2.52001|2|1
+1.3.6.1.2.1.10.7.10.1.2.52002|2|1
+1.3.6.1.2.1.10.7.10.1.2.52003|2|1
+1.3.6.1.2.1.10.7.10.1.2.52004|2|1
+1.3.6.1.2.1.10.7.10.1.2.53001|2|1
+1.3.6.1.2.1.10.7.10.1.2.53002|2|1
+1.3.6.1.2.1.10.7.10.1.2.53003|2|1
+1.3.6.1.2.1.10.7.10.1.2.53004|2|1
+1.3.6.1.2.1.10.7.10.1.2.54001|2|1
+1.3.6.1.2.1.10.7.10.1.2.54002|2|1
+1.3.6.1.2.1.10.7.10.1.2.54003|2|1
+1.3.6.1.2.1.10.7.10.1.2.54004|2|1
+1.3.6.1.2.1.10.7.10.1.2.999001|2|4
+1.3.6.1.2.1.10.7.10.1.3.1|65|0
+1.3.6.1.2.1.10.7.10.1.3.2|65|0
+1.3.6.1.2.1.10.7.10.1.3.3|65|0
+1.3.6.1.2.1.10.7.10.1.3.4|65|0
+1.3.6.1.2.1.10.7.10.1.3.5|65|0
+1.3.6.1.2.1.10.7.10.1.3.6|65|0
+1.3.6.1.2.1.10.7.10.1.3.7|65|0
+1.3.6.1.2.1.10.7.10.1.3.8|65|0
+1.3.6.1.2.1.10.7.10.1.3.9|65|0
+1.3.6.1.2.1.10.7.10.1.3.10|65|0
+1.3.6.1.2.1.10.7.10.1.3.11|65|0
+1.3.6.1.2.1.10.7.10.1.3.12|65|0
+1.3.6.1.2.1.10.7.10.1.3.13|65|0
+1.3.6.1.2.1.10.7.10.1.3.14|65|0
+1.3.6.1.2.1.10.7.10.1.3.15|65|0
+1.3.6.1.2.1.10.7.10.1.3.16|65|0
+1.3.6.1.2.1.10.7.10.1.3.17|65|0
+1.3.6.1.2.1.10.7.10.1.3.18|65|0
+1.3.6.1.2.1.10.7.10.1.3.19|65|0
+1.3.6.1.2.1.10.7.10.1.3.20|65|0
+1.3.6.1.2.1.10.7.10.1.3.21|65|0
+1.3.6.1.2.1.10.7.10.1.3.22|65|0
+1.3.6.1.2.1.10.7.10.1.3.23|65|0
+1.3.6.1.2.1.10.7.10.1.3.24|65|0
+1.3.6.1.2.1.10.7.10.1.3.25|65|0
+1.3.6.1.2.1.10.7.10.1.3.26|65|0
+1.3.6.1.2.1.10.7.10.1.3.27|65|0
+1.3.6.1.2.1.10.7.10.1.3.28|65|0
+1.3.6.1.2.1.10.7.10.1.3.29|65|0
+1.3.6.1.2.1.10.7.10.1.3.30|65|0
+1.3.6.1.2.1.10.7.10.1.3.31|65|0
+1.3.6.1.2.1.10.7.10.1.3.32|65|0
+1.3.6.1.2.1.10.7.10.1.3.33|65|0
+1.3.6.1.2.1.10.7.10.1.3.34|65|0
+1.3.6.1.2.1.10.7.10.1.3.35|65|0
+1.3.6.1.2.1.10.7.10.1.3.36|65|0
+1.3.6.1.2.1.10.7.10.1.3.37|65|0
+1.3.6.1.2.1.10.7.10.1.3.38|65|0
+1.3.6.1.2.1.10.7.10.1.3.39|65|0
+1.3.6.1.2.1.10.7.10.1.3.40|65|0
+1.3.6.1.2.1.10.7.10.1.3.41|65|0
+1.3.6.1.2.1.10.7.10.1.3.42|65|0
+1.3.6.1.2.1.10.7.10.1.3.43|65|0
+1.3.6.1.2.1.10.7.10.1.3.44|65|0
+1.3.6.1.2.1.10.7.10.1.3.45|65|0
+1.3.6.1.2.1.10.7.10.1.3.46|65|0
+1.3.6.1.2.1.10.7.10.1.3.47|65|0
+1.3.6.1.2.1.10.7.10.1.3.48|65|0
+1.3.6.1.2.1.10.7.10.1.3.49001|65|32171
+1.3.6.1.2.1.10.7.10.1.3.49002|65|0
+1.3.6.1.2.1.10.7.10.1.3.49003|65|0
+1.3.6.1.2.1.10.7.10.1.3.49004|65|0
+1.3.6.1.2.1.10.7.10.1.3.50001|65|0
+1.3.6.1.2.1.10.7.10.1.3.50002|65|0
+1.3.6.1.2.1.10.7.10.1.3.50003|65|0
+1.3.6.1.2.1.10.7.10.1.3.50004|65|0
+1.3.6.1.2.1.10.7.10.1.3.51001|65|0
+1.3.6.1.2.1.10.7.10.1.3.51002|65|0
+1.3.6.1.2.1.10.7.10.1.3.51003|65|0
+1.3.6.1.2.1.10.7.10.1.3.51004|65|0
+1.3.6.1.2.1.10.7.10.1.3.52001|65|0
+1.3.6.1.2.1.10.7.10.1.3.52002|65|0
+1.3.6.1.2.1.10.7.10.1.3.52003|65|0
+1.3.6.1.2.1.10.7.10.1.3.52004|65|0
+1.3.6.1.2.1.10.7.10.1.3.53001|65|0
+1.3.6.1.2.1.10.7.10.1.3.53002|65|0
+1.3.6.1.2.1.10.7.10.1.3.53003|65|0
+1.3.6.1.2.1.10.7.10.1.3.53004|65|0
+1.3.6.1.2.1.10.7.10.1.3.54001|65|0
+1.3.6.1.2.1.10.7.10.1.3.54002|65|0
+1.3.6.1.2.1.10.7.10.1.3.54003|65|0
+1.3.6.1.2.1.10.7.10.1.3.54004|65|0
+1.3.6.1.2.1.10.7.10.1.3.999001|65|0
+1.3.6.1.2.1.10.7.10.1.4.1|65|0
+1.3.6.1.2.1.10.7.10.1.4.2|65|0
+1.3.6.1.2.1.10.7.10.1.4.3|65|0
+1.3.6.1.2.1.10.7.10.1.4.4|65|0
+1.3.6.1.2.1.10.7.10.1.4.5|65|0
+1.3.6.1.2.1.10.7.10.1.4.6|65|0
+1.3.6.1.2.1.10.7.10.1.4.7|65|0
+1.3.6.1.2.1.10.7.10.1.4.8|65|0
+1.3.6.1.2.1.10.7.10.1.4.9|65|0
+1.3.6.1.2.1.10.7.10.1.4.10|65|0
+1.3.6.1.2.1.10.7.10.1.4.11|65|0
+1.3.6.1.2.1.10.7.10.1.4.12|65|0
+1.3.6.1.2.1.10.7.10.1.4.13|65|0
+1.3.6.1.2.1.10.7.10.1.4.14|65|0
+1.3.6.1.2.1.10.7.10.1.4.15|65|0
+1.3.6.1.2.1.10.7.10.1.4.16|65|0
+1.3.6.1.2.1.10.7.10.1.4.17|65|0
+1.3.6.1.2.1.10.7.10.1.4.18|65|0
+1.3.6.1.2.1.10.7.10.1.4.19|65|0
+1.3.6.1.2.1.10.7.10.1.4.20|65|0
+1.3.6.1.2.1.10.7.10.1.4.21|65|0
+1.3.6.1.2.1.10.7.10.1.4.22|65|0
+1.3.6.1.2.1.10.7.10.1.4.23|65|0
+1.3.6.1.2.1.10.7.10.1.4.24|65|0
+1.3.6.1.2.1.10.7.10.1.4.25|65|0
+1.3.6.1.2.1.10.7.10.1.4.26|65|0
+1.3.6.1.2.1.10.7.10.1.4.27|65|0
+1.3.6.1.2.1.10.7.10.1.4.28|65|0
+1.3.6.1.2.1.10.7.10.1.4.29|65|0
+1.3.6.1.2.1.10.7.10.1.4.30|65|0
+1.3.6.1.2.1.10.7.10.1.4.31|65|0
+1.3.6.1.2.1.10.7.10.1.4.32|65|0
+1.3.6.1.2.1.10.7.10.1.4.33|65|0
+1.3.6.1.2.1.10.7.10.1.4.34|65|0
+1.3.6.1.2.1.10.7.10.1.4.35|65|0
+1.3.6.1.2.1.10.7.10.1.4.36|65|0
+1.3.6.1.2.1.10.7.10.1.4.37|65|0
+1.3.6.1.2.1.10.7.10.1.4.38|65|0
+1.3.6.1.2.1.10.7.10.1.4.39|65|0
+1.3.6.1.2.1.10.7.10.1.4.40|65|0
+1.3.6.1.2.1.10.7.10.1.4.41|65|0
+1.3.6.1.2.1.10.7.10.1.4.42|65|0
+1.3.6.1.2.1.10.7.10.1.4.43|65|0
+1.3.6.1.2.1.10.7.10.1.4.44|65|0
+1.3.6.1.2.1.10.7.10.1.4.45|65|0
+1.3.6.1.2.1.10.7.10.1.4.46|65|0
+1.3.6.1.2.1.10.7.10.1.4.47|65|0
+1.3.6.1.2.1.10.7.10.1.4.48|65|0
+1.3.6.1.2.1.10.7.10.1.4.49001|65|0
+1.3.6.1.2.1.10.7.10.1.4.49002|65|0
+1.3.6.1.2.1.10.7.10.1.4.49003|65|0
+1.3.6.1.2.1.10.7.10.1.4.49004|65|0
+1.3.6.1.2.1.10.7.10.1.4.50001|65|0
+1.3.6.1.2.1.10.7.10.1.4.50002|65|0
+1.3.6.1.2.1.10.7.10.1.4.50003|65|0
+1.3.6.1.2.1.10.7.10.1.4.50004|65|0
+1.3.6.1.2.1.10.7.10.1.4.51001|65|0
+1.3.6.1.2.1.10.7.10.1.4.51002|65|0
+1.3.6.1.2.1.10.7.10.1.4.51003|65|0
+1.3.6.1.2.1.10.7.10.1.4.51004|65|0
+1.3.6.1.2.1.10.7.10.1.4.52001|65|0
+1.3.6.1.2.1.10.7.10.1.4.52002|65|0
+1.3.6.1.2.1.10.7.10.1.4.52003|65|0
+1.3.6.1.2.1.10.7.10.1.4.52004|65|0
+1.3.6.1.2.1.10.7.10.1.4.53001|65|0
+1.3.6.1.2.1.10.7.10.1.4.53002|65|0
+1.3.6.1.2.1.10.7.10.1.4.53003|65|0
+1.3.6.1.2.1.10.7.10.1.4.53004|65|0
+1.3.6.1.2.1.10.7.10.1.4.54001|65|0
+1.3.6.1.2.1.10.7.10.1.4.54002|65|0
+1.3.6.1.2.1.10.7.10.1.4.54003|65|0
+1.3.6.1.2.1.10.7.10.1.4.54004|65|0
+1.3.6.1.2.1.10.7.10.1.4.999001|65|0
+1.3.6.1.2.1.10.7.10.1.5.1|70|0
+1.3.6.1.2.1.10.7.10.1.5.2|70|0
+1.3.6.1.2.1.10.7.10.1.5.3|70|0
+1.3.6.1.2.1.10.7.10.1.5.4|70|0
+1.3.6.1.2.1.10.7.10.1.5.5|70|0
+1.3.6.1.2.1.10.7.10.1.5.6|70|0
+1.3.6.1.2.1.10.7.10.1.5.7|70|0
+1.3.6.1.2.1.10.7.10.1.5.8|70|0
+1.3.6.1.2.1.10.7.10.1.5.9|70|0
+1.3.6.1.2.1.10.7.10.1.5.10|70|0
+1.3.6.1.2.1.10.7.10.1.5.11|70|0
+1.3.6.1.2.1.10.7.10.1.5.12|70|0
+1.3.6.1.2.1.10.7.10.1.5.13|70|0
+1.3.6.1.2.1.10.7.10.1.5.14|70|0
+1.3.6.1.2.1.10.7.10.1.5.15|70|0
+1.3.6.1.2.1.10.7.10.1.5.16|70|0
+1.3.6.1.2.1.10.7.10.1.5.17|70|0
+1.3.6.1.2.1.10.7.10.1.5.18|70|0
+1.3.6.1.2.1.10.7.10.1.5.19|70|0
+1.3.6.1.2.1.10.7.10.1.5.20|70|0
+1.3.6.1.2.1.10.7.10.1.5.21|70|0
+1.3.6.1.2.1.10.7.10.1.5.22|70|0
+1.3.6.1.2.1.10.7.10.1.5.23|70|0
+1.3.6.1.2.1.10.7.10.1.5.24|70|0
+1.3.6.1.2.1.10.7.10.1.5.25|70|0
+1.3.6.1.2.1.10.7.10.1.5.26|70|0
+1.3.6.1.2.1.10.7.10.1.5.27|70|0
+1.3.6.1.2.1.10.7.10.1.5.28|70|0
+1.3.6.1.2.1.10.7.10.1.5.29|70|0
+1.3.6.1.2.1.10.7.10.1.5.30|70|0
+1.3.6.1.2.1.10.7.10.1.5.31|70|0
+1.3.6.1.2.1.10.7.10.1.5.32|70|0
+1.3.6.1.2.1.10.7.10.1.5.33|70|0
+1.3.6.1.2.1.10.7.10.1.5.34|70|0
+1.3.6.1.2.1.10.7.10.1.5.35|70|0
+1.3.6.1.2.1.10.7.10.1.5.36|70|0
+1.3.6.1.2.1.10.7.10.1.5.37|70|0
+1.3.6.1.2.1.10.7.10.1.5.38|70|0
+1.3.6.1.2.1.10.7.10.1.5.39|70|0
+1.3.6.1.2.1.10.7.10.1.5.40|70|0
+1.3.6.1.2.1.10.7.10.1.5.41|70|0
+1.3.6.1.2.1.10.7.10.1.5.42|70|0
+1.3.6.1.2.1.10.7.10.1.5.43|70|0
+1.3.6.1.2.1.10.7.10.1.5.44|70|0
+1.3.6.1.2.1.10.7.10.1.5.45|70|0
+1.3.6.1.2.1.10.7.10.1.5.46|70|0
+1.3.6.1.2.1.10.7.10.1.5.47|70|0
+1.3.6.1.2.1.10.7.10.1.5.48|70|0
+1.3.6.1.2.1.10.7.10.1.5.49001|70|32171
+1.3.6.1.2.1.10.7.10.1.5.49002|70|0
+1.3.6.1.2.1.10.7.10.1.5.49003|70|0
+1.3.6.1.2.1.10.7.10.1.5.49004|70|0
+1.3.6.1.2.1.10.7.10.1.5.50001|70|0
+1.3.6.1.2.1.10.7.10.1.5.50002|70|0
+1.3.6.1.2.1.10.7.10.1.5.50003|70|0
+1.3.6.1.2.1.10.7.10.1.5.50004|70|0
+1.3.6.1.2.1.10.7.10.1.5.51001|70|0
+1.3.6.1.2.1.10.7.10.1.5.51002|70|0
+1.3.6.1.2.1.10.7.10.1.5.51003|70|0
+1.3.6.1.2.1.10.7.10.1.5.51004|70|0
+1.3.6.1.2.1.10.7.10.1.5.52001|70|0
+1.3.6.1.2.1.10.7.10.1.5.52002|70|0
+1.3.6.1.2.1.10.7.10.1.5.52003|70|0
+1.3.6.1.2.1.10.7.10.1.5.52004|70|0
+1.3.6.1.2.1.10.7.10.1.5.53001|70|0
+1.3.6.1.2.1.10.7.10.1.5.53002|70|0
+1.3.6.1.2.1.10.7.10.1.5.53003|70|0
+1.3.6.1.2.1.10.7.10.1.5.53004|70|0
+1.3.6.1.2.1.10.7.10.1.5.54001|70|0
+1.3.6.1.2.1.10.7.10.1.5.54002|70|0
+1.3.6.1.2.1.10.7.10.1.5.54003|70|0
+1.3.6.1.2.1.10.7.10.1.5.54004|70|0
+1.3.6.1.2.1.10.7.10.1.5.999001|70|0
+1.3.6.1.2.1.10.7.10.1.6.1|70|0
+1.3.6.1.2.1.10.7.10.1.6.2|70|0
+1.3.6.1.2.1.10.7.10.1.6.3|70|0
+1.3.6.1.2.1.10.7.10.1.6.4|70|0
+1.3.6.1.2.1.10.7.10.1.6.5|70|0
+1.3.6.1.2.1.10.7.10.1.6.6|70|0
+1.3.6.1.2.1.10.7.10.1.6.7|70|0
+1.3.6.1.2.1.10.7.10.1.6.8|70|0
+1.3.6.1.2.1.10.7.10.1.6.9|70|0
+1.3.6.1.2.1.10.7.10.1.6.10|70|0
+1.3.6.1.2.1.10.7.10.1.6.11|70|0
+1.3.6.1.2.1.10.7.10.1.6.12|70|0
+1.3.6.1.2.1.10.7.10.1.6.13|70|0
+1.3.6.1.2.1.10.7.10.1.6.14|70|0
+1.3.6.1.2.1.10.7.10.1.6.15|70|0
+1.3.6.1.2.1.10.7.10.1.6.16|70|0
+1.3.6.1.2.1.10.7.10.1.6.17|70|0
+1.3.6.1.2.1.10.7.10.1.6.18|70|0
+1.3.6.1.2.1.10.7.10.1.6.19|70|0
+1.3.6.1.2.1.10.7.10.1.6.20|70|0
+1.3.6.1.2.1.10.7.10.1.6.21|70|0
+1.3.6.1.2.1.10.7.10.1.6.22|70|0
+1.3.6.1.2.1.10.7.10.1.6.23|70|0
+1.3.6.1.2.1.10.7.10.1.6.24|70|0
+1.3.6.1.2.1.10.7.10.1.6.25|70|0
+1.3.6.1.2.1.10.7.10.1.6.26|70|0
+1.3.6.1.2.1.10.7.10.1.6.27|70|0
+1.3.6.1.2.1.10.7.10.1.6.28|70|0
+1.3.6.1.2.1.10.7.10.1.6.29|70|0
+1.3.6.1.2.1.10.7.10.1.6.30|70|0
+1.3.6.1.2.1.10.7.10.1.6.31|70|0
+1.3.6.1.2.1.10.7.10.1.6.32|70|0
+1.3.6.1.2.1.10.7.10.1.6.33|70|0
+1.3.6.1.2.1.10.7.10.1.6.34|70|0
+1.3.6.1.2.1.10.7.10.1.6.35|70|0
+1.3.6.1.2.1.10.7.10.1.6.36|70|0
+1.3.6.1.2.1.10.7.10.1.6.37|70|0
+1.3.6.1.2.1.10.7.10.1.6.38|70|0
+1.3.6.1.2.1.10.7.10.1.6.39|70|0
+1.3.6.1.2.1.10.7.10.1.6.40|70|0
+1.3.6.1.2.1.10.7.10.1.6.41|70|0
+1.3.6.1.2.1.10.7.10.1.6.42|70|0
+1.3.6.1.2.1.10.7.10.1.6.43|70|0
+1.3.6.1.2.1.10.7.10.1.6.44|70|0
+1.3.6.1.2.1.10.7.10.1.6.45|70|0
+1.3.6.1.2.1.10.7.10.1.6.46|70|0
+1.3.6.1.2.1.10.7.10.1.6.47|70|0
+1.3.6.1.2.1.10.7.10.1.6.48|70|0
+1.3.6.1.2.1.10.7.10.1.6.49001|70|0
+1.3.6.1.2.1.10.7.10.1.6.49002|70|0
+1.3.6.1.2.1.10.7.10.1.6.49003|70|0
+1.3.6.1.2.1.10.7.10.1.6.49004|70|0
+1.3.6.1.2.1.10.7.10.1.6.50001|70|0
+1.3.6.1.2.1.10.7.10.1.6.50002|70|0
+1.3.6.1.2.1.10.7.10.1.6.50003|70|0
+1.3.6.1.2.1.10.7.10.1.6.50004|70|0
+1.3.6.1.2.1.10.7.10.1.6.51001|70|0
+1.3.6.1.2.1.10.7.10.1.6.51002|70|0
+1.3.6.1.2.1.10.7.10.1.6.51003|70|0
+1.3.6.1.2.1.10.7.10.1.6.51004|70|0
+1.3.6.1.2.1.10.7.10.1.6.52001|70|0
+1.3.6.1.2.1.10.7.10.1.6.52002|70|0
+1.3.6.1.2.1.10.7.10.1.6.52003|70|0
+1.3.6.1.2.1.10.7.10.1.6.52004|70|0
+1.3.6.1.2.1.10.7.10.1.6.53001|70|0
+1.3.6.1.2.1.10.7.10.1.6.53002|70|0
+1.3.6.1.2.1.10.7.10.1.6.53003|70|0
+1.3.6.1.2.1.10.7.10.1.6.53004|70|0
+1.3.6.1.2.1.10.7.10.1.6.54001|70|0
+1.3.6.1.2.1.10.7.10.1.6.54002|70|0
+1.3.6.1.2.1.10.7.10.1.6.54003|70|0
+1.3.6.1.2.1.10.7.10.1.6.54004|70|0
+1.3.6.1.2.1.10.7.10.1.6.999001|70|0
+1.3.6.1.2.1.10.7.11.1.1.1|70|0
+1.3.6.1.2.1.10.7.11.1.1.2|70|0
+1.3.6.1.2.1.10.7.11.1.1.3|70|0
+1.3.6.1.2.1.10.7.11.1.1.4|70|0
+1.3.6.1.2.1.10.7.11.1.1.5|70|0
+1.3.6.1.2.1.10.7.11.1.1.6|70|0
+1.3.6.1.2.1.10.7.11.1.1.7|70|0
+1.3.6.1.2.1.10.7.11.1.1.8|70|0
+1.3.6.1.2.1.10.7.11.1.1.9|70|0
+1.3.6.1.2.1.10.7.11.1.1.10|70|0
+1.3.6.1.2.1.10.7.11.1.1.11|70|0
+1.3.6.1.2.1.10.7.11.1.1.12|70|0
+1.3.6.1.2.1.10.7.11.1.1.13|70|0
+1.3.6.1.2.1.10.7.11.1.1.14|70|0
+1.3.6.1.2.1.10.7.11.1.1.15|70|0
+1.3.6.1.2.1.10.7.11.1.1.16|70|0
+1.3.6.1.2.1.10.7.11.1.1.17|70|0
+1.3.6.1.2.1.10.7.11.1.1.18|70|0
+1.3.6.1.2.1.10.7.11.1.1.19|70|0
+1.3.6.1.2.1.10.7.11.1.1.20|70|0
+1.3.6.1.2.1.10.7.11.1.1.21|70|0
+1.3.6.1.2.1.10.7.11.1.1.22|70|0
+1.3.6.1.2.1.10.7.11.1.1.23|70|0
+1.3.6.1.2.1.10.7.11.1.1.24|70|0
+1.3.6.1.2.1.10.7.11.1.1.25|70|0
+1.3.6.1.2.1.10.7.11.1.1.26|70|0
+1.3.6.1.2.1.10.7.11.1.1.27|70|0
+1.3.6.1.2.1.10.7.11.1.1.28|70|0
+1.3.6.1.2.1.10.7.11.1.1.29|70|0
+1.3.6.1.2.1.10.7.11.1.1.30|70|0
+1.3.6.1.2.1.10.7.11.1.1.31|70|0
+1.3.6.1.2.1.10.7.11.1.1.32|70|0
+1.3.6.1.2.1.10.7.11.1.1.33|70|0
+1.3.6.1.2.1.10.7.11.1.1.34|70|0
+1.3.6.1.2.1.10.7.11.1.1.35|70|0
+1.3.6.1.2.1.10.7.11.1.1.36|70|0
+1.3.6.1.2.1.10.7.11.1.1.37|70|0
+1.3.6.1.2.1.10.7.11.1.1.38|70|0
+1.3.6.1.2.1.10.7.11.1.1.39|70|0
+1.3.6.1.2.1.10.7.11.1.1.40|70|0
+1.3.6.1.2.1.10.7.11.1.1.41|70|0
+1.3.6.1.2.1.10.7.11.1.1.42|70|0
+1.3.6.1.2.1.10.7.11.1.1.43|70|0
+1.3.6.1.2.1.10.7.11.1.1.44|70|0
+1.3.6.1.2.1.10.7.11.1.1.45|70|0
+1.3.6.1.2.1.10.7.11.1.1.46|70|0
+1.3.6.1.2.1.10.7.11.1.1.47|70|0
+1.3.6.1.2.1.10.7.11.1.1.48|70|0
+1.3.6.1.2.1.10.7.11.1.1.49001|70|0
+1.3.6.1.2.1.10.7.11.1.1.49002|70|0
+1.3.6.1.2.1.10.7.11.1.1.49003|70|0
+1.3.6.1.2.1.10.7.11.1.1.49004|70|0
+1.3.6.1.2.1.10.7.11.1.1.50001|70|0
+1.3.6.1.2.1.10.7.11.1.1.50002|70|0
+1.3.6.1.2.1.10.7.11.1.1.50003|70|0
+1.3.6.1.2.1.10.7.11.1.1.50004|70|0
+1.3.6.1.2.1.10.7.11.1.1.51001|70|0
+1.3.6.1.2.1.10.7.11.1.1.51002|70|0
+1.3.6.1.2.1.10.7.11.1.1.51003|70|0
+1.3.6.1.2.1.10.7.11.1.1.51004|70|0
+1.3.6.1.2.1.10.7.11.1.1.52001|70|0
+1.3.6.1.2.1.10.7.11.1.1.52002|70|0
+1.3.6.1.2.1.10.7.11.1.1.52003|70|0
+1.3.6.1.2.1.10.7.11.1.1.52004|70|0
+1.3.6.1.2.1.10.7.11.1.1.53001|70|0
+1.3.6.1.2.1.10.7.11.1.1.53002|70|0
+1.3.6.1.2.1.10.7.11.1.1.53003|70|0
+1.3.6.1.2.1.10.7.11.1.1.53004|70|0
+1.3.6.1.2.1.10.7.11.1.1.54001|70|0
+1.3.6.1.2.1.10.7.11.1.1.54002|70|0
+1.3.6.1.2.1.10.7.11.1.1.54003|70|0
+1.3.6.1.2.1.10.7.11.1.1.54004|70|0
+1.3.6.1.2.1.10.7.11.1.1.999001|70|0
+1.3.6.1.2.1.10.7.11.1.2.1|70|0
+1.3.6.1.2.1.10.7.11.1.2.2|70|0
+1.3.6.1.2.1.10.7.11.1.2.3|70|0
+1.3.6.1.2.1.10.7.11.1.2.4|70|0
+1.3.6.1.2.1.10.7.11.1.2.5|70|0
+1.3.6.1.2.1.10.7.11.1.2.6|70|0
+1.3.6.1.2.1.10.7.11.1.2.7|70|0
+1.3.6.1.2.1.10.7.11.1.2.8|70|208
+1.3.6.1.2.1.10.7.11.1.2.9|70|0
+1.3.6.1.2.1.10.7.11.1.2.10|70|0
+1.3.6.1.2.1.10.7.11.1.2.11|70|0
+1.3.6.1.2.1.10.7.11.1.2.12|70|0
+1.3.6.1.2.1.10.7.11.1.2.13|70|0
+1.3.6.1.2.1.10.7.11.1.2.14|70|0
+1.3.6.1.2.1.10.7.11.1.2.15|70|0
+1.3.6.1.2.1.10.7.11.1.2.16|70|0
+1.3.6.1.2.1.10.7.11.1.2.17|70|0
+1.3.6.1.2.1.10.7.11.1.2.18|70|0
+1.3.6.1.2.1.10.7.11.1.2.19|70|14
+1.3.6.1.2.1.10.7.11.1.2.20|70|0
+1.3.6.1.2.1.10.7.11.1.2.21|70|0
+1.3.6.1.2.1.10.7.11.1.2.22|70|0
+1.3.6.1.2.1.10.7.11.1.2.23|70|0
+1.3.6.1.2.1.10.7.11.1.2.24|70|0
+1.3.6.1.2.1.10.7.11.1.2.25|70|0
+1.3.6.1.2.1.10.7.11.1.2.26|70|0
+1.3.6.1.2.1.10.7.11.1.2.27|70|0
+1.3.6.1.2.1.10.7.11.1.2.28|70|0
+1.3.6.1.2.1.10.7.11.1.2.29|70|0
+1.3.6.1.2.1.10.7.11.1.2.30|70|0
+1.3.6.1.2.1.10.7.11.1.2.31|70|0
+1.3.6.1.2.1.10.7.11.1.2.32|70|0
+1.3.6.1.2.1.10.7.11.1.2.33|70|0
+1.3.6.1.2.1.10.7.11.1.2.34|70|0
+1.3.6.1.2.1.10.7.11.1.2.35|70|0
+1.3.6.1.2.1.10.7.11.1.2.36|70|0
+1.3.6.1.2.1.10.7.11.1.2.37|70|0
+1.3.6.1.2.1.10.7.11.1.2.38|70|0
+1.3.6.1.2.1.10.7.11.1.2.39|70|0
+1.3.6.1.2.1.10.7.11.1.2.40|70|0
+1.3.6.1.2.1.10.7.11.1.2.41|70|0
+1.3.6.1.2.1.10.7.11.1.2.42|70|0
+1.3.6.1.2.1.10.7.11.1.2.43|70|0
+1.3.6.1.2.1.10.7.11.1.2.44|70|0
+1.3.6.1.2.1.10.7.11.1.2.45|70|0
+1.3.6.1.2.1.10.7.11.1.2.46|70|2
+1.3.6.1.2.1.10.7.11.1.2.47|70|0
+1.3.6.1.2.1.10.7.11.1.2.48|70|0
+1.3.6.1.2.1.10.7.11.1.2.49001|70|0
+1.3.6.1.2.1.10.7.11.1.2.49002|70|0
+1.3.6.1.2.1.10.7.11.1.2.49003|70|0
+1.3.6.1.2.1.10.7.11.1.2.49004|70|0
+1.3.6.1.2.1.10.7.11.1.2.50001|70|0
+1.3.6.1.2.1.10.7.11.1.2.50002|70|0
+1.3.6.1.2.1.10.7.11.1.2.50003|70|0
+1.3.6.1.2.1.10.7.11.1.2.50004|70|0
+1.3.6.1.2.1.10.7.11.1.2.51001|70|0
+1.3.6.1.2.1.10.7.11.1.2.51002|70|0
+1.3.6.1.2.1.10.7.11.1.2.51003|70|0
+1.3.6.1.2.1.10.7.11.1.2.51004|70|0
+1.3.6.1.2.1.10.7.11.1.2.52001|70|0
+1.3.6.1.2.1.10.7.11.1.2.52002|70|0
+1.3.6.1.2.1.10.7.11.1.2.52003|70|0
+1.3.6.1.2.1.10.7.11.1.2.52004|70|0
+1.3.6.1.2.1.10.7.11.1.2.53001|70|0
+1.3.6.1.2.1.10.7.11.1.2.53002|70|0
+1.3.6.1.2.1.10.7.11.1.2.53003|70|0
+1.3.6.1.2.1.10.7.11.1.2.53004|70|0
+1.3.6.1.2.1.10.7.11.1.2.54001|70|0
+1.3.6.1.2.1.10.7.11.1.2.54002|70|0
+1.3.6.1.2.1.10.7.11.1.2.54003|70|0
+1.3.6.1.2.1.10.7.11.1.2.54004|70|0
+1.3.6.1.2.1.10.7.11.1.2.999001|70|0
+1.3.6.1.2.1.10.7.11.1.3.1|70|0
+1.3.6.1.2.1.10.7.11.1.3.2|70|11
+1.3.6.1.2.1.10.7.11.1.3.3|70|0
+1.3.6.1.2.1.10.7.11.1.3.4|70|0
+1.3.6.1.2.1.10.7.11.1.3.5|70|0
+1.3.6.1.2.1.10.7.11.1.3.6|70|15
+1.3.6.1.2.1.10.7.11.1.3.7|70|16
+1.3.6.1.2.1.10.7.11.1.3.8|70|12
+1.3.6.1.2.1.10.7.11.1.3.9|70|0
+1.3.6.1.2.1.10.7.11.1.3.10|70|0
+1.3.6.1.2.1.10.7.11.1.3.11|70|0
+1.3.6.1.2.1.10.7.11.1.3.12|70|0
+1.3.6.1.2.1.10.7.11.1.3.13|70|2
+1.3.6.1.2.1.10.7.11.1.3.14|70|0
+1.3.6.1.2.1.10.7.11.1.3.15|70|0
+1.3.6.1.2.1.10.7.11.1.3.16|70|0
+1.3.6.1.2.1.10.7.11.1.3.17|70|2
+1.3.6.1.2.1.10.7.11.1.3.18|70|2
+1.3.6.1.2.1.10.7.11.1.3.19|70|2
+1.3.6.1.2.1.10.7.11.1.3.20|70|2
+1.3.6.1.2.1.10.7.11.1.3.21|70|2
+1.3.6.1.2.1.10.7.11.1.3.22|70|2
+1.3.6.1.2.1.10.7.11.1.3.23|70|0
+1.3.6.1.2.1.10.7.11.1.3.24|70|0
+1.3.6.1.2.1.10.7.11.1.3.25|70|0
+1.3.6.1.2.1.10.7.11.1.3.26|70|0
+1.3.6.1.2.1.10.7.11.1.3.27|70|0
+1.3.6.1.2.1.10.7.11.1.3.28|70|0
+1.3.6.1.2.1.10.7.11.1.3.29|70|0
+1.3.6.1.2.1.10.7.11.1.3.30|70|0
+1.3.6.1.2.1.10.7.11.1.3.31|70|0
+1.3.6.1.2.1.10.7.11.1.3.32|70|0
+1.3.6.1.2.1.10.7.11.1.3.33|70|0
+1.3.6.1.2.1.10.7.11.1.3.34|70|0
+1.3.6.1.2.1.10.7.11.1.3.35|70|0
+1.3.6.1.2.1.10.7.11.1.3.36|70|0
+1.3.6.1.2.1.10.7.11.1.3.37|70|0
+1.3.6.1.2.1.10.7.11.1.3.38|70|0
+1.3.6.1.2.1.10.7.11.1.3.39|70|0
+1.3.6.1.2.1.10.7.11.1.3.40|70|0
+1.3.6.1.2.1.10.7.11.1.3.41|70|0
+1.3.6.1.2.1.10.7.11.1.3.42|70|0
+1.3.6.1.2.1.10.7.11.1.3.43|70|0
+1.3.6.1.2.1.10.7.11.1.3.44|70|0
+1.3.6.1.2.1.10.7.11.1.3.45|70|2
+1.3.6.1.2.1.10.7.11.1.3.46|70|0
+1.3.6.1.2.1.10.7.11.1.3.47|70|0
+1.3.6.1.2.1.10.7.11.1.3.48|70|0
+1.3.6.1.2.1.10.7.11.1.3.49001|70|0
+1.3.6.1.2.1.10.7.11.1.3.49002|70|0
+1.3.6.1.2.1.10.7.11.1.3.49003|70|0
+1.3.6.1.2.1.10.7.11.1.3.49004|70|0
+1.3.6.1.2.1.10.7.11.1.3.50001|70|0
+1.3.6.1.2.1.10.7.11.1.3.50002|70|0
+1.3.6.1.2.1.10.7.11.1.3.50003|70|0
+1.3.6.1.2.1.10.7.11.1.3.50004|70|0
+1.3.6.1.2.1.10.7.11.1.3.51001|70|0
+1.3.6.1.2.1.10.7.11.1.3.51002|70|0
+1.3.6.1.2.1.10.7.11.1.3.51003|70|0
+1.3.6.1.2.1.10.7.11.1.3.51004|70|0
+1.3.6.1.2.1.10.7.11.1.3.52001|70|0
+1.3.6.1.2.1.10.7.11.1.3.52002|70|0
+1.3.6.1.2.1.10.7.11.1.3.52003|70|0
+1.3.6.1.2.1.10.7.11.1.3.52004|70|0
+1.3.6.1.2.1.10.7.11.1.3.53001|70|0
+1.3.6.1.2.1.10.7.11.1.3.53002|70|0
+1.3.6.1.2.1.10.7.11.1.3.53003|70|0
+1.3.6.1.2.1.10.7.11.1.3.53004|70|0
+1.3.6.1.2.1.10.7.11.1.3.54001|70|0
+1.3.6.1.2.1.10.7.11.1.3.54002|70|0
+1.3.6.1.2.1.10.7.11.1.3.54003|70|0
+1.3.6.1.2.1.10.7.11.1.3.54004|70|0
+1.3.6.1.2.1.10.7.11.1.3.999001|70|0
+1.3.6.1.2.1.10.7.11.1.4.1|70|0
+1.3.6.1.2.1.10.7.11.1.4.2|70|0
+1.3.6.1.2.1.10.7.11.1.4.3|70|0
+1.3.6.1.2.1.10.7.11.1.4.4|70|0
+1.3.6.1.2.1.10.7.11.1.4.5|70|0
+1.3.6.1.2.1.10.7.11.1.4.6|70|0
+1.3.6.1.2.1.10.7.11.1.4.7|70|0
+1.3.6.1.2.1.10.7.11.1.4.8|70|0
+1.3.6.1.2.1.10.7.11.1.4.9|70|0
+1.3.6.1.2.1.10.7.11.1.4.10|70|0
+1.3.6.1.2.1.10.7.11.1.4.11|70|0
+1.3.6.1.2.1.10.7.11.1.4.12|70|0
+1.3.6.1.2.1.10.7.11.1.4.13|70|0
+1.3.6.1.2.1.10.7.11.1.4.14|70|0
+1.3.6.1.2.1.10.7.11.1.4.15|70|0
+1.3.6.1.2.1.10.7.11.1.4.16|70|0
+1.3.6.1.2.1.10.7.11.1.4.17|70|0
+1.3.6.1.2.1.10.7.11.1.4.18|70|0
+1.3.6.1.2.1.10.7.11.1.4.19|70|0
+1.3.6.1.2.1.10.7.11.1.4.20|70|0
+1.3.6.1.2.1.10.7.11.1.4.21|70|0
+1.3.6.1.2.1.10.7.11.1.4.22|70|0
+1.3.6.1.2.1.10.7.11.1.4.23|70|0
+1.3.6.1.2.1.10.7.11.1.4.24|70|0
+1.3.6.1.2.1.10.7.11.1.4.25|70|0
+1.3.6.1.2.1.10.7.11.1.4.26|70|0
+1.3.6.1.2.1.10.7.11.1.4.27|70|0
+1.3.6.1.2.1.10.7.11.1.4.28|70|0
+1.3.6.1.2.1.10.7.11.1.4.29|70|0
+1.3.6.1.2.1.10.7.11.1.4.30|70|0
+1.3.6.1.2.1.10.7.11.1.4.31|70|0
+1.3.6.1.2.1.10.7.11.1.4.32|70|0
+1.3.6.1.2.1.10.7.11.1.4.33|70|0
+1.3.6.1.2.1.10.7.11.1.4.34|70|0
+1.3.6.1.2.1.10.7.11.1.4.35|70|0
+1.3.6.1.2.1.10.7.11.1.4.36|70|0
+1.3.6.1.2.1.10.7.11.1.4.37|70|0
+1.3.6.1.2.1.10.7.11.1.4.38|70|0
+1.3.6.1.2.1.10.7.11.1.4.39|70|0
+1.3.6.1.2.1.10.7.11.1.4.40|70|0
+1.3.6.1.2.1.10.7.11.1.4.41|70|0
+1.3.6.1.2.1.10.7.11.1.4.42|70|0
+1.3.6.1.2.1.10.7.11.1.4.43|70|0
+1.3.6.1.2.1.10.7.11.1.4.44|70|0
+1.3.6.1.2.1.10.7.11.1.4.45|70|0
+1.3.6.1.2.1.10.7.11.1.4.46|70|0
+1.3.6.1.2.1.10.7.11.1.4.47|70|0
+1.3.6.1.2.1.10.7.11.1.4.48|70|0
+1.3.6.1.2.1.10.7.11.1.4.49001|70|0
+1.3.6.1.2.1.10.7.11.1.4.49002|70|0
+1.3.6.1.2.1.10.7.11.1.4.49003|70|0
+1.3.6.1.2.1.10.7.11.1.4.49004|70|0
+1.3.6.1.2.1.10.7.11.1.4.50001|70|0
+1.3.6.1.2.1.10.7.11.1.4.50002|70|0
+1.3.6.1.2.1.10.7.11.1.4.50003|70|0
+1.3.6.1.2.1.10.7.11.1.4.50004|70|0
+1.3.6.1.2.1.10.7.11.1.4.51001|70|0
+1.3.6.1.2.1.10.7.11.1.4.51002|70|0
+1.3.6.1.2.1.10.7.11.1.4.51003|70|0
+1.3.6.1.2.1.10.7.11.1.4.51004|70|0
+1.3.6.1.2.1.10.7.11.1.4.52001|70|0
+1.3.6.1.2.1.10.7.11.1.4.52002|70|0
+1.3.6.1.2.1.10.7.11.1.4.52003|70|0
+1.3.6.1.2.1.10.7.11.1.4.52004|70|0
+1.3.6.1.2.1.10.7.11.1.4.53001|70|0
+1.3.6.1.2.1.10.7.11.1.4.53002|70|0
+1.3.6.1.2.1.10.7.11.1.4.53003|70|0
+1.3.6.1.2.1.10.7.11.1.4.53004|70|0
+1.3.6.1.2.1.10.7.11.1.4.54001|70|0
+1.3.6.1.2.1.10.7.11.1.4.54002|70|0
+1.3.6.1.2.1.10.7.11.1.4.54003|70|0
+1.3.6.1.2.1.10.7.11.1.4.54004|70|0
+1.3.6.1.2.1.10.7.11.1.4.999001|70|0
+1.3.6.1.2.1.10.7.11.1.5.1|70|0
+1.3.6.1.2.1.10.7.11.1.5.2|70|0
+1.3.6.1.2.1.10.7.11.1.5.3|70|0
+1.3.6.1.2.1.10.7.11.1.5.4|70|0
+1.3.6.1.2.1.10.7.11.1.5.5|70|0
+1.3.6.1.2.1.10.7.11.1.5.6|70|0
+1.3.6.1.2.1.10.7.11.1.5.7|70|0
+1.3.6.1.2.1.10.7.11.1.5.8|70|45
+1.3.6.1.2.1.10.7.11.1.5.9|70|0
+1.3.6.1.2.1.10.7.11.1.5.10|70|0
+1.3.6.1.2.1.10.7.11.1.5.11|70|0
+1.3.6.1.2.1.10.7.11.1.5.12|70|0
+1.3.6.1.2.1.10.7.11.1.5.13|70|0
+1.3.6.1.2.1.10.7.11.1.5.14|70|0
+1.3.6.1.2.1.10.7.11.1.5.15|70|0
+1.3.6.1.2.1.10.7.11.1.5.16|70|0
+1.3.6.1.2.1.10.7.11.1.5.17|70|0
+1.3.6.1.2.1.10.7.11.1.5.18|70|0
+1.3.6.1.2.1.10.7.11.1.5.19|70|6
+1.3.6.1.2.1.10.7.11.1.5.20|70|0
+1.3.6.1.2.1.10.7.11.1.5.21|70|0
+1.3.6.1.2.1.10.7.11.1.5.22|70|0
+1.3.6.1.2.1.10.7.11.1.5.23|70|0
+1.3.6.1.2.1.10.7.11.1.5.24|70|0
+1.3.6.1.2.1.10.7.11.1.5.25|70|0
+1.3.6.1.2.1.10.7.11.1.5.26|70|0
+1.3.6.1.2.1.10.7.11.1.5.27|70|0
+1.3.6.1.2.1.10.7.11.1.5.28|70|0
+1.3.6.1.2.1.10.7.11.1.5.29|70|0
+1.3.6.1.2.1.10.7.11.1.5.30|70|0
+1.3.6.1.2.1.10.7.11.1.5.31|70|0
+1.3.6.1.2.1.10.7.11.1.5.32|70|0
+1.3.6.1.2.1.10.7.11.1.5.33|70|0
+1.3.6.1.2.1.10.7.11.1.5.34|70|0
+1.3.6.1.2.1.10.7.11.1.5.35|70|0
+1.3.6.1.2.1.10.7.11.1.5.36|70|0
+1.3.6.1.2.1.10.7.11.1.5.37|70|0
+1.3.6.1.2.1.10.7.11.1.5.38|70|0
+1.3.6.1.2.1.10.7.11.1.5.39|70|0
+1.3.6.1.2.1.10.7.11.1.5.40|70|0
+1.3.6.1.2.1.10.7.11.1.5.41|70|0
+1.3.6.1.2.1.10.7.11.1.5.42|70|0
+1.3.6.1.2.1.10.7.11.1.5.43|70|0
+1.3.6.1.2.1.10.7.11.1.5.44|70|0
+1.3.6.1.2.1.10.7.11.1.5.45|70|0
+1.3.6.1.2.1.10.7.11.1.5.46|70|0
+1.3.6.1.2.1.10.7.11.1.5.47|70|0
+1.3.6.1.2.1.10.7.11.1.5.48|70|0
+1.3.6.1.2.1.10.7.11.1.5.49001|70|0
+1.3.6.1.2.1.10.7.11.1.5.49002|70|0
+1.3.6.1.2.1.10.7.11.1.5.49003|70|0
+1.3.6.1.2.1.10.7.11.1.5.49004|70|0
+1.3.6.1.2.1.10.7.11.1.5.50001|70|0
+1.3.6.1.2.1.10.7.11.1.5.50002|70|0
+1.3.6.1.2.1.10.7.11.1.5.50003|70|0
+1.3.6.1.2.1.10.7.11.1.5.50004|70|0
+1.3.6.1.2.1.10.7.11.1.5.51001|70|0
+1.3.6.1.2.1.10.7.11.1.5.51002|70|0
+1.3.6.1.2.1.10.7.11.1.5.51003|70|0
+1.3.6.1.2.1.10.7.11.1.5.51004|70|0
+1.3.6.1.2.1.10.7.11.1.5.52001|70|0
+1.3.6.1.2.1.10.7.11.1.5.52002|70|0
+1.3.6.1.2.1.10.7.11.1.5.52003|70|0
+1.3.6.1.2.1.10.7.11.1.5.52004|70|0
+1.3.6.1.2.1.10.7.11.1.5.53001|70|0
+1.3.6.1.2.1.10.7.11.1.5.53002|70|0
+1.3.6.1.2.1.10.7.11.1.5.53003|70|0
+1.3.6.1.2.1.10.7.11.1.5.53004|70|0
+1.3.6.1.2.1.10.7.11.1.5.54001|70|0
+1.3.6.1.2.1.10.7.11.1.5.54002|70|0
+1.3.6.1.2.1.10.7.11.1.5.54003|70|0
+1.3.6.1.2.1.10.7.11.1.5.54004|70|0
+1.3.6.1.2.1.10.7.11.1.5.999001|70|0
+1.3.6.1.2.1.10.7.11.1.6.1|70|0
+1.3.6.1.2.1.10.7.11.1.6.2|70|0
+1.3.6.1.2.1.10.7.11.1.6.3|70|0
+1.3.6.1.2.1.10.7.11.1.6.4|70|0
+1.3.6.1.2.1.10.7.11.1.6.5|70|0
+1.3.6.1.2.1.10.7.11.1.6.6|70|0
+1.3.6.1.2.1.10.7.11.1.6.7|70|0
+1.3.6.1.2.1.10.7.11.1.6.8|70|39
+1.3.6.1.2.1.10.7.11.1.6.9|70|0
+1.3.6.1.2.1.10.7.11.1.6.10|70|0
+1.3.6.1.2.1.10.7.11.1.6.11|70|0
+1.3.6.1.2.1.10.7.11.1.6.12|70|0
+1.3.6.1.2.1.10.7.11.1.6.13|70|0
+1.3.6.1.2.1.10.7.11.1.6.14|70|0
+1.3.6.1.2.1.10.7.11.1.6.15|70|0
+1.3.6.1.2.1.10.7.11.1.6.16|70|0
+1.3.6.1.2.1.10.7.11.1.6.17|70|0
+1.3.6.1.2.1.10.7.11.1.6.18|70|0
+1.3.6.1.2.1.10.7.11.1.6.19|70|6
+1.3.6.1.2.1.10.7.11.1.6.20|70|0
+1.3.6.1.2.1.10.7.11.1.6.21|70|0
+1.3.6.1.2.1.10.7.11.1.6.22|70|0
+1.3.6.1.2.1.10.7.11.1.6.23|70|0
+1.3.6.1.2.1.10.7.11.1.6.24|70|0
+1.3.6.1.2.1.10.7.11.1.6.25|70|0
+1.3.6.1.2.1.10.7.11.1.6.26|70|0
+1.3.6.1.2.1.10.7.11.1.6.27|70|0
+1.3.6.1.2.1.10.7.11.1.6.28|70|0
+1.3.6.1.2.1.10.7.11.1.6.29|70|0
+1.3.6.1.2.1.10.7.11.1.6.30|70|0
+1.3.6.1.2.1.10.7.11.1.6.31|70|0
+1.3.6.1.2.1.10.7.11.1.6.32|70|0
+1.3.6.1.2.1.10.7.11.1.6.33|70|0
+1.3.6.1.2.1.10.7.11.1.6.34|70|0
+1.3.6.1.2.1.10.7.11.1.6.35|70|0
+1.3.6.1.2.1.10.7.11.1.6.36|70|0
+1.3.6.1.2.1.10.7.11.1.6.37|70|0
+1.3.6.1.2.1.10.7.11.1.6.38|70|0
+1.3.6.1.2.1.10.7.11.1.6.39|70|0
+1.3.6.1.2.1.10.7.11.1.6.40|70|0
+1.3.6.1.2.1.10.7.11.1.6.41|70|0
+1.3.6.1.2.1.10.7.11.1.6.42|70|0
+1.3.6.1.2.1.10.7.11.1.6.43|70|0
+1.3.6.1.2.1.10.7.11.1.6.44|70|0
+1.3.6.1.2.1.10.7.11.1.6.45|70|0
+1.3.6.1.2.1.10.7.11.1.6.46|70|0
+1.3.6.1.2.1.10.7.11.1.6.47|70|0
+1.3.6.1.2.1.10.7.11.1.6.48|70|0
+1.3.6.1.2.1.10.7.11.1.6.49001|70|0
+1.3.6.1.2.1.10.7.11.1.6.49002|70|0
+1.3.6.1.2.1.10.7.11.1.6.49003|70|0
+1.3.6.1.2.1.10.7.11.1.6.49004|70|0
+1.3.6.1.2.1.10.7.11.1.6.50001|70|0
+1.3.6.1.2.1.10.7.11.1.6.50002|70|0
+1.3.6.1.2.1.10.7.11.1.6.50003|70|0
+1.3.6.1.2.1.10.7.11.1.6.50004|70|0
+1.3.6.1.2.1.10.7.11.1.6.51001|70|0
+1.3.6.1.2.1.10.7.11.1.6.51002|70|0
+1.3.6.1.2.1.10.7.11.1.6.51003|70|0
+1.3.6.1.2.1.10.7.11.1.6.51004|70|0
+1.3.6.1.2.1.10.7.11.1.6.52001|70|0
+1.3.6.1.2.1.10.7.11.1.6.52002|70|0
+1.3.6.1.2.1.10.7.11.1.6.52003|70|0
+1.3.6.1.2.1.10.7.11.1.6.52004|70|0
+1.3.6.1.2.1.10.7.11.1.6.53001|70|0
+1.3.6.1.2.1.10.7.11.1.6.53002|70|0
+1.3.6.1.2.1.10.7.11.1.6.53003|70|0
+1.3.6.1.2.1.10.7.11.1.6.53004|70|0
+1.3.6.1.2.1.10.7.11.1.6.54001|70|0
+1.3.6.1.2.1.10.7.11.1.6.54002|70|0
+1.3.6.1.2.1.10.7.11.1.6.54003|70|0
+1.3.6.1.2.1.10.7.11.1.6.54004|70|0
+1.3.6.1.2.1.10.7.11.1.6.999001|70|0
+1.3.6.1.2.1.10.166.4.1.1.1.0|4|00 00 00 00
+1.3.6.1.2.1.26.2.1.1.1.1.1|2|1
+1.3.6.1.2.1.26.2.1.1.1.2.1|2|2
+1.3.6.1.2.1.26.2.1.1.1.3.1|2|3
+1.3.6.1.2.1.26.2.1.1.1.4.1|2|4
+1.3.6.1.2.1.26.2.1.1.1.5.1|2|5
+1.3.6.1.2.1.26.2.1.1.1.6.1|2|6
+1.3.6.1.2.1.26.2.1.1.1.7.1|2|7
+1.3.6.1.2.1.26.2.1.1.1.8.1|2|8
+1.3.6.1.2.1.26.2.1.1.1.9.1|2|9
+1.3.6.1.2.1.26.2.1.1.1.10.1|2|10
+1.3.6.1.2.1.26.2.1.1.1.11.1|2|11
+1.3.6.1.2.1.26.2.1.1.1.12.1|2|12
+1.3.6.1.2.1.26.2.1.1.1.13.1|2|13
+1.3.6.1.2.1.26.2.1.1.1.14.1|2|14
+1.3.6.1.2.1.26.2.1.1.1.15.1|2|15
+1.3.6.1.2.1.26.2.1.1.1.16.1|2|16
+1.3.6.1.2.1.26.2.1.1.1.17.1|2|17
+1.3.6.1.2.1.26.2.1.1.1.18.1|2|18
+1.3.6.1.2.1.26.2.1.1.1.19.1|2|19
+1.3.6.1.2.1.26.2.1.1.1.20.1|2|20
+1.3.6.1.2.1.26.2.1.1.1.21.1|2|21
+1.3.6.1.2.1.26.2.1.1.1.22.1|2|22
+1.3.6.1.2.1.26.2.1.1.1.23.1|2|23
+1.3.6.1.2.1.26.2.1.1.1.24.1|2|24
+1.3.6.1.2.1.26.2.1.1.1.25.1|2|25
+1.3.6.1.2.1.26.2.1.1.1.26.1|2|26
+1.3.6.1.2.1.26.2.1.1.1.27.1|2|27
+1.3.6.1.2.1.26.2.1.1.1.28.1|2|28
+1.3.6.1.2.1.26.2.1.1.1.29.1|2|29
+1.3.6.1.2.1.26.2.1.1.1.30.1|2|30
+1.3.6.1.2.1.26.2.1.1.1.31.1|2|31
+1.3.6.1.2.1.26.2.1.1.1.32.1|2|32
+1.3.6.1.2.1.26.2.1.1.1.33.1|2|33
+1.3.6.1.2.1.26.2.1.1.1.34.1|2|34
+1.3.6.1.2.1.26.2.1.1.1.35.1|2|35
+1.3.6.1.2.1.26.2.1.1.1.36.1|2|36
+1.3.6.1.2.1.26.2.1.1.1.37.1|2|37
+1.3.6.1.2.1.26.2.1.1.1.38.1|2|38
+1.3.6.1.2.1.26.2.1.1.1.39.1|2|39
+1.3.6.1.2.1.26.2.1.1.1.40.1|2|40
+1.3.6.1.2.1.26.2.1.1.1.41.1|2|41
+1.3.6.1.2.1.26.2.1.1.1.42.1|2|42
+1.3.6.1.2.1.26.2.1.1.1.43.1|2|43
+1.3.6.1.2.1.26.2.1.1.1.44.1|2|44
+1.3.6.1.2.1.26.2.1.1.1.45.1|2|45
+1.3.6.1.2.1.26.2.1.1.1.46.1|2|46
+1.3.6.1.2.1.26.2.1.1.1.47.1|2|47
+1.3.6.1.2.1.26.2.1.1.1.48.1|2|48
+1.3.6.1.2.1.26.2.1.1.1.49001.1|2|49001
+1.3.6.1.2.1.26.2.1.1.1.49002.1|2|49002
+1.3.6.1.2.1.26.2.1.1.1.49003.1|2|49003
+1.3.6.1.2.1.26.2.1.1.1.49004.1|2|49004
+1.3.6.1.2.1.26.2.1.1.1.50001.1|2|50001
+1.3.6.1.2.1.26.2.1.1.1.50002.1|2|50002
+1.3.6.1.2.1.26.2.1.1.1.50003.1|2|50003
+1.3.6.1.2.1.26.2.1.1.1.50004.1|2|50004
+1.3.6.1.2.1.26.2.1.1.1.51001.1|2|51001
+1.3.6.1.2.1.26.2.1.1.1.51002.1|2|51002
+1.3.6.1.2.1.26.2.1.1.1.51003.1|2|51003
+1.3.6.1.2.1.26.2.1.1.1.51004.1|2|51004
+1.3.6.1.2.1.26.2.1.1.1.52001.1|2|52001
+1.3.6.1.2.1.26.2.1.1.1.52002.1|2|52002
+1.3.6.1.2.1.26.2.1.1.1.52003.1|2|52003
+1.3.6.1.2.1.26.2.1.1.1.52004.1|2|52004
+1.3.6.1.2.1.26.2.1.1.1.53001.1|2|53001
+1.3.6.1.2.1.26.2.1.1.1.53002.1|2|53002
+1.3.6.1.2.1.26.2.1.1.1.53003.1|2|53003
+1.3.6.1.2.1.26.2.1.1.1.53004.1|2|53004
+1.3.6.1.2.1.26.2.1.1.1.54001.1|2|54001
+1.3.6.1.2.1.26.2.1.1.1.54002.1|2|54002
+1.3.6.1.2.1.26.2.1.1.1.54003.1|2|54003
+1.3.6.1.2.1.26.2.1.1.1.54004.1|2|54004
+1.3.6.1.2.1.26.2.1.1.2.1.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.2.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.3.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.4.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.5.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.6.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.7.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.8.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.9.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.10.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.11.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.12.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.13.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.14.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.15.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.16.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.17.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.18.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.19.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.20.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.21.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.22.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.23.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.24.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.25.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.26.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.27.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.28.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.29.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.30.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.31.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.32.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.33.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.34.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.35.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.36.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.37.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.38.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.39.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.40.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.41.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.42.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.43.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.44.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.45.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.46.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.47.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.48.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.49001.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.49002.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.49003.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.49004.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.50001.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.50002.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.50003.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.50004.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.51001.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.51002.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.51003.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.51004.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.52001.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.52002.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.52003.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.52004.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.53001.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.53002.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.53003.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.53004.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.54001.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.54002.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.54003.1|2|1
+1.3.6.1.2.1.26.2.1.1.2.54004.1|2|1
+1.3.6.1.2.1.26.2.1.1.3.1.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.2.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.3.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.4.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.5.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.6.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.7.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.8.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.9.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.10.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.11.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.12.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.13.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.14.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.15.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.16.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.17.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.18.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.19.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.20.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.21.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.22.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.23.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.24.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.25.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.26.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.27.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.28.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.29.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.30.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.31.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.32.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.33.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.34.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.35.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.36.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.37.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.38.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.39.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.40.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.41.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.42.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.43.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.44.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.45.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.46.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.3.47.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.48.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.3.49001.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.49002.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.49003.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.49004.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.50001.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.50002.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.50003.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.50004.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.51001.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.51002.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.51003.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.51004.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.52001.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.52002.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.52003.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.52004.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.3.53001.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.53002.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.53003.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.53004.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.3.54001.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.54002.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.54003.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.3.54004.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.4.1.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.2.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.3.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.4.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.5.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.6.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.7.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.8.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.9.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.10.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.11.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.12.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.13.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.14.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.15.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.16.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.17.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.18.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.19.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.20.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.21.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.22.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.23.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.24.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.25.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.26.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.27.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.28.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.29.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.30.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.31.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.32.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.33.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.34.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.35.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.36.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.37.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.38.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.39.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.40.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.41.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.42.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.43.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.44.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.45.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.46.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.47.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.48.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.49001.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.49002.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.49003.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.49004.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.50001.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.50002.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.50003.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.50004.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.51001.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.51002.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.51003.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.51004.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.52001.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.52002.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.52003.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.52004.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.53001.1|2|3
+1.3.6.1.2.1.26.2.1.1.4.53002.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.53003.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.53004.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.54001.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.54002.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.54003.1|2|5
+1.3.6.1.2.1.26.2.1.1.4.54004.1|2|5
+1.3.6.1.2.1.26.2.1.1.5.1.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.2.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.3.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.4.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.5.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.6.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.7.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.8.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.9.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.10.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.11.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.12.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.13.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.14.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.15.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.16.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.17.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.18.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.19.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.20.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.21.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.22.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.23.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.24.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.25.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.26.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.27.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.28.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.29.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.30.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.31.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.32.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.33.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.34.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.35.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.36.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.37.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.38.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.39.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.40.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.41.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.42.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.43.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.44.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.45.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.46.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.47.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.48.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.49001.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.49002.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.49003.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.49004.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.50001.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.50002.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.50003.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.50004.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.51001.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.51002.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.51003.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.51004.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.52001.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.52002.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.52003.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.52004.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.53001.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.53002.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.53003.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.53004.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.54001.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.54002.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.54003.1|2|3
+1.3.6.1.2.1.26.2.1.1.5.54004.1|2|3
+1.3.6.1.2.1.26.2.1.1.6.1.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.2.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.3.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.4.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.5.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.6.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.7.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.8.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.9.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.10.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.11.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.12.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.13.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.14.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.15.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.16.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.17.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.18.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.19.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.20.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.21.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.22.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.23.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.24.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.25.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.26.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.27.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.28.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.29.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.30.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.31.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.32.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.33.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.34.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.35.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.36.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.37.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.38.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.39.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.40.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.41.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.42.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.43.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.44.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.45.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.46.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.47.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.48.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.49001.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.49002.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.49003.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.49004.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.50001.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.50002.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.50003.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.50004.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.51001.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.51002.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.51003.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.51004.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.52001.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.52002.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.52003.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.52004.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.53001.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.53002.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.53003.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.53004.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.54001.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.54002.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.54003.1|65|0
+1.3.6.1.2.1.26.2.1.1.6.54004.1|65|0
+1.3.6.1.2.1.26.2.1.1.7.1.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.2.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.3.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.4.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.5.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.6.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.7.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.8.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.9.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.10.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.11.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.12.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.13.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.14.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.15.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.16.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.17.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.18.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.19.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.20.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.21.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.22.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.23.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.24.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.25.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.26.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.27.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.28.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.29.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.30.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.31.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.32.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.33.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.34.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.35.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.36.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.37.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.38.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.39.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.40.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.41.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.42.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.43.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.44.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.45.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.46.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.47.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.48.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.49001.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.49002.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.49003.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.49004.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.50001.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.50002.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.50003.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.50004.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.51001.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.51002.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.51003.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.51004.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.52001.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.52002.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.52003.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.52004.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.53001.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.53002.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.53003.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.53004.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.54001.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.54002.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.54003.1|2|3
+1.3.6.1.2.1.26.2.1.1.7.54004.1|2|3
+1.3.6.1.2.1.26.2.1.1.8.1.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.2.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.3.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.4.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.5.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.6.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.7.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.8.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.9.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.10.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.11.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.12.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.13.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.14.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.15.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.16.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.17.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.18.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.19.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.20.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.21.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.22.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.23.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.24.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.25.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.26.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.27.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.28.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.29.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.30.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.31.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.32.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.33.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.34.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.35.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.36.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.37.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.38.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.39.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.40.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.41.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.42.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.43.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.44.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.45.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.46.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.47.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.48.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.49001.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.49002.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.49003.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.49004.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.50001.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.50002.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.50003.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.50004.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.51001.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.51002.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.51003.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.51004.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.52001.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.52002.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.52003.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.52004.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.53001.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.53002.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.53003.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.53004.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.54001.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.54002.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.54003.1|65|0
+1.3.6.1.2.1.26.2.1.1.8.54004.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.1.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.2.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.3.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.4.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.5.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.6.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.7.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.8.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.9.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.10.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.11.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.12.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.13.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.14.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.15.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.16.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.17.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.18.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.19.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.20.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.21.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.22.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.23.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.24.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.25.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.26.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.27.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.28.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.29.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.30.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.31.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.32.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.33.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.34.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.35.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.36.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.37.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.38.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.39.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.40.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.41.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.42.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.43.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.44.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.45.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.46.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.47.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.48.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.49001.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.49002.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.49003.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.49004.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.50001.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.50002.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.50003.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.50004.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.51001.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.51002.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.51003.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.51004.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.52001.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.52002.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.52003.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.52004.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.53001.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.53002.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.53003.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.53004.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.54001.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.54002.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.54003.1|65|0
+1.3.6.1.2.1.26.2.1.1.9.54004.1|65|0
+1.3.6.1.2.1.26.2.1.1.11.1.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.2.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.3.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.4.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.5.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.6.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.7.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.8.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.9.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.10.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.11.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.12.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.13.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.14.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.15.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.16.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.17.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.18.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.19.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.20.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.21.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.22.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.23.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.24.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.25.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.26.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.27.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.28.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.29.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.30.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.31.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.32.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.33.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.34.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.35.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.36.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.37.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.38.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.39.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.40.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.41.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.42.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.43.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.44.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.45.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.46.1|6|1.3.6.1.2.1.26.4.30
+1.3.6.1.2.1.26.2.1.1.11.47.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.48.1|6|1.3.6.1.2.1.26.4.35
+1.3.6.1.2.1.26.2.1.1.11.49001.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.49002.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.49003.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.49004.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.50001.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.50002.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.50003.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.50004.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.51001.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.51002.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.51003.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.51004.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.52001.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.52002.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.52003.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.52004.1|6|1.3.6.1.2.1.26.4.77
+1.3.6.1.2.1.26.2.1.1.11.53001.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.53002.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.53003.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.53004.1|6|1.3.6.1.4.1.30065.3.4.1.24
+1.3.6.1.2.1.26.2.1.1.11.54001.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.54002.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.54003.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.11.54004.1|6|0.0
+1.3.6.1.2.1.26.2.1.1.12.1.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.2.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.3.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.4.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.5.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.6.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.7.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.8.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.9.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.10.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.11.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.12.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.13.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.14.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.15.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.16.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.17.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.18.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.19.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.20.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.21.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.22.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.23.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.24.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.25.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.26.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.27.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.28.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.29.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.30.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.31.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.32.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.33.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.34.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.35.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.36.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.37.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.38.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.39.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.40.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.41.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.42.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.43.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.44.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.45.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.46.1|2|1
+1.3.6.1.2.1.26.2.1.1.12.47.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.48.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.49001.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.49002.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.49003.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.49004.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.50001.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.50002.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.50003.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.50004.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.51001.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.51002.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.51003.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.51004.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.52001.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.52002.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.52003.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.52004.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.53001.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.53002.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.53003.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.53004.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.54001.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.54002.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.54003.1|2|2
+1.3.6.1.2.1.26.2.1.1.12.54004.1|2|2
+1.3.6.1.2.1.26.2.1.1.13.1.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.2.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.3.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.4.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.5.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.6.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.7.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.8.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.9.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.10.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.11.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.12.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.13.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.14.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.15.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.16.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.17.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.18.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.19.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.20.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.21.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.22.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.23.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.24.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.25.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.26.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.27.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.28.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.29.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.30.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.31.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.32.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.33.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.34.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.35.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.36.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.37.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.38.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.39.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.40.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.41.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.42.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.43.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.44.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.45.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.46.1|4|00 00 80 02 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.47.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.48.1|4|00 00 00 00 10 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.49001.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.49002.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.49003.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.49004.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.50001.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.50002.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.50003.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.50004.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.51001.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.51002.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.51003.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.51004.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.52001.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.52002.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.52003.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.52004.1|4|00 00 00 00 00 00 00 00 00 04
+1.3.6.1.2.1.26.2.1.1.13.53001.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.53002.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.53003.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.53004.1|4|80 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.54001.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.54002.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.54003.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.13.54004.1|4|00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.26.2.1.1.14.1.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.2.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.3.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.4.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.5.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.6.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.7.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.8.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.9.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.10.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.11.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.12.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.13.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.14.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.15.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.16.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.17.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.18.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.19.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.20.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.21.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.22.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.23.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.24.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.25.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.26.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.27.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.28.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.29.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.30.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.31.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.32.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.33.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.34.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.35.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.36.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.37.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.38.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.39.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.40.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.41.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.42.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.43.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.44.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.45.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.46.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.47.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.48.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.49001.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.49002.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.49003.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.49004.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.50001.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.50002.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.50003.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.50004.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.51001.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.51002.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.51003.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.51004.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.52001.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.52002.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.52003.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.52004.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.53001.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.53002.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.53003.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.53004.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.54001.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.54002.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.54003.1|70|0
+1.3.6.1.2.1.26.2.1.1.14.54004.1|70|0
+1.3.6.1.2.1.26.5.1.1.1.1.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.2.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.3.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.4.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.5.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.6.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.7.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.8.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.9.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.10.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.11.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.12.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.13.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.14.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.15.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.16.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.17.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.18.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.19.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.20.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.21.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.22.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.23.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.24.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.25.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.26.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.27.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.28.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.29.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.30.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.31.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.32.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.33.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.34.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.35.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.36.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.37.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.38.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.39.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.40.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.41.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.42.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.43.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.44.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.45.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.46.1|2|1
+1.3.6.1.2.1.26.5.1.1.1.47.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.48.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.49001.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.49002.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.49003.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.49004.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.50001.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.50002.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.50003.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.50004.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.51001.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.51002.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.51003.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.51004.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.52001.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.52002.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.52003.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.52004.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.53001.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.53002.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.53003.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.53004.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.54001.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.54002.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.54003.1|2|2
+1.3.6.1.2.1.26.5.1.1.1.54004.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.1.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.2.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.3.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.4.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.5.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.6.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.7.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.8.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.9.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.10.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.11.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.12.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.13.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.14.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.15.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.16.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.17.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.18.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.19.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.20.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.21.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.22.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.23.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.24.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.25.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.26.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.27.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.28.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.29.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.30.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.31.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.32.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.33.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.34.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.35.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.36.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.37.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.38.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.39.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.40.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.41.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.42.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.43.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.44.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.45.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.46.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.47.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.48.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.49001.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.49002.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.49003.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.49004.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.50001.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.50002.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.50003.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.50004.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.51001.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.51002.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.51003.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.51004.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.52001.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.52002.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.52003.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.52004.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.53001.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.53002.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.53003.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.53004.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.54001.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.54002.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.54003.1|2|2
+1.3.6.1.2.1.26.5.1.1.8.54004.1|2|2
+1.3.6.1.2.1.26.5.1.1.9.1.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.2.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.3.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.4.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.5.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.6.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.7.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.8.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.9.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.10.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.11.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.12.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.13.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.14.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.15.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.16.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.17.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.18.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.19.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.20.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.21.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.22.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.23.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.24.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.25.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.26.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.27.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.28.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.29.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.30.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.31.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.32.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.33.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.34.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.35.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.36.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.37.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.38.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.39.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.40.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.41.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.42.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.43.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.44.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.45.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.46.1|4|04 B1 00
+1.3.6.1.2.1.26.5.1.1.9.47.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.48.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.49001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.49002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.49003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.49004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.50001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.50002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.50003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.50004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.51001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.51002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.51003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.51004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.52001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.52002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.52003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.52004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.53001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.53002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.53003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.53004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.54001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.54002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.54003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.9.54004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.1.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.2.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.3.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.4.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.5.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.6.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.7.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.8.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.9.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.10.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.11.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.12.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.13.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.14.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.15.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.16.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.17.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.18.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.19.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.20.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.21.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.22.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.23.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.24.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.25.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.26.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.27.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.28.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.29.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.30.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.31.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.32.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.33.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.34.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.35.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.36.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.37.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.38.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.39.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.40.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.41.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.42.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.43.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.44.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.45.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.46.1|4|04 01 00
+1.3.6.1.2.1.26.5.1.1.10.47.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.48.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.49001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.49002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.49003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.49004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.50001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.50002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.50003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.50004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.51001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.51002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.51003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.51004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.52001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.52002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.52003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.52004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.53001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.53002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.53003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.53004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.54001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.54002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.54003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.10.54004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.1.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.2.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.3.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.4.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.5.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.6.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.7.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.8.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.9.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.10.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.11.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.12.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.13.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.14.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.15.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.16.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.17.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.18.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.19.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.20.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.21.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.22.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.23.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.24.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.25.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.26.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.27.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.28.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.29.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.30.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.31.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.32.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.33.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.34.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.35.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.36.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.37.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.38.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.39.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.40.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.41.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.42.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.43.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.44.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.45.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.46.1|4|00 01 00
+1.3.6.1.2.1.26.5.1.1.11.47.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.48.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.49001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.49002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.49003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.49004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.50001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.50002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.50003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.50004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.51001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.51002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.51003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.51004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.52001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.52002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.52003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.52004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.53001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.53002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.53003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.53004.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.54001.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.54002.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.54003.1|4|00 00 00
+1.3.6.1.2.1.26.5.1.1.11.54004.1|4|00 00 00
+1.3.6.1.2.1.31.1.1.1.1.1|4|Ethernet1
+1.3.6.1.2.1.31.1.1.1.1.2|4|Ethernet2
+1.3.6.1.2.1.31.1.1.1.1.3|4|Ethernet3
+1.3.6.1.2.1.31.1.1.1.1.4|4|Ethernet4
+1.3.6.1.2.1.31.1.1.1.1.5|4|Ethernet5
+1.3.6.1.2.1.31.1.1.1.1.6|4|Ethernet6
+1.3.6.1.2.1.31.1.1.1.1.7|4|Ethernet7
+1.3.6.1.2.1.31.1.1.1.1.8|4|Ethernet8
+1.3.6.1.2.1.31.1.1.1.1.9|4|Ethernet9
+1.3.6.1.2.1.31.1.1.1.1.10|4|Ethernet10
+1.3.6.1.2.1.31.1.1.1.1.11|4|Ethernet11
+1.3.6.1.2.1.31.1.1.1.1.12|4|Ethernet12
+1.3.6.1.2.1.31.1.1.1.1.13|4|Ethernet13
+1.3.6.1.2.1.31.1.1.1.1.14|4|Ethernet14
+1.3.6.1.2.1.31.1.1.1.1.15|4|Ethernet15
+1.3.6.1.2.1.31.1.1.1.1.16|4|Ethernet16
+1.3.6.1.2.1.31.1.1.1.1.17|4|Ethernet17
+1.3.6.1.2.1.31.1.1.1.1.18|4|Ethernet18
+1.3.6.1.2.1.31.1.1.1.1.19|4|Ethernet19
+1.3.6.1.2.1.31.1.1.1.1.20|4|Ethernet20
+1.3.6.1.2.1.31.1.1.1.1.21|4|Ethernet21
+1.3.6.1.2.1.31.1.1.1.1.22|4|Ethernet22
+1.3.6.1.2.1.31.1.1.1.1.23|4|Ethernet23
+1.3.6.1.2.1.31.1.1.1.1.24|4|Ethernet24
+1.3.6.1.2.1.31.1.1.1.1.25|4|Ethernet25
+1.3.6.1.2.1.31.1.1.1.1.26|4|Ethernet26
+1.3.6.1.2.1.31.1.1.1.1.27|4|Ethernet27
+1.3.6.1.2.1.31.1.1.1.1.28|4|Ethernet28
+1.3.6.1.2.1.31.1.1.1.1.29|4|Ethernet29
+1.3.6.1.2.1.31.1.1.1.1.30|4|Ethernet30
+1.3.6.1.2.1.31.1.1.1.1.31|4|Ethernet31
+1.3.6.1.2.1.31.1.1.1.1.32|4|Ethernet32
+1.3.6.1.2.1.31.1.1.1.1.33|4|Ethernet33
+1.3.6.1.2.1.31.1.1.1.1.34|4|Ethernet34
+1.3.6.1.2.1.31.1.1.1.1.35|4|Ethernet35
+1.3.6.1.2.1.31.1.1.1.1.36|4|Ethernet36
+1.3.6.1.2.1.31.1.1.1.1.37|4|Ethernet37
+1.3.6.1.2.1.31.1.1.1.1.38|4|Ethernet38
+1.3.6.1.2.1.31.1.1.1.1.39|4|Ethernet39
+1.3.6.1.2.1.31.1.1.1.1.40|4|Ethernet40
+1.3.6.1.2.1.31.1.1.1.1.41|4|Ethernet41
+1.3.6.1.2.1.31.1.1.1.1.42|4|Ethernet42
+1.3.6.1.2.1.31.1.1.1.1.43|4|Ethernet43
+1.3.6.1.2.1.31.1.1.1.1.44|4|Ethernet44
+1.3.6.1.2.1.31.1.1.1.1.45|4|Ethernet45
+1.3.6.1.2.1.31.1.1.1.1.46|4|Ethernet46
+1.3.6.1.2.1.31.1.1.1.1.47|4|Ethernet47
+1.3.6.1.2.1.31.1.1.1.1.48|4|Ethernet48
+1.3.6.1.2.1.31.1.1.1.1.49001|4|Ethernet49/1
+1.3.6.1.2.1.31.1.1.1.1.50001|4|Ethernet50/1
+1.3.6.1.2.1.31.1.1.1.1.51001|4|Ethernet51/1
+1.3.6.1.2.1.31.1.1.1.1.52001|4|Ethernet52/1
+1.3.6.1.2.1.31.1.1.1.1.53001|4|Ethernet53/1
+1.3.6.1.2.1.31.1.1.1.1.54001|4|Ethernet54/1
+1.3.6.1.2.1.31.1.1.1.1.999001|4|Management1
+1.3.6.1.2.1.31.1.1.1.1.1000001|4|Port-Channel1
+1.3.6.1.2.1.31.1.1.1.1.1000002|4|Port-Channel2
+1.3.6.1.2.1.31.1.1.1.1.1000003|4|Port-Channel3
+1.3.6.1.2.1.31.1.1.1.1.1000005|4|Port-Channel5
+1.3.6.1.2.1.31.1.1.1.1.1001000|4|Port-Channel1000
+1.3.6.1.2.1.31.1.1.1.1.1001100|4|Port-Channel1100
+1.3.6.1.2.1.31.1.1.1.1.5000000|4|Loopback0
+1.3.6.1.2.1.31.1.1.1.1.7000000|4|Vxlan1
+1.3.6.1.2.1.31.1.1.1.2.1|65|0
+1.3.6.1.2.1.31.1.1.1.2.2|65|0
+1.3.6.1.2.1.31.1.1.1.2.3|65|0
+1.3.6.1.2.1.31.1.1.1.2.4|65|0
+1.3.6.1.2.1.31.1.1.1.2.5|65|0
+1.3.6.1.2.1.31.1.1.1.2.6|65|4280420
+1.3.6.1.2.1.31.1.1.1.2.7|65|931087
+1.3.6.1.2.1.31.1.1.1.2.8|65|660942
+1.3.6.1.2.1.31.1.1.1.2.9|65|0
+1.3.6.1.2.1.31.1.1.1.2.10|65|0
+1.3.6.1.2.1.31.1.1.1.2.11|65|0
+1.3.6.1.2.1.31.1.1.1.2.12|65|0
+1.3.6.1.2.1.31.1.1.1.2.13|65|0
+1.3.6.1.2.1.31.1.1.1.2.14|65|0
+1.3.6.1.2.1.31.1.1.1.2.15|65|0
+1.3.6.1.2.1.31.1.1.1.2.16|65|0
+1.3.6.1.2.1.31.1.1.1.2.17|65|0
+1.3.6.1.2.1.31.1.1.1.2.18|65|4009024
+1.3.6.1.2.1.31.1.1.1.2.19|65|789556
+1.3.6.1.2.1.31.1.1.1.2.20|65|4199344
+1.3.6.1.2.1.31.1.1.1.2.21|65|0
+1.3.6.1.2.1.31.1.1.1.2.22|65|9183461
+1.3.6.1.2.1.31.1.1.1.2.23|65|0
+1.3.6.1.2.1.31.1.1.1.2.24|65|0
+1.3.6.1.2.1.31.1.1.1.2.25|65|23923
+1.3.6.1.2.1.31.1.1.1.2.26|65|0
+1.3.6.1.2.1.31.1.1.1.2.27|65|4350
+1.3.6.1.2.1.31.1.1.1.2.28|65|0
+1.3.6.1.2.1.31.1.1.1.2.29|65|4360
+1.3.6.1.2.1.31.1.1.1.2.30|65|0
+1.3.6.1.2.1.31.1.1.1.2.31|65|0
+1.3.6.1.2.1.31.1.1.1.2.32|65|0
+1.3.6.1.2.1.31.1.1.1.2.33|65|656635
+1.3.6.1.2.1.31.1.1.1.2.34|65|656635
+1.3.6.1.2.1.31.1.1.1.2.35|65|656636
+1.3.6.1.2.1.31.1.1.1.2.36|65|0
+1.3.6.1.2.1.31.1.1.1.2.37|65|0
+1.3.6.1.2.1.31.1.1.1.2.38|65|0
+1.3.6.1.2.1.31.1.1.1.2.39|65|0
+1.3.6.1.2.1.31.1.1.1.2.40|65|0
+1.3.6.1.2.1.31.1.1.1.2.41|65|639099
+1.3.6.1.2.1.31.1.1.1.2.42|65|639023
+1.3.6.1.2.1.31.1.1.1.2.43|65|638977
+1.3.6.1.2.1.31.1.1.1.2.44|65|0
+1.3.6.1.2.1.31.1.1.1.2.45|65|18593
+1.3.6.1.2.1.31.1.1.1.2.46|65|90558074
+1.3.6.1.2.1.31.1.1.1.2.47|65|30689767
+1.3.6.1.2.1.31.1.1.1.2.48|65|22693671
+1.3.6.1.2.1.31.1.1.1.2.49001|65|1248648
+1.3.6.1.2.1.31.1.1.1.2.50001|65|3541806
+1.3.6.1.2.1.31.1.1.1.2.51001|65|488382
+1.3.6.1.2.1.31.1.1.1.2.52001|65|3538152
+1.3.6.1.2.1.31.1.1.1.2.53001|65|421121
+1.3.6.1.2.1.31.1.1.1.2.54001|65|0
+1.3.6.1.2.1.31.1.1.1.2.999001|65|219074
+1.3.6.1.2.1.31.1.1.1.2.1000001|65|5211490
+1.3.6.1.2.1.31.1.1.1.2.1000002|65|3541798
+1.3.6.1.2.1.31.1.1.1.2.1000003|65|3538151
+1.3.6.1.2.1.31.1.1.1.2.1000005|65|7256857
+1.3.6.1.2.1.31.1.1.1.2.1001000|65|53383433
+1.3.6.1.2.1.31.1.1.1.2.1001100|65|0
+1.3.6.1.2.1.31.1.1.1.2.5000000|65|0
+1.3.6.1.2.1.31.1.1.1.2.7000000|65|0
+1.3.6.1.2.1.31.1.1.1.3.1|65|0
+1.3.6.1.2.1.31.1.1.1.3.2|65|190709
+1.3.6.1.2.1.31.1.1.1.3.3|65|0
+1.3.6.1.2.1.31.1.1.1.3.4|65|0
+1.3.6.1.2.1.31.1.1.1.3.5|65|0
+1.3.6.1.2.1.31.1.1.1.3.6|65|102
+1.3.6.1.2.1.31.1.1.1.3.7|65|1746311
+1.3.6.1.2.1.31.1.1.1.3.8|65|2735368
+1.3.6.1.2.1.31.1.1.1.3.9|65|0
+1.3.6.1.2.1.31.1.1.1.3.10|65|0
+1.3.6.1.2.1.31.1.1.1.3.11|65|0
+1.3.6.1.2.1.31.1.1.1.3.12|65|0
+1.3.6.1.2.1.31.1.1.1.3.13|65|191
+1.3.6.1.2.1.31.1.1.1.3.14|65|125421
+1.3.6.1.2.1.31.1.1.1.3.15|65|0
+1.3.6.1.2.1.31.1.1.1.3.16|65|0
+1.3.6.1.2.1.31.1.1.1.3.17|65|23
+1.3.6.1.2.1.31.1.1.1.3.18|65|904321
+1.3.6.1.2.1.31.1.1.1.3.19|65|1082488
+1.3.6.1.2.1.31.1.1.1.3.20|65|576656
+1.3.6.1.2.1.31.1.1.1.3.21|65|196
+1.3.6.1.2.1.31.1.1.1.3.22|65|4742395
+1.3.6.1.2.1.31.1.1.1.3.23|65|0
+1.3.6.1.2.1.31.1.1.1.3.24|65|0
+1.3.6.1.2.1.31.1.1.1.3.25|65|625808
+1.3.6.1.2.1.31.1.1.1.3.26|65|0
+1.3.6.1.2.1.31.1.1.1.3.27|65|0
+1.3.6.1.2.1.31.1.1.1.3.28|65|0
+1.3.6.1.2.1.31.1.1.1.3.29|65|0
+1.3.6.1.2.1.31.1.1.1.3.30|65|0
+1.3.6.1.2.1.31.1.1.1.3.31|65|0
+1.3.6.1.2.1.31.1.1.1.3.32|65|0
+1.3.6.1.2.1.31.1.1.1.3.33|65|2
+1.3.6.1.2.1.31.1.1.1.3.34|65|4
+1.3.6.1.2.1.31.1.1.1.3.35|65|5
+1.3.6.1.2.1.31.1.1.1.3.36|65|0
+1.3.6.1.2.1.31.1.1.1.3.37|65|0
+1.3.6.1.2.1.31.1.1.1.3.38|65|0
+1.3.6.1.2.1.31.1.1.1.3.39|65|0
+1.3.6.1.2.1.31.1.1.1.3.40|65|0
+1.3.6.1.2.1.31.1.1.1.3.41|65|28
+1.3.6.1.2.1.31.1.1.1.3.42|65|1
+1.3.6.1.2.1.31.1.1.1.3.43|65|29
+1.3.6.1.2.1.31.1.1.1.3.44|65|0
+1.3.6.1.2.1.31.1.1.1.3.45|65|600877
+1.3.6.1.2.1.31.1.1.1.3.46|65|192300949
+1.3.6.1.2.1.31.1.1.1.3.47|65|838479
+1.3.6.1.2.1.31.1.1.1.3.48|65|17814302
+1.3.6.1.2.1.31.1.1.1.3.49001|65|37828676
+1.3.6.1.2.1.31.1.1.1.3.50001|65|5972
+1.3.6.1.2.1.31.1.1.1.3.51001|65|0
+1.3.6.1.2.1.31.1.1.1.3.52001|65|6262
+1.3.6.1.2.1.31.1.1.1.3.53001|65|5
+1.3.6.1.2.1.31.1.1.1.3.54001|65|0
+1.3.6.1.2.1.31.1.1.1.3.999001|65|12627641
+1.3.6.1.2.1.31.1.1.1.3.1000001|65|1746413
+1.3.6.1.2.1.31.1.1.1.3.1000002|65|5972
+1.3.6.1.2.1.31.1.1.1.3.1000003|65|6262
+1.3.6.1.2.1.31.1.1.1.3.1000005|65|904321
+1.3.6.1.2.1.31.1.1.1.3.1001000|65|18652781
+1.3.6.1.2.1.31.1.1.1.3.1001100|65|0
+1.3.6.1.2.1.31.1.1.1.3.5000000|65|0
+1.3.6.1.2.1.31.1.1.1.3.7000000|65|0
+1.3.6.1.2.1.31.1.1.1.4.1|65|0
+1.3.6.1.2.1.31.1.1.1.4.2|65|680123348
+1.3.6.1.2.1.31.1.1.1.4.3|65|0
+1.3.6.1.2.1.31.1.1.1.4.4|65|0
+1.3.6.1.2.1.31.1.1.1.4.5|65|0
+1.3.6.1.2.1.31.1.1.1.4.6|65|677697210
+1.3.6.1.2.1.31.1.1.1.4.7|65|945052
+1.3.6.1.2.1.31.1.1.1.4.8|65|679456488
+1.3.6.1.2.1.31.1.1.1.4.9|65|0
+1.3.6.1.2.1.31.1.1.1.4.10|65|0
+1.3.6.1.2.1.31.1.1.1.4.11|65|0
+1.3.6.1.2.1.31.1.1.1.4.12|65|0
+1.3.6.1.2.1.31.1.1.1.4.13|65|680156457
+1.3.6.1.2.1.31.1.1.1.4.14|65|4
+1.3.6.1.2.1.31.1.1.1.4.15|65|5068164
+1.3.6.1.2.1.31.1.1.1.4.16|65|0
+1.3.6.1.2.1.31.1.1.1.4.17|65|680162094
+1.3.6.1.2.1.31.1.1.1.4.18|65|99721889
+1.3.6.1.2.1.31.1.1.1.4.19|65|679363146
+1.3.6.1.2.1.31.1.1.1.4.20|65|586739845
+1.3.6.1.2.1.31.1.1.1.4.21|65|680139477
+1.3.6.1.2.1.31.1.1.1.4.22|65|682750840
+1.3.6.1.2.1.31.1.1.1.4.23|65|0
+1.3.6.1.2.1.31.1.1.1.4.24|65|0
+1.3.6.1.2.1.31.1.1.1.4.25|65|91290959
+1.3.6.1.2.1.31.1.1.1.4.26|65|1
+1.3.6.1.2.1.31.1.1.1.4.27|65|4354
+1.3.6.1.2.1.31.1.1.1.4.28|65|1
+1.3.6.1.2.1.31.1.1.1.4.29|65|4366
+1.3.6.1.2.1.31.1.1.1.4.30|65|0
+1.3.6.1.2.1.31.1.1.1.4.31|65|0
+1.3.6.1.2.1.31.1.1.1.4.32|65|7454179
+1.3.6.1.2.1.31.1.1.1.4.33|65|656612
+1.3.6.1.2.1.31.1.1.1.4.34|65|656613
+1.3.6.1.2.1.31.1.1.1.4.35|65|656614
+1.3.6.1.2.1.31.1.1.1.4.36|65|0
+1.3.6.1.2.1.31.1.1.1.4.37|65|0
+1.3.6.1.2.1.31.1.1.1.4.38|65|0
+1.3.6.1.2.1.31.1.1.1.4.39|65|0
+1.3.6.1.2.1.31.1.1.1.4.40|65|0
+1.3.6.1.2.1.31.1.1.1.4.41|65|636795
+1.3.6.1.2.1.31.1.1.1.4.42|65|636783
+1.3.6.1.2.1.31.1.1.1.4.43|65|636789
+1.3.6.1.2.1.31.1.1.1.4.44|65|0
+1.3.6.1.2.1.31.1.1.1.4.45|65|90558075
+1.3.6.1.2.1.31.1.1.1.4.46|65|18594
+1.3.6.1.2.1.31.1.1.1.4.47|65|678799438
+1.3.6.1.2.1.31.1.1.1.4.48|65|4037094
+1.3.6.1.2.1.31.1.1.1.4.49001|65|678820539
+1.3.6.1.2.1.31.1.1.1.4.50001|65|102009923
+1.3.6.1.2.1.31.1.1.1.4.51001|65|488429
+1.3.6.1.2.1.31.1.1.1.4.52001|65|102010361
+1.3.6.1.2.1.31.1.1.1.4.53001|65|421123
+1.3.6.1.2.1.31.1.1.1.4.54001|65|0
+1.3.6.1.2.1.31.1.1.1.4.999001|65|952154
+1.3.6.1.2.1.31.1.1.1.4.1000001|65|678642212
+1.3.6.1.2.1.31.1.1.1.4.1000002|65|100903007
+1.3.6.1.2.1.31.1.1.1.4.1000003|65|100899551
+1.3.6.1.2.1.31.1.1.1.4.1000005|65|93196299
+1.3.6.1.2.1.31.1.1.1.4.1001000|65|682836530
+1.3.6.1.2.1.31.1.1.1.4.1001100|65|0
+1.3.6.1.2.1.31.1.1.1.4.5000000|65|0
+1.3.6.1.2.1.31.1.1.1.4.7000000|65|0
+1.3.6.1.2.1.31.1.1.1.5.1|65|0
+1.3.6.1.2.1.31.1.1.1.5.2|65|1098572205
+1.3.6.1.2.1.31.1.1.1.5.3|65|0
+1.3.6.1.2.1.31.1.1.1.5.4|65|0
+1.3.6.1.2.1.31.1.1.1.5.5|65|0
+1.3.6.1.2.1.31.1.1.1.5.6|65|1096994338
+1.3.6.1.2.1.31.1.1.1.5.7|65|5267
+1.3.6.1.2.1.31.1.1.1.5.8|65|1096019417
+1.3.6.1.2.1.31.1.1.1.5.9|65|0
+1.3.6.1.2.1.31.1.1.1.5.10|65|0
+1.3.6.1.2.1.31.1.1.1.5.11|65|0
+1.3.6.1.2.1.31.1.1.1.5.12|65|0
+1.3.6.1.2.1.31.1.1.1.5.13|65|1098792734
+1.3.6.1.2.1.31.1.1.1.5.14|65|13
+1.3.6.1.2.1.31.1.1.1.5.15|65|0
+1.3.6.1.2.1.31.1.1.1.5.16|65|0
+1.3.6.1.2.1.31.1.1.1.5.17|65|1098824841
+1.3.6.1.2.1.31.1.1.1.5.18|65|205710619
+1.3.6.1.2.1.31.1.1.1.5.19|65|1097726965
+1.3.6.1.2.1.31.1.1.1.5.20|65|900570249
+1.3.6.1.2.1.31.1.1.1.5.21|65|1098791081
+1.3.6.1.2.1.31.1.1.1.5.22|65|1094376235
+1.3.6.1.2.1.31.1.1.1.5.23|65|0
+1.3.6.1.2.1.31.1.1.1.5.24|65|0
+1.3.6.1.2.1.31.1.1.1.5.25|65|190822372
+1.3.6.1.2.1.31.1.1.1.5.26|65|0
+1.3.6.1.2.1.31.1.1.1.5.27|65|0
+1.3.6.1.2.1.31.1.1.1.5.28|65|0
+1.3.6.1.2.1.31.1.1.1.5.29|65|0
+1.3.6.1.2.1.31.1.1.1.5.30|65|0
+1.3.6.1.2.1.31.1.1.1.5.31|65|0
+1.3.6.1.2.1.31.1.1.1.5.32|65|37442
+1.3.6.1.2.1.31.1.1.1.5.33|65|9
+1.3.6.1.2.1.31.1.1.1.5.34|65|4
+1.3.6.1.2.1.31.1.1.1.5.35|65|6
+1.3.6.1.2.1.31.1.1.1.5.36|65|0
+1.3.6.1.2.1.31.1.1.1.5.37|65|0
+1.3.6.1.2.1.31.1.1.1.5.38|65|0
+1.3.6.1.2.1.31.1.1.1.5.39|65|0
+1.3.6.1.2.1.31.1.1.1.5.40|65|0
+1.3.6.1.2.1.31.1.1.1.5.41|65|98
+1.3.6.1.2.1.31.1.1.1.5.42|65|71
+1.3.6.1.2.1.31.1.1.1.5.43|65|94
+1.3.6.1.2.1.31.1.1.1.5.44|65|0
+1.3.6.1.2.1.31.1.1.1.5.45|65|192300949
+1.3.6.1.2.1.31.1.1.1.5.46|65|600877
+1.3.6.1.2.1.31.1.1.1.5.47|65|1096750631
+1.3.6.1.2.1.31.1.1.1.5.48|65|1238011
+1.3.6.1.2.1.31.1.1.1.5.49001|65|1060850044
+1.3.6.1.2.1.31.1.1.1.5.50001|65|203916732
+1.3.6.1.2.1.31.1.1.1.5.51001|65|2
+1.3.6.1.2.1.31.1.1.1.5.52001|65|203923750
+1.3.6.1.2.1.31.1.1.1.5.53001|65|2
+1.3.6.1.2.1.31.1.1.1.5.54001|65|0
+1.3.6.1.2.1.31.1.1.1.5.999001|65|39
+1.3.6.1.2.1.31.1.1.1.5.1000001|65|1096999574
+1.3.6.1.2.1.31.1.1.1.5.1000002|65|203916495
+1.3.6.1.2.1.31.1.1.1.5.1000003|65|203923750
+1.3.6.1.2.1.31.1.1.1.5.1000005|65|196007701
+1.3.6.1.2.1.31.1.1.1.5.1001000|65|1097988642
+1.3.6.1.2.1.31.1.1.1.5.1001100|65|0
+1.3.6.1.2.1.31.1.1.1.5.5000000|65|0
+1.3.6.1.2.1.31.1.1.1.5.7000000|65|0
+1.3.6.1.2.1.31.1.1.1.6.1|70|0
+1.3.6.1.2.1.31.1.1.1.6.2|70:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=100,offset=1000
+1.3.6.1.2.1.31.1.1.1.6.3|70|0
+1.3.6.1.2.1.31.1.1.1.6.4|70|0
+1.3.6.1.2.1.31.1.1.1.6.5|70|0
+1.3.6.1.2.1.31.1.1.1.6.6|70:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=600,offset=200
+1.3.6.1.2.1.31.1.1.1.6.7|70:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=600,offset=200
+1.3.6.1.2.1.31.1.1.1.6.8|70:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=400,offset=0
+1.3.6.1.2.1.31.1.1.1.6.9|70|0
+1.3.6.1.2.1.31.1.1.1.6.10|70|0
+1.3.6.1.2.1.31.1.1.1.6.11|70|0
+1.3.6.1.2.1.31.1.1.1.6.12|70|0
+1.3.6.1.2.1.31.1.1.1.6.13|70:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=100,offset=100
+1.3.6.1.2.1.31.1.1.1.6.14|70|8145792
+1.3.6.1.2.1.31.1.1.1.6.15|70|0
+1.3.6.1.2.1.31.1.1.1.6.16|70|0
+1.3.6.1.2.1.31.1.1.1.6.17|70|673803587372
+1.3.6.1.2.1.31.1.1.1.6.18|70|3134945406583
+1.3.6.1.2.1.31.1.1.1.6.19|70|476010415053069
+1.3.6.1.2.1.31.1.1.1.6.20|70|63525108989001
+1.3.6.1.2.1.31.1.1.1.6.21|70|226674273184109
+1.3.6.1.2.1.31.1.1.1.6.22|70|67736010832371
+1.3.6.1.2.1.31.1.1.1.6.23|70|0
+1.3.6.1.2.1.31.1.1.1.6.24|70|0
+1.3.6.1.2.1.31.1.1.1.6.25|70|712370710
+1.3.6.1.2.1.31.1.1.1.6.26|70|0
+1.3.6.1.2.1.31.1.1.1.6.27|70|943950
+1.3.6.1.2.1.31.1.1.1.6.28|70|0
+1.3.6.1.2.1.31.1.1.1.6.29|70|946120
+1.3.6.1.2.1.31.1.1.1.6.30|70|0
+1.3.6.1.2.1.31.1.1.1.6.31|70|0
+1.3.6.1.2.1.31.1.1.1.6.32|70|0
+1.3.6.1.2.1.31.1.1.1.6.33|70|1008711421134168
+1.3.6.1.2.1.31.1.1.1.6.34|70|971888900285011
+1.3.6.1.2.1.31.1.1.1.6.35|70|985950453505289
+1.3.6.1.2.1.31.1.1.1.6.36|70|0
+1.3.6.1.2.1.31.1.1.1.6.37|70|0
+1.3.6.1.2.1.31.1.1.1.6.38|70|0
+1.3.6.1.2.1.31.1.1.1.6.39|70|0
+1.3.6.1.2.1.31.1.1.1.6.40|70|0
+1.3.6.1.2.1.31.1.1.1.6.41|70|3447753667284262
+1.3.6.1.2.1.31.1.1.1.6.42|70|3480340530711537
+1.3.6.1.2.1.31.1.1.1.6.43|70|3502281576554359
+1.3.6.1.2.1.31.1.1.1.6.44|70|0
+1.3.6.1.2.1.31.1.1.1.6.45|70|685619241
+1.3.6.1.2.1.31.1.1.1.6.46|70|62442935890068
+1.3.6.1.2.1.31.1.1.1.6.47|70:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=800,offset=1000
+1.3.6.1.2.1.31.1.1.1.6.48|70:numeric|atime=0,cumulative=1,function=sin,wrap=0,scale=800,offset=1000
+1.3.6.1.2.1.31.1.1.1.6.49001|70|2392590495744885
+1.3.6.1.2.1.31.1.1.1.6.50001|70|593297952
+1.3.6.1.2.1.31.1.1.1.6.51001|70|8191425001783841
+1.3.6.1.2.1.31.1.1.1.6.52001|70|556169006
+1.3.6.1.2.1.31.1.1.1.6.53001|70|1789998810107014
+1.3.6.1.2.1.31.1.1.1.6.54001|70|0
+1.3.6.1.2.1.31.1.1.1.6.999001|70|8955966178
+1.3.6.1.2.1.31.1.1.1.6.1000001|70|35712769609570128
+1.3.6.1.2.1.31.1.1.1.6.1000002|70|593296928
+1.3.6.1.2.1.31.1.1.1.6.1000003|70|556168878
+1.3.6.1.2.1.31.1.1.1.6.1000005|70|7293737801630
+1.3.6.1.2.1.31.1.1.1.6.1001000|70|125126753408446
+1.3.6.1.2.1.31.1.1.1.6.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.6.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.6.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.7.1|70|0
+1.3.6.1.2.1.31.1.1.1.7.2|70|1227986288285
+1.3.6.1.2.1.31.1.1.1.7.3|70|0
+1.3.6.1.2.1.31.1.1.1.7.4|70|0
+1.3.6.1.2.1.31.1.1.1.7.5|70|0
+1.3.6.1.2.1.31.1.1.1.7.6|70|14555022979204
+1.3.6.1.2.1.31.1.1.1.7.7|70|14557573018154
+1.3.6.1.2.1.31.1.1.1.7.8|70|1664256927757
+1.3.6.1.2.1.31.1.1.1.7.9|70|0
+1.3.6.1.2.1.31.1.1.1.7.10|70|0
+1.3.6.1.2.1.31.1.1.1.7.11|70|0
+1.3.6.1.2.1.31.1.1.1.7.12|70|0
+1.3.6.1.2.1.31.1.1.1.7.13|70|105225257016
+1.3.6.1.2.1.31.1.1.1.7.14|70|1857
+1.3.6.1.2.1.31.1.1.1.7.15|70|0
+1.3.6.1.2.1.31.1.1.1.7.16|70|0
+1.3.6.1.2.1.31.1.1.1.7.17|70|2753238813
+1.3.6.1.2.1.31.1.1.1.7.18|70|14192056008
+1.3.6.1.2.1.31.1.1.1.7.19|70|395535215404
+1.3.6.1.2.1.31.1.1.1.7.20|70|384865344717
+1.3.6.1.2.1.31.1.1.1.7.21|70|228099616337
+1.3.6.1.2.1.31.1.1.1.7.22|70|55078224461
+1.3.6.1.2.1.31.1.1.1.7.23|70|0
+1.3.6.1.2.1.31.1.1.1.7.24|70|0
+1.3.6.1.2.1.31.1.1.1.7.25|70|6868886
+1.3.6.1.2.1.31.1.1.1.7.26|70|0
+1.3.6.1.2.1.31.1.1.1.7.27|70|0
+1.3.6.1.2.1.31.1.1.1.7.28|70|0
+1.3.6.1.2.1.31.1.1.1.7.29|70|0
+1.3.6.1.2.1.31.1.1.1.7.30|70|0
+1.3.6.1.2.1.31.1.1.1.7.31|70|0
+1.3.6.1.2.1.31.1.1.1.7.32|70|0
+1.3.6.1.2.1.31.1.1.1.7.33|70|1440055395018
+1.3.6.1.2.1.31.1.1.1.7.34|70|1396925155332
+1.3.6.1.2.1.31.1.1.1.7.35|70|1414642556971
+1.3.6.1.2.1.31.1.1.1.7.36|70|0
+1.3.6.1.2.1.31.1.1.1.7.37|70|0
+1.3.6.1.2.1.31.1.1.1.7.38|70|0
+1.3.6.1.2.1.31.1.1.1.7.39|70|0
+1.3.6.1.2.1.31.1.1.1.7.40|70|0
+1.3.6.1.2.1.31.1.1.1.7.41|70|5388398885817
+1.3.6.1.2.1.31.1.1.1.7.42|70|5405369158574
+1.3.6.1.2.1.31.1.1.1.7.43|70|5450594437587
+1.3.6.1.2.1.31.1.1.1.7.44|70|0
+1.3.6.1.2.1.31.1.1.1.7.45|70|6868886
+1.3.6.1.2.1.31.1.1.1.7.46|70|58542950224
+1.3.6.1.2.1.31.1.1.1.7.47|70|157921559065
+1.3.6.1.2.1.31.1.1.1.7.48|70|158723146833
+1.3.6.1.2.1.31.1.1.1.7.49001|70|4417352946765
+1.3.6.1.2.1.31.1.1.1.7.50001|70|1401994
+1.3.6.1.2.1.31.1.1.1.7.51001|70|10992034971153
+1.3.6.1.2.1.31.1.1.1.7.52001|70|1050193
+1.3.6.1.2.1.31.1.1.1.7.53001|70|2467023494374
+1.3.6.1.2.1.31.1.1.1.7.54001|70|0
+1.3.6.1.2.1.31.1.1.1.7.999001|70|69075212
+1.3.6.1.2.1.31.1.1.1.7.1000001|70|29112595997352
+1.3.6.1.2.1.31.1.1.1.7.1000002|70|1401994
+1.3.6.1.2.1.31.1.1.1.7.1000003|70|1050193
+1.3.6.1.2.1.31.1.1.1.7.1000005|70|29148062425
+1.3.6.1.2.1.31.1.1.1.7.1001000|70|316644705896
+1.3.6.1.2.1.31.1.1.1.7.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.7.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.7.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.8.1|70|0
+1.3.6.1.2.1.31.1.1.1.8.2|70|0
+1.3.6.1.2.1.31.1.1.1.8.3|70|0
+1.3.6.1.2.1.31.1.1.1.8.4|70|0
+1.3.6.1.2.1.31.1.1.1.8.5|70|0
+1.3.6.1.2.1.31.1.1.1.8.6|70|4280420
+1.3.6.1.2.1.31.1.1.1.8.7|70|931087
+1.3.6.1.2.1.31.1.1.1.8.8|70|660942
+1.3.6.1.2.1.31.1.1.1.8.9|70|0
+1.3.6.1.2.1.31.1.1.1.8.10|70|0
+1.3.6.1.2.1.31.1.1.1.8.11|70|0
+1.3.6.1.2.1.31.1.1.1.8.12|70|0
+1.3.6.1.2.1.31.1.1.1.8.13|70|0
+1.3.6.1.2.1.31.1.1.1.8.14|70|0
+1.3.6.1.2.1.31.1.1.1.8.15|70|0
+1.3.6.1.2.1.31.1.1.1.8.16|70|0
+1.3.6.1.2.1.31.1.1.1.8.17|70|0
+1.3.6.1.2.1.31.1.1.1.8.18|70|4009024
+1.3.6.1.2.1.31.1.1.1.8.19|70|789556
+1.3.6.1.2.1.31.1.1.1.8.20|70|4199344
+1.3.6.1.2.1.31.1.1.1.8.21|70|0
+1.3.6.1.2.1.31.1.1.1.8.22|70|9183461
+1.3.6.1.2.1.31.1.1.1.8.23|70|0
+1.3.6.1.2.1.31.1.1.1.8.24|70|0
+1.3.6.1.2.1.31.1.1.1.8.25|70|23923
+1.3.6.1.2.1.31.1.1.1.8.26|70|0
+1.3.6.1.2.1.31.1.1.1.8.27|70|4350
+1.3.6.1.2.1.31.1.1.1.8.28|70|0
+1.3.6.1.2.1.31.1.1.1.8.29|70|4360
+1.3.6.1.2.1.31.1.1.1.8.30|70|0
+1.3.6.1.2.1.31.1.1.1.8.31|70|0
+1.3.6.1.2.1.31.1.1.1.8.32|70|0
+1.3.6.1.2.1.31.1.1.1.8.33|70|656635
+1.3.6.1.2.1.31.1.1.1.8.34|70|656635
+1.3.6.1.2.1.31.1.1.1.8.35|70|656636
+1.3.6.1.2.1.31.1.1.1.8.36|70|0
+1.3.6.1.2.1.31.1.1.1.8.37|70|0
+1.3.6.1.2.1.31.1.1.1.8.38|70|0
+1.3.6.1.2.1.31.1.1.1.8.39|70|0
+1.3.6.1.2.1.31.1.1.1.8.40|70|0
+1.3.6.1.2.1.31.1.1.1.8.41|70|639099
+1.3.6.1.2.1.31.1.1.1.8.42|70|639023
+1.3.6.1.2.1.31.1.1.1.8.43|70|638977
+1.3.6.1.2.1.31.1.1.1.8.44|70|0
+1.3.6.1.2.1.31.1.1.1.8.45|70|18593
+1.3.6.1.2.1.31.1.1.1.8.46|70|90558074
+1.3.6.1.2.1.31.1.1.1.8.47|70|30689767
+1.3.6.1.2.1.31.1.1.1.8.48|70|22693671
+1.3.6.1.2.1.31.1.1.1.8.49001|70|1248648
+1.3.6.1.2.1.31.1.1.1.8.50001|70|3541806
+1.3.6.1.2.1.31.1.1.1.8.51001|70|488382
+1.3.6.1.2.1.31.1.1.1.8.52001|70|3538152
+1.3.6.1.2.1.31.1.1.1.8.53001|70|421121
+1.3.6.1.2.1.31.1.1.1.8.54001|70|0
+1.3.6.1.2.1.31.1.1.1.8.999001|70|219074
+1.3.6.1.2.1.31.1.1.1.8.1000001|70|5211490
+1.3.6.1.2.1.31.1.1.1.8.1000002|70|3541798
+1.3.6.1.2.1.31.1.1.1.8.1000003|70|3538151
+1.3.6.1.2.1.31.1.1.1.8.1000005|70|7256857
+1.3.6.1.2.1.31.1.1.1.8.1001000|70|53383433
+1.3.6.1.2.1.31.1.1.1.8.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.8.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.8.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.9.1|70|0
+1.3.6.1.2.1.31.1.1.1.9.2|70|190709
+1.3.6.1.2.1.31.1.1.1.9.3|70|0
+1.3.6.1.2.1.31.1.1.1.9.4|70|0
+1.3.6.1.2.1.31.1.1.1.9.5|70|0
+1.3.6.1.2.1.31.1.1.1.9.6|70|102
+1.3.6.1.2.1.31.1.1.1.9.7|70|1746311
+1.3.6.1.2.1.31.1.1.1.9.8|70|2735368
+1.3.6.1.2.1.31.1.1.1.9.9|70|0
+1.3.6.1.2.1.31.1.1.1.9.10|70|0
+1.3.6.1.2.1.31.1.1.1.9.11|70|0
+1.3.6.1.2.1.31.1.1.1.9.12|70|0
+1.3.6.1.2.1.31.1.1.1.9.13|70|191
+1.3.6.1.2.1.31.1.1.1.9.14|70|125421
+1.3.6.1.2.1.31.1.1.1.9.15|70|0
+1.3.6.1.2.1.31.1.1.1.9.16|70|0
+1.3.6.1.2.1.31.1.1.1.9.17|70|23
+1.3.6.1.2.1.31.1.1.1.9.18|70|904321
+1.3.6.1.2.1.31.1.1.1.9.19|70|1082488
+1.3.6.1.2.1.31.1.1.1.9.20|70|576656
+1.3.6.1.2.1.31.1.1.1.9.21|70|196
+1.3.6.1.2.1.31.1.1.1.9.22|70|4742395
+1.3.6.1.2.1.31.1.1.1.9.23|70|0
+1.3.6.1.2.1.31.1.1.1.9.24|70|0
+1.3.6.1.2.1.31.1.1.1.9.25|70|625808
+1.3.6.1.2.1.31.1.1.1.9.26|70|0
+1.3.6.1.2.1.31.1.1.1.9.27|70|0
+1.3.6.1.2.1.31.1.1.1.9.28|70|0
+1.3.6.1.2.1.31.1.1.1.9.29|70|0
+1.3.6.1.2.1.31.1.1.1.9.30|70|0
+1.3.6.1.2.1.31.1.1.1.9.31|70|0
+1.3.6.1.2.1.31.1.1.1.9.32|70|0
+1.3.6.1.2.1.31.1.1.1.9.33|70|2
+1.3.6.1.2.1.31.1.1.1.9.34|70|4
+1.3.6.1.2.1.31.1.1.1.9.35|70|5
+1.3.6.1.2.1.31.1.1.1.9.36|70|0
+1.3.6.1.2.1.31.1.1.1.9.37|70|0
+1.3.6.1.2.1.31.1.1.1.9.38|70|0
+1.3.6.1.2.1.31.1.1.1.9.39|70|0
+1.3.6.1.2.1.31.1.1.1.9.40|70|0
+1.3.6.1.2.1.31.1.1.1.9.41|70|28
+1.3.6.1.2.1.31.1.1.1.9.42|70|1
+1.3.6.1.2.1.31.1.1.1.9.43|70|29
+1.3.6.1.2.1.31.1.1.1.9.44|70|0
+1.3.6.1.2.1.31.1.1.1.9.45|70|600877
+1.3.6.1.2.1.31.1.1.1.9.46|70|192300949
+1.3.6.1.2.1.31.1.1.1.9.47|70|838479
+1.3.6.1.2.1.31.1.1.1.9.48|70|17814302
+1.3.6.1.2.1.31.1.1.1.9.49001|70|37828676
+1.3.6.1.2.1.31.1.1.1.9.50001|70|5972
+1.3.6.1.2.1.31.1.1.1.9.51001|70|0
+1.3.6.1.2.1.31.1.1.1.9.52001|70|6262
+1.3.6.1.2.1.31.1.1.1.9.53001|70|5
+1.3.6.1.2.1.31.1.1.1.9.54001|70|0
+1.3.6.1.2.1.31.1.1.1.9.999001|70|12627641
+1.3.6.1.2.1.31.1.1.1.9.1000001|70|1746413
+1.3.6.1.2.1.31.1.1.1.9.1000002|70|5972
+1.3.6.1.2.1.31.1.1.1.9.1000003|70|6262
+1.3.6.1.2.1.31.1.1.1.9.1000005|70|904321
+1.3.6.1.2.1.31.1.1.1.9.1001000|70|18652781
+1.3.6.1.2.1.31.1.1.1.9.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.9.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.9.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.10.1|70|0
+1.3.6.1.2.1.31.1.1.1.10.2|70|479938999898537
+1.3.6.1.2.1.31.1.1.1.10.3|70|0
+1.3.6.1.2.1.31.1.1.1.10.4|70|0
+1.3.6.1.2.1.31.1.1.1.10.5|70|0
+1.3.6.1.2.1.31.1.1.1.10.6|70|1828346205101572
+1.3.6.1.2.1.31.1.1.1.10.7|70|1831149167141289
+1.3.6.1.2.1.31.1.1.1.10.8|70|9828904175387646
+1.3.6.1.2.1.31.1.1.1.10.9|70|0
+1.3.6.1.2.1.31.1.1.1.10.10|70|0
+1.3.6.1.2.1.31.1.1.1.10.11|70|0
+1.3.6.1.2.1.31.1.1.1.10.12|70|0
+1.3.6.1.2.1.31.1.1.1.10.13|70|25124685706096
+1.3.6.1.2.1.31.1.1.1.10.14|70|120168
+1.3.6.1.2.1.31.1.1.1.10.15|70|648363629
+1.3.6.1.2.1.31.1.1.1.10.16|70|0
+1.3.6.1.2.1.31.1.1.1.10.17|70|1702499087143
+1.3.6.1.2.1.31.1.1.1.10.18|70|105444256190499
+1.3.6.1.2.1.31.1.1.1.10.19|70|620901608728822
+1.3.6.1.2.1.31.1.1.1.10.20|70|1108854705665967
+1.3.6.1.2.1.31.1.1.1.10.21|70|129883811282925
+1.3.6.1.2.1.31.1.1.1.10.22|70|9342899119289
+1.3.6.1.2.1.31.1.1.1.10.23|70|0
+1.3.6.1.2.1.31.1.1.1.10.24|70|0
+1.3.6.1.2.1.31.1.1.1.10.25|70|62678203035532
+1.3.6.1.2.1.31.1.1.1.10.26|70|128
+1.3.6.1.2.1.31.1.1.1.10.27|70|944729
+1.3.6.1.2.1.31.1.1.1.10.28|70|128
+1.3.6.1.2.1.31.1.1.1.10.29|70|947422
+1.3.6.1.2.1.31.1.1.1.10.30|70|0
+1.3.6.1.2.1.31.1.1.1.10.31|70|0
+1.3.6.1.2.1.31.1.1.1.10.32|70|958141531
+1.3.6.1.2.1.31.1.1.1.10.33|70|2016169089194254
+1.3.6.1.2.1.31.1.1.1.10.34|70|2025041724606122
+1.3.6.1.2.1.31.1.1.1.10.35|70|2022089996075611
+1.3.6.1.2.1.31.1.1.1.10.36|70|0
+1.3.6.1.2.1.31.1.1.1.10.37|70|0
+1.3.6.1.2.1.31.1.1.1.10.38|70|0
+1.3.6.1.2.1.31.1.1.1.10.39|70|0
+1.3.6.1.2.1.31.1.1.1.10.40|70|0
+1.3.6.1.2.1.31.1.1.1.10.41|70|6678357741958251
+1.3.6.1.2.1.31.1.1.1.10.42|70|6744743059605794
+1.3.6.1.2.1.31.1.1.1.10.43|70|6680243858700101
+1.3.6.1.2.1.31.1.1.1.10.44|70|0
+1.3.6.1.2.1.31.1.1.1.10.45|70|62442935968501
+1.3.6.1.2.1.31.1.1.1.10.46|70|685619369
+1.3.6.1.2.1.31.1.1.1.10.47|70|45069594939115
+1.3.6.1.2.1.31.1.1.1.10.48|70|45468695450421
+1.3.6.1.2.1.31.1.1.1.10.49001|70|7666054948767310
+1.3.6.1.2.1.31.1.1.1.10.50001|70|29538459879
+1.3.6.1.2.1.31.1.1.1.10.51001|70|11104272601554163
+1.3.6.1.2.1.31.1.1.1.10.52001|70|29504441346
+1.3.6.1.2.1.31.1.1.1.10.53001|70|3137232056550758
+1.3.6.1.2.1.31.1.1.1.10.54001|70|0
+1.3.6.1.2.1.31.1.1.1.10.999001|70|1010768228948
+1.3.6.1.2.1.31.1.1.1.10.1000001|70|3659495372184756
+1.3.6.1.2.1.31.1.1.1.10.1000002|70|29396761639
+1.3.6.1.2.1.31.1.1.1.10.1000003|70|29362257666
+1.3.6.1.2.1.31.1.1.1.10.1000005|70|210392221659082
+1.3.6.1.2.1.31.1.1.1.10.1001000|70|90538290389280
+1.3.6.1.2.1.31.1.1.1.10.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.10.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.10.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.11.1|70|0
+1.3.6.1.2.1.31.1.1.1.11.2|70|728829497553
+1.3.6.1.2.1.31.1.1.1.11.3|70|0
+1.3.6.1.2.1.31.1.1.1.11.4|70|0
+1.3.6.1.2.1.31.1.1.1.11.5|70|0
+1.3.6.1.2.1.31.1.1.1.11.6|70|9012097267309
+1.3.6.1.2.1.31.1.1.1.11.7|70|9014158677393
+1.3.6.1.2.1.31.1.1.1.11.8|70|7490389957441
+1.3.6.1.2.1.31.1.1.1.11.9|70|0
+1.3.6.1.2.1.31.1.1.1.11.10|70|0
+1.3.6.1.2.1.31.1.1.1.11.11|70|0
+1.3.6.1.2.1.31.1.1.1.11.12|70|0
+1.3.6.1.2.1.31.1.1.1.11.13|70|120823026192
+1.3.6.1.2.1.31.1.1.1.11.14|70|1858
+1.3.6.1.2.1.31.1.1.1.11.15|70|0
+1.3.6.1.2.1.31.1.1.1.11.16|70|0
+1.3.6.1.2.1.31.1.1.1.11.17|70|2865723973
+1.3.6.1.2.1.31.1.1.1.11.18|70|81104166278
+1.3.6.1.2.1.31.1.1.1.11.19|70|1257245588733
+1.3.6.1.2.1.31.1.1.1.11.20|70|841356553590
+1.3.6.1.2.1.31.1.1.1.11.21|70|213729048841
+1.3.6.1.2.1.31.1.1.1.11.22|70|20800953740
+1.3.6.1.2.1.31.1.1.1.11.23|70|0
+1.3.6.1.2.1.31.1.1.1.11.24|70|0
+1.3.6.1.2.1.31.1.1.1.11.25|70|58542950181
+1.3.6.1.2.1.31.1.1.1.11.26|70|0
+1.3.6.1.2.1.31.1.1.1.11.27|70|0
+1.3.6.1.2.1.31.1.1.1.11.28|70|0
+1.3.6.1.2.1.31.1.1.1.11.29|70|0
+1.3.6.1.2.1.31.1.1.1.11.30|70|0
+1.3.6.1.2.1.31.1.1.1.11.31|70|0
+1.3.6.1.2.1.31.1.1.1.11.32|70|24464
+1.3.6.1.2.1.31.1.1.1.11.33|70|1670583107674
+1.3.6.1.2.1.31.1.1.1.11.34|70|1688905875311
+1.3.6.1.2.1.31.1.1.1.11.35|70|1686095839090
+1.3.6.1.2.1.31.1.1.1.11.36|70|0
+1.3.6.1.2.1.31.1.1.1.11.37|70|0
+1.3.6.1.2.1.31.1.1.1.11.38|70|0
+1.3.6.1.2.1.31.1.1.1.11.39|70|0
+1.3.6.1.2.1.31.1.1.1.11.40|70|0
+1.3.6.1.2.1.31.1.1.1.11.41|70|5732564198490
+1.3.6.1.2.1.31.1.1.1.11.42|70|5811090281154
+1.3.6.1.2.1.31.1.1.1.11.43|70|5734085119098
+1.3.6.1.2.1.31.1.1.1.11.44|70|0
+1.3.6.1.2.1.31.1.1.1.11.45|70|58542950263
+1.3.6.1.2.1.31.1.1.1.11.46|70|6868886
+1.3.6.1.2.1.31.1.1.1.11.47|70|123246307690
+1.3.6.1.2.1.31.1.1.1.11.48|70|123974518433
+1.3.6.1.2.1.31.1.1.1.11.49001|70|6956516369092
+1.3.6.1.2.1.31.1.1.1.11.50001|70|8719136
+1.3.6.1.2.1.31.1.1.1.11.51001|70|10597861199987
+1.3.6.1.2.1.31.1.1.1.11.52001|70|8397898
+1.3.6.1.2.1.31.1.1.1.11.53001|70|2911153916235
+1.3.6.1.2.1.31.1.1.1.11.54001|70|0
+1.3.6.1.2.1.31.1.1.1.11.999001|70|823151543
+1.3.6.1.2.1.31.1.1.1.11.1000001|70|18026255944174
+1.3.6.1.2.1.31.1.1.1.11.1000002|70|8719135
+1.3.6.1.2.1.31.1.1.1.11.1000003|70|8397898
+1.3.6.1.2.1.31.1.1.1.11.1000005|70|161907483485
+1.3.6.1.2.1.31.1.1.1.11.1001000|70|247220826123
+1.3.6.1.2.1.31.1.1.1.11.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.11.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.11.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.12.1|70|0
+1.3.6.1.2.1.31.1.1.1.12.2|70|680123348
+1.3.6.1.2.1.31.1.1.1.12.3|70|0
+1.3.6.1.2.1.31.1.1.1.12.4|70|0
+1.3.6.1.2.1.31.1.1.1.12.5|70|0
+1.3.6.1.2.1.31.1.1.1.12.6|70|677697210
+1.3.6.1.2.1.31.1.1.1.12.7|70|945052
+1.3.6.1.2.1.31.1.1.1.12.8|70|679456488
+1.3.6.1.2.1.31.1.1.1.12.9|70|0
+1.3.6.1.2.1.31.1.1.1.12.10|70|0
+1.3.6.1.2.1.31.1.1.1.12.11|70|0
+1.3.6.1.2.1.31.1.1.1.12.12|70|0
+1.3.6.1.2.1.31.1.1.1.12.13|70|680156457
+1.3.6.1.2.1.31.1.1.1.12.14|70|4
+1.3.6.1.2.1.31.1.1.1.12.15|70|5068164
+1.3.6.1.2.1.31.1.1.1.12.16|70|0
+1.3.6.1.2.1.31.1.1.1.12.17|70|680162094
+1.3.6.1.2.1.31.1.1.1.12.18|70|99721889
+1.3.6.1.2.1.31.1.1.1.12.19|70|679363146
+1.3.6.1.2.1.31.1.1.1.12.20|70|586739845
+1.3.6.1.2.1.31.1.1.1.12.21|70|680139477
+1.3.6.1.2.1.31.1.1.1.12.22|70|682750840
+1.3.6.1.2.1.31.1.1.1.12.23|70|0
+1.3.6.1.2.1.31.1.1.1.12.24|70|0
+1.3.6.1.2.1.31.1.1.1.12.25|70|91290959
+1.3.6.1.2.1.31.1.1.1.12.26|70|1
+1.3.6.1.2.1.31.1.1.1.12.27|70|4354
+1.3.6.1.2.1.31.1.1.1.12.28|70|1
+1.3.6.1.2.1.31.1.1.1.12.29|70|4366
+1.3.6.1.2.1.31.1.1.1.12.30|70|0
+1.3.6.1.2.1.31.1.1.1.12.31|70|0
+1.3.6.1.2.1.31.1.1.1.12.32|70|7454179
+1.3.6.1.2.1.31.1.1.1.12.33|70|656612
+1.3.6.1.2.1.31.1.1.1.12.34|70|656613
+1.3.6.1.2.1.31.1.1.1.12.35|70|656614
+1.3.6.1.2.1.31.1.1.1.12.36|70|0
+1.3.6.1.2.1.31.1.1.1.12.37|70|0
+1.3.6.1.2.1.31.1.1.1.12.38|70|0
+1.3.6.1.2.1.31.1.1.1.12.39|70|0
+1.3.6.1.2.1.31.1.1.1.12.40|70|0
+1.3.6.1.2.1.31.1.1.1.12.41|70|636795
+1.3.6.1.2.1.31.1.1.1.12.42|70|636783
+1.3.6.1.2.1.31.1.1.1.12.43|70|636789
+1.3.6.1.2.1.31.1.1.1.12.44|70|0
+1.3.6.1.2.1.31.1.1.1.12.45|70|90558075
+1.3.6.1.2.1.31.1.1.1.12.46|70|18594
+1.3.6.1.2.1.31.1.1.1.12.47|70|678799438
+1.3.6.1.2.1.31.1.1.1.12.48|70|4037094
+1.3.6.1.2.1.31.1.1.1.12.49001|70|678820539
+1.3.6.1.2.1.31.1.1.1.12.50001|70|102009923
+1.3.6.1.2.1.31.1.1.1.12.51001|70|488429
+1.3.6.1.2.1.31.1.1.1.12.52001|70|102010361
+1.3.6.1.2.1.31.1.1.1.12.53001|70|421123
+1.3.6.1.2.1.31.1.1.1.12.54001|70|0
+1.3.6.1.2.1.31.1.1.1.12.999001|70|952154
+1.3.6.1.2.1.31.1.1.1.12.1000001|70|678642212
+1.3.6.1.2.1.31.1.1.1.12.1000002|70|100903007
+1.3.6.1.2.1.31.1.1.1.12.1000003|70|100899551
+1.3.6.1.2.1.31.1.1.1.12.1000005|70|93196299
+1.3.6.1.2.1.31.1.1.1.12.1001000|70|682836530
+1.3.6.1.2.1.31.1.1.1.12.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.12.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.12.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.13.1|70|0
+1.3.6.1.2.1.31.1.1.1.13.2|70|1098572205
+1.3.6.1.2.1.31.1.1.1.13.3|70|0
+1.3.6.1.2.1.31.1.1.1.13.4|70|0
+1.3.6.1.2.1.31.1.1.1.13.5|70|0
+1.3.6.1.2.1.31.1.1.1.13.6|70|1096994338
+1.3.6.1.2.1.31.1.1.1.13.7|70|5267
+1.3.6.1.2.1.31.1.1.1.13.8|70|1096019417
+1.3.6.1.2.1.31.1.1.1.13.9|70|0
+1.3.6.1.2.1.31.1.1.1.13.10|70|0
+1.3.6.1.2.1.31.1.1.1.13.11|70|0
+1.3.6.1.2.1.31.1.1.1.13.12|70|0
+1.3.6.1.2.1.31.1.1.1.13.13|70|1098792734
+1.3.6.1.2.1.31.1.1.1.13.14|70|13
+1.3.6.1.2.1.31.1.1.1.13.15|70|0
+1.3.6.1.2.1.31.1.1.1.13.16|70|0
+1.3.6.1.2.1.31.1.1.1.13.17|70|1098824841
+1.3.6.1.2.1.31.1.1.1.13.18|70|205710619
+1.3.6.1.2.1.31.1.1.1.13.19|70|1097726965
+1.3.6.1.2.1.31.1.1.1.13.20|70|900570249
+1.3.6.1.2.1.31.1.1.1.13.21|70|1098791081
+1.3.6.1.2.1.31.1.1.1.13.22|70|1094376235
+1.3.6.1.2.1.31.1.1.1.13.23|70|0
+1.3.6.1.2.1.31.1.1.1.13.24|70|0
+1.3.6.1.2.1.31.1.1.1.13.25|70|190822372
+1.3.6.1.2.1.31.1.1.1.13.26|70|0
+1.3.6.1.2.1.31.1.1.1.13.27|70|0
+1.3.6.1.2.1.31.1.1.1.13.28|70|0
+1.3.6.1.2.1.31.1.1.1.13.29|70|0
+1.3.6.1.2.1.31.1.1.1.13.30|70|0
+1.3.6.1.2.1.31.1.1.1.13.31|70|0
+1.3.6.1.2.1.31.1.1.1.13.32|70|37442
+1.3.6.1.2.1.31.1.1.1.13.33|70|9
+1.3.6.1.2.1.31.1.1.1.13.34|70|4
+1.3.6.1.2.1.31.1.1.1.13.35|70|6
+1.3.6.1.2.1.31.1.1.1.13.36|70|0
+1.3.6.1.2.1.31.1.1.1.13.37|70|0
+1.3.6.1.2.1.31.1.1.1.13.38|70|0
+1.3.6.1.2.1.31.1.1.1.13.39|70|0
+1.3.6.1.2.1.31.1.1.1.13.40|70|0
+1.3.6.1.2.1.31.1.1.1.13.41|70|98
+1.3.6.1.2.1.31.1.1.1.13.42|70|71
+1.3.6.1.2.1.31.1.1.1.13.43|70|94
+1.3.6.1.2.1.31.1.1.1.13.44|70|0
+1.3.6.1.2.1.31.1.1.1.13.45|70|192300949
+1.3.6.1.2.1.31.1.1.1.13.46|70|600877
+1.3.6.1.2.1.31.1.1.1.13.47|70|1096750631
+1.3.6.1.2.1.31.1.1.1.13.48|70|1238011
+1.3.6.1.2.1.31.1.1.1.13.49001|70|1060850044
+1.3.6.1.2.1.31.1.1.1.13.50001|70|203916732
+1.3.6.1.2.1.31.1.1.1.13.51001|70|2
+1.3.6.1.2.1.31.1.1.1.13.52001|70|203923750
+1.3.6.1.2.1.31.1.1.1.13.53001|70|2
+1.3.6.1.2.1.31.1.1.1.13.54001|70|0
+1.3.6.1.2.1.31.1.1.1.13.999001|70|39
+1.3.6.1.2.1.31.1.1.1.13.1000001|70|1096999574
+1.3.6.1.2.1.31.1.1.1.13.1000002|70|203916495
+1.3.6.1.2.1.31.1.1.1.13.1000003|70|203923750
+1.3.6.1.2.1.31.1.1.1.13.1000005|70|196007701
+1.3.6.1.2.1.31.1.1.1.13.1001000|70|1097988642
+1.3.6.1.2.1.31.1.1.1.13.1001100|70|0
+1.3.6.1.2.1.31.1.1.1.13.5000000|70|0
+1.3.6.1.2.1.31.1.1.1.13.7000000|70|0
+1.3.6.1.2.1.31.1.1.1.14.1|2|1
+1.3.6.1.2.1.31.1.1.1.14.2|2|1
+1.3.6.1.2.1.31.1.1.1.14.3|2|1
+1.3.6.1.2.1.31.1.1.1.14.4|2|1
+1.3.6.1.2.1.31.1.1.1.14.5|2|1
+1.3.6.1.2.1.31.1.1.1.14.6|2|1
+1.3.6.1.2.1.31.1.1.1.14.7|2|1
+1.3.6.1.2.1.31.1.1.1.14.8|2|1
+1.3.6.1.2.1.31.1.1.1.14.9|2|1
+1.3.6.1.2.1.31.1.1.1.14.10|2|1
+1.3.6.1.2.1.31.1.1.1.14.11|2|1
+1.3.6.1.2.1.31.1.1.1.14.12|2|1
+1.3.6.1.2.1.31.1.1.1.14.13|2|1
+1.3.6.1.2.1.31.1.1.1.14.14|2|1
+1.3.6.1.2.1.31.1.1.1.14.15|2|1
+1.3.6.1.2.1.31.1.1.1.14.16|2|1
+1.3.6.1.2.1.31.1.1.1.14.17|2|1
+1.3.6.1.2.1.31.1.1.1.14.18|2|1
+1.3.6.1.2.1.31.1.1.1.14.19|2|1
+1.3.6.1.2.1.31.1.1.1.14.20|2|1
+1.3.6.1.2.1.31.1.1.1.14.21|2|1
+1.3.6.1.2.1.31.1.1.1.14.22|2|1
+1.3.6.1.2.1.31.1.1.1.14.23|2|1
+1.3.6.1.2.1.31.1.1.1.14.24|2|1
+1.3.6.1.2.1.31.1.1.1.14.25|2|1
+1.3.6.1.2.1.31.1.1.1.14.26|2|1
+1.3.6.1.2.1.31.1.1.1.14.27|2|1
+1.3.6.1.2.1.31.1.1.1.14.28|2|1
+1.3.6.1.2.1.31.1.1.1.14.29|2|1
+1.3.6.1.2.1.31.1.1.1.14.30|2|1
+1.3.6.1.2.1.31.1.1.1.14.31|2|1
+1.3.6.1.2.1.31.1.1.1.14.32|2|1
+1.3.6.1.2.1.31.1.1.1.14.33|2|1
+1.3.6.1.2.1.31.1.1.1.14.34|2|1
+1.3.6.1.2.1.31.1.1.1.14.35|2|1
+1.3.6.1.2.1.31.1.1.1.14.36|2|1
+1.3.6.1.2.1.31.1.1.1.14.37|2|1
+1.3.6.1.2.1.31.1.1.1.14.38|2|1
+1.3.6.1.2.1.31.1.1.1.14.39|2|1
+1.3.6.1.2.1.31.1.1.1.14.40|2|1
+1.3.6.1.2.1.31.1.1.1.14.41|2|1
+1.3.6.1.2.1.31.1.1.1.14.42|2|1
+1.3.6.1.2.1.31.1.1.1.14.43|2|1
+1.3.6.1.2.1.31.1.1.1.14.44|2|1
+1.3.6.1.2.1.31.1.1.1.14.45|2|1
+1.3.6.1.2.1.31.1.1.1.14.46|2|1
+1.3.6.1.2.1.31.1.1.1.14.47|2|1
+1.3.6.1.2.1.31.1.1.1.14.48|2|1
+1.3.6.1.2.1.31.1.1.1.14.49001|2|1
+1.3.6.1.2.1.31.1.1.1.14.50001|2|1
+1.3.6.1.2.1.31.1.1.1.14.51001|2|1
+1.3.6.1.2.1.31.1.1.1.14.52001|2|1
+1.3.6.1.2.1.31.1.1.1.14.53001|2|1
+1.3.6.1.2.1.31.1.1.1.14.54001|2|1
+1.3.6.1.2.1.31.1.1.1.14.999001|2|1
+1.3.6.1.2.1.31.1.1.1.14.1000001|2|1
+1.3.6.1.2.1.31.1.1.1.14.1000002|2|1
+1.3.6.1.2.1.31.1.1.1.14.1000003|2|1
+1.3.6.1.2.1.31.1.1.1.14.1000005|2|1
+1.3.6.1.2.1.31.1.1.1.14.1001000|2|1
+1.3.6.1.2.1.31.1.1.1.14.1001100|2|1
+1.3.6.1.2.1.31.1.1.1.14.5000000|2|1
+1.3.6.1.2.1.31.1.1.1.14.7000000|2|1
+1.3.6.1.2.1.31.1.1.1.15.1|66|10000
+1.3.6.1.2.1.31.1.1.1.15.2|66|1000
+1.3.6.1.2.1.31.1.1.1.15.3|66|10000
+1.3.6.1.2.1.31.1.1.1.15.4|66|10000
+1.3.6.1.2.1.31.1.1.1.15.5|66|10000
+1.3.6.1.2.1.31.1.1.1.15.6|66|10000
+1.3.6.1.2.1.31.1.1.1.15.7|66|10000
+1.3.6.1.2.1.31.1.1.1.15.8|66|1000
+1.3.6.1.2.1.31.1.1.1.15.9|66|10000
+1.3.6.1.2.1.31.1.1.1.15.10|66|10000
+1.3.6.1.2.1.31.1.1.1.15.11|66|10000
+1.3.6.1.2.1.31.1.1.1.15.12|66|10000
+1.3.6.1.2.1.31.1.1.1.15.13|66|1000
+1.3.6.1.2.1.31.1.1.1.15.14|66|1000
+1.3.6.1.2.1.31.1.1.1.15.15|66|0
+1.3.6.1.2.1.31.1.1.1.15.16|66|0
+1.3.6.1.2.1.31.1.1.1.15.17|66|1000
+1.3.6.1.2.1.31.1.1.1.15.18|66|1000
+1.3.6.1.2.1.31.1.1.1.15.19|66|1000
+1.3.6.1.2.1.31.1.1.1.15.20|66|1000
+1.3.6.1.2.1.31.1.1.1.15.21|66|1000
+1.3.6.1.2.1.31.1.1.1.15.22|66|1000
+1.3.6.1.2.1.31.1.1.1.15.23|66|0
+1.3.6.1.2.1.31.1.1.1.15.24|66|0
+1.3.6.1.2.1.31.1.1.1.15.25|66|10000
+1.3.6.1.2.1.31.1.1.1.15.26|66|10000
+1.3.6.1.2.1.31.1.1.1.15.27|66|10000
+1.3.6.1.2.1.31.1.1.1.15.28|66|10000
+1.3.6.1.2.1.31.1.1.1.15.29|66|10000
+1.3.6.1.2.1.31.1.1.1.15.30|66|10000
+1.3.6.1.2.1.31.1.1.1.15.31|66|10000
+1.3.6.1.2.1.31.1.1.1.15.32|66|1000
+1.3.6.1.2.1.31.1.1.1.15.33|66|10000
+1.3.6.1.2.1.31.1.1.1.15.34|66|10000
+1.3.6.1.2.1.31.1.1.1.15.35|66|10000
+1.3.6.1.2.1.31.1.1.1.15.36|66|10000
+1.3.6.1.2.1.31.1.1.1.15.37|66|10000
+1.3.6.1.2.1.31.1.1.1.15.38|66|10000
+1.3.6.1.2.1.31.1.1.1.15.39|66|10000
+1.3.6.1.2.1.31.1.1.1.15.40|66|10000
+1.3.6.1.2.1.31.1.1.1.15.41|66|0
+1.3.6.1.2.1.31.1.1.1.15.42|66|0
+1.3.6.1.2.1.31.1.1.1.15.43|66|0
+1.3.6.1.2.1.31.1.1.1.15.44|66|0
+1.3.6.1.2.1.31.1.1.1.15.45|66|1000
+1.3.6.1.2.1.31.1.1.1.15.46|66|1000
+1.3.6.1.2.1.31.1.1.1.15.47|66|1000
+1.3.6.1.2.1.31.1.1.1.15.48|66|1000
+1.3.6.1.2.1.31.1.1.1.15.49001|66|100000
+1.3.6.1.2.1.31.1.1.1.15.50001|66|100000
+1.3.6.1.2.1.31.1.1.1.15.51001|66|100000
+1.3.6.1.2.1.31.1.1.1.15.52001|66|100000
+1.3.6.1.2.1.31.1.1.1.15.53001|66|100000
+1.3.6.1.2.1.31.1.1.1.15.54001|66|100000
+1.3.6.1.2.1.31.1.1.1.15.999001|66|1000
+1.3.6.1.2.1.31.1.1.1.15.1000001|66|20000
+1.3.6.1.2.1.31.1.1.1.15.1000002|66|100000
+1.3.6.1.2.1.31.1.1.1.15.1000003|66|100000
+1.3.6.1.2.1.31.1.1.1.15.1000005|66|2000
+1.3.6.1.2.1.31.1.1.1.15.1001000|66|20000
+1.3.6.1.2.1.31.1.1.1.15.1001100|66|0
+1.3.6.1.2.1.31.1.1.1.15.5000000|66|0
+1.3.6.1.2.1.31.1.1.1.15.7000000|66|0
+1.3.6.1.2.1.31.1.1.1.16.1|2|2
+1.3.6.1.2.1.31.1.1.1.16.2|2|2
+1.3.6.1.2.1.31.1.1.1.16.3|2|2
+1.3.6.1.2.1.31.1.1.1.16.4|2|2
+1.3.6.1.2.1.31.1.1.1.16.5|2|2
+1.3.6.1.2.1.31.1.1.1.16.6|2|2
+1.3.6.1.2.1.31.1.1.1.16.7|2|2
+1.3.6.1.2.1.31.1.1.1.16.8|2|2
+1.3.6.1.2.1.31.1.1.1.16.9|2|2
+1.3.6.1.2.1.31.1.1.1.16.10|2|2
+1.3.6.1.2.1.31.1.1.1.16.11|2|2
+1.3.6.1.2.1.31.1.1.1.16.12|2|2
+1.3.6.1.2.1.31.1.1.1.16.13|2|2
+1.3.6.1.2.1.31.1.1.1.16.14|2|2
+1.3.6.1.2.1.31.1.1.1.16.15|2|2
+1.3.6.1.2.1.31.1.1.1.16.16|2|2
+1.3.6.1.2.1.31.1.1.1.16.17|2|2
+1.3.6.1.2.1.31.1.1.1.16.18|2|2
+1.3.6.1.2.1.31.1.1.1.16.19|2|2
+1.3.6.1.2.1.31.1.1.1.16.20|2|2
+1.3.6.1.2.1.31.1.1.1.16.21|2|2
+1.3.6.1.2.1.31.1.1.1.16.22|2|2
+1.3.6.1.2.1.31.1.1.1.16.23|2|2
+1.3.6.1.2.1.31.1.1.1.16.24|2|2
+1.3.6.1.2.1.31.1.1.1.16.25|2|2
+1.3.6.1.2.1.31.1.1.1.16.26|2|2
+1.3.6.1.2.1.31.1.1.1.16.27|2|2
+1.3.6.1.2.1.31.1.1.1.16.28|2|2
+1.3.6.1.2.1.31.1.1.1.16.29|2|2
+1.3.6.1.2.1.31.1.1.1.16.30|2|2
+1.3.6.1.2.1.31.1.1.1.16.31|2|2
+1.3.6.1.2.1.31.1.1.1.16.32|2|2
+1.3.6.1.2.1.31.1.1.1.16.33|2|2
+1.3.6.1.2.1.31.1.1.1.16.34|2|2
+1.3.6.1.2.1.31.1.1.1.16.35|2|2
+1.3.6.1.2.1.31.1.1.1.16.36|2|2
+1.3.6.1.2.1.31.1.1.1.16.37|2|2
+1.3.6.1.2.1.31.1.1.1.16.38|2|2
+1.3.6.1.2.1.31.1.1.1.16.39|2|2
+1.3.6.1.2.1.31.1.1.1.16.40|2|2
+1.3.6.1.2.1.31.1.1.1.16.41|2|2
+1.3.6.1.2.1.31.1.1.1.16.42|2|2
+1.3.6.1.2.1.31.1.1.1.16.43|2|2
+1.3.6.1.2.1.31.1.1.1.16.44|2|2
+1.3.6.1.2.1.31.1.1.1.16.45|2|2
+1.3.6.1.2.1.31.1.1.1.16.46|2|2
+1.3.6.1.2.1.31.1.1.1.16.47|2|2
+1.3.6.1.2.1.31.1.1.1.16.48|2|2
+1.3.6.1.2.1.31.1.1.1.16.49001|2|2
+1.3.6.1.2.1.31.1.1.1.16.50001|2|2
+1.3.6.1.2.1.31.1.1.1.16.51001|2|2
+1.3.6.1.2.1.31.1.1.1.16.52001|2|2
+1.3.6.1.2.1.31.1.1.1.16.53001|2|2
+1.3.6.1.2.1.31.1.1.1.16.54001|2|2
+1.3.6.1.2.1.31.1.1.1.16.999001|2|2
+1.3.6.1.2.1.31.1.1.1.16.1000001|2|2
+1.3.6.1.2.1.31.1.1.1.16.1000002|2|2
+1.3.6.1.2.1.31.1.1.1.16.1000003|2|2
+1.3.6.1.2.1.31.1.1.1.16.1000005|2|2
+1.3.6.1.2.1.31.1.1.1.16.1001000|2|2
+1.3.6.1.2.1.31.1.1.1.16.1001100|2|2
+1.3.6.1.2.1.31.1.1.1.16.5000000|2|2
+1.3.6.1.2.1.31.1.1.1.16.7000000|2|2
+1.3.6.1.2.1.31.1.1.1.17.1|2|2
+1.3.6.1.2.1.31.1.1.1.17.2|2|1
+1.3.6.1.2.1.31.1.1.1.17.3|2|2
+1.3.6.1.2.1.31.1.1.1.17.4|2|2
+1.3.6.1.2.1.31.1.1.1.17.5|2|2
+1.3.6.1.2.1.31.1.1.1.17.6|2|1
+1.3.6.1.2.1.31.1.1.1.17.7|2|1
+1.3.6.1.2.1.31.1.1.1.17.8|2|1
+1.3.6.1.2.1.31.1.1.1.17.9|2|2
+1.3.6.1.2.1.31.1.1.1.17.10|2|2
+1.3.6.1.2.1.31.1.1.1.17.11|2|2
+1.3.6.1.2.1.31.1.1.1.17.12|2|2
+1.3.6.1.2.1.31.1.1.1.17.13|2|1
+1.3.6.1.2.1.31.1.1.1.17.14|2|1
+1.3.6.1.2.1.31.1.1.1.17.15|2|1
+1.3.6.1.2.1.31.1.1.1.17.16|2|1
+1.3.6.1.2.1.31.1.1.1.17.17|2|1
+1.3.6.1.2.1.31.1.1.1.17.18|2|1
+1.3.6.1.2.1.31.1.1.1.17.19|2|1
+1.3.6.1.2.1.31.1.1.1.17.20|2|1
+1.3.6.1.2.1.31.1.1.1.17.21|2|1
+1.3.6.1.2.1.31.1.1.1.17.22|2|1
+1.3.6.1.2.1.31.1.1.1.17.23|2|1
+1.3.6.1.2.1.31.1.1.1.17.24|2|1
+1.3.6.1.2.1.31.1.1.1.17.25|2|1
+1.3.6.1.2.1.31.1.1.1.17.26|2|1
+1.3.6.1.2.1.31.1.1.1.17.27|2|1
+1.3.6.1.2.1.31.1.1.1.17.28|2|1
+1.3.6.1.2.1.31.1.1.1.17.29|2|1
+1.3.6.1.2.1.31.1.1.1.17.30|2|1
+1.3.6.1.2.1.31.1.1.1.17.31|2|1
+1.3.6.1.2.1.31.1.1.1.17.32|2|1
+1.3.6.1.2.1.31.1.1.1.17.33|2|2
+1.3.6.1.2.1.31.1.1.1.17.34|2|2
+1.3.6.1.2.1.31.1.1.1.17.35|2|2
+1.3.6.1.2.1.31.1.1.1.17.36|2|2
+1.3.6.1.2.1.31.1.1.1.17.37|2|2
+1.3.6.1.2.1.31.1.1.1.17.38|2|2
+1.3.6.1.2.1.31.1.1.1.17.39|2|2
+1.3.6.1.2.1.31.1.1.1.17.40|2|2
+1.3.6.1.2.1.31.1.1.1.17.41|2|1
+1.3.6.1.2.1.31.1.1.1.17.42|2|1
+1.3.6.1.2.1.31.1.1.1.17.43|2|1
+1.3.6.1.2.1.31.1.1.1.17.44|2|1
+1.3.6.1.2.1.31.1.1.1.17.45|2|1
+1.3.6.1.2.1.31.1.1.1.17.46|2|1
+1.3.6.1.2.1.31.1.1.1.17.47|2|2
+1.3.6.1.2.1.31.1.1.1.17.48|2|1
+1.3.6.1.2.1.31.1.1.1.17.49001|2|1
+1.3.6.1.2.1.31.1.1.1.17.50001|2|1
+1.3.6.1.2.1.31.1.1.1.17.51001|2|1
+1.3.6.1.2.1.31.1.1.1.17.52001|2|1
+1.3.6.1.2.1.31.1.1.1.17.53001|2|1
+1.3.6.1.2.1.31.1.1.1.17.54001|2|2
+1.3.6.1.2.1.31.1.1.1.17.999001|2|1
+1.3.6.1.2.1.31.1.1.1.17.1000001|2|2
+1.3.6.1.2.1.31.1.1.1.17.1000002|2|2
+1.3.6.1.2.1.31.1.1.1.17.1000003|2|2
+1.3.6.1.2.1.31.1.1.1.17.1000005|2|2
+1.3.6.1.2.1.31.1.1.1.17.1001000|2|2
+1.3.6.1.2.1.31.1.1.1.17.1001100|2|2
+1.3.6.1.2.1.31.1.1.1.17.5000000|2|2
+1.3.6.1.2.1.31.1.1.1.17.7000000|2|2
+1.3.6.1.2.1.31.1.1.1.18.1|4|
+1.3.6.1.2.1.31.1.1.1.18.2|4|Cust: AS112
+1.3.6.1.2.1.31.1.1.1.18.3|4|
+1.3.6.1.2.1.31.1.1.1.18.4|4|
+1.3.6.1.2.1.31.1.1.1.18.5|4|
+1.3.6.1.2.1.31.1.1.1.18.6|4|Cust: NREN
+1.3.6.1.2.1.31.1.1.1.18.7|4|Cust: NREN
+1.3.6.1.2.1.31.1.1.1.18.8|4|Cust: Eyeball ISP
+1.3.6.1.2.1.31.1.1.1.18.9|4|
+1.3.6.1.2.1.31.1.1.1.18.10|4|
+1.3.6.1.2.1.31.1.1.1.18.11|4|
+1.3.6.1.2.1.31.1.1.1.18.12|4|
+1.3.6.1.2.1.31.1.1.1.18.13|4|
+1.3.6.1.2.1.31.1.1.1.18.14|4|
+1.3.6.1.2.1.31.1.1.1.18.15|4|
+1.3.6.1.2.1.31.1.1.1.18.16|4|
+1.3.6.1.2.1.31.1.1.1.18.17|4|
+1.3.6.1.2.1.31.1.1.1.18.18|4|
+1.3.6.1.2.1.31.1.1.1.18.19|4|
+1.3.6.1.2.1.31.1.1.1.18.20|4|
+1.3.6.1.2.1.31.1.1.1.18.21|4|
+1.3.6.1.2.1.31.1.1.1.18.22|4|
+1.3.6.1.2.1.31.1.1.1.18.23|4|
+1.3.6.1.2.1.31.1.1.1.18.24|4|
+1.3.6.1.2.1.31.1.1.1.18.25|4|
+1.3.6.1.2.1.31.1.1.1.18.26|4|
+1.3.6.1.2.1.31.1.1.1.18.27|4|
+1.3.6.1.2.1.31.1.1.1.18.28|4|
+1.3.6.1.2.1.31.1.1.1.18.29|4|
+1.3.6.1.2.1.31.1.1.1.18.30|4|
+1.3.6.1.2.1.31.1.1.1.18.31|4|
+1.3.6.1.2.1.31.1.1.1.18.32|4|
+1.3.6.1.2.1.31.1.1.1.18.33|4|
+1.3.6.1.2.1.31.1.1.1.18.34|4|
+1.3.6.1.2.1.31.1.1.1.18.35|4|
+1.3.6.1.2.1.31.1.1.1.18.36|4|
+1.3.6.1.2.1.31.1.1.1.18.37|4|
+1.3.6.1.2.1.31.1.1.1.18.38|4|
+1.3.6.1.2.1.31.1.1.1.18.39|4|
+1.3.6.1.2.1.31.1.1.1.18.40|4|
+1.3.6.1.2.1.31.1.1.1.18.41|4|
+1.3.6.1.2.1.31.1.1.1.18.42|4|
+1.3.6.1.2.1.31.1.1.1.18.43|4|
+1.3.6.1.2.1.31.1.1.1.18.44|4|
+1.3.6.1.2.1.31.1.1.1.18.45|4|
+1.3.6.1.2.1.31.1.1.1.18.46|4|
+1.3.6.1.2.1.31.1.1.1.18.47|4|Internal: rs1
+1.3.6.1.2.1.31.1.1.1.18.48|4|Internal: rc1
+1.3.6.1.2.1.31.1.1.1.18.49001|4|Cust: CDN
+1.3.6.1.2.1.31.1.1.1.18.50001|4|
+1.3.6.1.2.1.31.1.1.1.18.51001|4|
+1.3.6.1.2.1.31.1.1.1.18.52001|4|
+1.3.6.1.2.1.31.1.1.1.18.53001|4|
+1.3.6.1.2.1.31.1.1.1.18.54001|4|
+1.3.6.1.2.1.31.1.1.1.18.999001|4|
+1.3.6.1.2.1.31.1.1.1.18.1000001|4|Cust: NREN
+1.3.6.1.2.1.31.1.1.1.18.1000002|4|Cust: CDN
+1.3.6.1.2.1.31.1.1.1.18.1000003|4|
+1.3.6.1.2.1.31.1.1.1.18.1000005|4|
+1.3.6.1.2.1.31.1.1.1.18.1001000|4|
+1.3.6.1.2.1.31.1.1.1.18.1001100|4|
+1.3.6.1.2.1.31.1.1.1.18.5000000|4|Core: Loopback interface
+1.3.6.1.2.1.31.1.1.1.18.7000000|4|
+1.3.6.1.2.1.31.1.1.1.19.1|67|0
+1.3.6.1.2.1.31.1.1.1.19.2|67|0
+1.3.6.1.2.1.31.1.1.1.19.3|67|0
+1.3.6.1.2.1.31.1.1.1.19.4|67|0
+1.3.6.1.2.1.31.1.1.1.19.5|67|0
+1.3.6.1.2.1.31.1.1.1.19.6|67|0
+1.3.6.1.2.1.31.1.1.1.19.7|67|0
+1.3.6.1.2.1.31.1.1.1.19.8|67|0
+1.3.6.1.2.1.31.1.1.1.19.9|67|0
+1.3.6.1.2.1.31.1.1.1.19.10|67|0
+1.3.6.1.2.1.31.1.1.1.19.11|67|0
+1.3.6.1.2.1.31.1.1.1.19.12|67|0
+1.3.6.1.2.1.31.1.1.1.19.13|67|0
+1.3.6.1.2.1.31.1.1.1.19.14|67|0
+1.3.6.1.2.1.31.1.1.1.19.15|67|0
+1.3.6.1.2.1.31.1.1.1.19.16|67|0
+1.3.6.1.2.1.31.1.1.1.19.17|67|0
+1.3.6.1.2.1.31.1.1.1.19.18|67|0
+1.3.6.1.2.1.31.1.1.1.19.19|67|0
+1.3.6.1.2.1.31.1.1.1.19.20|67|0
+1.3.6.1.2.1.31.1.1.1.19.21|67|0
+1.3.6.1.2.1.31.1.1.1.19.22|67|0
+1.3.6.1.2.1.31.1.1.1.19.23|67|0
+1.3.6.1.2.1.31.1.1.1.19.24|67|0
+1.3.6.1.2.1.31.1.1.1.19.25|67|0
+1.3.6.1.2.1.31.1.1.1.19.26|67|0
+1.3.6.1.2.1.31.1.1.1.19.27|67|0
+1.3.6.1.2.1.31.1.1.1.19.28|67|0
+1.3.6.1.2.1.31.1.1.1.19.29|67|0
+1.3.6.1.2.1.31.1.1.1.19.30|67|0
+1.3.6.1.2.1.31.1.1.1.19.31|67|0
+1.3.6.1.2.1.31.1.1.1.19.32|67|0
+1.3.6.1.2.1.31.1.1.1.19.33|67|0
+1.3.6.1.2.1.31.1.1.1.19.34|67|0
+1.3.6.1.2.1.31.1.1.1.19.35|67|0
+1.3.6.1.2.1.31.1.1.1.19.36|67|0
+1.3.6.1.2.1.31.1.1.1.19.37|67|0
+1.3.6.1.2.1.31.1.1.1.19.38|67|0
+1.3.6.1.2.1.31.1.1.1.19.39|67|0
+1.3.6.1.2.1.31.1.1.1.19.40|67|0
+1.3.6.1.2.1.31.1.1.1.19.41|67|0
+1.3.6.1.2.1.31.1.1.1.19.42|67|0
+1.3.6.1.2.1.31.1.1.1.19.43|67|0
+1.3.6.1.2.1.31.1.1.1.19.44|67|0
+1.3.6.1.2.1.31.1.1.1.19.45|67|0
+1.3.6.1.2.1.31.1.1.1.19.46|67|0
+1.3.6.1.2.1.31.1.1.1.19.47|67|0
+1.3.6.1.2.1.31.1.1.1.19.48|67|0
+1.3.6.1.2.1.31.1.1.1.19.49001|67|0
+1.3.6.1.2.1.31.1.1.1.19.50001|67|0
+1.3.6.1.2.1.31.1.1.1.19.51001|67|0
+1.3.6.1.2.1.31.1.1.1.19.52001|67|0
+1.3.6.1.2.1.31.1.1.1.19.53001|67|0
+1.3.6.1.2.1.31.1.1.1.19.54001|67|0
+1.3.6.1.2.1.31.1.1.1.19.999001|67|0
+1.3.6.1.2.1.31.1.1.1.19.1000001|67|6696930
+1.3.6.1.2.1.31.1.1.1.19.1000002|67|1967083161
+1.3.6.1.2.1.31.1.1.1.19.1000003|67|1967083161
+1.3.6.1.2.1.31.1.1.1.19.1000005|67|2518046066
+1.3.6.1.2.1.31.1.1.1.19.1001000|67|15390315
+1.3.6.1.2.1.31.1.1.1.19.1001100|67|2511342733
+1.3.6.1.2.1.31.1.1.1.19.5000000|67|0
+1.3.6.1.2.1.31.1.1.1.19.7000000|67|1969535435
+1.3.6.1.2.1.31.1.2.1.3.0.1|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.2|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.3|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.4|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.5|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.8|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.9|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.10|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.11|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.12|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.13|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.14|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.15|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.16|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.17|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.19|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.21|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.22|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.23|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.24|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.25|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.26|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.27|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.28|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.29|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.30|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.31|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.32|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.33|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.34|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.35|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.36|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.37|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.38|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.39|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.40|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.41|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.42|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.43|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.44|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.45|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.46|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.49001|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.49002|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.49003|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.49004|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.50002|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.50003|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.50004|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.51001|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.51002|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.51003|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.51004|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.52002|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.52003|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.52004|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.53001|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.53002|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.53003|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.53004|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.54001|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.54002|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.54003|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.54004|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.999001|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.1000001|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.1000002|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.1000003|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.1000005|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.1001000|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.1001100|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.5000000|2|1
+1.3.6.1.2.1.31.1.2.1.3.0.7000000|2|1
+1.3.6.1.2.1.31.1.2.1.3.1.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.2.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.3.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.4.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.5.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.6.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.7.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.8.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.9.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.10.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.11.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.12.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.13.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.14.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.15.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.16.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.17.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.18.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.19.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.20.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.21.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.22.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.23.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.24.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.25.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.26.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.27.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.28.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.29.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.30.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.31.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.32.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.33.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.34.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.35.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.36.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.37.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.38.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.39.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.40.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.41.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.42.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.43.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.44.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.45.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.46.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.47.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.48.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.49001.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.49002.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.49003.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.49004.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.50001.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.50002.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.50003.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.50004.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.51001.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.51002.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.51003.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.51004.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.52001.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.52002.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.52003.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.52004.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.53001.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.53002.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.53003.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.53004.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.54001.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.54002.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.54003.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.54004.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.999001.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.1000001.6|2|1
+1.3.6.1.2.1.31.1.2.1.3.1000001.7|2|1
+1.3.6.1.2.1.31.1.2.1.3.1000002.50001|2|1
+1.3.6.1.2.1.31.1.2.1.3.1000003.52001|2|1
+1.3.6.1.2.1.31.1.2.1.3.1000005.18|2|1
+1.3.6.1.2.1.31.1.2.1.3.1000005.20|2|1
+1.3.6.1.2.1.31.1.2.1.3.1001000.47|2|1
+1.3.6.1.2.1.31.1.2.1.3.1001000.48|2|1
+1.3.6.1.2.1.31.1.2.1.3.1001100.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.5000000.0|2|1
+1.3.6.1.2.1.31.1.2.1.3.7000000.0|2|1
+1.3.6.1.2.1.31.1.5.0|67|2527236996
+1.3.6.1.2.1.31.1.6.0|67|2626247754
+1.3.6.1.2.1.47.1.1.1.1.2.1|4|48x10GbE (SFP+) & 6x100GbE (QSFP) Ethernet Switch
+1.3.6.1.2.1.47.1.1.1.1.2.100004000|4|Scd Chip 0
+1.3.6.1.2.1.47.1.1.1.1.2.100004196|4|Standby Cpld Chip 196
+1.3.6.1.2.1.47.1.1.1.1.2.100006001|4|Cpu temp sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100006002|4|CPU board temp sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100006003|4|Back-panel temp sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100006004|4|Front-panel temp sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100006005|4|Board sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100006006|4|Switch chip sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100006007|4|CpucardPwrCon Rail1 12V standby
+1.3.6.1.2.1.47.1.1.1.1.2.100006008|4|CpucardPwrCon Rail2 5V
+1.3.6.1.2.1.47.1.1.1.1.2.100006009|4|CpucardPwrCon Rail3 3V3
+1.3.6.1.2.1.47.1.1.1.1.2.100006010|4|CpucardPwrCon Rail4 1V8
+1.3.6.1.2.1.47.1.1.1.1.2.100006011|4|CpucardPwrCon Rail5 1V5
+1.3.6.1.2.1.47.1.1.1.1.2.100006012|4|CpucardPwrCon Rail6 1V5
+1.3.6.1.2.1.47.1.1.1.1.2.100006013|4|CpucardPwrCon Rail7 0V75
+1.3.6.1.2.1.47.1.1.1.1.2.100006014|4|CpucardPwrCon Rail8 0V95
+1.3.6.1.2.1.47.1.1.1.1.2.100006015|4|CpucardPwrCon Rail9 1V8
+1.3.6.1.2.1.47.1.1.1.1.2.100006016|4|CpucardPwrCon Rail10 3V3
+1.3.6.1.2.1.47.1.1.1.1.2.100006017|4|CpucardPwrCon Rail11 0V95
+1.3.6.1.2.1.47.1.1.1.1.2.100006018|4|CpucardPwrCon Rail12 1V2
+1.3.6.1.2.1.47.1.1.1.1.2.100006019|4|PwrCon1 Rail1 POS12V_STDBY
+1.3.6.1.2.1.47.1.1.1.1.2.100006020|4|PwrCon1 Rail2 POS12V
+1.3.6.1.2.1.47.1.1.1.1.2.100006021|4|PwrCon1 Rail3 POS6V8_STDBY
+1.3.6.1.2.1.47.1.1.1.1.2.100006022|4|PwrCon1 Rail4 POS3V3_STDBY
+1.3.6.1.2.1.47.1.1.1.1.2.100006023|4|PwrCon1 Rail5 POS3V3
+1.3.6.1.2.1.47.1.1.1.1.2.100006024|4|PwrCon1 Rail6 POS3V3_SFP
+1.3.6.1.2.1.47.1.1.1.1.2.100006025|4|PwrCon1 Rail7 POS3V0
+1.3.6.1.2.1.47.1.1.1.1.2.100006026|4|PwrCon1 Rail8 POS2V5
+1.3.6.1.2.1.47.1.1.1.1.2.100006027|4|PwrCon1 Rail9 POS1V8
+1.3.6.1.2.1.47.1.1.1.1.2.100006028|4|PwrCon1 Rail10 POS1V35_0
+1.3.6.1.2.1.47.1.1.1.1.2.100006029|4|PwrCon1 Rail11 POS1V35_1
+1.3.6.1.2.1.47.1.1.1.1.2.100006030|4|PwrCon1 Rail12 POS1V25
+1.3.6.1.2.1.47.1.1.1.1.2.100006031|4|PwrCon1 Rail13 POS1V2
+1.3.6.1.2.1.47.1.1.1.1.2.100006032|4|PwrCon1 Rail14 POS1V0_C
+1.3.6.1.2.1.47.1.1.1.1.2.100006033|4|PwrCon1 Rail15 POS1V0_DDR
+1.3.6.1.2.1.47.1.1.1.1.2.100006034|4|PwrCon1 Rail16 POS1V0
+1.3.6.1.2.1.47.1.1.1.1.2.100015001|4|Ucd Chip 11001
+1.3.6.1.2.1.47.1.1.1.1.2.100015002|4|Ucd Chip 11002
+1.3.6.1.2.1.47.1.1.1.1.2.100100001|4|Ethernet1
+1.3.6.1.2.1.47.1.1.1.1.2.100100002|4|Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100100003|4|Ethernet3
+1.3.6.1.2.1.47.1.1.1.1.2.100100004|4|Ethernet4
+1.3.6.1.2.1.47.1.1.1.1.2.100100005|4|Ethernet5
+1.3.6.1.2.1.47.1.1.1.1.2.100100006|4|Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100100007|4|Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100100008|4|Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100100009|4|Ethernet9
+1.3.6.1.2.1.47.1.1.1.1.2.100100010|4|Ethernet10
+1.3.6.1.2.1.47.1.1.1.1.2.100100011|4|Ethernet11
+1.3.6.1.2.1.47.1.1.1.1.2.100100012|4|Ethernet12
+1.3.6.1.2.1.47.1.1.1.1.2.100100013|4|Ethernet13
+1.3.6.1.2.1.47.1.1.1.1.2.100100014|4|Ethernet14
+1.3.6.1.2.1.47.1.1.1.1.2.100100015|4|Ethernet15
+1.3.6.1.2.1.47.1.1.1.1.2.100100016|4|Ethernet16
+1.3.6.1.2.1.47.1.1.1.1.2.100100017|4|Ethernet17
+1.3.6.1.2.1.47.1.1.1.1.2.100100018|4|Ethernet18
+1.3.6.1.2.1.47.1.1.1.1.2.100100019|4|Ethernet19
+1.3.6.1.2.1.47.1.1.1.1.2.100100020|4|Ethernet20
+1.3.6.1.2.1.47.1.1.1.1.2.100100021|4|Ethernet21
+1.3.6.1.2.1.47.1.1.1.1.2.100100022|4|Ethernet22
+1.3.6.1.2.1.47.1.1.1.1.2.100100023|4|Ethernet23
+1.3.6.1.2.1.47.1.1.1.1.2.100100024|4|Ethernet24
+1.3.6.1.2.1.47.1.1.1.1.2.100100025|4|Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100100026|4|Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100100027|4|Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100100028|4|Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100100029|4|Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100100030|4|Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100100031|4|Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100100032|4|Ethernet32
+1.3.6.1.2.1.47.1.1.1.1.2.100100033|4|Ethernet33
+1.3.6.1.2.1.47.1.1.1.1.2.100100034|4|Ethernet34
+1.3.6.1.2.1.47.1.1.1.1.2.100100035|4|Ethernet35
+1.3.6.1.2.1.47.1.1.1.1.2.100100036|4|Ethernet36
+1.3.6.1.2.1.47.1.1.1.1.2.100100037|4|Ethernet37
+1.3.6.1.2.1.47.1.1.1.1.2.100100038|4|Ethernet38
+1.3.6.1.2.1.47.1.1.1.1.2.100100039|4|Ethernet39
+1.3.6.1.2.1.47.1.1.1.1.2.100100040|4|Ethernet40
+1.3.6.1.2.1.47.1.1.1.1.2.100100041|4|Ethernet41
+1.3.6.1.2.1.47.1.1.1.1.2.100100042|4|Ethernet42
+1.3.6.1.2.1.47.1.1.1.1.2.100100043|4|Ethernet43
+1.3.6.1.2.1.47.1.1.1.1.2.100100044|4|Ethernet44
+1.3.6.1.2.1.47.1.1.1.1.2.100100045|4|Ethernet45
+1.3.6.1.2.1.47.1.1.1.1.2.100100046|4|Ethernet46
+1.3.6.1.2.1.47.1.1.1.1.2.100100047|4|Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100100048|4|Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100100049|4|Ethernet49/1
+1.3.6.1.2.1.47.1.1.1.1.2.100100050|4|Ethernet49/2
+1.3.6.1.2.1.47.1.1.1.1.2.100100051|4|Ethernet49/3
+1.3.6.1.2.1.47.1.1.1.1.2.100100052|4|Ethernet49/4
+1.3.6.1.2.1.47.1.1.1.1.2.100100053|4|Ethernet50/1
+1.3.6.1.2.1.47.1.1.1.1.2.100100054|4|Ethernet50/2
+1.3.6.1.2.1.47.1.1.1.1.2.100100055|4|Ethernet50/3
+1.3.6.1.2.1.47.1.1.1.1.2.100100056|4|Ethernet50/4
+1.3.6.1.2.1.47.1.1.1.1.2.100100057|4|Ethernet51/1
+1.3.6.1.2.1.47.1.1.1.1.2.100100058|4|Ethernet51/2
+1.3.6.1.2.1.47.1.1.1.1.2.100100059|4|Ethernet51/3
+1.3.6.1.2.1.47.1.1.1.1.2.100100060|4|Ethernet51/4
+1.3.6.1.2.1.47.1.1.1.1.2.100100061|4|Ethernet52/1
+1.3.6.1.2.1.47.1.1.1.1.2.100100062|4|Ethernet52/2
+1.3.6.1.2.1.47.1.1.1.1.2.100100063|4|Ethernet52/3
+1.3.6.1.2.1.47.1.1.1.1.2.100100064|4|Ethernet52/4
+1.3.6.1.2.1.47.1.1.1.1.2.100100065|4|Ethernet53/1
+1.3.6.1.2.1.47.1.1.1.1.2.100100066|4|Ethernet53/2
+1.3.6.1.2.1.47.1.1.1.1.2.100100067|4|Ethernet53/3
+1.3.6.1.2.1.47.1.1.1.1.2.100100068|4|Ethernet53/4
+1.3.6.1.2.1.47.1.1.1.1.2.100100069|4|Ethernet54/1
+1.3.6.1.2.1.47.1.1.1.1.2.100100070|4|Ethernet54/2
+1.3.6.1.2.1.47.1.1.1.1.2.100100071|4|Ethernet54/3
+1.3.6.1.2.1.47.1.1.1.1.2.100100072|4|Ethernet54/4
+1.3.6.1.2.1.47.1.1.1.1.2.100110073|4|Management1
+1.3.6.1.2.1.47.1.1.1.1.2.100301000|4|Xcvr Slot 1
+1.3.6.1.2.1.47.1.1.1.1.2.100302000|4|Xcvr Slot 2
+1.3.6.1.2.1.47.1.1.1.1.2.100302100|4|Xcvr for Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100302201|4|DOM Temperature Sensor for Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100302202|4|DOM Voltage Sensor for Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100302210|4|Lane 0 for Xcvr for Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100302211|4|DOM TX Bias Sensor for Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100302212|4|DOM TX Power Sensor for Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100302213|4|DOM RX Power Sensor for Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.2.100303000|4|Xcvr Slot 3
+1.3.6.1.2.1.47.1.1.1.1.2.100304000|4|Xcvr Slot 4
+1.3.6.1.2.1.47.1.1.1.1.2.100305000|4|Xcvr Slot 5
+1.3.6.1.2.1.47.1.1.1.1.2.100306000|4|Xcvr Slot 6
+1.3.6.1.2.1.47.1.1.1.1.2.100306100|4|Xcvr for Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100306201|4|DOM Temperature Sensor for Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100306202|4|DOM Voltage Sensor for Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100306210|4|Lane 0 for Xcvr for Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100306211|4|DOM TX Bias Sensor for Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100306212|4|DOM TX Power Sensor for Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100306213|4|DOM RX Power Sensor for Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.2.100307000|4|Xcvr Slot 7
+1.3.6.1.2.1.47.1.1.1.1.2.100307100|4|Xcvr for Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100307201|4|DOM Temperature Sensor for Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100307202|4|DOM Voltage Sensor for Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100307210|4|Lane 0 for Xcvr for Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100307211|4|DOM TX Bias Sensor for Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100307212|4|DOM TX Power Sensor for Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100307213|4|DOM RX Power Sensor for Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.2.100308000|4|Xcvr Slot 8
+1.3.6.1.2.1.47.1.1.1.1.2.100308100|4|Xcvr for Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100308201|4|DOM Temperature Sensor for Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100308202|4|DOM Voltage Sensor for Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100308210|4|Lane 0 for Xcvr for Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100308211|4|DOM TX Bias Sensor for Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100308212|4|DOM TX Power Sensor for Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100308213|4|DOM RX Power Sensor for Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.2.100309000|4|Xcvr Slot 9
+1.3.6.1.2.1.47.1.1.1.1.2.100310000|4|Xcvr Slot 10
+1.3.6.1.2.1.47.1.1.1.1.2.100311000|4|Xcvr Slot 11
+1.3.6.1.2.1.47.1.1.1.1.2.100312000|4|Xcvr Slot 12
+1.3.6.1.2.1.47.1.1.1.1.2.100313000|4|Xcvr Slot 13
+1.3.6.1.2.1.47.1.1.1.1.2.100313100|4|Xcvr for Ethernet13
+1.3.6.1.2.1.47.1.1.1.1.2.100314000|4|Xcvr Slot 14
+1.3.6.1.2.1.47.1.1.1.1.2.100314100|4|Xcvr for Ethernet14
+1.3.6.1.2.1.47.1.1.1.1.2.100315000|4|Xcvr Slot 15
+1.3.6.1.2.1.47.1.1.1.1.2.100315100|4|Xcvr for Ethernet15
+1.3.6.1.2.1.47.1.1.1.1.2.100316000|4|Xcvr Slot 16
+1.3.6.1.2.1.47.1.1.1.1.2.100316100|4|Xcvr for Ethernet16
+1.3.6.1.2.1.47.1.1.1.1.2.100317000|4|Xcvr Slot 17
+1.3.6.1.2.1.47.1.1.1.1.2.100317100|4|Xcvr for Ethernet17
+1.3.6.1.2.1.47.1.1.1.1.2.100318000|4|Xcvr Slot 18
+1.3.6.1.2.1.47.1.1.1.1.2.100318100|4|Xcvr for Ethernet18
+1.3.6.1.2.1.47.1.1.1.1.2.100319000|4|Xcvr Slot 19
+1.3.6.1.2.1.47.1.1.1.1.2.100319100|4|Xcvr for Ethernet19
+1.3.6.1.2.1.47.1.1.1.1.2.100320000|4|Xcvr Slot 20
+1.3.6.1.2.1.47.1.1.1.1.2.100320100|4|Xcvr for Ethernet20
+1.3.6.1.2.1.47.1.1.1.1.2.100321000|4|Xcvr Slot 21
+1.3.6.1.2.1.47.1.1.1.1.2.100321100|4|Xcvr for Ethernet21
+1.3.6.1.2.1.47.1.1.1.1.2.100322000|4|Xcvr Slot 22
+1.3.6.1.2.1.47.1.1.1.1.2.100322100|4|Xcvr for Ethernet22
+1.3.6.1.2.1.47.1.1.1.1.2.100323000|4|Xcvr Slot 23
+1.3.6.1.2.1.47.1.1.1.1.2.100323100|4|Xcvr for Ethernet23
+1.3.6.1.2.1.47.1.1.1.1.2.100324000|4|Xcvr Slot 24
+1.3.6.1.2.1.47.1.1.1.1.2.100324100|4|Xcvr for Ethernet24
+1.3.6.1.2.1.47.1.1.1.1.2.100325000|4|Xcvr Slot 25
+1.3.6.1.2.1.47.1.1.1.1.2.100325100|4|Xcvr for Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100325201|4|DOM Temperature Sensor for Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100325202|4|DOM Voltage Sensor for Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100325210|4|Lane 0 for Xcvr for Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100325211|4|DOM TX Bias Sensor for Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100325212|4|DOM TX Power Sensor for Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100325213|4|DOM RX Power Sensor for Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.2.100326000|4|Xcvr Slot 26
+1.3.6.1.2.1.47.1.1.1.1.2.100326100|4|Xcvr for Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100326201|4|DOM Temperature Sensor for Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100326202|4|DOM Voltage Sensor for Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100326210|4|Lane 0 for Xcvr for Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100326211|4|DOM TX Bias Sensor for Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100326212|4|DOM TX Power Sensor for Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100326213|4|DOM RX Power Sensor for Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.2.100327000|4|Xcvr Slot 27
+1.3.6.1.2.1.47.1.1.1.1.2.100327100|4|Xcvr for Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100327201|4|DOM Temperature Sensor for Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100327202|4|DOM Voltage Sensor for Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100327210|4|Lane 0 for Xcvr for Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100327211|4|DOM TX Bias Sensor for Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100327212|4|DOM TX Power Sensor for Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100327213|4|DOM RX Power Sensor for Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.2.100328000|4|Xcvr Slot 28
+1.3.6.1.2.1.47.1.1.1.1.2.100328100|4|Xcvr for Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100328201|4|DOM Temperature Sensor for Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100328202|4|DOM Voltage Sensor for Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100328210|4|Lane 0 for Xcvr for Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100328211|4|DOM TX Bias Sensor for Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100328212|4|DOM TX Power Sensor for Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100328213|4|DOM RX Power Sensor for Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.2.100329000|4|Xcvr Slot 29
+1.3.6.1.2.1.47.1.1.1.1.2.100329100|4|Xcvr for Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100329201|4|DOM Temperature Sensor for Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100329202|4|DOM Voltage Sensor for Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100329210|4|Lane 0 for Xcvr for Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100329211|4|DOM TX Bias Sensor for Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100329212|4|DOM TX Power Sensor for Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100329213|4|DOM RX Power Sensor for Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.2.100330000|4|Xcvr Slot 30
+1.3.6.1.2.1.47.1.1.1.1.2.100330100|4|Xcvr for Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100330201|4|DOM Temperature Sensor for Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100330202|4|DOM Voltage Sensor for Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100330210|4|Lane 0 for Xcvr for Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100330211|4|DOM TX Bias Sensor for Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100330212|4|DOM TX Power Sensor for Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100330213|4|DOM RX Power Sensor for Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.2.100331000|4|Xcvr Slot 31
+1.3.6.1.2.1.47.1.1.1.1.2.100331100|4|Xcvr for Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100331201|4|DOM Temperature Sensor for Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100331202|4|DOM Voltage Sensor for Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100331210|4|Lane 0 for Xcvr for Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100331211|4|DOM TX Bias Sensor for Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100331212|4|DOM TX Power Sensor for Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100331213|4|DOM RX Power Sensor for Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.2.100332000|4|Xcvr Slot 32
+1.3.6.1.2.1.47.1.1.1.1.2.100332100|4|Xcvr for Ethernet32
+1.3.6.1.2.1.47.1.1.1.1.2.100333000|4|Xcvr Slot 33
+1.3.6.1.2.1.47.1.1.1.1.2.100334000|4|Xcvr Slot 34
+1.3.6.1.2.1.47.1.1.1.1.2.100335000|4|Xcvr Slot 35
+1.3.6.1.2.1.47.1.1.1.1.2.100336000|4|Xcvr Slot 36
+1.3.6.1.2.1.47.1.1.1.1.2.100337000|4|Xcvr Slot 37
+1.3.6.1.2.1.47.1.1.1.1.2.100338000|4|Xcvr Slot 38
+1.3.6.1.2.1.47.1.1.1.1.2.100339000|4|Xcvr Slot 39
+1.3.6.1.2.1.47.1.1.1.1.2.100340000|4|Xcvr Slot 40
+1.3.6.1.2.1.47.1.1.1.1.2.100341000|4|Xcvr Slot 41
+1.3.6.1.2.1.47.1.1.1.1.2.100341100|4|Xcvr for Ethernet41
+1.3.6.1.2.1.47.1.1.1.1.2.100342000|4|Xcvr Slot 42
+1.3.6.1.2.1.47.1.1.1.1.2.100342100|4|Xcvr for Ethernet42
+1.3.6.1.2.1.47.1.1.1.1.2.100343000|4|Xcvr Slot 43
+1.3.6.1.2.1.47.1.1.1.1.2.100343100|4|Xcvr for Ethernet43
+1.3.6.1.2.1.47.1.1.1.1.2.100344000|4|Xcvr Slot 44
+1.3.6.1.2.1.47.1.1.1.1.2.100344100|4|Xcvr for Ethernet44
+1.3.6.1.2.1.47.1.1.1.1.2.100345000|4|Xcvr Slot 45
+1.3.6.1.2.1.47.1.1.1.1.2.100345100|4|Xcvr for Ethernet45
+1.3.6.1.2.1.47.1.1.1.1.2.100346000|4|Xcvr Slot 46
+1.3.6.1.2.1.47.1.1.1.1.2.100346100|4|Xcvr for Ethernet46
+1.3.6.1.2.1.47.1.1.1.1.2.100347000|4|Xcvr Slot 47
+1.3.6.1.2.1.47.1.1.1.1.2.100347100|4|Xcvr for Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100347201|4|DOM Temperature Sensor for Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100347202|4|DOM Voltage Sensor for Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100347210|4|Lane 0 for Xcvr for Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100347211|4|DOM TX Bias Sensor for Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100347212|4|DOM TX Power Sensor for Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100347213|4|DOM RX Power Sensor for Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.2.100348000|4|Xcvr Slot 48
+1.3.6.1.2.1.47.1.1.1.1.2.100348100|4|Xcvr for Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100348201|4|DOM Temperature Sensor for Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100348202|4|DOM Voltage Sensor for Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100348210|4|Lane 0 for Xcvr for Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100348211|4|DOM TX Bias Sensor for Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100348212|4|DOM TX Power Sensor for Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100348213|4|DOM RX Power Sensor for Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.2.100349000|4|Xcvr Slot 49
+1.3.6.1.2.1.47.1.1.1.1.2.100349100|4|Xcvr for Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.2.100349201|4|DOM Temperature Sensor for Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.2.100349202|4|DOM Voltage Sensor for Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.2.100349210|4|Lane 0 for Xcvr for Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.2.100349211|4|DOM TX Bias Sensor for Ethernet49/1
+1.3.6.1.2.1.47.1.1.1.1.2.100349213|4|DOM RX Power Sensor for Ethernet49/1
+1.3.6.1.2.1.47.1.1.1.1.2.100349220|4|Lane 1 for Xcvr for Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.2.100349221|4|DOM TX Bias Sensor for Ethernet49/2
+1.3.6.1.2.1.47.1.1.1.1.2.100349223|4|DOM RX Power Sensor for Ethernet49/2
+1.3.6.1.2.1.47.1.1.1.1.2.100349230|4|Lane 2 for Xcvr for Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.2.100349231|4|DOM TX Bias Sensor for Ethernet49/3
+1.3.6.1.2.1.47.1.1.1.1.2.100349233|4|DOM RX Power Sensor for Ethernet49/3
+1.3.6.1.2.1.47.1.1.1.1.2.100349240|4|Lane 3 for Xcvr for Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.2.100349241|4|DOM TX Bias Sensor for Ethernet49/4
+1.3.6.1.2.1.47.1.1.1.1.2.100349243|4|DOM RX Power Sensor for Ethernet49/4
+1.3.6.1.2.1.47.1.1.1.1.2.100350000|4|Xcvr Slot 50
+1.3.6.1.2.1.47.1.1.1.1.2.100350100|4|Xcvr for Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.2.100350201|4|DOM Temperature Sensor for Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.2.100350202|4|DOM Voltage Sensor for Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.2.100350210|4|Lane 0 for Xcvr for Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.2.100350211|4|DOM TX Bias Sensor for Ethernet50/1
+1.3.6.1.2.1.47.1.1.1.1.2.100350213|4|DOM RX Power Sensor for Ethernet50/1
+1.3.6.1.2.1.47.1.1.1.1.2.100350220|4|Lane 1 for Xcvr for Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.2.100350221|4|DOM TX Bias Sensor for Ethernet50/2
+1.3.6.1.2.1.47.1.1.1.1.2.100350223|4|DOM RX Power Sensor for Ethernet50/2
+1.3.6.1.2.1.47.1.1.1.1.2.100350230|4|Lane 2 for Xcvr for Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.2.100350231|4|DOM TX Bias Sensor for Ethernet50/3
+1.3.6.1.2.1.47.1.1.1.1.2.100350233|4|DOM RX Power Sensor for Ethernet50/3
+1.3.6.1.2.1.47.1.1.1.1.2.100350240|4|Lane 3 for Xcvr for Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.2.100350241|4|DOM TX Bias Sensor for Ethernet50/4
+1.3.6.1.2.1.47.1.1.1.1.2.100350243|4|DOM RX Power Sensor for Ethernet50/4
+1.3.6.1.2.1.47.1.1.1.1.2.100351000|4|Xcvr Slot 51
+1.3.6.1.2.1.47.1.1.1.1.2.100351100|4|Xcvr for Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.2.100351201|4|DOM Temperature Sensor for Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.2.100351202|4|DOM Voltage Sensor for Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.2.100351210|4|Lane 0 for Xcvr for Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.2.100351211|4|DOM TX Bias Sensor for Ethernet51/1
+1.3.6.1.2.1.47.1.1.1.1.2.100351213|4|DOM RX Power Sensor for Ethernet51/1
+1.3.6.1.2.1.47.1.1.1.1.2.100351220|4|Lane 1 for Xcvr for Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.2.100351221|4|DOM TX Bias Sensor for Ethernet51/2
+1.3.6.1.2.1.47.1.1.1.1.2.100351223|4|DOM RX Power Sensor for Ethernet51/2
+1.3.6.1.2.1.47.1.1.1.1.2.100351230|4|Lane 2 for Xcvr for Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.2.100351231|4|DOM TX Bias Sensor for Ethernet51/3
+1.3.6.1.2.1.47.1.1.1.1.2.100351233|4|DOM RX Power Sensor for Ethernet51/3
+1.3.6.1.2.1.47.1.1.1.1.2.100351240|4|Lane 3 for Xcvr for Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.2.100351241|4|DOM TX Bias Sensor for Ethernet51/4
+1.3.6.1.2.1.47.1.1.1.1.2.100351243|4|DOM RX Power Sensor for Ethernet51/4
+1.3.6.1.2.1.47.1.1.1.1.2.100352000|4|Xcvr Slot 52
+1.3.6.1.2.1.47.1.1.1.1.2.100352100|4|Xcvr for Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.2.100352201|4|DOM Temperature Sensor for Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.2.100352202|4|DOM Voltage Sensor for Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.2.100352210|4|Lane 0 for Xcvr for Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.2.100352211|4|DOM TX Bias Sensor for Ethernet52/1
+1.3.6.1.2.1.47.1.1.1.1.2.100352213|4|DOM RX Power Sensor for Ethernet52/1
+1.3.6.1.2.1.47.1.1.1.1.2.100352220|4|Lane 1 for Xcvr for Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.2.100352221|4|DOM TX Bias Sensor for Ethernet52/2
+1.3.6.1.2.1.47.1.1.1.1.2.100352223|4|DOM RX Power Sensor for Ethernet52/2
+1.3.6.1.2.1.47.1.1.1.1.2.100352230|4|Lane 2 for Xcvr for Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.2.100352231|4|DOM TX Bias Sensor for Ethernet52/3
+1.3.6.1.2.1.47.1.1.1.1.2.100352233|4|DOM RX Power Sensor for Ethernet52/3
+1.3.6.1.2.1.47.1.1.1.1.2.100352240|4|Lane 3 for Xcvr for Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.2.100352241|4|DOM TX Bias Sensor for Ethernet52/4
+1.3.6.1.2.1.47.1.1.1.1.2.100352243|4|DOM RX Power Sensor for Ethernet52/4
+1.3.6.1.2.1.47.1.1.1.1.2.100353000|4|Xcvr Slot 53
+1.3.6.1.2.1.47.1.1.1.1.2.100353100|4|Xcvr for Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.2.100353201|4|DOM Temperature Sensor for Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.2.100353202|4|DOM Voltage Sensor for Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.2.100353210|4|Lane 0 for Xcvr for Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.2.100353211|4|DOM TX Bias Sensor for Ethernet53/1
+1.3.6.1.2.1.47.1.1.1.1.2.100353213|4|DOM RX Power Sensor for Ethernet53/1
+1.3.6.1.2.1.47.1.1.1.1.2.100353220|4|Lane 1 for Xcvr for Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.2.100353221|4|DOM TX Bias Sensor for Ethernet53/2
+1.3.6.1.2.1.47.1.1.1.1.2.100353223|4|DOM RX Power Sensor for Ethernet53/2
+1.3.6.1.2.1.47.1.1.1.1.2.100353230|4|Lane 2 for Xcvr for Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.2.100353231|4|DOM TX Bias Sensor for Ethernet53/3
+1.3.6.1.2.1.47.1.1.1.1.2.100353233|4|DOM RX Power Sensor for Ethernet53/3
+1.3.6.1.2.1.47.1.1.1.1.2.100353240|4|Lane 3 for Xcvr for Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.2.100353241|4|DOM TX Bias Sensor for Ethernet53/4
+1.3.6.1.2.1.47.1.1.1.1.2.100353243|4|DOM RX Power Sensor for Ethernet53/4
+1.3.6.1.2.1.47.1.1.1.1.2.100354000|4|Xcvr Slot 54
+1.3.6.1.2.1.47.1.1.1.1.2.100601000|4|Fan Tray Slot 1
+1.3.6.1.2.1.47.1.1.1.1.2.100601100|4|Fan Tray 1
+1.3.6.1.2.1.47.1.1.1.1.2.100601110|4|Fan Tray 1 Fan 1
+1.3.6.1.2.1.47.1.1.1.1.2.100601111|4|Fan Tray 1 Fan 1 Sensor 1
+1.3.6.1.2.1.47.1.1.1.1.2.100602000|4|Fan Tray Slot 2
+1.3.6.1.2.1.47.1.1.1.1.2.100602100|4|Fan Tray 2
+1.3.6.1.2.1.47.1.1.1.1.2.100602110|4|Fan Tray 2 Fan 1
+1.3.6.1.2.1.47.1.1.1.1.2.100602111|4|Fan Tray 2 Fan 1 Sensor 1
+1.3.6.1.2.1.47.1.1.1.1.2.100603000|4|Fan Tray Slot 3
+1.3.6.1.2.1.47.1.1.1.1.2.100603100|4|Fan Tray 3
+1.3.6.1.2.1.47.1.1.1.1.2.100603110|4|Fan Tray 3 Fan 1
+1.3.6.1.2.1.47.1.1.1.1.2.100603111|4|Fan Tray 3 Fan 1 Sensor 1
+1.3.6.1.2.1.47.1.1.1.1.2.100604000|4|Fan Tray Slot 4
+1.3.6.1.2.1.47.1.1.1.1.2.100604100|4|Fan Tray 4
+1.3.6.1.2.1.47.1.1.1.1.2.100604110|4|Fan Tray 4 Fan 1
+1.3.6.1.2.1.47.1.1.1.1.2.100604111|4|Fan Tray 4 Fan 1 Sensor 1
+1.3.6.1.2.1.47.1.1.1.1.2.100710000|4|Power Supply Slot 1
+1.3.6.1.2.1.47.1.1.1.1.2.100711000|4|PowerSupply1
+1.3.6.1.2.1.47.1.1.1.1.2.100711101|4|Hotspot temperature sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100711102|4|Inlet temperature sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100711103|4|Input current sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100711104|4|Output current sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100711105|4|Input voltage sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100711106|4|Output voltage sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100711210|4|PowerSupply1 Fan 1
+1.3.6.1.2.1.47.1.1.1.1.2.100711211|4|PowerSupply1 Fan 1 Sensor 1
+1.3.6.1.2.1.47.1.1.1.1.2.100720000|4|Power Supply Slot 2
+1.3.6.1.2.1.47.1.1.1.1.2.100721000|4|PowerSupply2
+1.3.6.1.2.1.47.1.1.1.1.2.100721101|4|Hotspot temperature sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100721102|4|Inlet temperature sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100721103|4|Input current sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100721104|4|Output current sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100721105|4|Input voltage sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100721106|4|Output voltage sensor
+1.3.6.1.2.1.47.1.1.1.1.2.100721210|4|PowerSupply2 Fan 1
+1.3.6.1.2.1.47.1.1.1.1.2.100721211|4|PowerSupply2 Fan 1 Sensor 1
+1.3.6.1.2.1.47.1.1.1.1.2.1100004000|4|Chip Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100006000|4|Sensor Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100140000|4|Port Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100300000|4|Xcvr Slot Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100600000|4|Fan Tray Slot Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100700000|4|Power Supply Slot Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100711100|4|Power Supply Sensor Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100711200|4|Power Supply Fan Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100721100|4|Power Supply Sensor Container
+1.3.6.1.2.1.47.1.1.1.1.2.1100721200|4|Power Supply Fan Container
+1.3.6.1.2.1.47.1.1.1.1.3.1|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100004000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100004196|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006001|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006002|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006003|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006004|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006005|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006006|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006007|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006008|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006009|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006010|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006011|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006012|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006013|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006014|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006015|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006016|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006017|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006018|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006019|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006020|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006021|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006022|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006023|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006024|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006025|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006026|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006027|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006028|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006029|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006030|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006031|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006032|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006033|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100006034|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100015001|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100015002|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100001|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100002|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100003|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100004|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100005|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100006|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100007|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100008|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100009|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100010|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100011|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100012|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100013|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100014|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100015|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100016|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100017|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100018|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100019|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100020|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100021|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100022|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100023|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100024|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100025|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100026|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100027|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100028|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100029|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100030|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100031|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100032|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100033|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100034|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100035|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100036|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100037|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100038|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100039|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100040|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100041|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100042|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100043|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100044|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100045|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100046|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100047|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100048|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100049|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100050|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100051|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100052|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100053|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100054|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100055|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100056|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100057|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100058|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100059|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100060|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100061|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100062|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100063|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100064|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100065|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100066|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100067|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100068|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100069|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100070|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100071|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100100072|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100110073|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100301000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100302213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100303000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100304000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100305000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100306213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100307213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100309000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100310000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100311000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100312000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100313000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100313100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100314000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100314100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100315000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100315100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100316000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100316100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100317000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100317100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100318000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100318100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100319000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100319100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100320000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100320100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100321000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100321100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100322000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100322100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100323000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100323100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100324000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100324100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100325213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100326213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100327213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100328213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100329213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100330213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100331213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100332000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100332100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100333000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100334000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100335000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100336000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100337000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100338000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100339000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100340000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100341000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100341100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100342000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100342100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100343000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100343100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100344000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100344100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100345000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100345100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100346000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100346100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100347213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100348213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349220|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349221|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349223|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349230|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349231|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349233|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349240|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349241|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100349243|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350220|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350221|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350223|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350230|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350231|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350233|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350240|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350241|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100350243|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351220|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351221|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351223|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351230|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351231|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351233|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351240|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351241|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100351243|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352220|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352221|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352223|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352230|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352231|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352233|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352240|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352241|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100352243|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353220|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353221|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353223|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353230|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353231|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353233|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353240|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353241|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100353243|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100354000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100601000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100601100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100601110|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100601111|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100602000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100602100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100602110|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100602111|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100603000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100603100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100603110|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100603111|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100604000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100604100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100604110|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100604111|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100710000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711101|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711102|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711103|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711104|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711105|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711106|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100711211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100720000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721101|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721102|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721103|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721104|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721105|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721106|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100721211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100004000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100006000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100140000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100300000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100600000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100700000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100711100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100711200|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100721100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.1100721200|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.4.1|2|0
+1.3.6.1.2.1.47.1.1.1.1.4.100004000|2|1100004000
+1.3.6.1.2.1.47.1.1.1.1.4.100004196|2|1100004000
+1.3.6.1.2.1.47.1.1.1.1.4.100006001|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006002|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006003|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006004|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006005|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006006|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006007|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006008|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006009|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006010|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006011|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006012|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006013|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006014|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006015|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006016|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006017|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006018|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006019|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006020|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006021|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006022|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006023|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006024|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006025|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006026|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006027|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006028|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006029|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006030|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006031|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006032|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006033|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100006034|2|1100006000
+1.3.6.1.2.1.47.1.1.1.1.4.100015001|2|1100004000
+1.3.6.1.2.1.47.1.1.1.1.4.100015002|2|1100004000
+1.3.6.1.2.1.47.1.1.1.1.4.100100001|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100002|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100003|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100004|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100005|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100006|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100007|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100008|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100009|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100010|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100011|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100012|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100013|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100014|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100015|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100016|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100017|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100018|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100019|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100020|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100021|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100022|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100023|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100024|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100025|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100026|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100027|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100028|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100029|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100030|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100031|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100032|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100033|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100034|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100035|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100036|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100037|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100038|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100039|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100040|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100041|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100042|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100043|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100044|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100045|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100046|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100047|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100048|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100049|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100050|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100051|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100052|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100053|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100054|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100055|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100056|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100057|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100058|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100059|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100060|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100061|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100062|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100063|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100064|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100065|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100066|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100067|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100068|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100069|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100070|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100071|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100100072|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100110073|2|1100140000
+1.3.6.1.2.1.47.1.1.1.1.4.100301000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100302000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100302100|2|100302000
+1.3.6.1.2.1.47.1.1.1.1.4.100302201|2|100302100
+1.3.6.1.2.1.47.1.1.1.1.4.100302202|2|100302100
+1.3.6.1.2.1.47.1.1.1.1.4.100302210|2|100302100
+1.3.6.1.2.1.47.1.1.1.1.4.100302211|2|100302210
+1.3.6.1.2.1.47.1.1.1.1.4.100302212|2|100302210
+1.3.6.1.2.1.47.1.1.1.1.4.100302213|2|100302210
+1.3.6.1.2.1.47.1.1.1.1.4.100303000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100304000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100305000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100306000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100306100|2|100306000
+1.3.6.1.2.1.47.1.1.1.1.4.100306201|2|100306100
+1.3.6.1.2.1.47.1.1.1.1.4.100306202|2|100306100
+1.3.6.1.2.1.47.1.1.1.1.4.100306210|2|100306100
+1.3.6.1.2.1.47.1.1.1.1.4.100306211|2|100306210
+1.3.6.1.2.1.47.1.1.1.1.4.100306212|2|100306210
+1.3.6.1.2.1.47.1.1.1.1.4.100306213|2|100306210
+1.3.6.1.2.1.47.1.1.1.1.4.100307000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100307100|2|100307000
+1.3.6.1.2.1.47.1.1.1.1.4.100307201|2|100307100
+1.3.6.1.2.1.47.1.1.1.1.4.100307202|2|100307100
+1.3.6.1.2.1.47.1.1.1.1.4.100307210|2|100307100
+1.3.6.1.2.1.47.1.1.1.1.4.100307211|2|100307210
+1.3.6.1.2.1.47.1.1.1.1.4.100307212|2|100307210
+1.3.6.1.2.1.47.1.1.1.1.4.100307213|2|100307210
+1.3.6.1.2.1.47.1.1.1.1.4.100308000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100308100|2|100308000
+1.3.6.1.2.1.47.1.1.1.1.4.100308201|2|100308100
+1.3.6.1.2.1.47.1.1.1.1.4.100308202|2|100308100
+1.3.6.1.2.1.47.1.1.1.1.4.100308210|2|100308100
+1.3.6.1.2.1.47.1.1.1.1.4.100308211|2|100308210
+1.3.6.1.2.1.47.1.1.1.1.4.100308212|2|100308210
+1.3.6.1.2.1.47.1.1.1.1.4.100308213|2|100308210
+1.3.6.1.2.1.47.1.1.1.1.4.100309000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100310000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100311000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100312000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100313000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100313100|2|100313000
+1.3.6.1.2.1.47.1.1.1.1.4.100314000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100314100|2|100314000
+1.3.6.1.2.1.47.1.1.1.1.4.100315000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100315100|2|100315000
+1.3.6.1.2.1.47.1.1.1.1.4.100316000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100316100|2|100316000
+1.3.6.1.2.1.47.1.1.1.1.4.100317000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100317100|2|100317000
+1.3.6.1.2.1.47.1.1.1.1.4.100318000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100318100|2|100318000
+1.3.6.1.2.1.47.1.1.1.1.4.100319000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100319100|2|100319000
+1.3.6.1.2.1.47.1.1.1.1.4.100320000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100320100|2|100320000
+1.3.6.1.2.1.47.1.1.1.1.4.100321000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100321100|2|100321000
+1.3.6.1.2.1.47.1.1.1.1.4.100322000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100322100|2|100322000
+1.3.6.1.2.1.47.1.1.1.1.4.100323000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100323100|2|100323000
+1.3.6.1.2.1.47.1.1.1.1.4.100324000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100324100|2|100324000
+1.3.6.1.2.1.47.1.1.1.1.4.100325000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100325100|2|100325000
+1.3.6.1.2.1.47.1.1.1.1.4.100325201|2|100325100
+1.3.6.1.2.1.47.1.1.1.1.4.100325202|2|100325100
+1.3.6.1.2.1.47.1.1.1.1.4.100325210|2|100325100
+1.3.6.1.2.1.47.1.1.1.1.4.100325211|2|100325210
+1.3.6.1.2.1.47.1.1.1.1.4.100325212|2|100325210
+1.3.6.1.2.1.47.1.1.1.1.4.100325213|2|100325210
+1.3.6.1.2.1.47.1.1.1.1.4.100326000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100326100|2|100326000
+1.3.6.1.2.1.47.1.1.1.1.4.100326201|2|100326100
+1.3.6.1.2.1.47.1.1.1.1.4.100326202|2|100326100
+1.3.6.1.2.1.47.1.1.1.1.4.100326210|2|100326100
+1.3.6.1.2.1.47.1.1.1.1.4.100326211|2|100326210
+1.3.6.1.2.1.47.1.1.1.1.4.100326212|2|100326210
+1.3.6.1.2.1.47.1.1.1.1.4.100326213|2|100326210
+1.3.6.1.2.1.47.1.1.1.1.4.100327000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100327100|2|100327000
+1.3.6.1.2.1.47.1.1.1.1.4.100327201|2|100327100
+1.3.6.1.2.1.47.1.1.1.1.4.100327202|2|100327100
+1.3.6.1.2.1.47.1.1.1.1.4.100327210|2|100327100
+1.3.6.1.2.1.47.1.1.1.1.4.100327211|2|100327210
+1.3.6.1.2.1.47.1.1.1.1.4.100327212|2|100327210
+1.3.6.1.2.1.47.1.1.1.1.4.100327213|2|100327210
+1.3.6.1.2.1.47.1.1.1.1.4.100328000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100328100|2|100328000
+1.3.6.1.2.1.47.1.1.1.1.4.100328201|2|100328100
+1.3.6.1.2.1.47.1.1.1.1.4.100328202|2|100328100
+1.3.6.1.2.1.47.1.1.1.1.4.100328210|2|100328100
+1.3.6.1.2.1.47.1.1.1.1.4.100328211|2|100328210
+1.3.6.1.2.1.47.1.1.1.1.4.100328212|2|100328210
+1.3.6.1.2.1.47.1.1.1.1.4.100328213|2|100328210
+1.3.6.1.2.1.47.1.1.1.1.4.100329000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100329100|2|100329000
+1.3.6.1.2.1.47.1.1.1.1.4.100329201|2|100329100
+1.3.6.1.2.1.47.1.1.1.1.4.100329202|2|100329100
+1.3.6.1.2.1.47.1.1.1.1.4.100329210|2|100329100
+1.3.6.1.2.1.47.1.1.1.1.4.100329211|2|100329210
+1.3.6.1.2.1.47.1.1.1.1.4.100329212|2|100329210
+1.3.6.1.2.1.47.1.1.1.1.4.100329213|2|100329210
+1.3.6.1.2.1.47.1.1.1.1.4.100330000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100330100|2|100330000
+1.3.6.1.2.1.47.1.1.1.1.4.100330201|2|100330100
+1.3.6.1.2.1.47.1.1.1.1.4.100330202|2|100330100
+1.3.6.1.2.1.47.1.1.1.1.4.100330210|2|100330100
+1.3.6.1.2.1.47.1.1.1.1.4.100330211|2|100330210
+1.3.6.1.2.1.47.1.1.1.1.4.100330212|2|100330210
+1.3.6.1.2.1.47.1.1.1.1.4.100330213|2|100330210
+1.3.6.1.2.1.47.1.1.1.1.4.100331000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100331100|2|100331000
+1.3.6.1.2.1.47.1.1.1.1.4.100331201|2|100331100
+1.3.6.1.2.1.47.1.1.1.1.4.100331202|2|100331100
+1.3.6.1.2.1.47.1.1.1.1.4.100331210|2|100331100
+1.3.6.1.2.1.47.1.1.1.1.4.100331211|2|100331210
+1.3.6.1.2.1.47.1.1.1.1.4.100331212|2|100331210
+1.3.6.1.2.1.47.1.1.1.1.4.100331213|2|100331210
+1.3.6.1.2.1.47.1.1.1.1.4.100332000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100332100|2|100332000
+1.3.6.1.2.1.47.1.1.1.1.4.100333000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100334000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100335000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100336000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100337000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100338000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100339000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100340000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100341000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100341100|2|100341000
+1.3.6.1.2.1.47.1.1.1.1.4.100342000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100342100|2|100342000
+1.3.6.1.2.1.47.1.1.1.1.4.100343000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100343100|2|100343000
+1.3.6.1.2.1.47.1.1.1.1.4.100344000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100344100|2|100344000
+1.3.6.1.2.1.47.1.1.1.1.4.100345000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100345100|2|100345000
+1.3.6.1.2.1.47.1.1.1.1.4.100346000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100346100|2|100346000
+1.3.6.1.2.1.47.1.1.1.1.4.100347000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100347100|2|100347000
+1.3.6.1.2.1.47.1.1.1.1.4.100347201|2|100347100
+1.3.6.1.2.1.47.1.1.1.1.4.100347202|2|100347100
+1.3.6.1.2.1.47.1.1.1.1.4.100347210|2|100347100
+1.3.6.1.2.1.47.1.1.1.1.4.100347211|2|100347210
+1.3.6.1.2.1.47.1.1.1.1.4.100347212|2|100347210
+1.3.6.1.2.1.47.1.1.1.1.4.100347213|2|100347210
+1.3.6.1.2.1.47.1.1.1.1.4.100348000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100348100|2|100348000
+1.3.6.1.2.1.47.1.1.1.1.4.100348201|2|100348100
+1.3.6.1.2.1.47.1.1.1.1.4.100348202|2|100348100
+1.3.6.1.2.1.47.1.1.1.1.4.100348210|2|100348100
+1.3.6.1.2.1.47.1.1.1.1.4.100348211|2|100348210
+1.3.6.1.2.1.47.1.1.1.1.4.100348212|2|100348210
+1.3.6.1.2.1.47.1.1.1.1.4.100348213|2|100348210
+1.3.6.1.2.1.47.1.1.1.1.4.100349000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100349100|2|100349000
+1.3.6.1.2.1.47.1.1.1.1.4.100349201|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349202|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349210|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349211|2|100349210
+1.3.6.1.2.1.47.1.1.1.1.4.100349213|2|100349210
+1.3.6.1.2.1.47.1.1.1.1.4.100349220|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349221|2|100349220
+1.3.6.1.2.1.47.1.1.1.1.4.100349223|2|100349220
+1.3.6.1.2.1.47.1.1.1.1.4.100349230|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349231|2|100349230
+1.3.6.1.2.1.47.1.1.1.1.4.100349233|2|100349230
+1.3.6.1.2.1.47.1.1.1.1.4.100349240|2|100349100
+1.3.6.1.2.1.47.1.1.1.1.4.100349241|2|100349240
+1.3.6.1.2.1.47.1.1.1.1.4.100349243|2|100349240
+1.3.6.1.2.1.47.1.1.1.1.4.100350000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100350100|2|100350000
+1.3.6.1.2.1.47.1.1.1.1.4.100350201|2|100350100
+1.3.6.1.2.1.47.1.1.1.1.4.100350202|2|100350100
+1.3.6.1.2.1.47.1.1.1.1.4.100350210|2|100350100
+1.3.6.1.2.1.47.1.1.1.1.4.100350211|2|100350210
+1.3.6.1.2.1.47.1.1.1.1.4.100350213|2|100350210
+1.3.6.1.2.1.47.1.1.1.1.4.100350220|2|100350100
+1.3.6.1.2.1.47.1.1.1.1.4.100350221|2|100350220
+1.3.6.1.2.1.47.1.1.1.1.4.100350223|2|100350220
+1.3.6.1.2.1.47.1.1.1.1.4.100350230|2|100350100
+1.3.6.1.2.1.47.1.1.1.1.4.100350231|2|100350230
+1.3.6.1.2.1.47.1.1.1.1.4.100350233|2|100350230
+1.3.6.1.2.1.47.1.1.1.1.4.100350240|2|100350100
+1.3.6.1.2.1.47.1.1.1.1.4.100350241|2|100350240
+1.3.6.1.2.1.47.1.1.1.1.4.100350243|2|100350240
+1.3.6.1.2.1.47.1.1.1.1.4.100351000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100351100|2|100351000
+1.3.6.1.2.1.47.1.1.1.1.4.100351201|2|100351100
+1.3.6.1.2.1.47.1.1.1.1.4.100351202|2|100351100
+1.3.6.1.2.1.47.1.1.1.1.4.100351210|2|100351100
+1.3.6.1.2.1.47.1.1.1.1.4.100351211|2|100351210
+1.3.6.1.2.1.47.1.1.1.1.4.100351213|2|100351210
+1.3.6.1.2.1.47.1.1.1.1.4.100351220|2|100351100
+1.3.6.1.2.1.47.1.1.1.1.4.100351221|2|100351220
+1.3.6.1.2.1.47.1.1.1.1.4.100351223|2|100351220
+1.3.6.1.2.1.47.1.1.1.1.4.100351230|2|100351100
+1.3.6.1.2.1.47.1.1.1.1.4.100351231|2|100351230
+1.3.6.1.2.1.47.1.1.1.1.4.100351233|2|100351230
+1.3.6.1.2.1.47.1.1.1.1.4.100351240|2|100351100
+1.3.6.1.2.1.47.1.1.1.1.4.100351241|2|100351240
+1.3.6.1.2.1.47.1.1.1.1.4.100351243|2|100351240
+1.3.6.1.2.1.47.1.1.1.1.4.100352000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100352100|2|100352000
+1.3.6.1.2.1.47.1.1.1.1.4.100352201|2|100352100
+1.3.6.1.2.1.47.1.1.1.1.4.100352202|2|100352100
+1.3.6.1.2.1.47.1.1.1.1.4.100352210|2|100352100
+1.3.6.1.2.1.47.1.1.1.1.4.100352211|2|100352210
+1.3.6.1.2.1.47.1.1.1.1.4.100352213|2|100352210
+1.3.6.1.2.1.47.1.1.1.1.4.100352220|2|100352100
+1.3.6.1.2.1.47.1.1.1.1.4.100352221|2|100352220
+1.3.6.1.2.1.47.1.1.1.1.4.100352223|2|100352220
+1.3.6.1.2.1.47.1.1.1.1.4.100352230|2|100352100
+1.3.6.1.2.1.47.1.1.1.1.4.100352231|2|100352230
+1.3.6.1.2.1.47.1.1.1.1.4.100352233|2|100352230
+1.3.6.1.2.1.47.1.1.1.1.4.100352240|2|100352100
+1.3.6.1.2.1.47.1.1.1.1.4.100352241|2|100352240
+1.3.6.1.2.1.47.1.1.1.1.4.100352243|2|100352240
+1.3.6.1.2.1.47.1.1.1.1.4.100353000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100353100|2|100353000
+1.3.6.1.2.1.47.1.1.1.1.4.100353201|2|100353100
+1.3.6.1.2.1.47.1.1.1.1.4.100353202|2|100353100
+1.3.6.1.2.1.47.1.1.1.1.4.100353210|2|100353100
+1.3.6.1.2.1.47.1.1.1.1.4.100353211|2|100353210
+1.3.6.1.2.1.47.1.1.1.1.4.100353213|2|100353210
+1.3.6.1.2.1.47.1.1.1.1.4.100353220|2|100353100
+1.3.6.1.2.1.47.1.1.1.1.4.100353221|2|100353220
+1.3.6.1.2.1.47.1.1.1.1.4.100353223|2|100353220
+1.3.6.1.2.1.47.1.1.1.1.4.100353230|2|100353100
+1.3.6.1.2.1.47.1.1.1.1.4.100353231|2|100353230
+1.3.6.1.2.1.47.1.1.1.1.4.100353233|2|100353230
+1.3.6.1.2.1.47.1.1.1.1.4.100353240|2|100353100
+1.3.6.1.2.1.47.1.1.1.1.4.100353241|2|100353240
+1.3.6.1.2.1.47.1.1.1.1.4.100353243|2|100353240
+1.3.6.1.2.1.47.1.1.1.1.4.100354000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100601000|2|1100600000
+1.3.6.1.2.1.47.1.1.1.1.4.100601100|2|100601000
+1.3.6.1.2.1.47.1.1.1.1.4.100601110|2|100601100
+1.3.6.1.2.1.47.1.1.1.1.4.100601111|2|100601110
+1.3.6.1.2.1.47.1.1.1.1.4.100602000|2|1100600000
+1.3.6.1.2.1.47.1.1.1.1.4.100602100|2|100602000
+1.3.6.1.2.1.47.1.1.1.1.4.100602110|2|100602100
+1.3.6.1.2.1.47.1.1.1.1.4.100602111|2|100602110
+1.3.6.1.2.1.47.1.1.1.1.4.100603000|2|1100600000
+1.3.6.1.2.1.47.1.1.1.1.4.100603100|2|100603000
+1.3.6.1.2.1.47.1.1.1.1.4.100603110|2|100603100
+1.3.6.1.2.1.47.1.1.1.1.4.100603111|2|100603110
+1.3.6.1.2.1.47.1.1.1.1.4.100604000|2|1100600000
+1.3.6.1.2.1.47.1.1.1.1.4.100604100|2|100604000
+1.3.6.1.2.1.47.1.1.1.1.4.100604110|2|100604100
+1.3.6.1.2.1.47.1.1.1.1.4.100604111|2|100604110
+1.3.6.1.2.1.47.1.1.1.1.4.100710000|2|1100700000
+1.3.6.1.2.1.47.1.1.1.1.4.100711000|2|100710000
+1.3.6.1.2.1.47.1.1.1.1.4.100711101|2|1100711100
+1.3.6.1.2.1.47.1.1.1.1.4.100711102|2|1100711100
+1.3.6.1.2.1.47.1.1.1.1.4.100711103|2|1100711100
+1.3.6.1.2.1.47.1.1.1.1.4.100711104|2|1100711100
+1.3.6.1.2.1.47.1.1.1.1.4.100711105|2|1100711100
+1.3.6.1.2.1.47.1.1.1.1.4.100711106|2|1100711100
+1.3.6.1.2.1.47.1.1.1.1.4.100711210|2|1100711200
+1.3.6.1.2.1.47.1.1.1.1.4.100711211|2|100711210
+1.3.6.1.2.1.47.1.1.1.1.4.100720000|2|1100700000
+1.3.6.1.2.1.47.1.1.1.1.4.100721000|2|100720000
+1.3.6.1.2.1.47.1.1.1.1.4.100721101|2|1100721100
+1.3.6.1.2.1.47.1.1.1.1.4.100721102|2|1100721100
+1.3.6.1.2.1.47.1.1.1.1.4.100721103|2|1100721100
+1.3.6.1.2.1.47.1.1.1.1.4.100721104|2|1100721100
+1.3.6.1.2.1.47.1.1.1.1.4.100721105|2|1100721100
+1.3.6.1.2.1.47.1.1.1.1.4.100721106|2|1100721100
+1.3.6.1.2.1.47.1.1.1.1.4.100721210|2|1100721200
+1.3.6.1.2.1.47.1.1.1.1.4.100721211|2|100721210
+1.3.6.1.2.1.47.1.1.1.1.4.1100004000|2|1
+1.3.6.1.2.1.47.1.1.1.1.4.1100006000|2|1
+1.3.6.1.2.1.47.1.1.1.1.4.1100140000|2|1
+1.3.6.1.2.1.47.1.1.1.1.4.1100300000|2|1
+1.3.6.1.2.1.47.1.1.1.1.4.1100600000|2|1
+1.3.6.1.2.1.47.1.1.1.1.4.1100700000|2|1
+1.3.6.1.2.1.47.1.1.1.1.4.1100711100|2|100711000
+1.3.6.1.2.1.47.1.1.1.1.4.1100711200|2|100711000
+1.3.6.1.2.1.47.1.1.1.1.4.1100721100|2|100721000
+1.3.6.1.2.1.47.1.1.1.1.4.1100721200|2|100721000
+1.3.6.1.2.1.47.1.1.1.1.5.1|2|3
+1.3.6.1.2.1.47.1.1.1.1.5.100004000|2|1
+1.3.6.1.2.1.47.1.1.1.1.5.100004196|2|1
+1.3.6.1.2.1.47.1.1.1.1.5.100006001|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006002|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006003|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006004|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006005|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006006|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006007|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006008|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006009|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006010|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006011|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006012|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006013|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006014|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006015|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006016|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006017|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006018|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006019|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006020|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006021|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006022|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006023|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006024|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006025|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006026|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006027|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006028|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006029|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006030|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006031|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006032|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006033|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100006034|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100015001|2|1
+1.3.6.1.2.1.47.1.1.1.1.5.100015002|2|1
+1.3.6.1.2.1.47.1.1.1.1.5.100100001|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100002|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100003|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100004|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100005|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100006|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100007|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100008|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100009|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100010|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100011|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100012|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100013|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100014|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100015|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100016|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100017|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100018|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100019|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100020|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100021|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100022|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100023|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100024|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100025|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100026|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100027|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100028|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100029|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100030|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100031|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100032|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100033|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100034|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100035|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100036|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100037|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100038|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100039|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100040|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100041|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100042|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100043|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100044|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100045|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100046|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100047|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100048|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100049|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100050|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100051|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100052|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100053|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100054|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100055|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100056|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100057|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100058|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100059|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100060|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100061|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100062|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100063|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100064|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100065|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100066|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100067|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100068|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100069|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100070|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100071|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100100072|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100110073|2|10
+1.3.6.1.2.1.47.1.1.1.1.5.100301000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100302000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100302100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100302201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100302202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100302210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100302211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100302212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100302213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100303000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100304000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100305000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100306000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100306100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100306201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100306202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100306210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100306211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100306212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100306213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100307000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100307100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100307201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100307202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100307210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100307211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100307212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100307213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100308100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100308201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100308211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100309000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100310000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100311000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100312000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100313000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100313100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100314000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100314100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100315000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100315100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100316000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100316100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100317000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100317100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100318000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100318100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100319000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100319100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100320000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100320100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100321000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100321100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100322000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100322100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100323000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100323100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100324000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100324100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100325000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100325100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100325201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100325202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100325210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100325211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100325212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100325213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100326000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100326100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100326201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100326202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100326210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100326211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100326212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100326213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100327000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100327100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100327201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100327202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100327210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100327211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100327212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100327213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100328000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100328100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100328201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100328202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100328210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100328211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100328212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100328213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100329000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100329100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100329201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100329202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100329210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100329211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100329212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100329213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100330000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100330100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100330201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100330202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100330210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100330211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100330212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100330213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100331000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100331100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100331201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100331202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100331210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100331211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100331212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100331213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100332000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100332100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100333000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100334000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100335000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100336000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100337000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100338000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100339000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100340000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100341000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100341100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100342000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100342100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100343000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100343100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100344000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100344100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100345000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100345100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100346000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100346100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100347000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100347100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100347201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100347202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100347210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100347211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100347212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100347213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100348000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100348100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100348201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100348202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100348210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100348211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100348212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100348213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100349100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100349201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100349211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349220|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100349221|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349223|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349230|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100349231|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349233|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349240|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100349241|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100349243|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100350100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100350201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100350211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350220|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100350221|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350223|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350230|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100350231|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350233|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350240|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100350241|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100350243|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100351100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100351201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100351211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351220|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100351221|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351223|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351230|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100351231|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351233|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351240|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100351241|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100351243|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100352100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100352201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100352211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352220|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100352221|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352223|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352230|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100352231|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352233|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352240|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100352241|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100352243|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100353100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100353201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100353211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353213|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353220|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100353221|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353223|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353230|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100353231|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353233|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353240|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100353241|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100353243|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100354000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100601000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100601100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100601110|2|7
+1.3.6.1.2.1.47.1.1.1.1.5.100601111|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100602000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100602100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100602110|2|7
+1.3.6.1.2.1.47.1.1.1.1.5.100602111|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100603000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100603100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100603110|2|7
+1.3.6.1.2.1.47.1.1.1.1.5.100603111|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100604000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100604100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100604110|2|7
+1.3.6.1.2.1.47.1.1.1.1.5.100604111|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100710000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100711000|2|6
+1.3.6.1.2.1.47.1.1.1.1.5.100711101|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100711102|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100711103|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100711104|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100711105|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100711106|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100711210|2|7
+1.3.6.1.2.1.47.1.1.1.1.5.100711211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100720000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100721000|2|6
+1.3.6.1.2.1.47.1.1.1.1.5.100721101|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100721102|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100721103|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100721104|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100721105|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100721106|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100721210|2|7
+1.3.6.1.2.1.47.1.1.1.1.5.100721211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.1100004000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100006000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100140000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100300000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100600000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100700000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100711100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100711200|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100721100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.1100721200|2|5
+1.3.6.1.2.1.47.1.1.1.1.6.1|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100004000|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100004196|2|196
+1.3.6.1.2.1.47.1.1.1.1.6.100006001|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100006002|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100006003|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100006004|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.100006005|2|5
+1.3.6.1.2.1.47.1.1.1.1.6.100006006|2|6
+1.3.6.1.2.1.47.1.1.1.1.6.100006007|2|7
+1.3.6.1.2.1.47.1.1.1.1.6.100006008|2|8
+1.3.6.1.2.1.47.1.1.1.1.6.100006009|2|9
+1.3.6.1.2.1.47.1.1.1.1.6.100006010|2|10
+1.3.6.1.2.1.47.1.1.1.1.6.100006011|2|11
+1.3.6.1.2.1.47.1.1.1.1.6.100006012|2|12
+1.3.6.1.2.1.47.1.1.1.1.6.100006013|2|13
+1.3.6.1.2.1.47.1.1.1.1.6.100006014|2|14
+1.3.6.1.2.1.47.1.1.1.1.6.100006015|2|15
+1.3.6.1.2.1.47.1.1.1.1.6.100006016|2|16
+1.3.6.1.2.1.47.1.1.1.1.6.100006017|2|17
+1.3.6.1.2.1.47.1.1.1.1.6.100006018|2|18
+1.3.6.1.2.1.47.1.1.1.1.6.100006019|2|19
+1.3.6.1.2.1.47.1.1.1.1.6.100006020|2|20
+1.3.6.1.2.1.47.1.1.1.1.6.100006021|2|21
+1.3.6.1.2.1.47.1.1.1.1.6.100006022|2|22
+1.3.6.1.2.1.47.1.1.1.1.6.100006023|2|23
+1.3.6.1.2.1.47.1.1.1.1.6.100006024|2|24
+1.3.6.1.2.1.47.1.1.1.1.6.100006025|2|25
+1.3.6.1.2.1.47.1.1.1.1.6.100006026|2|26
+1.3.6.1.2.1.47.1.1.1.1.6.100006027|2|27
+1.3.6.1.2.1.47.1.1.1.1.6.100006028|2|28
+1.3.6.1.2.1.47.1.1.1.1.6.100006029|2|29
+1.3.6.1.2.1.47.1.1.1.1.6.100006030|2|30
+1.3.6.1.2.1.47.1.1.1.1.6.100006031|2|31
+1.3.6.1.2.1.47.1.1.1.1.6.100006032|2|32
+1.3.6.1.2.1.47.1.1.1.1.6.100006033|2|33
+1.3.6.1.2.1.47.1.1.1.1.6.100006034|2|34
+1.3.6.1.2.1.47.1.1.1.1.6.100015001|2|11001
+1.3.6.1.2.1.47.1.1.1.1.6.100015002|2|11002
+1.3.6.1.2.1.47.1.1.1.1.6.100100001|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100100002|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100100003|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100100004|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.100100005|2|5
+1.3.6.1.2.1.47.1.1.1.1.6.100100006|2|6
+1.3.6.1.2.1.47.1.1.1.1.6.100100007|2|7
+1.3.6.1.2.1.47.1.1.1.1.6.100100008|2|8
+1.3.6.1.2.1.47.1.1.1.1.6.100100009|2|9
+1.3.6.1.2.1.47.1.1.1.1.6.100100010|2|10
+1.3.6.1.2.1.47.1.1.1.1.6.100100011|2|11
+1.3.6.1.2.1.47.1.1.1.1.6.100100012|2|12
+1.3.6.1.2.1.47.1.1.1.1.6.100100013|2|13
+1.3.6.1.2.1.47.1.1.1.1.6.100100014|2|14
+1.3.6.1.2.1.47.1.1.1.1.6.100100015|2|15
+1.3.6.1.2.1.47.1.1.1.1.6.100100016|2|16
+1.3.6.1.2.1.47.1.1.1.1.6.100100017|2|17
+1.3.6.1.2.1.47.1.1.1.1.6.100100018|2|18
+1.3.6.1.2.1.47.1.1.1.1.6.100100019|2|19
+1.3.6.1.2.1.47.1.1.1.1.6.100100020|2|20
+1.3.6.1.2.1.47.1.1.1.1.6.100100021|2|21
+1.3.6.1.2.1.47.1.1.1.1.6.100100022|2|22
+1.3.6.1.2.1.47.1.1.1.1.6.100100023|2|23
+1.3.6.1.2.1.47.1.1.1.1.6.100100024|2|24
+1.3.6.1.2.1.47.1.1.1.1.6.100100025|2|25
+1.3.6.1.2.1.47.1.1.1.1.6.100100026|2|26
+1.3.6.1.2.1.47.1.1.1.1.6.100100027|2|27
+1.3.6.1.2.1.47.1.1.1.1.6.100100028|2|28
+1.3.6.1.2.1.47.1.1.1.1.6.100100029|2|29
+1.3.6.1.2.1.47.1.1.1.1.6.100100030|2|30
+1.3.6.1.2.1.47.1.1.1.1.6.100100031|2|31
+1.3.6.1.2.1.47.1.1.1.1.6.100100032|2|32
+1.3.6.1.2.1.47.1.1.1.1.6.100100033|2|33
+1.3.6.1.2.1.47.1.1.1.1.6.100100034|2|34
+1.3.6.1.2.1.47.1.1.1.1.6.100100035|2|35
+1.3.6.1.2.1.47.1.1.1.1.6.100100036|2|36
+1.3.6.1.2.1.47.1.1.1.1.6.100100037|2|37
+1.3.6.1.2.1.47.1.1.1.1.6.100100038|2|38
+1.3.6.1.2.1.47.1.1.1.1.6.100100039|2|39
+1.3.6.1.2.1.47.1.1.1.1.6.100100040|2|40
+1.3.6.1.2.1.47.1.1.1.1.6.100100041|2|41
+1.3.6.1.2.1.47.1.1.1.1.6.100100042|2|42
+1.3.6.1.2.1.47.1.1.1.1.6.100100043|2|43
+1.3.6.1.2.1.47.1.1.1.1.6.100100044|2|44
+1.3.6.1.2.1.47.1.1.1.1.6.100100045|2|45
+1.3.6.1.2.1.47.1.1.1.1.6.100100046|2|46
+1.3.6.1.2.1.47.1.1.1.1.6.100100047|2|47
+1.3.6.1.2.1.47.1.1.1.1.6.100100048|2|48
+1.3.6.1.2.1.47.1.1.1.1.6.100100049|2|49
+1.3.6.1.2.1.47.1.1.1.1.6.100100050|2|50
+1.3.6.1.2.1.47.1.1.1.1.6.100100051|2|51
+1.3.6.1.2.1.47.1.1.1.1.6.100100052|2|52
+1.3.6.1.2.1.47.1.1.1.1.6.100100053|2|53
+1.3.6.1.2.1.47.1.1.1.1.6.100100054|2|54
+1.3.6.1.2.1.47.1.1.1.1.6.100100055|2|55
+1.3.6.1.2.1.47.1.1.1.1.6.100100056|2|56
+1.3.6.1.2.1.47.1.1.1.1.6.100100057|2|57
+1.3.6.1.2.1.47.1.1.1.1.6.100100058|2|58
+1.3.6.1.2.1.47.1.1.1.1.6.100100059|2|59
+1.3.6.1.2.1.47.1.1.1.1.6.100100060|2|60
+1.3.6.1.2.1.47.1.1.1.1.6.100100061|2|61
+1.3.6.1.2.1.47.1.1.1.1.6.100100062|2|62
+1.3.6.1.2.1.47.1.1.1.1.6.100100063|2|63
+1.3.6.1.2.1.47.1.1.1.1.6.100100064|2|64
+1.3.6.1.2.1.47.1.1.1.1.6.100100065|2|65
+1.3.6.1.2.1.47.1.1.1.1.6.100100066|2|66
+1.3.6.1.2.1.47.1.1.1.1.6.100100067|2|67
+1.3.6.1.2.1.47.1.1.1.1.6.100100068|2|68
+1.3.6.1.2.1.47.1.1.1.1.6.100100069|2|69
+1.3.6.1.2.1.47.1.1.1.1.6.100100070|2|70
+1.3.6.1.2.1.47.1.1.1.1.6.100100071|2|71
+1.3.6.1.2.1.47.1.1.1.1.6.100100072|2|72
+1.3.6.1.2.1.47.1.1.1.1.6.100110073|2|73
+1.3.6.1.2.1.47.1.1.1.1.6.100301000|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100302000|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100302100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100302201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100302202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100302210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100302211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100302212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100302213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100303000|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100304000|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.100305000|2|5
+1.3.6.1.2.1.47.1.1.1.1.6.100306000|2|6
+1.3.6.1.2.1.47.1.1.1.1.6.100306100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100306201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100306202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100306210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100306211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100306212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100306213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100307000|2|7
+1.3.6.1.2.1.47.1.1.1.1.6.100307100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100307201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100307202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100307210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100307211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100307212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100307213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100308000|2|8
+1.3.6.1.2.1.47.1.1.1.1.6.100308100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100308201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100308202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100308210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100308211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100308212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100308213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100309000|2|9
+1.3.6.1.2.1.47.1.1.1.1.6.100310000|2|10
+1.3.6.1.2.1.47.1.1.1.1.6.100311000|2|11
+1.3.6.1.2.1.47.1.1.1.1.6.100312000|2|12
+1.3.6.1.2.1.47.1.1.1.1.6.100313000|2|13
+1.3.6.1.2.1.47.1.1.1.1.6.100313100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100314000|2|14
+1.3.6.1.2.1.47.1.1.1.1.6.100314100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100315000|2|15
+1.3.6.1.2.1.47.1.1.1.1.6.100315100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100316000|2|16
+1.3.6.1.2.1.47.1.1.1.1.6.100316100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100317000|2|17
+1.3.6.1.2.1.47.1.1.1.1.6.100317100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100318000|2|18
+1.3.6.1.2.1.47.1.1.1.1.6.100318100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100319000|2|19
+1.3.6.1.2.1.47.1.1.1.1.6.100319100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100320000|2|20
+1.3.6.1.2.1.47.1.1.1.1.6.100320100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100321000|2|21
+1.3.6.1.2.1.47.1.1.1.1.6.100321100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100322000|2|22
+1.3.6.1.2.1.47.1.1.1.1.6.100322100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100323000|2|23
+1.3.6.1.2.1.47.1.1.1.1.6.100323100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100324000|2|24
+1.3.6.1.2.1.47.1.1.1.1.6.100324100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100325000|2|25
+1.3.6.1.2.1.47.1.1.1.1.6.100325100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100325201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100325202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100325210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100325211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100325212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100325213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100326000|2|26
+1.3.6.1.2.1.47.1.1.1.1.6.100326100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100326201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100326202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100326210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100326211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100326212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100326213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100327000|2|27
+1.3.6.1.2.1.47.1.1.1.1.6.100327100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100327201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100327202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100327210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100327211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100327212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100327213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100328000|2|28
+1.3.6.1.2.1.47.1.1.1.1.6.100328100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100328201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100328202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100328210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100328211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100328212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100328213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100329000|2|29
+1.3.6.1.2.1.47.1.1.1.1.6.100329100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100329201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100329202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100329210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100329211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100329212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100329213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100330000|2|30
+1.3.6.1.2.1.47.1.1.1.1.6.100330100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100330201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100330202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100330210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100330211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100330212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100330213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100331000|2|31
+1.3.6.1.2.1.47.1.1.1.1.6.100331100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100331201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100331202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100331210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100331211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100331212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100331213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100332000|2|32
+1.3.6.1.2.1.47.1.1.1.1.6.100332100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100333000|2|33
+1.3.6.1.2.1.47.1.1.1.1.6.100334000|2|34
+1.3.6.1.2.1.47.1.1.1.1.6.100335000|2|35
+1.3.6.1.2.1.47.1.1.1.1.6.100336000|2|36
+1.3.6.1.2.1.47.1.1.1.1.6.100337000|2|37
+1.3.6.1.2.1.47.1.1.1.1.6.100338000|2|38
+1.3.6.1.2.1.47.1.1.1.1.6.100339000|2|39
+1.3.6.1.2.1.47.1.1.1.1.6.100340000|2|40
+1.3.6.1.2.1.47.1.1.1.1.6.100341000|2|41
+1.3.6.1.2.1.47.1.1.1.1.6.100341100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100342000|2|42
+1.3.6.1.2.1.47.1.1.1.1.6.100342100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100343000|2|43
+1.3.6.1.2.1.47.1.1.1.1.6.100343100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100344000|2|44
+1.3.6.1.2.1.47.1.1.1.1.6.100344100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100345000|2|45
+1.3.6.1.2.1.47.1.1.1.1.6.100345100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100346000|2|46
+1.3.6.1.2.1.47.1.1.1.1.6.100346100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100347000|2|47
+1.3.6.1.2.1.47.1.1.1.1.6.100347100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100347201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100347202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100347210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100347211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100347212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100347213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100348000|2|48
+1.3.6.1.2.1.47.1.1.1.1.6.100348100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100348201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100348202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100348210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100348211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100348212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100348213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100349000|2|49
+1.3.6.1.2.1.47.1.1.1.1.6.100349100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100349210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100349211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100349220|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349221|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349223|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100349230|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100349231|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349233|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100349240|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100349241|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100349243|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100350000|2|50
+1.3.6.1.2.1.47.1.1.1.1.6.100350100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100350201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100350202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100350210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100350211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100350213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100350220|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100350221|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100350223|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100350230|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100350231|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100350233|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100350240|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100350241|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100350243|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100351000|2|51
+1.3.6.1.2.1.47.1.1.1.1.6.100351100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100351201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100351202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100351210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100351211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100351213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100351220|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100351221|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100351223|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100351230|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100351231|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100351233|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100351240|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100351241|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100351243|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100352000|2|52
+1.3.6.1.2.1.47.1.1.1.1.6.100352100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100352201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100352202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100352210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100352211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100352213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100352220|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100352221|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100352223|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100352230|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100352231|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100352233|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100352240|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100352241|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100352243|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100353000|2|53
+1.3.6.1.2.1.47.1.1.1.1.6.100353100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100353201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100353202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100353210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100353211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100353213|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100353220|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100353221|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100353223|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100353230|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100353231|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100353233|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100353240|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100353241|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100353243|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100354000|2|54
+1.3.6.1.2.1.47.1.1.1.1.6.100601000|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100601100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100601110|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100601111|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100602000|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100602100|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100602110|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100602111|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100603000|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100603100|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100603110|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100603111|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100604000|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.100604100|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.100604110|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100604111|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100710000|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100711000|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100711101|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100711102|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100711103|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100711104|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.100711105|2|5
+1.3.6.1.2.1.47.1.1.1.1.6.100711106|2|6
+1.3.6.1.2.1.47.1.1.1.1.6.100711210|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100711211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100720000|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100721000|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100721101|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100721102|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100721103|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.100721104|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.100721105|2|5
+1.3.6.1.2.1.47.1.1.1.1.6.100721106|2|6
+1.3.6.1.2.1.47.1.1.1.1.6.100721210|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100721211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.1100004000|2|4
+1.3.6.1.2.1.47.1.1.1.1.6.1100006000|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.1100140000|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.1100300000|2|3
+1.3.6.1.2.1.47.1.1.1.1.6.1100600000|2|7
+1.3.6.1.2.1.47.1.1.1.1.6.1100700000|2|6
+1.3.6.1.2.1.47.1.1.1.1.6.1100711100|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.1100711200|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.1100721100|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.1100721200|2|1
+1.3.6.1.2.1.47.1.1.1.1.7.1|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100313100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100314100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100315100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100316100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100317100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100318100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100319100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100320100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100321100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100322100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100323100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100324100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100332100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100341100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100342100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100343100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100344100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100345100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100346100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1|4|11.03
+1.3.6.1.2.1.47.1.1.1.1.8.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100302100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100306100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100307100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100313100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100314100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100315100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100316100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100317100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100318100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100319100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100320100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100321100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100322100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100323100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100324100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100325100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100326100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100327100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100328100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100329100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100330100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100331100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100332100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100341100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100342100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100343100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100344100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100345100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100346100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100347100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100348100|4x|41202020
+1.3.6.1.2.1.47.1.1.1.1.8.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349100|4|01
+1.3.6.1.2.1.47.1.1.1.1.8.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350100|4|01
+1.3.6.1.2.1.47.1.1.1.1.8.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351100|4|1A
+1.3.6.1.2.1.47.1.1.1.1.8.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352100|4|10
+1.3.6.1.2.1.47.1.1.1.1.8.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353100|4|1A
+1.3.6.1.2.1.47.1.1.1.1.8.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.8.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1|4|Aboot-norcal6-6.1.0-3182495
+1.3.6.1.2.1.47.1.1.1.1.9.100004000|4|0xd
+1.3.6.1.2.1.47.1.1.1.1.9.100004196|4|0x14
+1.3.6.1.2.1.47.1.1.1.1.9.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100015001|4|xxx1
+1.3.6.1.2.1.47.1.1.1.1.9.100015002|4|xxx2
+1.3.6.1.2.1.47.1.1.1.1.9.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100313100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100314100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100315100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100316100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100317100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100318100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100319100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100320100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100321100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100322100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100323100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100324100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100332100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100341100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100342100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100343100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100344100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100345100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100346100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1|4|4.18.0F
+1.3.6.1.2.1.47.1.1.1.1.10.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100313100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100314100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100315100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100316100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100317100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100318100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100319100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100320100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100321100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100322100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100323100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100324100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100332100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100341100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100342100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100343100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100344100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100345100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100346100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1|4|xxx3
+1.3.6.1.2.1.47.1.1.1.1.11.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100302100|4x|78787834202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100306100|4x|78787835202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100307100|4x|78787836202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308100|4x|78787837202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100313100|4x|78787838202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100314100|4x|7a7a7a31202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100315100|4x|7a7a7a32202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100316100|4x|7a7a7a33202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100317100|4x|7a7a7a34202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100318100|4x|7a7a7a35202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100319100|4x|7a7a7a36202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100320100|4x|7a7a7a37202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100321100|4x|7a7a7a38202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100322100|4x|7a7a7a39202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100323100|4x|71717131202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100324100|4x|71717132202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100325100|4x|71717133202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100326100|4x|71717134202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100327100|4x|71717135202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100328100|4x|71717136202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100329100|4x|71717137202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100330100|4x|61616131202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100331100|4x|61616132202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100332100|4x|61616133202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100341100|4x|61616134202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100342100|4x|61616135202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100343100|4x|61616136202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100344100|4x|73737331202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100345100|4x|73737332202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100346100|4x|73737333202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100347100|4x|73737336202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100348100|4x|77777731202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349100|4x|77777732202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350100|4x|77777733202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351100|4x|6565652d4120202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352100|4x|65656531202020202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353100|4x|6565652d4220202020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100601100|4|N/A
+1.3.6.1.2.1.47.1.1.1.1.11.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100602100|4|N/A
+1.3.6.1.2.1.47.1.1.1.1.11.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100603100|4|N/A
+1.3.6.1.2.1.47.1.1.1.1.11.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100604100|4|N/A
+1.3.6.1.2.1.47.1.1.1.1.11.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711000|4|fff
+1.3.6.1.2.1.47.1.1.1.1.11.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721000|4|ggg
+1.3.6.1.2.1.47.1.1.1.1.11.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.11.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1|4|Arista Networks
+1.3.6.1.2.1.47.1.1.1.1.12.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100302100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100306100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100307100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100313100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100314100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100315100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100316100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100317100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100318100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100319100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100320100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100321100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100322100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100323100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100324100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100325100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100326100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100327100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100328100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100329100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100330100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100331100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100332100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100341100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100342100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100343100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100344100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100345100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100346100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100347100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100348100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711000|4|DELTA
+1.3.6.1.2.1.47.1.1.1.1.12.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721000|4|DELTA
+1.3.6.1.2.1.47.1.1.1.1.12.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.12.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1|4|DCS-7280SR-48C6
+1.3.6.1.2.1.47.1.1.1.1.13.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100004196|4|StandbyCpld
+1.3.6.1.2.1.47.1.1.1.1.13.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006002|4|Max6658
+1.3.6.1.2.1.47.1.1.1.1.13.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006004|4|Lm73
+1.3.6.1.2.1.47.1.1.1.1.13.100006005|4|Max6658
+1.3.6.1.2.1.47.1.1.1.1.13.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100015001|4|Ucd90000
+1.3.6.1.2.1.47.1.1.1.1.13.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100302100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100306100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100307100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100313100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100314100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100315100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100316100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100317100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100318100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100319100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100320100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100321100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100322100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100323100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100324100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100325100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100326100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100327100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100328100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100329100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100330100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100331100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100332100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100341100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100342100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100343100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100344100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100345100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100346100|4x|542e4331322e30322020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100347100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100348100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349100|4x|512e31363148472e3130202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350100|4x|512e31363148472e3130202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351100|4x|512e4138353148472e31202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352100|4x|512e31363148472e3130202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353100|4x|512e4138353148472e31202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100601100|4|FAN-7000-F
+1.3.6.1.2.1.47.1.1.1.1.13.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100602100|4|FAN-7000-F
+1.3.6.1.2.1.47.1.1.1.1.13.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100603100|4|FAN-7000-F
+1.3.6.1.2.1.47.1.1.1.1.13.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100604100|4|FAN-7000-F
+1.3.6.1.2.1.47.1.1.1.1.13.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711000|4|PWR-500AC-F
+1.3.6.1.2.1.47.1.1.1.1.13.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721000|4|PWR-500AC-F
+1.3.6.1.2.1.47.1.1.1.1.13.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.13.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100302100|4|Ethernet2
+1.3.6.1.2.1.47.1.1.1.1.14.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100306100|4|Ethernet6
+1.3.6.1.2.1.47.1.1.1.1.14.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100307100|4|Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.14.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308100|4|Ethernet8
+1.3.6.1.2.1.47.1.1.1.1.14.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100313100|4|Ethernet13
+1.3.6.1.2.1.47.1.1.1.1.14.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100314100|4|Ethernet14
+1.3.6.1.2.1.47.1.1.1.1.14.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100315100|4|Ethernet15
+1.3.6.1.2.1.47.1.1.1.1.14.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100316100|4|Ethernet16
+1.3.6.1.2.1.47.1.1.1.1.14.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100317100|4|Ethernet17
+1.3.6.1.2.1.47.1.1.1.1.14.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100318100|4|Ethernet18
+1.3.6.1.2.1.47.1.1.1.1.14.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100319100|4|Ethernet19
+1.3.6.1.2.1.47.1.1.1.1.14.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100320100|4|Ethernet20
+1.3.6.1.2.1.47.1.1.1.1.14.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100321100|4|Ethernet21
+1.3.6.1.2.1.47.1.1.1.1.14.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100322100|4|Ethernet22
+1.3.6.1.2.1.47.1.1.1.1.14.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100323100|4|Ethernet23
+1.3.6.1.2.1.47.1.1.1.1.14.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100324100|4|Ethernet24
+1.3.6.1.2.1.47.1.1.1.1.14.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100325100|4|Ethernet25
+1.3.6.1.2.1.47.1.1.1.1.14.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100326100|4|Ethernet26
+1.3.6.1.2.1.47.1.1.1.1.14.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100327100|4|Ethernet27
+1.3.6.1.2.1.47.1.1.1.1.14.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100328100|4|Ethernet28
+1.3.6.1.2.1.47.1.1.1.1.14.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100329100|4|Ethernet29
+1.3.6.1.2.1.47.1.1.1.1.14.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100330100|4|Ethernet30
+1.3.6.1.2.1.47.1.1.1.1.14.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100331100|4|Ethernet31
+1.3.6.1.2.1.47.1.1.1.1.14.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100332100|4|Ethernet32
+1.3.6.1.2.1.47.1.1.1.1.14.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100341100|4|Ethernet41
+1.3.6.1.2.1.47.1.1.1.1.14.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100342100|4|Ethernet42
+1.3.6.1.2.1.47.1.1.1.1.14.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100343100|4|Ethernet43
+1.3.6.1.2.1.47.1.1.1.1.14.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100344100|4|Ethernet44
+1.3.6.1.2.1.47.1.1.1.1.14.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100345100|4|Ethernet45
+1.3.6.1.2.1.47.1.1.1.1.14.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100346100|4|Ethernet46
+1.3.6.1.2.1.47.1.1.1.1.14.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100347100|4|Ethernet47
+1.3.6.1.2.1.47.1.1.1.1.14.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100348100|4|Ethernet48
+1.3.6.1.2.1.47.1.1.1.1.14.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349100|4|Ethernet49
+1.3.6.1.2.1.47.1.1.1.1.14.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350100|4|Ethernet50
+1.3.6.1.2.1.47.1.1.1.1.14.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351100|4|Ethernet51
+1.3.6.1.2.1.47.1.1.1.1.14.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352100|4|Ethernet52
+1.3.6.1.2.1.47.1.1.1.1.14.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353100|4|Ethernet53
+1.3.6.1.2.1.47.1.1.1.1.14.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.14.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100313100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100314100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100315100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100316100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100317100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100318100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100319100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100320100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100321100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100322100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100323100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100324100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100332100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100341100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100342100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100343100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100344100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100345100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100346100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.1100721200|4|
+1.3.6.1.2.1.47.1.1.1.1.16.1|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100004000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100004196|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006001|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006002|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006003|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006004|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006005|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006006|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006007|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006008|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006009|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006010|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006011|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006012|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006013|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006014|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006015|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006016|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006017|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006018|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006019|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006020|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006021|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006022|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006023|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006024|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006025|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006026|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006027|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006028|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006029|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006030|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006031|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006032|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006033|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100006034|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100015001|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100015002|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100001|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100002|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100003|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100004|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100005|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100006|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100007|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100008|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100009|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100010|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100011|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100012|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100013|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100014|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100015|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100016|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100017|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100018|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100019|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100020|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100021|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100022|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100023|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100024|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100025|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100026|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100027|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100028|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100029|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100030|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100031|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100032|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100033|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100034|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100035|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100036|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100037|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100038|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100039|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100040|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100041|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100042|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100043|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100044|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100045|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100046|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100047|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100048|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100049|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100050|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100051|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100052|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100053|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100054|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100055|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100056|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100057|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100058|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100059|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100060|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100061|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100062|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100063|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100064|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100065|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100066|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100067|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100068|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100069|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100070|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100071|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100100072|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100110073|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100301000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100302000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100302100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100302201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100302202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100302210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100302211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100302212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100302213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100303000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100304000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100305000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100306000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100306100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100306201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100306202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100306210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100306211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100306212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100306213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100307000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100307100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100307201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100307202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100307210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100307211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100307212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100307213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100308201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100309000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100310000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100311000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100312000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100313000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100313100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100314000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100314100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100315000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100315100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100316000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100316100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100317000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100317100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100318000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100318100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100319000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100319100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100320000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100320100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100321000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100321100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100322000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100322100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100323000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100323100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100324000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100324100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100325000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100325100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100325201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100325202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100325210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100325211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100325212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100325213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100326000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100326100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100326201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100326202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100326210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100326211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100326212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100326213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100327000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100327100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100327201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100327202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100327210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100327211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100327212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100327213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100328000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100328100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100328201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100328202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100328210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100328211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100328212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100328213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100329000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100329100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100329201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100329202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100329210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100329211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100329212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100329213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100330000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100330100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100330201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100330202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100330210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100330211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100330212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100330213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100331000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100331100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100331201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100331202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100331210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100331211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100331212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100331213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100332000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100332100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100333000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100334000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100335000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100336000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100337000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100338000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100339000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100340000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100341000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100341100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100342000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100342100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100343000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100343100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100344000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100344100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100345000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100345100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100346000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100346100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100347000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100347100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100347201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100347202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100347210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100347211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100347212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100347213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100348000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100348100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100348201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100348202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100348210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100348211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100348212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100348213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100349201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349220|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349221|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349223|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349230|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349231|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349233|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349240|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349241|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100349243|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100350201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350220|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350221|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350223|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350230|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350231|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350233|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350240|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350241|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100350243|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100351201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351220|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351221|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351223|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351230|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351231|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351233|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351240|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351241|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100351243|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100352201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352220|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352221|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352223|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352230|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352231|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352233|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352240|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352241|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100352243|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100353201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353213|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353220|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353221|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353223|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353230|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353231|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353233|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353240|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353241|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100353243|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100354000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100601000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100601100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100601110|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100601111|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100602000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100602100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100602110|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100602111|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100603000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100603100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100603110|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100603111|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100604000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100604100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100604110|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100604111|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100710000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711000|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100711101|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711102|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711103|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711104|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711105|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711106|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100711211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100720000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721000|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100721101|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721102|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721103|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721104|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721105|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721106|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100721211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100004000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100006000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100140000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100300000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100600000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100700000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100711100|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100711200|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100721100|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.1100721200|2|2
+1.3.6.1.2.1.47.1.1.1.1.17.1|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100004000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100004196|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006001|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006002|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006003|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006004|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006005|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006006|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006007|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006008|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006009|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006010|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006011|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006012|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006013|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006014|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006015|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006016|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006017|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006018|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006019|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006020|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006021|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006022|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006023|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006024|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006025|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006026|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006027|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006028|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006029|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006030|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006031|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006032|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006033|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100006034|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100015001|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100015002|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100001|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100002|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100003|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100004|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100005|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100006|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100007|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100008|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100009|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100010|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100011|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100012|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100013|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100014|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100015|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100016|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100017|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100018|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100019|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100020|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100021|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100022|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100023|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100024|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100025|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100026|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100027|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100028|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100029|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100030|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100031|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100032|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100033|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100034|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100035|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100036|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100037|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100038|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100039|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100040|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100041|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100042|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100043|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100044|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100045|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100046|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100047|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100048|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100049|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100050|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100051|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100052|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100053|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100054|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100055|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100056|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100057|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100058|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100059|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100060|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100061|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100062|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100063|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100064|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100065|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100066|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100067|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100068|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100069|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100070|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100071|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100100072|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100110073|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100301000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100302213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100303000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100304000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100305000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100306213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100307213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100308213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100309000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100310000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100311000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100312000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100313000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100313100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100314000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100314100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100315000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100315100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100316000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100316100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100317000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100317100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100318000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100318100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100319000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100319100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100320000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100320100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100321000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100321100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100322000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100322100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100323000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100323100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100324000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100324100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100325213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100326213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100327213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100328213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100329213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100330213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100331213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100332000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100332100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100333000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100334000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100335000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100336000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100337000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100338000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100339000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100340000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100341000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100341100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100342000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100342100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100343000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100343100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100344000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100344100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100345000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100345100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100346000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100346100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100347213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348212|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100348213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349220|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349221|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349223|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349230|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349231|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349233|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349240|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349241|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100349243|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350220|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350221|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350223|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350230|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350231|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350233|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350240|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350241|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100350243|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351220|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351221|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351223|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351230|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351231|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351233|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351240|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351241|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100351243|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352220|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352221|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352223|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352230|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352231|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352233|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352240|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352241|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100352243|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353201|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353202|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353213|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353220|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353221|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353223|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353230|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353231|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353233|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353240|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353241|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100353243|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100354000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100601000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100601100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100601110|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100601111|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100602000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100602100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100602110|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100602111|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100603000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100603100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100603110|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100603111|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100604000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100604100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100604110|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100604111|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100710000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711101|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711102|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711103|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711104|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711105|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711106|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100711211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100720000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721101|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721102|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721103|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721104|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721105|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721106|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721210|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.100721211|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100004000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100006000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100140000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100300000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100600000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100700000|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100711100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100711200|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100721100|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.17.1100721200|4|00 00 00 00 00 00 00 00 00 00 00
+1.3.6.1.2.1.47.1.1.1.1.18.1|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100004196|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006001|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006002|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006003|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006004|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006005|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006006|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006007|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006008|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006009|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006010|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006011|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006012|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006013|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006014|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006015|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006016|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006017|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006018|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006019|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006020|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006021|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006022|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006023|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006024|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006025|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006026|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006027|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006028|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006029|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006030|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006031|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006032|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006033|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100006034|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100015001|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100015002|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100001|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100002|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100003|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100004|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100005|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100006|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100007|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100008|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100009|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100010|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100011|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100012|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100013|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100014|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100015|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100016|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100017|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100018|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100019|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100020|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100021|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100022|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100023|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100024|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100025|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100026|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100027|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100028|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100029|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100030|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100031|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100032|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100033|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100034|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100035|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100036|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100037|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100038|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100039|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100040|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100041|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100042|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100043|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100044|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100045|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100046|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100047|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100048|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100049|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100050|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100051|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100052|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100053|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100054|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100055|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100056|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100057|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100058|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100059|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100060|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100061|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100062|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100063|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100064|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100065|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100066|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100067|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100068|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100069|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100070|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100071|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100100072|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100110073|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100301000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100302213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100303000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100304000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100305000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100306213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100307213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100309000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100310000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100311000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100312000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100313000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100313100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100314000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100314100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100315000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100315100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100316000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100316100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100317000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100317100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100318000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100318100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100319000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100319100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100320000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100320100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100321000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100321100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100322000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100322100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100323000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100323100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100324000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100324100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100325213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100326213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100327213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100328213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100329213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100330213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100331213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100332000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100332100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100333000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100334000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100335000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100336000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100337000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100338000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100339000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100340000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100341000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100341100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100342000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100342100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100343000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100343100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100344000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100344100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100345000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100345100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100346000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100346100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100347213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100348213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349220|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349221|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349223|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349230|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349231|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349233|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349240|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349241|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100349243|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350220|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350221|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350223|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350230|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350231|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350233|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350240|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350241|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100350243|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351220|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351221|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351223|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351230|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351231|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351233|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351240|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351241|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100351243|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352220|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352221|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352223|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352230|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352231|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352233|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352240|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352241|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100352243|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353213|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353220|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353221|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353223|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353230|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353231|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353233|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353240|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353241|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100353243|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100354000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100601000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100601100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100601110|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100601111|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100602000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100602100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100602110|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100602111|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100603000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100603100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100603110|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100603111|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100604000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100604100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100604110|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100604111|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100710000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711101|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711102|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711103|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711104|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711105|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711106|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100711211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100720000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721101|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721102|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721103|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721104|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721105|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721106|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100721211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100004000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100006000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100140000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100300000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100600000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100700000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100711100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100711200|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100721100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.1100721200|4|
+1.3.6.1.2.1.47.1.3.3.1.1.1.1100004000|2|1100004000
+1.3.6.1.2.1.47.1.3.3.1.1.1.1100006000|2|1100006000
+1.3.6.1.2.1.47.1.3.3.1.1.1.1100140000|2|1100140000
+1.3.6.1.2.1.47.1.3.3.1.1.1.1100300000|2|1100300000
+1.3.6.1.2.1.47.1.3.3.1.1.1.1100600000|2|1100600000
+1.3.6.1.2.1.47.1.3.3.1.1.1.1100700000|2|1100700000
+1.3.6.1.2.1.47.1.3.3.1.1.100302000.100302100|2|100302100
+1.3.6.1.2.1.47.1.3.3.1.1.100302100.100302201|2|100302201
+1.3.6.1.2.1.47.1.3.3.1.1.100302100.100302202|2|100302202
+1.3.6.1.2.1.47.1.3.3.1.1.100302100.100302210|2|100302210
+1.3.6.1.2.1.47.1.3.3.1.1.100302210.100302211|2|100302211
+1.3.6.1.2.1.47.1.3.3.1.1.100302210.100302212|2|100302212
+1.3.6.1.2.1.47.1.3.3.1.1.100302210.100302213|2|100302213
+1.3.6.1.2.1.47.1.3.3.1.1.100306000.100306100|2|100306100
+1.3.6.1.2.1.47.1.3.3.1.1.100306100.100306201|2|100306201
+1.3.6.1.2.1.47.1.3.3.1.1.100306100.100306202|2|100306202
+1.3.6.1.2.1.47.1.3.3.1.1.100306100.100306210|2|100306210
+1.3.6.1.2.1.47.1.3.3.1.1.100306210.100306211|2|100306211
+1.3.6.1.2.1.47.1.3.3.1.1.100306210.100306212|2|100306212
+1.3.6.1.2.1.47.1.3.3.1.1.100306210.100306213|2|100306213
+1.3.6.1.2.1.47.1.3.3.1.1.100307000.100307100|2|100307100
+1.3.6.1.2.1.47.1.3.3.1.1.100307100.100307201|2|100307201
+1.3.6.1.2.1.47.1.3.3.1.1.100307100.100307202|2|100307202
+1.3.6.1.2.1.47.1.3.3.1.1.100307100.100307210|2|100307210
+1.3.6.1.2.1.47.1.3.3.1.1.100307210.100307211|2|100307211
+1.3.6.1.2.1.47.1.3.3.1.1.100307210.100307212|2|100307212
+1.3.6.1.2.1.47.1.3.3.1.1.100307210.100307213|2|100307213
+1.3.6.1.2.1.47.1.3.3.1.1.100308000.100308100|2|100308100
+1.3.6.1.2.1.47.1.3.3.1.1.100308100.100308201|2|100308201
+1.3.6.1.2.1.47.1.3.3.1.1.100308100.100308202|2|100308202
+1.3.6.1.2.1.47.1.3.3.1.1.100308100.100308210|2|100308210
+1.3.6.1.2.1.47.1.3.3.1.1.100308210.100308211|2|100308211
+1.3.6.1.2.1.47.1.3.3.1.1.100308210.100308212|2|100308212
+1.3.6.1.2.1.47.1.3.3.1.1.100308210.100308213|2|100308213
+1.3.6.1.2.1.47.1.3.3.1.1.100313000.100313100|2|100313100
+1.3.6.1.2.1.47.1.3.3.1.1.100314000.100314100|2|100314100
+1.3.6.1.2.1.47.1.3.3.1.1.100315000.100315100|2|100315100
+1.3.6.1.2.1.47.1.3.3.1.1.100316000.100316100|2|100316100
+1.3.6.1.2.1.47.1.3.3.1.1.100317000.100317100|2|100317100
+1.3.6.1.2.1.47.1.3.3.1.1.100318000.100318100|2|100318100
+1.3.6.1.2.1.47.1.3.3.1.1.100319000.100319100|2|100319100
+1.3.6.1.2.1.47.1.3.3.1.1.100320000.100320100|2|100320100
+1.3.6.1.2.1.47.1.3.3.1.1.100321000.100321100|2|100321100
+1.3.6.1.2.1.47.1.3.3.1.1.100322000.100322100|2|100322100
+1.3.6.1.2.1.47.1.3.3.1.1.100323000.100323100|2|100323100
+1.3.6.1.2.1.47.1.3.3.1.1.100324000.100324100|2|100324100
+1.3.6.1.2.1.47.1.3.3.1.1.100325000.100325100|2|100325100
+1.3.6.1.2.1.47.1.3.3.1.1.100325100.100325201|2|100325201
+1.3.6.1.2.1.47.1.3.3.1.1.100325100.100325202|2|100325202
+1.3.6.1.2.1.47.1.3.3.1.1.100325100.100325210|2|100325210
+1.3.6.1.2.1.47.1.3.3.1.1.100325210.100325211|2|100325211
+1.3.6.1.2.1.47.1.3.3.1.1.100325210.100325212|2|100325212
+1.3.6.1.2.1.47.1.3.3.1.1.100325210.100325213|2|100325213
+1.3.6.1.2.1.47.1.3.3.1.1.100326000.100326100|2|100326100
+1.3.6.1.2.1.47.1.3.3.1.1.100326100.100326201|2|100326201
+1.3.6.1.2.1.47.1.3.3.1.1.100326100.100326202|2|100326202
+1.3.6.1.2.1.47.1.3.3.1.1.100326100.100326210|2|100326210
+1.3.6.1.2.1.47.1.3.3.1.1.100326210.100326211|2|100326211
+1.3.6.1.2.1.47.1.3.3.1.1.100326210.100326212|2|100326212
+1.3.6.1.2.1.47.1.3.3.1.1.100326210.100326213|2|100326213
+1.3.6.1.2.1.47.1.3.3.1.1.100327000.100327100|2|100327100
+1.3.6.1.2.1.47.1.3.3.1.1.100327100.100327201|2|100327201
+1.3.6.1.2.1.47.1.3.3.1.1.100327100.100327202|2|100327202
+1.3.6.1.2.1.47.1.3.3.1.1.100327100.100327210|2|100327210
+1.3.6.1.2.1.47.1.3.3.1.1.100327210.100327211|2|100327211
+1.3.6.1.2.1.47.1.3.3.1.1.100327210.100327212|2|100327212
+1.3.6.1.2.1.47.1.3.3.1.1.100327210.100327213|2|100327213
+1.3.6.1.2.1.47.1.3.3.1.1.100328000.100328100|2|100328100
+1.3.6.1.2.1.47.1.3.3.1.1.100328100.100328201|2|100328201
+1.3.6.1.2.1.47.1.3.3.1.1.100328100.100328202|2|100328202
+1.3.6.1.2.1.47.1.3.3.1.1.100328100.100328210|2|100328210
+1.3.6.1.2.1.47.1.3.3.1.1.100328210.100328211|2|100328211
+1.3.6.1.2.1.47.1.3.3.1.1.100328210.100328212|2|100328212
+1.3.6.1.2.1.47.1.3.3.1.1.100328210.100328213|2|100328213
+1.3.6.1.2.1.47.1.3.3.1.1.100329000.100329100|2|100329100
+1.3.6.1.2.1.47.1.3.3.1.1.100329100.100329201|2|100329201
+1.3.6.1.2.1.47.1.3.3.1.1.100329100.100329202|2|100329202
+1.3.6.1.2.1.47.1.3.3.1.1.100329100.100329210|2|100329210
+1.3.6.1.2.1.47.1.3.3.1.1.100329210.100329211|2|100329211
+1.3.6.1.2.1.47.1.3.3.1.1.100329210.100329212|2|100329212
+1.3.6.1.2.1.47.1.3.3.1.1.100329210.100329213|2|100329213
+1.3.6.1.2.1.47.1.3.3.1.1.100330000.100330100|2|100330100
+1.3.6.1.2.1.47.1.3.3.1.1.100330100.100330201|2|100330201
+1.3.6.1.2.1.47.1.3.3.1.1.100330100.100330202|2|100330202
+1.3.6.1.2.1.47.1.3.3.1.1.100330100.100330210|2|100330210
+1.3.6.1.2.1.47.1.3.3.1.1.100330210.100330211|2|100330211
+1.3.6.1.2.1.47.1.3.3.1.1.100330210.100330212|2|100330212
+1.3.6.1.2.1.47.1.3.3.1.1.100330210.100330213|2|100330213
+1.3.6.1.2.1.47.1.3.3.1.1.100331000.100331100|2|100331100
+1.3.6.1.2.1.47.1.3.3.1.1.100331100.100331201|2|100331201
+1.3.6.1.2.1.47.1.3.3.1.1.100331100.100331202|2|100331202
+1.3.6.1.2.1.47.1.3.3.1.1.100331100.100331210|2|100331210
+1.3.6.1.2.1.47.1.3.3.1.1.100331210.100331211|2|100331211
+1.3.6.1.2.1.47.1.3.3.1.1.100331210.100331212|2|100331212
+1.3.6.1.2.1.47.1.3.3.1.1.100331210.100331213|2|100331213
+1.3.6.1.2.1.47.1.3.3.1.1.100332000.100332100|2|100332100
+1.3.6.1.2.1.47.1.3.3.1.1.100341000.100341100|2|100341100
+1.3.6.1.2.1.47.1.3.3.1.1.100342000.100342100|2|100342100
+1.3.6.1.2.1.47.1.3.3.1.1.100343000.100343100|2|100343100
+1.3.6.1.2.1.47.1.3.3.1.1.100344000.100344100|2|100344100
+1.3.6.1.2.1.47.1.3.3.1.1.100345000.100345100|2|100345100
+1.3.6.1.2.1.47.1.3.3.1.1.100346000.100346100|2|100346100
+1.3.6.1.2.1.47.1.3.3.1.1.100347000.100347100|2|100347100
+1.3.6.1.2.1.47.1.3.3.1.1.100347100.100347201|2|100347201
+1.3.6.1.2.1.47.1.3.3.1.1.100347100.100347202|2|100347202
+1.3.6.1.2.1.47.1.3.3.1.1.100347100.100347210|2|100347210
+1.3.6.1.2.1.47.1.3.3.1.1.100347210.100347211|2|100347211
+1.3.6.1.2.1.47.1.3.3.1.1.100347210.100347212|2|100347212
+1.3.6.1.2.1.47.1.3.3.1.1.100347210.100347213|2|100347213
+1.3.6.1.2.1.47.1.3.3.1.1.100348000.100348100|2|100348100
+1.3.6.1.2.1.47.1.3.3.1.1.100348100.100348201|2|100348201
+1.3.6.1.2.1.47.1.3.3.1.1.100348100.100348202|2|100348202
+1.3.6.1.2.1.47.1.3.3.1.1.100348100.100348210|2|100348210
+1.3.6.1.2.1.47.1.3.3.1.1.100348210.100348211|2|100348211
+1.3.6.1.2.1.47.1.3.3.1.1.100348210.100348212|2|100348212
+1.3.6.1.2.1.47.1.3.3.1.1.100348210.100348213|2|100348213
+1.3.6.1.2.1.47.1.3.3.1.1.100349000.100349100|2|100349100
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349201|2|100349201
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349202|2|100349202
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349210|2|100349210
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349220|2|100349220
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349230|2|100349230
+1.3.6.1.2.1.47.1.3.3.1.1.100349100.100349240|2|100349240
+1.3.6.1.2.1.47.1.3.3.1.1.100349210.100349211|2|100349211
+1.3.6.1.2.1.47.1.3.3.1.1.100349210.100349213|2|100349213
+1.3.6.1.2.1.47.1.3.3.1.1.100349220.100349221|2|100349221
+1.3.6.1.2.1.47.1.3.3.1.1.100349220.100349223|2|100349223
+1.3.6.1.2.1.47.1.3.3.1.1.100349230.100349231|2|100349231
+1.3.6.1.2.1.47.1.3.3.1.1.100349230.100349233|2|100349233
+1.3.6.1.2.1.47.1.3.3.1.1.100349240.100349241|2|100349241
+1.3.6.1.2.1.47.1.3.3.1.1.100349240.100349243|2|100349243
+1.3.6.1.2.1.47.1.3.3.1.1.100350000.100350100|2|100350100
+1.3.6.1.2.1.47.1.3.3.1.1.100350100.100350201|2|100350201
+1.3.6.1.2.1.47.1.3.3.1.1.100350100.100350202|2|100350202
+1.3.6.1.2.1.47.1.3.3.1.1.100350100.100350210|2|100350210
+1.3.6.1.2.1.47.1.3.3.1.1.100350100.100350220|2|100350220
+1.3.6.1.2.1.47.1.3.3.1.1.100350100.100350230|2|100350230
+1.3.6.1.2.1.47.1.3.3.1.1.100350100.100350240|2|100350240
+1.3.6.1.2.1.47.1.3.3.1.1.100350210.100350211|2|100350211
+1.3.6.1.2.1.47.1.3.3.1.1.100350210.100350213|2|100350213
+1.3.6.1.2.1.47.1.3.3.1.1.100350220.100350221|2|100350221
+1.3.6.1.2.1.47.1.3.3.1.1.100350220.100350223|2|100350223
+1.3.6.1.2.1.47.1.3.3.1.1.100350230.100350231|2|100350231
+1.3.6.1.2.1.47.1.3.3.1.1.100350230.100350233|2|100350233
+1.3.6.1.2.1.47.1.3.3.1.1.100350240.100350241|2|100350241
+1.3.6.1.2.1.47.1.3.3.1.1.100350240.100350243|2|100350243
+1.3.6.1.2.1.47.1.3.3.1.1.100351000.100351100|2|100351100
+1.3.6.1.2.1.47.1.3.3.1.1.100351100.100351201|2|100351201
+1.3.6.1.2.1.47.1.3.3.1.1.100351100.100351202|2|100351202
+1.3.6.1.2.1.47.1.3.3.1.1.100351100.100351210|2|100351210
+1.3.6.1.2.1.47.1.3.3.1.1.100351100.100351220|2|100351220
+1.3.6.1.2.1.47.1.3.3.1.1.100351100.100351230|2|100351230
+1.3.6.1.2.1.47.1.3.3.1.1.100351100.100351240|2|100351240
+1.3.6.1.2.1.47.1.3.3.1.1.100351210.100351211|2|100351211
+1.3.6.1.2.1.47.1.3.3.1.1.100351210.100351213|2|100351213
+1.3.6.1.2.1.47.1.3.3.1.1.100351220.100351221|2|100351221
+1.3.6.1.2.1.47.1.3.3.1.1.100351220.100351223|2|100351223
+1.3.6.1.2.1.47.1.3.3.1.1.100351230.100351231|2|100351231
+1.3.6.1.2.1.47.1.3.3.1.1.100351230.100351233|2|100351233
+1.3.6.1.2.1.47.1.3.3.1.1.100351240.100351241|2|100351241
+1.3.6.1.2.1.47.1.3.3.1.1.100351240.100351243|2|100351243
+1.3.6.1.2.1.47.1.3.3.1.1.100352000.100352100|2|100352100
+1.3.6.1.2.1.47.1.3.3.1.1.100352100.100352201|2|100352201
+1.3.6.1.2.1.47.1.3.3.1.1.100352100.100352202|2|100352202
+1.3.6.1.2.1.47.1.3.3.1.1.100352100.100352210|2|100352210
+1.3.6.1.2.1.47.1.3.3.1.1.100352100.100352220|2|100352220
+1.3.6.1.2.1.47.1.3.3.1.1.100352100.100352230|2|100352230
+1.3.6.1.2.1.47.1.3.3.1.1.100352100.100352240|2|100352240
+1.3.6.1.2.1.47.1.3.3.1.1.100352210.100352211|2|100352211
+1.3.6.1.2.1.47.1.3.3.1.1.100352210.100352213|2|100352213
+1.3.6.1.2.1.47.1.3.3.1.1.100352220.100352221|2|100352221
+1.3.6.1.2.1.47.1.3.3.1.1.100352220.100352223|2|100352223
+1.3.6.1.2.1.47.1.3.3.1.1.100352230.100352231|2|100352231
+1.3.6.1.2.1.47.1.3.3.1.1.100352230.100352233|2|100352233
+1.3.6.1.2.1.47.1.3.3.1.1.100352240.100352241|2|100352241
+1.3.6.1.2.1.47.1.3.3.1.1.100352240.100352243|2|100352243
+1.3.6.1.2.1.47.1.3.3.1.1.100353000.100353100|2|100353100
+1.3.6.1.2.1.47.1.3.3.1.1.100353100.100353201|2|100353201
+1.3.6.1.2.1.47.1.3.3.1.1.100353100.100353202|2|100353202
+1.3.6.1.2.1.47.1.3.3.1.1.100353100.100353210|2|100353210
+1.3.6.1.2.1.47.1.3.3.1.1.100353100.100353220|2|100353220
+1.3.6.1.2.1.47.1.3.3.1.1.100353100.100353230|2|100353230
+1.3.6.1.2.1.47.1.3.3.1.1.100353100.100353240|2|100353240
+1.3.6.1.2.1.47.1.3.3.1.1.100353210.100353211|2|100353211
+1.3.6.1.2.1.47.1.3.3.1.1.100353210.100353213|2|100353213
+1.3.6.1.2.1.47.1.3.3.1.1.100353220.100353221|2|100353221
+1.3.6.1.2.1.47.1.3.3.1.1.100353220.100353223|2|100353223
+1.3.6.1.2.1.47.1.3.3.1.1.100353230.100353231|2|100353231
+1.3.6.1.2.1.47.1.3.3.1.1.100353230.100353233|2|100353233
+1.3.6.1.2.1.47.1.3.3.1.1.100353240.100353241|2|100353241
+1.3.6.1.2.1.47.1.3.3.1.1.100353240.100353243|2|100353243
+1.3.6.1.2.1.47.1.3.3.1.1.100601000.100601100|2|100601100
+1.3.6.1.2.1.47.1.3.3.1.1.100601100.100601110|2|100601110
+1.3.6.1.2.1.47.1.3.3.1.1.100601110.100601111|2|100601111
+1.3.6.1.2.1.47.1.3.3.1.1.100602000.100602100|2|100602100
+1.3.6.1.2.1.47.1.3.3.1.1.100602100.100602110|2|100602110
+1.3.6.1.2.1.47.1.3.3.1.1.100602110.100602111|2|100602111
+1.3.6.1.2.1.47.1.3.3.1.1.100603000.100603100|2|100603100
+1.3.6.1.2.1.47.1.3.3.1.1.100603100.100603110|2|100603110
+1.3.6.1.2.1.47.1.3.3.1.1.100603110.100603111|2|100603111
+1.3.6.1.2.1.47.1.3.3.1.1.100604000.100604100|2|100604100
+1.3.6.1.2.1.47.1.3.3.1.1.100604100.100604110|2|100604110
+1.3.6.1.2.1.47.1.3.3.1.1.100604110.100604111|2|100604111
+1.3.6.1.2.1.47.1.3.3.1.1.100710000.100711000|2|100711000
+1.3.6.1.2.1.47.1.3.3.1.1.100711000.1100711100|2|1100711100
+1.3.6.1.2.1.47.1.3.3.1.1.100711000.1100711200|2|1100711200
+1.3.6.1.2.1.47.1.3.3.1.1.100711210.100711211|2|100711211
+1.3.6.1.2.1.47.1.3.3.1.1.100720000.100721000|2|100721000
+1.3.6.1.2.1.47.1.3.3.1.1.100721000.1100721100|2|1100721100
+1.3.6.1.2.1.47.1.3.3.1.1.100721000.1100721200|2|1100721200
+1.3.6.1.2.1.47.1.3.3.1.1.100721210.100721211|2|100721211
+1.3.6.1.2.1.47.1.3.3.1.1.1100004000.100004000|2|100004000
+1.3.6.1.2.1.47.1.3.3.1.1.1100004000.100004196|2|100004196
+1.3.6.1.2.1.47.1.3.3.1.1.1100004000.100015001|2|100015001
+1.3.6.1.2.1.47.1.3.3.1.1.1100004000.100015002|2|100015002
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006001|2|100006001
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006002|2|100006002
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006003|2|100006003
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006004|2|100006004
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006005|2|100006005
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006006|2|100006006
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006007|2|100006007
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006008|2|100006008
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006009|2|100006009
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006010|2|100006010
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006011|2|100006011
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006012|2|100006012
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006013|2|100006013
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006014|2|100006014
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006015|2|100006015
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006016|2|100006016
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006017|2|100006017
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006018|2|100006018
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006019|2|100006019
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006020|2|100006020
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006021|2|100006021
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006022|2|100006022
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006023|2|100006023
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006024|2|100006024
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006025|2|100006025
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006026|2|100006026
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006027|2|100006027
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006028|2|100006028
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006029|2|100006029
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006030|2|100006030
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006031|2|100006031
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006032|2|100006032
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006033|2|100006033
+1.3.6.1.2.1.47.1.3.3.1.1.1100006000.100006034|2|100006034
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100001|2|100100001
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100002|2|100100002
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100003|2|100100003
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100004|2|100100004
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100005|2|100100005
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100006|2|100100006
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100007|2|100100007
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100008|2|100100008
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100009|2|100100009
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100010|2|100100010
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100011|2|100100011
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100012|2|100100012
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100013|2|100100013
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100014|2|100100014
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100015|2|100100015
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100016|2|100100016
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100017|2|100100017
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100018|2|100100018
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100019|2|100100019
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100020|2|100100020
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100021|2|100100021
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100022|2|100100022
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100023|2|100100023
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100024|2|100100024
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100025|2|100100025
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100026|2|100100026
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100027|2|100100027
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100028|2|100100028
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100029|2|100100029
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100030|2|100100030
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100031|2|100100031
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100032|2|100100032
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100033|2|100100033
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100034|2|100100034
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100035|2|100100035
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100036|2|100100036
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100037|2|100100037
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100038|2|100100038
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100039|2|100100039
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100040|2|100100040
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100041|2|100100041
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100042|2|100100042
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100043|2|100100043
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100044|2|100100044
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100045|2|100100045
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100046|2|100100046
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100047|2|100100047
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100048|2|100100048
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100049|2|100100049
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100050|2|100100050
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100051|2|100100051
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100052|2|100100052
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100053|2|100100053
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100054|2|100100054
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100055|2|100100055
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100056|2|100100056
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100057|2|100100057
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100058|2|100100058
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100059|2|100100059
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100060|2|100100060
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100061|2|100100061
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100062|2|100100062
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100063|2|100100063
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100064|2|100100064
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100065|2|100100065
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100066|2|100100066
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100067|2|100100067
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100068|2|100100068
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100069|2|100100069
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100070|2|100100070
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100071|2|100100071
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100100072|2|100100072
+1.3.6.1.2.1.47.1.3.3.1.1.1100140000.100110073|2|100110073
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100301000|2|100301000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100302000|2|100302000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100303000|2|100303000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100304000|2|100304000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100305000|2|100305000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100306000|2|100306000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100307000|2|100307000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100308000|2|100308000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100309000|2|100309000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100310000|2|100310000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100311000|2|100311000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100312000|2|100312000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100313000|2|100313000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100314000|2|100314000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100315000|2|100315000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100316000|2|100316000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100317000|2|100317000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100318000|2|100318000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100319000|2|100319000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100320000|2|100320000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100321000|2|100321000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100322000|2|100322000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100323000|2|100323000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100324000|2|100324000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100325000|2|100325000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100326000|2|100326000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100327000|2|100327000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100328000|2|100328000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100329000|2|100329000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100330000|2|100330000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100331000|2|100331000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100332000|2|100332000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100333000|2|100333000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100334000|2|100334000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100335000|2|100335000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100336000|2|100336000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100337000|2|100337000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100338000|2|100338000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100339000|2|100339000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100340000|2|100340000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100341000|2|100341000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100342000|2|100342000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100343000|2|100343000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100344000|2|100344000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100345000|2|100345000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100346000|2|100346000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100347000|2|100347000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100348000|2|100348000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100349000|2|100349000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100350000|2|100350000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100351000|2|100351000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100352000|2|100352000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100353000|2|100353000
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100354000|2|100354000
+1.3.6.1.2.1.47.1.3.3.1.1.1100600000.100601000|2|100601000
+1.3.6.1.2.1.47.1.3.3.1.1.1100600000.100602000|2|100602000
+1.3.6.1.2.1.47.1.3.3.1.1.1100600000.100603000|2|100603000
+1.3.6.1.2.1.47.1.3.3.1.1.1100600000.100604000|2|100604000
+1.3.6.1.2.1.47.1.3.3.1.1.1100700000.100710000|2|100710000
+1.3.6.1.2.1.47.1.3.3.1.1.1100700000.100720000|2|100720000
+1.3.6.1.2.1.47.1.3.3.1.1.1100711100.100711101|2|100711101
+1.3.6.1.2.1.47.1.3.3.1.1.1100711100.100711102|2|100711102
+1.3.6.1.2.1.47.1.3.3.1.1.1100711100.100711103|2|100711103
+1.3.6.1.2.1.47.1.3.3.1.1.1100711100.100711104|2|100711104
+1.3.6.1.2.1.47.1.3.3.1.1.1100711100.100711105|2|100711105
+1.3.6.1.2.1.47.1.3.3.1.1.1100711100.100711106|2|100711106
+1.3.6.1.2.1.47.1.3.3.1.1.1100711200.100711210|2|100711210
+1.3.6.1.2.1.47.1.3.3.1.1.1100721100.100721101|2|100721101
+1.3.6.1.2.1.47.1.3.3.1.1.1100721100.100721102|2|100721102
+1.3.6.1.2.1.47.1.3.3.1.1.1100721100.100721103|2|100721103
+1.3.6.1.2.1.47.1.3.3.1.1.1100721100.100721104|2|100721104
+1.3.6.1.2.1.47.1.3.3.1.1.1100721100.100721105|2|100721105
+1.3.6.1.2.1.47.1.3.3.1.1.1100721100.100721106|2|100721106
+1.3.6.1.2.1.47.1.3.3.1.1.1100721200.100721210|2|100721210
+1.3.6.1.2.1.47.1.4.1.0|67|2829473392
+1.3.6.1.6.3.1.1.6.1.0|2|1685018008
+1.3.6.1.6.3.10.2.1.1.0|4|F5 71 7F 44 4C A8 B9 42 7D 00
+1.3.6.1.6.3.10.2.1.2.0|2|3
+1.3.6.1.6.3.10.2.1.3.0|2|28562428
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349201|2|0
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349202|2|314
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349211|2|3500
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349212|2|3715
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349213|2|871
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349221|2|3500
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349222|2|3715
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349223|2|871
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349231|2|3500
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349232|2|3715
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349233|2|871
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349241|2|3500
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349242|2|3715
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100349243|2|871
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349201|2|-50
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349202|2|305
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349211|2|3000
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349212|2|2951
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349213|2|692
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349221|2|3000
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349222|2|2951
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349223|2|692
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349231|2|3000
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349232|2|2951
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349233|2|692
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349241|2|3000
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349242|2|2951
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100349243|2|692
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349201|2|700
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349202|2|347
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349211|2|6000
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349212|2|28184
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349213|2|28184
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349221|2|6000
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349222|2|28184
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349223|2|28184
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349231|2|6000
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349232|2|28184
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349233|2|28184
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349241|2|6000
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349242|2|28184
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100349243|2|28184
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349201|2|750
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349202|2|363
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349211|2|6500
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349212|2|35481
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349213|2|35481
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349221|2|6500
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349222|2|35481
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349223|2|35481
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349231|2|6500
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349232|2|35481
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349233|2|35481
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349241|2|6500
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349242|2|35481
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100349243|2|35481
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349201|4x|53656e736f722076616c75652033382e342043656c736975732069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349202|4x|53656e736f722076616c756520332e323920566f6c74732069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349211|4x|53656e736f722076616c75652034322e3138206d412069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349212|4x|53656e736f722076616c756520312e30303135206d572069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349213|4x|53656e736f722076616c756520302e36393135206d572069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349221|4x|53656e736f722076616c75652034372e3236206d412069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349222|4x|53656e736f722076616c756520302e39303732206d572069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349223|4x|53656e736f722076616c756520302e39363836206d572069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349231|4x|53656e736f722076616c75652034372e3237206d412069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349232|4x|53656e736f722076616c756520312e31313538206d572069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349233|4x|53656e736f722076616c756520302e38333833206d572069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349241|4x|53656e736f722076616c75652034342e3038206d412069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349242|4x|53656e736f722076616c756520312e34333737206d572069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100349243|4x|53656e736f722076616c756520302e37363637206d572069732077697468696e20626f756e6473
+1.3.6.1.2.1.47.1.1.1.1.2.100308000|4x|5863767220536c6f742037
+1.3.6.1.2.1.47.1.1.1.1.2.100308100|4x|5863767220666f722045746865726e657437
+1.3.6.1.2.1.47.1.1.1.1.2.100308201|4x|444f4d2054656d70657261747572652053656e736f7220666f722045746865726e657437
+1.3.6.1.2.1.47.1.1.1.1.2.100308202|4x|444f4d20566f6c746167652053656e736f7220666f722045746865726e657437
+1.3.6.1.2.1.47.1.1.1.1.2.100308210|4x|4c616e65203020666f72205863767220666f722045746865726e657437
+1.3.6.1.2.1.47.1.1.1.1.2.100308211|4x|444f4d20545820426961732053656e736f7220666f722045746865726e657437
+1.3.6.1.2.1.47.1.1.1.1.2.100308212|4x|444f4d20545820506f7765722053656e736f7220666f722045746865726e657437
+1.3.6.1.2.1.47.1.1.1.1.2.100308213|4x|444f4d20525820506f7765722053656e736f7220666f722045746865726e657437
+1.3.6.1.2.1.47.1.1.1.1.3.100308000|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308100|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308201|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308202|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308210|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308211|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308212|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.3.100308213|6|0.0
+1.3.6.1.2.1.47.1.1.1.1.4.100308000|2|1100300000
+1.3.6.1.2.1.47.1.1.1.1.4.100308100|2|100307000
+1.3.6.1.2.1.47.1.1.1.1.4.100308201|2|100307100
+1.3.6.1.2.1.47.1.1.1.1.4.100308202|2|100307100
+1.3.6.1.2.1.47.1.1.1.1.4.100308210|2|100307100
+1.3.6.1.2.1.47.1.1.1.1.4.100308211|2|100307210
+1.3.6.1.2.1.47.1.1.1.1.4.100308212|2|100307210
+1.3.6.1.2.1.47.1.1.1.1.4.100308213|2|100307210
+1.3.6.1.2.1.47.1.1.1.1.5.100308000|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100308100|2|5
+1.3.6.1.2.1.47.1.1.1.1.5.100308201|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308202|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308210|2|9
+1.3.6.1.2.1.47.1.1.1.1.5.100308211|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308212|2|8
+1.3.6.1.2.1.47.1.1.1.1.5.100308213|2|8
+1.3.6.1.2.1.47.1.1.1.1.6.100308000|2|7
+1.3.6.1.2.1.47.1.1.1.1.6.100308100|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100308201|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100308202|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100308210|2|0
+1.3.6.1.2.1.47.1.1.1.1.6.100308211|2|1
+1.3.6.1.2.1.47.1.1.1.1.6.100308212|2|2
+1.3.6.1.2.1.47.1.1.1.1.6.100308213|2|3
+1.3.6.1.2.1.47.1.1.1.1.7.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.7.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308100|4x|312e3020
+1.3.6.1.2.1.47.1.1.1.1.8.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.8.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.9.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.10.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308100|4x|43313031313033303031372020202020
+1.3.6.1.2.1.47.1.1.1.1.11.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.11.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308100|4x|464c45584f5054495820202020202020
+1.3.6.1.2.1.47.1.1.1.1.12.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.12.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308100|4x|502e313339362e313020202020202020
+1.3.6.1.2.1.47.1.1.1.1.13.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.13.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308100|4|Ethernet7
+1.3.6.1.2.1.47.1.1.1.1.14.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.14.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.15.100308213|4|
+1.3.6.1.2.1.47.1.1.1.1.16.100308000|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308100|2|1
+1.3.6.1.2.1.47.1.1.1.1.16.100308201|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308202|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308210|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308211|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308212|2|2
+1.3.6.1.2.1.47.1.1.1.1.16.100308213|2|2
+1.3.6.1.2.1.47.1.1.1.1.17.100308000|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100308100|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100308201|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100308202|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100308210|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100308211|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100308212|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.17.100308213|4x|0000000000000000000000
+1.3.6.1.2.1.47.1.1.1.1.18.100308000|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308100|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308201|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308202|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308210|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308211|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308212|4|
+1.3.6.1.2.1.47.1.1.1.1.18.100308213|4|
+1.3.6.1.2.1.47.1.3.3.1.1.100308000.100308100|2|100307100
+1.3.6.1.2.1.47.1.3.3.1.1.100308100.100308201|2|100307201
+1.3.6.1.2.1.47.1.3.3.1.1.100308100.100308202|2|100307202
+1.3.6.1.2.1.47.1.3.3.1.1.100308100.100308210|2|100307210
+1.3.6.1.2.1.47.1.3.3.1.1.100308210.100308211|2|100307211
+1.3.6.1.2.1.47.1.3.3.1.1.100308210.100308212|2|100307212
+1.3.6.1.2.1.47.1.3.3.1.1.100308210.100308213|2|100307213
+1.3.6.1.2.1.47.1.3.3.1.1.1100300000.100308000|2|100307000
+1.3.6.1.2.1.99.1.1.1.1.100308201|2|8
+1.3.6.1.2.1.99.1.1.1.1.100308202|2|4
+1.3.6.1.2.1.99.1.1.1.1.100308211|2|5
+1.3.6.1.2.1.99.1.1.1.1.100308212|2|6
+1.3.6.1.2.1.99.1.1.1.1.100308213|2|6
+1.3.6.1.2.1.99.1.1.1.2.100308201|2|9
+1.3.6.1.2.1.99.1.1.1.2.100308202|2|9
+1.3.6.1.2.1.99.1.1.1.2.100308211|2|8
+1.3.6.1.2.1.99.1.1.1.2.100308212|2|8
+1.3.6.1.2.1.99.1.1.1.2.100308213|2|8
+1.3.6.1.2.1.99.1.1.1.3.100308201|2|1
+1.3.6.1.2.1.99.1.1.1.3.100308202|2|2
+1.3.6.1.2.1.99.1.1.1.3.100308211|2|2
+1.3.6.1.2.1.99.1.1.1.3.100308212|2|4
+1.3.6.1.2.1.99.1.1.1.3.100308213|2|4
+1.3.6.1.2.1.99.1.1.1.4.100308201|2|344
+1.3.6.1.2.1.99.1.1.1.4.100308202|2|334
+1.3.6.1.2.1.99.1.1.1.4.100308211|2|0
+1.3.6.1.2.1.99.1.1.1.4.100308212|2|53
+1.3.6.1.2.1.99.1.1.1.4.100308213|2|4
+1.3.6.1.2.1.99.1.1.1.5.100308201|2|1
+1.3.6.1.2.1.99.1.1.1.5.100308202|2|1
+1.3.6.1.2.1.99.1.1.1.5.100308211|2|1
+1.3.6.1.2.1.99.1.1.1.5.100308212|2|1
+1.3.6.1.2.1.99.1.1.1.5.100308213|2|1
+1.3.6.1.2.1.99.1.1.1.6.100308201|4|Celsius
+1.3.6.1.2.1.99.1.1.1.6.100308202|4|Volts
+1.3.6.1.2.1.99.1.1.1.6.100308211|4|mA
+1.3.6.1.2.1.99.1.1.1.6.100308212|4|mW
+1.3.6.1.2.1.99.1.1.1.6.100308213|4|mW
+1.3.6.1.2.1.99.1.1.1.7.100308201|67|3510744859
+1.3.6.1.2.1.99.1.1.1.7.100308202|67|3510744861
+1.3.6.1.2.1.99.1.1.1.7.100308211|67|3510744863
+1.3.6.1.2.1.99.1.1.1.7.100308212|67|3510744865
+1.3.6.1.2.1.99.1.1.1.7.100308213|67|3510744867
+1.3.6.1.2.1.99.1.1.1.8.100308201|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100308202|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100308211|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100308212|66|6000
+1.3.6.1.2.1.99.1.1.1.8.100308213|66|6000
+1.3.6.1.2.1.131.1.1.1.1.100308100|4x|07e8070a0b3006002b0100
+1.3.6.1.2.1.131.1.1.1.1.100308201|4x|07e8070a0b3008002b0100
+1.3.6.1.2.1.131.1.1.1.1.100308202|4x|07e8070a0b3006002b0100
+1.3.6.1.2.1.131.1.1.1.1.100308211|4x|07e8070a0b3006002b0100
+1.3.6.1.2.1.131.1.1.1.1.100308212|4x|07e8070a0b3006002b0100
+1.3.6.1.2.1.131.1.1.1.1.100308213|4x|07e8070a0b3006002b0100
+1.3.6.1.2.1.131.1.1.1.2.100308100|2|4
+1.3.6.1.2.1.131.1.1.1.2.100308201|2|4
+1.3.6.1.2.1.131.1.1.1.2.100308202|2|4
+1.3.6.1.2.1.131.1.1.1.2.100308211|2|4
+1.3.6.1.2.1.131.1.1.1.2.100308212|2|4
+1.3.6.1.2.1.131.1.1.1.2.100308213|2|4
+1.3.6.1.2.1.131.1.1.1.3.100308100|2|3
+1.3.6.1.2.1.131.1.1.1.3.100308201|2|3
+1.3.6.1.2.1.131.1.1.1.3.100308202|2|3
+1.3.6.1.2.1.131.1.1.1.3.100308211|2|3
+1.3.6.1.2.1.131.1.1.1.3.100308212|2|3
+1.3.6.1.2.1.131.1.1.1.3.100308213|2|3
+1.3.6.1.2.1.131.1.1.1.4.100308100|2|3
+1.3.6.1.2.1.131.1.1.1.4.100308201|2|3
+1.3.6.1.2.1.131.1.1.1.4.100308202|2|3
+1.3.6.1.2.1.131.1.1.1.4.100308211|2|3
+1.3.6.1.2.1.131.1.1.1.4.100308212|2|3
+1.3.6.1.2.1.131.1.1.1.4.100308213|2|3
+1.3.6.1.2.1.131.1.1.1.5.100308100|4x|80
+1.3.6.1.2.1.131.1.1.1.5.100308201|4x|00
+1.3.6.1.2.1.131.1.1.1.5.100308202|4x|00
+1.3.6.1.2.1.131.1.1.1.5.100308211|4x|20
+1.3.6.1.2.1.131.1.1.1.5.100308212|4x|20
+1.3.6.1.2.1.131.1.1.1.5.100308213|4x|20
+1.3.6.1.2.1.131.1.1.1.6.100308100|2|4
+1.3.6.1.2.1.131.1.1.1.6.100308201|2|4
+1.3.6.1.2.1.131.1.1.1.6.100308202|2|4
+1.3.6.1.2.1.131.1.1.1.6.100308211|2|4
+1.3.6.1.2.1.131.1.1.1.6.100308212|2|4
+1.3.6.1.2.1.131.1.1.1.6.100308213|2|4
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100308201|2|-50
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100308202|2|310
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100308211|2|300
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100308212|2|3162
+1.3.6.1.4.1.30065.3.12.1.1.1.1.100308213|2|200
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100308201|2|-100
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100308202|2|300
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100308211|2|200
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100308212|2|2512
+1.3.6.1.4.1.30065.3.12.1.1.1.2.100308213|2|158
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100308201|2|750
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100308202|2|360
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100308211|2|8000
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100308212|2|7943
+1.3.6.1.4.1.30065.3.12.1.1.1.3.100308213|2|7943
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100308201|2|800
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100308202|2|370
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100308211|2|9000
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100308212|2|10000
+1.3.6.1.4.1.30065.3.12.1.1.1.4.100308213|2|10000
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100308201|4x|53656e736f722076616c75652033342e342043656c736975732069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100308202|4x|53656e736f722076616c756520332e333320566f6c74732069732077697468696e20626f756e6473
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100308211|4x|53656e736f722076616c756520302e3135206d41206973206174206f722062656c6f7720746865206c6f7720637269746963616c207468726573686f6c642028322e303029
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100308212|4x|53656e736f722076616c756520302e30303533206d57206973206174206f722062656c6f7720746865206c6f7720637269746963616c207468726573686f6c642028302e3235313229
+1.3.6.1.4.1.30065.3.12.1.1.1.5.100308213|4x|53656e736f722076616c756520302e30303034206d57206973206174206f722062656c6f7720746865206c6f7720637269746963616c207468726573686f6c642028302e3031353829
diff --git a/tools/vagrant/startup.sh b/tools/vagrant/startup.sh
new file mode 100755
index 000000000..1edc77db9
--- /dev/null
+++ b/tools/vagrant/startup.sh
@@ -0,0 +1,109 @@
+#!/usr/bin/env bash
+
+# Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee.
+# All Rights Reserved.
+#
+# This file is part of IXP Manager.
+#
+# IXP Manager 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, version v2.0 of the License.
+#
+# IXP Manager 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 GpNU General Public License for
+# more details.
+#
+# You should have received a copy of the GNU General Public License v2.0
+# along with IXP Manager. If not, see:
+#
+# http://www.gnu.org/licenses/gpl-2.0.html
+
+## VAGRANT startup script - IXP Manager v7 / 24.04 LTS / php8.3
+##
+## Barry O'Donovan 2015-2024
+
+
+## This script should be run on a reboot to set up everything bootstrap.sh would normally do.
+##
+## It will be added to /etc/rc.local and should run automatically.
+
+
+####################################################################################
+#######
+####### snmpsim
+
+chown -R vagrant: /srv/snmpclients
+
+/srv/venv/bin/snmpsim-command-responder --data-dir=/srv/snmpclients/ \
+ --agent-udpv4-endpoint=127.0.0.1:161 --quiet --daemonize --process-user root \
+ --process-group root --pid-file /tmp/snmpsim.pid --logging-method null
+
+
+####################################################################################
+#######
+####### Route Servers / Collectors / AS112 / Clients
+
+IPS=`mysql --defaults-extra-file=/etc/mysql/ixpmanager.cnf --skip-column-names --silent --raw ixp \
+ -e 'SELECT DISTINCT ipaddr.address FROM ipv4address as ipaddr JOIN vlaninterface AS vli ON vli.ipv4addressid = ipaddr.id'`
+
+for ip in $IPS; do /usr/sbin/ip address add $ip/24 dev lo; done
+
+IPS=`mysql --defaults-extra-file=/etc/mysql/ixpmanager.cnf --skip-column-names --silent --raw ixp \
+ -e 'SELECT DISTINCT ipaddr.address FROM ipv6address as ipaddr JOIN vlaninterface AS vli ON vli.ipv6addressid = ipaddr.id'`
+
+for ip in $IPS; do /usr/sbin/ip address add $ip/64 dev lo; done
+
+/vagrant/tools/vagrant/scripts/rs-api-reconfigure-all.sh
+/vagrant/tools/vagrant/scripts/rc-reconfigure.sh
+/vagrant/tools/vagrant/scripts/as112-reconfigure-bird2.sh
+
+mkdir -p /srv/clients
+chown -R vagrant: /srv/clients
+php /vagrant/artisan vagrant:generate-client-router-configurations
+chmod a+x /srv/clients/start-reload-clients.sh
+/srv/clients/start-reload-clients.sh
+
+php /vagrant/artisan vagrant:generate-birdseye-configurations
+chown -R vagrant: /srv/birdseye
+
+
+####################################################################################
+#######
+####### Graphing mrtg
+#######
+
+/vagrant/tools/vagrant/scripts/update-mrtg.sh
+
+
+
+
+
+####################################################################################
+#######
+####### Done!
+#######
+
+cd /vagrant
+
+cat <<"END_ASCII"
+
+ _ _ _ ______ _
+| | | | | | | ___ \ | |
+| | | | __ _ __ _ _ __ __ _ _ __ | |_ | |_/ /___ __ _ __| |_ _
+| | | |/ _` |/ _` | '__/ _` | '_ \| __| | // _ \/ _` |/ _` | | | |
+\ \_/ / (_| | (_| | | | (_| | | | | |_ | |\ \ __/ (_| | (_| | |_| |
+ \___/ \__,_|\__, |_| \__,_|_| |_|\__| \_| \_\___|\__,_|\__,_|\__, |
+ __/ | __/ |
+ |___/ |___/
+
+
+ _ ______ _____ _
+| | | ___| __ \ |
+| | | |_ | | \/ |
+| | | _| | | __| |
+| |____| | | |_\ \_|
+\_____/\_| \____(_)
+
+END_ASCII
+
diff --git a/tools/vagrant/vagrant-base.sql b/tools/vagrant/vagrant-base.sql
new file mode 100644
index 000000000..2b3b9fc04
--- /dev/null
+++ b/tools/vagrant/vagrant-base.sql
@@ -0,0 +1,2811 @@
+-- MySQL dump 10.13 Distrib 8.0.39, for Linux (aarch64)
+--
+-- Host: localhost Database: ixp
+-- ------------------------------------------------------
+-- Server version 8.0.39-0ubuntu0.24.04.1
+
+/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
+/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
+/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
+/*!50503 SET NAMES utf8mb4 */;
+/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
+/*!40103 SET TIME_ZONE='+00:00' */;
+/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
+/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
+/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
+/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
+
+--
+-- Table structure for table `api_keys`
+--
+
+DROP TABLE IF EXISTS `api_keys`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `api_keys` (
+ `id` bigint NOT NULL AUTO_INCREMENT,
+ `user_id` int NOT NULL,
+ `apiKey` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `expires` datetime DEFAULT NULL,
+ `allowedIPs` mediumtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci,
+ `lastseenAt` datetime DEFAULT NULL,
+ `lastseenFrom` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci,
+ `created_at` timestamp NOT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `UNIQ_9579321F800A1141` (`apiKey`),
+ KEY `IDX_9579321FA76ED395` (`user_id`),
+ CONSTRAINT `FK_9579321FA76ED395` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE CASCADE
+) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `api_keys`
+--
+
+LOCK TABLES `api_keys` WRITE;
+/*!40000 ALTER TABLE `api_keys` DISABLE KEYS */;
+INSERT INTO `api_keys` VALUES (1,1,'r8sFfkGamCjrbbLC12yIoCJooIRXzY9CYPaLVz92GFQyGqLq',NULL,NULL,'2024-08-23 14:02:11','127.0.0.1','Vagrant Dev API Key','2024-08-21 18:56:07','2024-08-23 19:02:11');
+/*!40000 ALTER TABLE `api_keys` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `atlas_measurements`
+--
+
+DROP TABLE IF EXISTS `atlas_measurements`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `atlas_measurements` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `run_id` int NOT NULL,
+ `cust_source` int DEFAULT NULL,
+ `cust_dest` int DEFAULT NULL,
+ `atlas_id` int DEFAULT NULL,
+ `atlas_create` datetime DEFAULT NULL,
+ `atlas_start` datetime DEFAULT NULL,
+ `atlas_stop` datetime DEFAULT NULL,
+ `atlas_data` json DEFAULT NULL,
+ `atlas_request` json DEFAULT NULL,
+ `atlas_state` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `atlas_measurements_cust_source_foreign` (`cust_source`),
+ KEY `atlas_measurements_cust_dest_foreign` (`cust_dest`),
+ KEY `atlas_measurements_run_id_foreign` (`run_id`),
+ CONSTRAINT `atlas_measurements_cust_dest_foreign` FOREIGN KEY (`cust_dest`) REFERENCES `cust` (`id`),
+ CONSTRAINT `atlas_measurements_cust_source_foreign` FOREIGN KEY (`cust_source`) REFERENCES `cust` (`id`),
+ CONSTRAINT `atlas_measurements_run_id_foreign` FOREIGN KEY (`run_id`) REFERENCES `atlas_runs` (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `atlas_measurements`
+--
+
+LOCK TABLES `atlas_measurements` WRITE;
+/*!40000 ALTER TABLE `atlas_measurements` DISABLE KEYS */;
+/*!40000 ALTER TABLE `atlas_measurements` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `atlas_probes`
+--
+
+DROP TABLE IF EXISTS `atlas_probes`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `atlas_probes` (
+ `id` bigint NOT NULL AUTO_INCREMENT,
+ `cust_id` int NOT NULL,
+ `address_v4` varchar(15) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
+ `address_v6` varchar(39) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
+ `v4_enabled` tinyint DEFAULT NULL,
+ `v6_enabled` tinyint DEFAULT NULL,
+ `asn` int DEFAULT NULL,
+ `atlas_id` int NOT NULL,
+ `is_anchor` tinyint NOT NULL,
+ `is_public` tinyint NOT NULL,
+ `last_connected` datetime DEFAULT NULL,
+ `status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
+ `api_data` json DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `atlas_probes_cust_id_foreign` (`cust_id`),
+ CONSTRAINT `atlas_probes_cust_id_foreign` FOREIGN KEY (`cust_id`) REFERENCES `cust` (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `atlas_probes`
+--
+
+LOCK TABLES `atlas_probes` WRITE;
+/*!40000 ALTER TABLE `atlas_probes` DISABLE KEYS */;
+/*!40000 ALTER TABLE `atlas_probes` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `atlas_results`
+--
+
+DROP TABLE IF EXISTS `atlas_results`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `atlas_results` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `measurement_id` int DEFAULT NULL,
+ `routing` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
+ `path` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `atlas_results_measurement_id_unique` (`measurement_id`),
+ CONSTRAINT `atlas_results_measurement_id_foreign` FOREIGN KEY (`measurement_id`) REFERENCES `atlas_measurements` (`id`) ON DELETE CASCADE
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `atlas_results`
+--
+
+LOCK TABLES `atlas_results` WRITE;
+/*!40000 ALTER TABLE `atlas_results` DISABLE KEYS */;
+/*!40000 ALTER TABLE `atlas_results` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `atlas_runs`
+--
+
+DROP TABLE IF EXISTS `atlas_runs`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `atlas_runs` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `vlan_id` int DEFAULT NULL,
+ `protocol` int DEFAULT NULL,
+ `scheduled_at` datetime DEFAULT NULL,
+ `started_at` datetime DEFAULT NULL,
+ `completed_at` datetime DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `atlas_runs_vlan_id_foreign` (`vlan_id`),
+ CONSTRAINT `atlas_runs_vlan_id_foreign` FOREIGN KEY (`vlan_id`) REFERENCES `vlan` (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `atlas_runs`
+--
+
+LOCK TABLES `atlas_runs` WRITE;
+/*!40000 ALTER TABLE `atlas_runs` DISABLE KEYS */;
+/*!40000 ALTER TABLE `atlas_runs` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `bgp_sessions`
+--
+
+DROP TABLE IF EXISTS `bgp_sessions`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `bgp_sessions` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `srcipaddressid` int NOT NULL,
+ `protocol` int NOT NULL,
+ `dstipaddressid` int NOT NULL,
+ `packetcount` int NOT NULL DEFAULT '0',
+ `last_seen` datetime NOT NULL,
+ `source` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `src_protocol_dst` (`srcipaddressid`,`protocol`,`dstipaddressid`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `bgp_sessions`
+--
+
+LOCK TABLES `bgp_sessions` WRITE;
+/*!40000 ALTER TABLE `bgp_sessions` DISABLE KEYS */;
+/*!40000 ALTER TABLE `bgp_sessions` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `bgpsessiondata`
+--
+
+DROP TABLE IF EXISTS `bgpsessiondata`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `bgpsessiondata` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `srcipaddressid` int DEFAULT NULL,
+ `dstipaddressid` int DEFAULT NULL,
+ `protocol` int DEFAULT NULL,
+ `vlan` int DEFAULT NULL,
+ `packetcount` int DEFAULT '0',
+ `timestamp` datetime DEFAULT NULL,
+ `source` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `idx_timestamp` (`timestamp`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `bgpsessiondata`
+--
+
+LOCK TABLES `bgpsessiondata` WRITE;
+/*!40000 ALTER TABLE `bgpsessiondata` DISABLE KEYS */;
+/*!40000 ALTER TABLE `bgpsessiondata` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `cabinet`
+--
+
+DROP TABLE IF EXISTS `cabinet`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `cabinet` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `locationid` int DEFAULT NULL,
+ `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `colocation` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `height` int DEFAULT NULL,
+ `type` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `notes` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci,
+ `u_counts_from` smallint DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `UNIQ_4CED05B05E237E06` (`name`),
+ KEY `IDX_4CED05B03530CCF` (`locationid`),
+ CONSTRAINT `FK_4CED05B03530CCF` FOREIGN KEY (`locationid`) REFERENCES `location` (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `cabinet`
+--
+
+LOCK TABLES `cabinet` WRITE;
+/*!40000 ALTER TABLE `cabinet` DISABLE KEYS */;
+INSERT INTO `cabinet` VALUES (1,1,'Rack F1-1','FAC1-R1',NULL,NULL,NULL,2,'2024-08-21 18:58:17','2024-08-21 18:58:17'),(2,2,'Rack F2-1','FAC2-R1',NULL,NULL,NULL,2,'2024-08-21 18:58:37','2024-08-21 18:58:37'),(3,2,'Rack F2-2','FAC2-R2',NULL,NULL,NULL,2,'2024-08-21 18:58:53','2024-08-21 18:58:53'),(4,1,'Rack F1-2','FAC1-R2',NULL,NULL,NULL,2,'2024-08-21 19:13:14','2024-08-21 19:13:14');
+/*!40000 ALTER TABLE `cabinet` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `company_billing_detail`
+--
+
+DROP TABLE IF EXISTS `company_billing_detail`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `company_billing_detail` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `billingContactName` varchar(255) DEFAULT NULL,
+ `billingAddress1` varchar(255) DEFAULT NULL,
+ `billingAddress2` varchar(255) DEFAULT NULL,
+ `billingAddress3` varchar(255) DEFAULT NULL,
+ `billingTownCity` varchar(255) DEFAULT NULL,
+ `billingPostcode` varchar(255) DEFAULT NULL,
+ `billingCountry` varchar(255) DEFAULT NULL,
+ `billingEmail` varchar(255) DEFAULT NULL,
+ `billingTelephone` varchar(255) DEFAULT NULL,
+ `vatNumber` varchar(255) DEFAULT NULL,
+ `vatRate` varchar(255) DEFAULT NULL,
+ `purchaseOrderRequired` tinyint(1) NOT NULL DEFAULT '0',
+ `purchaseOrderNumber` varchar(50) DEFAULT NULL,
+ `invoiceMethod` varchar(255) DEFAULT NULL,
+ `invoiceEmail` varchar(255) DEFAULT NULL,
+ `billingFrequency` varchar(255) DEFAULT NULL,
+ `notes` longtext,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `company_billing_detail`
+--
+
+LOCK TABLES `company_billing_detail` WRITE;
+/*!40000 ALTER TABLE `company_billing_detail` DISABLE KEYS */;
+INSERT INTO `company_billing_detail` VALUES (1,'Vagrant Superadmin',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'EMAIL',NULL,'NOBILLING',NULL,'2024-08-21 13:46:48','2024-08-21 13:46:48'),(2,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'2024-08-21 19:39:41','2024-08-21 19:39:41'),(3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'2024-08-21 20:08:58','2024-08-21 20:08:58'),(4,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'2024-08-21 20:27:04','2024-08-21 20:27:04'),(5,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'2024-08-21 20:33:17','2024-08-21 20:33:17'),(6,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'2024-08-21 20:48:58','2024-08-21 20:48:58'),(7,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'2024-08-21 21:04:53','2024-08-21 21:04:53'),(8,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,'2024-08-21 21:10:32','2024-08-21 21:10:32');
+/*!40000 ALTER TABLE `company_billing_detail` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `company_registration_detail`
+--
+
+DROP TABLE IF EXISTS `company_registration_detail`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `company_registration_detail` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `registeredName` varchar(255) DEFAULT NULL,
+ `companyNumber` varchar(255) DEFAULT NULL,
+ `jurisdiction` varchar(255) DEFAULT NULL,
+ `address1` varchar(255) DEFAULT NULL,
+ `address2` varchar(255) DEFAULT NULL,
+ `address3` varchar(255) DEFAULT NULL,
+ `townCity` varchar(255) DEFAULT NULL,
+ `postcode` varchar(255) DEFAULT NULL,
+ `country` varchar(255) DEFAULT NULL,
+ `notes` longtext,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=latin1;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `company_registration_detail`
+--
+
+LOCK TABLES `company_registration_detail` WRITE;
+/*!40000 ALTER TABLE `company_registration_detail` DISABLE KEYS */;
+INSERT INTO `company_registration_detail` VALUES (1,'VAGRANTIX',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-21 13:46:40','2024-08-21 13:46:40'),(2,'AS112',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-21 19:39:41','2024-08-21 19:39:41'),(3,'NREN',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-21 20:08:58','2024-08-21 20:08:58'),(4,'Eyeball ISP',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-21 20:27:04','2024-08-21 20:27:04'),(5,'CDN',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-21 20:33:17','2024-08-21 20:33:17'),(6,'Regional WISP',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-21 20:48:58','2024-08-21 20:48:58'),(7,'VAGRANTIX Route Servers',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-21 21:04:53','2024-08-21 21:04:53'),(8,'Associate Member',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-21 21:10:32','2024-08-21 21:10:32');
+/*!40000 ALTER TABLE `company_registration_detail` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `console_server`
+--
+
+DROP TABLE IF EXISTS `console_server`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `console_server` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `vendor_id` int DEFAULT NULL,
+ `cabinet_id` int DEFAULT NULL,
+ `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `hostname` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `model` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `serialNumber` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `active` tinyint(1) DEFAULT '1',
+ `notes` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `UNIQ_92A539235E237E06` (`name`),
+ KEY `IDX_92A53923F603EE73` (`vendor_id`),
+ KEY `IDX_92A53923D351EC` (`cabinet_id`),
+ CONSTRAINT `FK_92A53923D351EC` FOREIGN KEY (`cabinet_id`) REFERENCES `cabinet` (`id`),
+ CONSTRAINT `FK_92A53923F603EE73` FOREIGN KEY (`vendor_id`) REFERENCES `vendor` (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `console_server`
+--
+
+LOCK TABLES `console_server` WRITE;
+/*!40000 ALTER TABLE `console_server` DISABLE KEYS */;
+/*!40000 ALTER TABLE `console_server` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `consoleserverconnection`
+--
+
+DROP TABLE IF EXISTS `consoleserverconnection`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `consoleserverconnection` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `custid` int DEFAULT NULL,
+ `description` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `port` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `speed` int DEFAULT NULL,
+ `parity` int DEFAULT NULL,
+ `stopbits` int DEFAULT NULL,
+ `flowcontrol` int DEFAULT NULL,
+ `autobaud` tinyint(1) DEFAULT NULL,
+ `notes` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci,
+ `console_server_id` int DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `console_server_port_uniq` (`console_server_id`,`port`),
+ KEY `IDX_530316DCDA0209B9` (`custid`),
+ KEY `IDX_530316DCF472E7C6` (`console_server_id`),
+ CONSTRAINT `FK_530316DCDA0209B9` FOREIGN KEY (`custid`) REFERENCES `cust` (`id`) ON DELETE CASCADE,
+ CONSTRAINT `FK_530316DCF472E7C6` FOREIGN KEY (`console_server_id`) REFERENCES `console_server` (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `consoleserverconnection`
+--
+
+LOCK TABLES `consoleserverconnection` WRITE;
+/*!40000 ALTER TABLE `consoleserverconnection` DISABLE KEYS */;
+/*!40000 ALTER TABLE `consoleserverconnection` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `contact`
+--
+
+DROP TABLE IF EXISTS `contact`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `contact` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `custid` int DEFAULT NULL,
+ `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `email` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `phone` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `mobile` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `facilityaccess` tinyint(1) NOT NULL DEFAULT '0',
+ `mayauthorize` tinyint(1) NOT NULL DEFAULT '0',
+ `updated_at` datetime DEFAULT NULL,
+ `lastupdatedby` int DEFAULT NULL,
+ `creator` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `created_at` datetime DEFAULT NULL,
+ `position` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `notes` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci,
+ PRIMARY KEY (`id`),
+ KEY `IDX_4C62E638DA0209B9` (`custid`),
+ CONSTRAINT `FK_4C62E638DA0209B9` FOREIGN KEY (`custid`) REFERENCES `cust` (`id`) ON DELETE CASCADE
+) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `contact`
+--
+
+LOCK TABLES `contact` WRITE;
+/*!40000 ALTER TABLE `contact` DISABLE KEYS */;
+INSERT INTO `contact` VALUES (1,1,'Vagrant Superuser','vagrant@example.net',NULL,NULL,0,0,'2024-08-21 08:53:33',NULL,NULL,'2024-08-21 08:53:33',NULL,NULL);
+/*!40000 ALTER TABLE `contact` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `contact_group`
+--
+
+DROP TABLE IF EXISTS `contact_group`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `contact_group` (
+ `id` bigint NOT NULL AUTO_INCREMENT,
+ `name` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `description` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `type` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `active` tinyint(1) NOT NULL DEFAULT '1',
+ `limited_to` int NOT NULL DEFAULT '0',
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `UNIQ_40EA54CA5E237E06` (`name`)
+) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `contact_group`
+--
+
+LOCK TABLES `contact_group` WRITE;
+/*!40000 ALTER TABLE `contact_group` DISABLE KEYS */;
+INSERT INTO `contact_group` VALUES (1,'Billing','Contact role for billing matters','ROLE',1,0,'2024-08-21 18:53:50','2024-08-21 18:53:50'),(2,'Technical','Contact role for technical matters','ROLE',1,0,'2024-08-21 18:53:50','2024-08-21 18:53:50'),(3,'Admin','Contact role for admin matters','ROLE',1,0,'2024-08-21 18:53:50','2024-08-21 18:53:50'),(4,'Marketing','Contact role for marketing matters','ROLE',1,0,'2024-08-21 18:53:50','2024-08-21 18:53:50');
+/*!40000 ALTER TABLE `contact_group` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `contact_to_group`
+--
+
+DROP TABLE IF EXISTS `contact_to_group`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `contact_to_group` (
+ `contact_id` int NOT NULL,
+ `contact_group_id` bigint NOT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`contact_id`,`contact_group_id`),
+ KEY `IDX_FCD9E962E7A1254A` (`contact_id`),
+ KEY `IDX_FCD9E962647145D0` (`contact_group_id`),
+ CONSTRAINT `FK_FCD9E962647145D0` FOREIGN KEY (`contact_group_id`) REFERENCES `contact_group` (`id`),
+ CONSTRAINT `FK_FCD9E962E7A1254A` FOREIGN KEY (`contact_id`) REFERENCES `contact` (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `contact_to_group`
+--
+
+LOCK TABLES `contact_to_group` WRITE;
+/*!40000 ALTER TABLE `contact_to_group` DISABLE KEYS */;
+/*!40000 ALTER TABLE `contact_to_group` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `corebundles`
+--
+
+DROP TABLE IF EXISTS `corebundles`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `corebundles` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `description` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `type` int NOT NULL,
+ `graph_title` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `bfd` tinyint(1) NOT NULL DEFAULT '0',
+ `ipv4_subnet` varchar(18) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `ipv6_subnet` varchar(43) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `stp` tinyint(1) NOT NULL DEFAULT '0',
+ `cost` int unsigned DEFAULT NULL,
+ `preference` int unsigned DEFAULT NULL,
+ `enabled` tinyint(1) NOT NULL DEFAULT '0',
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `corebundles`
+--
+
+LOCK TABLES `corebundles` WRITE;
+/*!40000 ALTER TABLE `corebundles` DISABLE KEYS */;
+INSERT INTO `corebundles` VALUES (1,'Core: VIX1 - FAC1 - FAC2',2,'Core: VIX1 - FAC1 - FAC2',0,NULL,NULL,0,NULL,NULL,1,'2024-08-21 21:29:17','2024-08-21 21:29:17');
+/*!40000 ALTER TABLE `corebundles` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `coreinterfaces`
+--
+
+DROP TABLE IF EXISTS `coreinterfaces`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `coreinterfaces` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `physical_interface_id` int DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `UNIQ_E1A404B7FF664B20` (`physical_interface_id`),
+ CONSTRAINT `FK_E1A404B7FF664B20` FOREIGN KEY (`physical_interface_id`) REFERENCES `physicalinterface` (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `coreinterfaces`
+--
+
+LOCK TABLES `coreinterfaces` WRITE;
+/*!40000 ALTER TABLE `coreinterfaces` DISABLE KEYS */;
+INSERT INTO `coreinterfaces` VALUES (1,18,'2024-08-21 21:29:17','2024-08-21 21:29:17'),(2,19,'2024-08-21 21:29:17','2024-08-21 21:29:17'),(3,20,'2024-08-21 21:29:17','2024-08-21 21:29:17'),(4,21,'2024-08-21 21:29:17','2024-08-21 21:29:17');
+/*!40000 ALTER TABLE `coreinterfaces` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `corelinks`
+--
+
+DROP TABLE IF EXISTS `corelinks`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `corelinks` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `core_interface_sidea_id` int NOT NULL,
+ `core_interface_sideb_id` int NOT NULL,
+ `core_bundle_id` int NOT NULL,
+ `bfd` tinyint(1) NOT NULL DEFAULT '0',
+ `ipv4_subnet` varchar(18) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `ipv6_subnet` varchar(43) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `enabled` tinyint(1) NOT NULL DEFAULT '0',
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `UNIQ_BE421236BEBB85C6` (`core_interface_sidea_id`),
+ UNIQUE KEY `UNIQ_BE421236AC0E2A28` (`core_interface_sideb_id`),
+ KEY `IDX_BE421236BE9AE9F7` (`core_bundle_id`),
+ CONSTRAINT `FK_BE421236AC0E2A28` FOREIGN KEY (`core_interface_sideb_id`) REFERENCES `coreinterfaces` (`id`),
+ CONSTRAINT `FK_BE421236BE9AE9F7` FOREIGN KEY (`core_bundle_id`) REFERENCES `corebundles` (`id`),
+ CONSTRAINT `FK_BE421236BEBB85C6` FOREIGN KEY (`core_interface_sidea_id`) REFERENCES `coreinterfaces` (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `corelinks`
+--
+
+LOCK TABLES `corelinks` WRITE;
+/*!40000 ALTER TABLE `corelinks` DISABLE KEYS */;
+INSERT INTO `corelinks` VALUES (1,1,2,1,0,NULL,NULL,1,'2024-08-21 21:29:17','2024-08-21 21:29:17'),(2,3,4,1,0,NULL,NULL,1,'2024-08-21 21:29:17','2024-08-21 21:29:17');
+/*!40000 ALTER TABLE `corelinks` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `cust`
+--
+
+DROP TABLE IF EXISTS `cust`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `cust` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `type` int DEFAULT NULL,
+ `shortname` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `autsys` int DEFAULT NULL,
+ `maxprefixes` int DEFAULT NULL,
+ `peeringemail` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `nocphone` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `noc24hphone` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `nocfax` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `nocemail` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `nochours` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `nocwww` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `irrdb` int DEFAULT NULL,
+ `peeringmacro` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `peeringpolicy` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `corpwww` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `datejoin` date DEFAULT NULL,
+ `dateleave` date DEFAULT NULL,
+ `status` smallint DEFAULT NULL,
+ `activepeeringmatrix` tinyint(1) DEFAULT NULL,
+ `lastupdatedby` int DEFAULT NULL,
+ `creator` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `company_registered_detail_id` int DEFAULT NULL,
+ `company_billing_details_id` int DEFAULT NULL,
+ `peeringmacrov6` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `abbreviatedName` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `MD5Support` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT 'UNKNOWN',
+ `reseller` int DEFAULT NULL,
+ `isReseller` tinyint(1) NOT NULL DEFAULT '0',
+ `in_manrs` tinyint(1) NOT NULL DEFAULT '0',
+ `in_peeringdb` tinyint(1) NOT NULL DEFAULT '0',
+ `peeringdb_oauth` tinyint(1) NOT NULL DEFAULT '1',
+ `created_at` timestamp NOT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `UNIQ_997B25A64082763` (`shortname`),
+ UNIQUE KEY `UNIQ_997B25A98386213` (`company_registered_detail_id`),
+ UNIQUE KEY `UNIQ_997B25A84478F0C` (`company_billing_details_id`),
+ KEY `IDX_997B25A666E98DF` (`irrdb`),
+ KEY `IDX_997B25A18015899` (`reseller`),
+ CONSTRAINT `FK_997B25A18015899` FOREIGN KEY (`reseller`) REFERENCES `cust` (`id`),
+ CONSTRAINT `FK_997B25A666E98DF` FOREIGN KEY (`irrdb`) REFERENCES `irrdbconfig` (`id`),
+ CONSTRAINT `FK_997B25A84478F0C` FOREIGN KEY (`company_billing_details_id`) REFERENCES `company_billing_detail` (`id`),
+ CONSTRAINT `FK_997B25A98386213` FOREIGN KEY (`company_registered_detail_id`) REFERENCES `company_registration_detail` (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `cust`
+--
+
+LOCK TABLES `cust` WRITE;
+/*!40000 ALTER TABLE `cust` DISABLE KEYS */;
+INSERT INTO `cust` VALUES (1,'VAGRANTIX',3,'VAGRANTIX',65500,100,'peering@example.net','12345678','12345678',NULL,'noc@example.net','24x7','',NULL,NULL,'mandatory','http://127.0.0.1:8088','2024-08-21',NULL,1,1,NULL,NULL,1,1,NULL,'VAGRANTIX','UNKNOWN',NULL,0,0,0,1,'2024-08-21 13:51:52','2024-08-21 13:51:52'),(2,'AS112',4,'dnsoarc112',112,20,'peering@example.com',NULL,NULL,NULL,'noc@example.com',NULL,NULL,3,'AS112','open','https://www.as112.net/','2024-01-01',NULL,1,1,1,'1',2,2,NULL,'AS112','NO',NULL,0,0,0,1,'2024-08-21 19:39:41','2024-08-21 19:50:10'),(3,'NREN',1,'nren',1213,100,'peering@example.com',NULL,NULL,NULL,'noc@example.com',NULL,NULL,1,'AS-HEANET','selective','https://nren.example.com/','2024-08-01',NULL,1,1,1,'1',3,3,NULL,'NREN','YES',NULL,0,0,0,1,'2024-08-21 20:08:58','2024-08-21 21:03:32'),(4,'Eyeball ISP',1,'eyeballisp',25441,500,'peering@example.com',NULL,NULL,NULL,'noc@example.com',NULL,NULL,1,'AS-IBIS','open','https://eyeballisp.example.com/','2024-01-01',NULL,1,1,NULL,'1',4,4,NULL,'Eyeball ISP','YES',NULL,0,0,0,1,'2024-08-21 20:27:04','2024-08-21 20:27:04'),(5,'CDN',1,'cdn',2906,500,'peering@example.com',NULL,NULL,NULL,'noc@example.com',NULL,NULL,3,'AS-NFLX','open','https://cdn.example.com/','2024-02-01',NULL,1,1,NULL,'1',5,5,NULL,'CDN','YES',NULL,0,0,0,1,'2024-08-21 20:33:17','2024-08-21 20:33:17'),(6,'Regional WISP',1,'regionalwisp',39093,10,'peering@example.com',NULL,NULL,NULL,'noc@example.com',NULL,NULL,1,'AS-WESTNET','open','http://regionalwisp.example.com/','2024-03-01',NULL,1,1,1,'1',6,6,NULL,'R-WISP','YES',NULL,0,0,0,1,'2024-08-21 20:48:58','2024-08-21 20:52:16'),(7,'VAGRANTIX Route Servers',3,'routeservers',65501,100000,'peering@example.com',NULL,NULL,NULL,'noc@example.com',NULL,NULL,1,NULL,'open','https://vagrantix.example.com/','2024-01-01',NULL,1,1,NULL,'1',7,7,NULL,'VAGRANTIX RS','YES',NULL,0,0,0,1,'2024-08-21 21:04:53','2024-08-21 21:04:53'),(8,'Associate Member',2,'associate',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'https://associate.example.com/','2024-04-01',NULL,2,1,NULL,'1',8,8,NULL,'Associate Member','UNKNOWN',NULL,0,0,0,1,'2024-08-21 21:10:32','2024-08-21 21:10:32');
+/*!40000 ALTER TABLE `cust` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `cust_notes`
+--
+
+DROP TABLE IF EXISTS `cust_notes`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `cust_notes` (
+ `id` bigint NOT NULL AUTO_INCREMENT,
+ `customer_id` int NOT NULL,
+ `private` tinyint(1) NOT NULL DEFAULT '1',
+ `title` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `note` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `IDX_6377D8679395C3F3` (`customer_id`),
+ CONSTRAINT `FK_6377D8679395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `cust` (`id`) ON DELETE CASCADE
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `cust_notes`
+--
+
+LOCK TABLES `cust_notes` WRITE;
+/*!40000 ALTER TABLE `cust_notes` DISABLE KEYS */;
+/*!40000 ALTER TABLE `cust_notes` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `cust_tag`
+--
+
+DROP TABLE IF EXISTS `cust_tag`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `cust_tag` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `tag` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `display_as` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `description` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci,
+ `internal_only` tinyint(1) NOT NULL DEFAULT '0',
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `UNIQ_6B54CFB8389B783` (`tag`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `cust_tag`
+--
+
+LOCK TABLES `cust_tag` WRITE;
+/*!40000 ALTER TABLE `cust_tag` DISABLE KEYS */;
+/*!40000 ALTER TABLE `cust_tag` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `cust_to_cust_tag`
+--
+
+DROP TABLE IF EXISTS `cust_to_cust_tag`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `cust_to_cust_tag` (
+ `customer_tag_id` int NOT NULL,
+ `customer_id` int NOT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`customer_tag_id`,`customer_id`),
+ KEY `IDX_A6CFB30CB17BF40` (`customer_tag_id`),
+ KEY `IDX_A6CFB30C9395C3F3` (`customer_id`),
+ CONSTRAINT `FK_A6CFB30C9395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `cust` (`id`),
+ CONSTRAINT `FK_A6CFB30CB17BF40` FOREIGN KEY (`customer_tag_id`) REFERENCES `cust_tag` (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `cust_to_cust_tag`
+--
+
+LOCK TABLES `cust_to_cust_tag` WRITE;
+/*!40000 ALTER TABLE `cust_to_cust_tag` DISABLE KEYS */;
+/*!40000 ALTER TABLE `cust_to_cust_tag` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `custkit`
+--
+
+DROP TABLE IF EXISTS `custkit`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `custkit` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `custid` int DEFAULT NULL,
+ `cabinetid` int DEFAULT NULL,
+ `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `descr` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `IDX_8127F9AADA0209B9` (`custid`),
+ KEY `IDX_8127F9AA2B96718A` (`cabinetid`),
+ CONSTRAINT `FK_8127F9AA2B96718A` FOREIGN KEY (`cabinetid`) REFERENCES `cabinet` (`id`),
+ CONSTRAINT `FK_8127F9AADA0209B9` FOREIGN KEY (`custid`) REFERENCES `cust` (`id`) ON DELETE CASCADE
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `custkit`
+--
+
+LOCK TABLES `custkit` WRITE;
+/*!40000 ALTER TABLE `custkit` DISABLE KEYS */;
+/*!40000 ALTER TABLE `custkit` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `customer_to_users`
+--
+
+DROP TABLE IF EXISTS `customer_to_users`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `customer_to_users` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `customer_id` int NOT NULL,
+ `user_id` int NOT NULL,
+ `privs` int NOT NULL,
+ `extra_attributes` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci COMMENT '(DC2Type:json)',
+ `last_login_date` datetime DEFAULT NULL,
+ `last_login_from` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
+ `last_login_via` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
+ `created_at` timestamp NOT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `customer_user` (`customer_id`,`user_id`),
+ KEY `IDX_337AD7F69395C3F3` (`customer_id`),
+ KEY `IDX_337AD7F6A76ED395` (`user_id`),
+ CONSTRAINT `FK_337AD7F69395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `cust` (`id`),
+ CONSTRAINT `FK_337AD7F6A76ED395` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `customer_to_users`
+--
+
+LOCK TABLES `customer_to_users` WRITE;
+/*!40000 ALTER TABLE `customer_to_users` DISABLE KEYS */;
+INSERT INTO `customer_to_users` VALUES (1,1,1,3,NULL,'2024-08-21 15:06:56','10.211.55.1','Login','2024-08-21 13:53:06','2024-08-21 20:06:56'),(2,2,2,2,'{\"created_by\":{\"type\":\"user\",\"user_id\":2}}','2024-08-21 15:05:59','10.211.55.1','Login','2024-08-21 19:51:20','2024-08-21 20:05:59'),(3,2,3,1,'{\"created_by\":{\"type\":\"user\",\"user_id\":3}}','2024-08-21 15:06:34','10.211.55.1','Login','2024-08-21 20:04:17','2024-08-21 20:06:34');
+/*!40000 ALTER TABLE `customer_to_users` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `docstore_customer_directories`
+--
+
+DROP TABLE IF EXISTS `docstore_customer_directories`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `docstore_customer_directories` (
+ `id` bigint unsigned NOT NULL AUTO_INCREMENT,
+ `cust_id` int NOT NULL,
+ `parent_dir_id` bigint unsigned DEFAULT NULL,
+ `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `docstore_customer_directories_cust_id_foreign` (`cust_id`),
+ KEY `docstore_customer_directories_parent_dir_id_index` (`parent_dir_id`),
+ CONSTRAINT `docstore_customer_directories_cust_id_foreign` FOREIGN KEY (`cust_id`) REFERENCES `cust` (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `docstore_customer_directories`
+--
+
+LOCK TABLES `docstore_customer_directories` WRITE;
+/*!40000 ALTER TABLE `docstore_customer_directories` DISABLE KEYS */;
+/*!40000 ALTER TABLE `docstore_customer_directories` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `docstore_customer_files`
+--
+
+DROP TABLE IF EXISTS `docstore_customer_files`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `docstore_customer_files` (
+ `id` bigint unsigned NOT NULL AUTO_INCREMENT,
+ `cust_id` int NOT NULL,
+ `docstore_customer_directory_id` bigint unsigned DEFAULT NULL,
+ `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `disk` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'docstore_customers',
+ `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
+ `sha256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
+ `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
+ `min_privs` smallint NOT NULL,
+ `file_last_updated` datetime NOT NULL,
+ `created_by` int DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `docstore_customer_files_cust_id_foreign` (`cust_id`),
+ KEY `docstore_customer_files_docstore_customer_directory_id_foreign` (`docstore_customer_directory_id`),
+ CONSTRAINT `docstore_customer_files_cust_id_foreign` FOREIGN KEY (`cust_id`) REFERENCES `cust` (`id`),
+ CONSTRAINT `docstore_customer_files_docstore_customer_directory_id_foreign` FOREIGN KEY (`docstore_customer_directory_id`) REFERENCES `docstore_customer_directories` (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `docstore_customer_files`
+--
+
+LOCK TABLES `docstore_customer_files` WRITE;
+/*!40000 ALTER TABLE `docstore_customer_files` DISABLE KEYS */;
+/*!40000 ALTER TABLE `docstore_customer_files` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `docstore_directories`
+--
+
+DROP TABLE IF EXISTS `docstore_directories`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `docstore_directories` (
+ `id` bigint unsigned NOT NULL AUTO_INCREMENT,
+ `parent_dir_id` bigint unsigned DEFAULT NULL,
+ `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `docstore_directories_parent_dir_id_index` (`parent_dir_id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `docstore_directories`
+--
+
+LOCK TABLES `docstore_directories` WRITE;
+/*!40000 ALTER TABLE `docstore_directories` DISABLE KEYS */;
+/*!40000 ALTER TABLE `docstore_directories` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `docstore_files`
+--
+
+DROP TABLE IF EXISTS `docstore_files`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `docstore_files` (
+ `id` bigint unsigned NOT NULL AUTO_INCREMENT,
+ `docstore_directory_id` bigint unsigned DEFAULT NULL,
+ `name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `disk` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'docstore',
+ `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',
+ `sha256` varchar(64) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
+ `description` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
+ `min_privs` smallint NOT NULL,
+ `file_last_updated` datetime NOT NULL,
+ `created_by` int DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `docstore_files_docstore_directory_id_foreign` (`docstore_directory_id`),
+ CONSTRAINT `docstore_files_docstore_directory_id_foreign` FOREIGN KEY (`docstore_directory_id`) REFERENCES `docstore_directories` (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `docstore_files`
+--
+
+LOCK TABLES `docstore_files` WRITE;
+/*!40000 ALTER TABLE `docstore_files` DISABLE KEYS */;
+/*!40000 ALTER TABLE `docstore_files` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `docstore_logs`
+--
+
+DROP TABLE IF EXISTS `docstore_logs`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `docstore_logs` (
+ `id` bigint unsigned NOT NULL AUTO_INCREMENT,
+ `docstore_file_id` bigint unsigned NOT NULL,
+ `downloaded_by` int DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `docstore_logs_docstore_file_id_foreign` (`docstore_file_id`),
+ KEY `docstore_logs_created_at_index` (`created_at`),
+ CONSTRAINT `docstore_logs_docstore_file_id_foreign` FOREIGN KEY (`docstore_file_id`) REFERENCES `docstore_files` (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `docstore_logs`
+--
+
+LOCK TABLES `docstore_logs` WRITE;
+/*!40000 ALTER TABLE `docstore_logs` DISABLE KEYS */;
+/*!40000 ALTER TABLE `docstore_logs` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `failed_jobs`
+--
+
+DROP TABLE IF EXISTS `failed_jobs`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `failed_jobs` (
+ `id` bigint unsigned NOT NULL AUTO_INCREMENT,
+ `connection` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `queue` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `payload` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `exception` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `failed_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
+ PRIMARY KEY (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `failed_jobs`
+--
+
+LOCK TABLES `failed_jobs` WRITE;
+/*!40000 ALTER TABLE `failed_jobs` DISABLE KEYS */;
+/*!40000 ALTER TABLE `failed_jobs` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `infrastructure`
+--
+
+DROP TABLE IF EXISTS `infrastructure`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `infrastructure` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `shortname` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `isPrimary` tinyint(1) NOT NULL DEFAULT '0',
+ `peeringdb_ix_id` bigint DEFAULT NULL,
+ `ixf_ix_id` bigint DEFAULT NULL,
+ `country` varchar(2) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `notes` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `IXPSN` (`shortname`)
+) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `infrastructure`
+--
+
+LOCK TABLES `infrastructure` WRITE;
+/*!40000 ALTER TABLE `infrastructure` DISABLE KEYS */;
+INSERT INTO `infrastructure` VALUES (1,'VAGRANT IX1','VIX1',1,NULL,NULL,NULL,NULL,'2024-08-21 13:46:32','2024-08-21 13:46:32'),(2,'VAGRANT IX2','VIX2',0,NULL,NULL,'IE',NULL,'2024-08-21 19:17:13','2024-08-21 19:17:13');
+/*!40000 ALTER TABLE `infrastructure` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `ipv4address`
+--
+
+DROP TABLE IF EXISTS `ipv4address`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `ipv4address` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `vlanid` int DEFAULT NULL,
+ `address` varchar(16) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `vlan_address` (`vlanid`,`address`),
+ KEY `IDX_A44BCBEEF48D6D0` (`vlanid`),
+ CONSTRAINT `FK_A44BCBEEF48D6D0` FOREIGN KEY (`vlanid`) REFERENCES `vlan` (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=133 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `ipv4address`
+--
+
+LOCK TABLES `ipv4address` WRITE;
+/*!40000 ALTER TABLE `ipv4address` DISABLE KEYS */;
+INSERT INTO `ipv4address` VALUES (1,1,'192.0.2.0','2024-08-21 19:36:15','2024-08-21 19:36:15'),(2,1,'192.0.2.1','2024-08-21 19:36:15','2024-08-21 19:36:15'),(3,1,'192.0.2.2','2024-08-21 19:36:15','2024-08-21 19:36:15'),(4,1,'192.0.2.3','2024-08-21 19:36:15','2024-08-21 19:36:15'),(5,1,'192.0.2.4','2024-08-21 19:36:15','2024-08-21 19:36:15'),(6,1,'192.0.2.5','2024-08-21 19:36:15','2024-08-21 19:36:15'),(7,1,'192.0.2.6','2024-08-21 19:36:15','2024-08-21 19:36:15'),(8,1,'192.0.2.7','2024-08-21 19:36:15','2024-08-21 19:36:15'),(9,1,'192.0.2.8','2024-08-21 19:36:15','2024-08-21 19:36:15'),(10,1,'192.0.2.9','2024-08-21 19:36:15','2024-08-21 19:36:15'),(11,1,'192.0.2.10','2024-08-21 19:36:15','2024-08-21 19:36:15'),(12,1,'192.0.2.11','2024-08-21 19:36:15','2024-08-21 19:36:15'),(13,1,'192.0.2.12','2024-08-21 19:36:15','2024-08-21 19:36:15'),(14,1,'192.0.2.13','2024-08-21 19:36:15','2024-08-21 19:36:15'),(15,1,'192.0.2.14','2024-08-21 19:36:15','2024-08-21 19:36:15'),(16,1,'192.0.2.15','2024-08-21 19:36:15','2024-08-21 19:36:15'),(17,1,'192.0.2.16','2024-08-21 19:36:15','2024-08-21 19:36:15'),(18,1,'192.0.2.17','2024-08-21 19:36:15','2024-08-21 19:36:15'),(19,1,'192.0.2.18','2024-08-21 19:36:15','2024-08-21 19:36:15'),(20,1,'192.0.2.19','2024-08-21 19:36:15','2024-08-21 19:36:15'),(21,1,'192.0.2.20','2024-08-21 19:36:15','2024-08-21 19:36:15'),(22,1,'192.0.2.21','2024-08-21 19:36:15','2024-08-21 19:36:15'),(23,1,'192.0.2.22','2024-08-21 19:36:15','2024-08-21 19:36:15'),(24,1,'192.0.2.23','2024-08-21 19:36:15','2024-08-21 19:36:15'),(25,1,'192.0.2.24','2024-08-21 19:36:15','2024-08-21 19:36:15'),(26,1,'192.0.2.25','2024-08-21 19:36:15','2024-08-21 19:36:15'),(27,1,'192.0.2.26','2024-08-21 19:36:15','2024-08-21 19:36:15'),(28,1,'192.0.2.27','2024-08-21 19:36:15','2024-08-21 19:36:15'),(29,1,'192.0.2.28','2024-08-21 19:36:15','2024-08-21 19:36:15'),(30,1,'192.0.2.29','2024-08-21 19:36:15','2024-08-21 19:36:15'),(31,1,'192.0.2.30','2024-08-21 19:36:15','2024-08-21 19:36:15'),(32,1,'192.0.2.31','2024-08-21 19:36:15','2024-08-21 19:36:15'),(33,3,'192.0.2.0','2024-08-21 19:36:28','2024-08-21 19:36:28'),(34,3,'192.0.2.1','2024-08-21 19:36:28','2024-08-21 19:36:28'),(35,3,'192.0.2.2','2024-08-21 19:36:28','2024-08-21 19:36:28'),(36,3,'192.0.2.3','2024-08-21 19:36:28','2024-08-21 19:36:28'),(37,3,'192.0.2.4','2024-08-21 19:36:28','2024-08-21 19:36:28'),(38,3,'192.0.2.5','2024-08-21 19:36:28','2024-08-21 19:36:28'),(39,3,'192.0.2.6','2024-08-21 19:36:28','2024-08-21 19:36:28'),(40,3,'192.0.2.7','2024-08-21 19:36:28','2024-08-21 19:36:28'),(41,3,'192.0.2.8','2024-08-21 19:36:28','2024-08-21 19:36:28'),(42,3,'192.0.2.9','2024-08-21 19:36:28','2024-08-21 19:36:28'),(43,3,'192.0.2.10','2024-08-21 19:36:28','2024-08-21 19:36:28'),(44,3,'192.0.2.11','2024-08-21 19:36:28','2024-08-21 19:36:28'),(45,3,'192.0.2.12','2024-08-21 19:36:28','2024-08-21 19:36:28'),(46,3,'192.0.2.13','2024-08-21 19:36:28','2024-08-21 19:36:28'),(47,3,'192.0.2.14','2024-08-21 19:36:28','2024-08-21 19:36:28'),(48,3,'192.0.2.15','2024-08-21 19:36:28','2024-08-21 19:36:28'),(49,3,'192.0.2.16','2024-08-21 19:36:28','2024-08-21 19:36:28'),(50,3,'192.0.2.17','2024-08-21 19:36:28','2024-08-21 19:36:28'),(51,3,'192.0.2.18','2024-08-21 19:36:28','2024-08-21 19:36:28'),(52,3,'192.0.2.19','2024-08-21 19:36:28','2024-08-21 19:36:28'),(53,3,'192.0.2.20','2024-08-21 19:36:28','2024-08-21 19:36:28'),(54,3,'192.0.2.21','2024-08-21 19:36:28','2024-08-21 19:36:28'),(55,3,'192.0.2.22','2024-08-21 19:36:28','2024-08-21 19:36:28'),(56,3,'192.0.2.23','2024-08-21 19:36:28','2024-08-21 19:36:28'),(57,3,'192.0.2.24','2024-08-21 19:36:28','2024-08-21 19:36:28'),(58,3,'192.0.2.25','2024-08-21 19:36:28','2024-08-21 19:36:28'),(59,3,'192.0.2.26','2024-08-21 19:36:28','2024-08-21 19:36:28'),(60,3,'192.0.2.27','2024-08-21 19:36:28','2024-08-21 19:36:28'),(61,3,'192.0.2.28','2024-08-21 19:36:28','2024-08-21 19:36:28'),(62,3,'192.0.2.29','2024-08-21 19:36:28','2024-08-21 19:36:28'),(63,3,'192.0.2.30','2024-08-21 19:36:28','2024-08-21 19:36:28'),(64,3,'192.0.2.31','2024-08-21 19:36:28','2024-08-21 19:36:28'),(65,2,'198.51.100.0','2024-08-21 19:36:42','2024-08-21 19:36:42'),(66,2,'198.51.100.1','2024-08-21 19:36:42','2024-08-21 19:36:42'),(67,2,'198.51.100.2','2024-08-21 19:36:42','2024-08-21 19:36:42'),(68,2,'198.51.100.3','2024-08-21 19:36:42','2024-08-21 19:36:42'),(69,2,'198.51.100.4','2024-08-21 19:36:42','2024-08-21 19:36:42'),(70,2,'198.51.100.5','2024-08-21 19:36:42','2024-08-21 19:36:42'),(71,2,'198.51.100.6','2024-08-21 19:36:42','2024-08-21 19:36:42'),(72,2,'198.51.100.7','2024-08-21 19:36:42','2024-08-21 19:36:42'),(73,2,'198.51.100.8','2024-08-21 19:36:42','2024-08-21 19:36:42'),(74,2,'198.51.100.9','2024-08-21 19:36:42','2024-08-21 19:36:42'),(75,2,'198.51.100.10','2024-08-21 19:36:42','2024-08-21 19:36:42'),(76,2,'198.51.100.11','2024-08-21 19:36:42','2024-08-21 19:36:42'),(77,2,'198.51.100.12','2024-08-21 19:36:42','2024-08-21 19:36:42'),(78,2,'198.51.100.13','2024-08-21 19:36:42','2024-08-21 19:36:42'),(79,2,'198.51.100.14','2024-08-21 19:36:42','2024-08-21 19:36:42'),(80,2,'198.51.100.15','2024-08-21 19:36:42','2024-08-21 19:36:42'),(81,2,'198.51.100.16','2024-08-21 19:36:42','2024-08-21 19:36:42'),(82,2,'198.51.100.17','2024-08-21 19:36:42','2024-08-21 19:36:42'),(83,2,'198.51.100.18','2024-08-21 19:36:42','2024-08-21 19:36:42'),(84,2,'198.51.100.19','2024-08-21 19:36:42','2024-08-21 19:36:42'),(85,2,'198.51.100.20','2024-08-21 19:36:42','2024-08-21 19:36:42'),(86,2,'198.51.100.21','2024-08-21 19:36:42','2024-08-21 19:36:42'),(87,2,'198.51.100.22','2024-08-21 19:36:42','2024-08-21 19:36:42'),(88,2,'198.51.100.23','2024-08-21 19:36:42','2024-08-21 19:36:42'),(89,2,'198.51.100.24','2024-08-21 19:36:42','2024-08-21 19:36:42'),(90,2,'198.51.100.25','2024-08-21 19:36:42','2024-08-21 19:36:42'),(91,2,'198.51.100.26','2024-08-21 19:36:42','2024-08-21 19:36:42'),(92,2,'198.51.100.27','2024-08-21 19:36:42','2024-08-21 19:36:42'),(93,2,'198.51.100.28','2024-08-21 19:36:42','2024-08-21 19:36:42'),(94,2,'198.51.100.29','2024-08-21 19:36:42','2024-08-21 19:36:42'),(95,2,'198.51.100.30','2024-08-21 19:36:42','2024-08-21 19:36:42'),(96,2,'198.51.100.31','2024-08-21 19:36:42','2024-08-21 19:36:42'),(97,4,'198.51.100.0','2024-08-21 19:36:47','2024-08-21 19:36:47'),(98,4,'198.51.100.1','2024-08-21 19:36:47','2024-08-21 19:36:47'),(99,4,'198.51.100.2','2024-08-21 19:36:47','2024-08-21 19:36:47'),(100,4,'198.51.100.3','2024-08-21 19:36:47','2024-08-21 19:36:47'),(101,4,'198.51.100.4','2024-08-21 19:36:47','2024-08-21 19:36:47'),(102,4,'198.51.100.5','2024-08-21 19:36:47','2024-08-21 19:36:47'),(103,4,'198.51.100.6','2024-08-21 19:36:47','2024-08-21 19:36:47'),(104,4,'198.51.100.7','2024-08-21 19:36:47','2024-08-21 19:36:47'),(105,4,'198.51.100.8','2024-08-21 19:36:47','2024-08-21 19:36:47'),(106,4,'198.51.100.9','2024-08-21 19:36:47','2024-08-21 19:36:47'),(107,4,'198.51.100.10','2024-08-21 19:36:47','2024-08-21 19:36:47'),(108,4,'198.51.100.11','2024-08-21 19:36:47','2024-08-21 19:36:47'),(109,4,'198.51.100.12','2024-08-21 19:36:47','2024-08-21 19:36:47'),(110,4,'198.51.100.13','2024-08-21 19:36:47','2024-08-21 19:36:47'),(111,4,'198.51.100.14','2024-08-21 19:36:47','2024-08-21 19:36:47'),(112,4,'198.51.100.15','2024-08-21 19:36:47','2024-08-21 19:36:47'),(113,4,'198.51.100.16','2024-08-21 19:36:47','2024-08-21 19:36:47'),(114,4,'198.51.100.17','2024-08-21 19:36:47','2024-08-21 19:36:47'),(115,4,'198.51.100.18','2024-08-21 19:36:47','2024-08-21 19:36:47'),(116,4,'198.51.100.19','2024-08-21 19:36:47','2024-08-21 19:36:47'),(117,4,'198.51.100.20','2024-08-21 19:36:47','2024-08-21 19:36:47'),(118,4,'198.51.100.21','2024-08-21 19:36:47','2024-08-21 19:36:47'),(119,4,'198.51.100.22','2024-08-21 19:36:47','2024-08-21 19:36:47'),(120,4,'198.51.100.23','2024-08-21 19:36:47','2024-08-21 19:36:47'),(121,4,'198.51.100.24','2024-08-21 19:36:47','2024-08-21 19:36:47'),(122,4,'198.51.100.25','2024-08-21 19:36:47','2024-08-21 19:36:47'),(123,4,'198.51.100.26','2024-08-21 19:36:47','2024-08-21 19:36:47'),(124,4,'198.51.100.27','2024-08-21 19:36:47','2024-08-21 19:36:47'),(125,4,'198.51.100.28','2024-08-21 19:36:47','2024-08-21 19:36:47'),(126,4,'198.51.100.29','2024-08-21 19:36:47','2024-08-21 19:36:47'),(127,4,'198.51.100.30','2024-08-21 19:36:47','2024-08-21 19:36:47'),(128,4,'198.51.100.31','2024-08-21 19:36:47','2024-08-21 19:36:47'),(129,1,'192.0.2.126','2024-08-21 20:54:04','2024-08-21 20:54:04'),(130,3,'192.0.2.126','2024-08-21 20:54:10','2024-08-21 20:54:10'),(131,2,'198.51.100.126','2024-08-21 20:55:01','2024-08-21 20:55:01'),(132,4,'198.51.100.126','2024-08-21 20:55:06','2024-08-21 20:55:06');
+/*!40000 ALTER TABLE `ipv4address` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `ipv6address`
+--
+
+DROP TABLE IF EXISTS `ipv6address`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `ipv6address` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `vlanid` int DEFAULT NULL,
+ `address` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `vlan_address` (`vlanid`,`address`),
+ KEY `IDX_E66ECC93F48D6D0` (`vlanid`),
+ CONSTRAINT `FK_E66ECC93F48D6D0` FOREIGN KEY (`vlanid`) REFERENCES `vlan` (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=133 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `ipv6address`
+--
+
+LOCK TABLES `ipv6address` WRITE;
+/*!40000 ALTER TABLE `ipv6address` DISABLE KEYS */;
+INSERT INTO `ipv6address` VALUES (1,1,'2001:db8:0:10::','2024-08-21 19:37:24','2024-08-21 19:37:24'),(2,1,'2001:db8:0:10::1','2024-08-21 19:37:24','2024-08-21 19:37:24'),(3,1,'2001:db8:0:10::2','2024-08-21 19:37:24','2024-08-21 19:37:24'),(4,1,'2001:db8:0:10::3','2024-08-21 19:37:24','2024-08-21 19:37:24'),(5,1,'2001:db8:0:10::4','2024-08-21 19:37:24','2024-08-21 19:37:24'),(6,1,'2001:db8:0:10::5','2024-08-21 19:37:24','2024-08-21 19:37:24'),(7,1,'2001:db8:0:10::6','2024-08-21 19:37:24','2024-08-21 19:37:24'),(8,1,'2001:db8:0:10::7','2024-08-21 19:37:24','2024-08-21 19:37:24'),(9,1,'2001:db8:0:10::8','2024-08-21 19:37:24','2024-08-21 19:37:24'),(10,1,'2001:db8:0:10::9','2024-08-21 19:37:24','2024-08-21 19:37:24'),(11,1,'2001:db8:0:10::10','2024-08-21 19:37:24','2024-08-21 19:37:24'),(12,1,'2001:db8:0:10::11','2024-08-21 19:37:24','2024-08-21 19:37:24'),(13,1,'2001:db8:0:10::12','2024-08-21 19:37:24','2024-08-21 19:37:24'),(14,1,'2001:db8:0:10::13','2024-08-21 19:37:24','2024-08-21 19:37:24'),(15,1,'2001:db8:0:10::14','2024-08-21 19:37:24','2024-08-21 19:37:24'),(16,1,'2001:db8:0:10::15','2024-08-21 19:37:24','2024-08-21 19:37:24'),(17,1,'2001:db8:0:10::16','2024-08-21 19:37:24','2024-08-21 19:37:24'),(18,1,'2001:db8:0:10::17','2024-08-21 19:37:24','2024-08-21 19:37:24'),(19,1,'2001:db8:0:10::18','2024-08-21 19:37:24','2024-08-21 19:37:24'),(20,1,'2001:db8:0:10::19','2024-08-21 19:37:24','2024-08-21 19:37:24'),(21,1,'2001:db8:0:10::20','2024-08-21 19:37:24','2024-08-21 19:37:24'),(22,1,'2001:db8:0:10::21','2024-08-21 19:37:24','2024-08-21 19:37:24'),(23,1,'2001:db8:0:10::22','2024-08-21 19:37:24','2024-08-21 19:37:24'),(24,1,'2001:db8:0:10::23','2024-08-21 19:37:24','2024-08-21 19:37:24'),(25,1,'2001:db8:0:10::24','2024-08-21 19:37:24','2024-08-21 19:37:24'),(26,1,'2001:db8:0:10::25','2024-08-21 19:37:24','2024-08-21 19:37:24'),(27,1,'2001:db8:0:10::26','2024-08-21 19:37:24','2024-08-21 19:37:24'),(28,1,'2001:db8:0:10::27','2024-08-21 19:37:24','2024-08-21 19:37:24'),(29,1,'2001:db8:0:10::28','2024-08-21 19:37:24','2024-08-21 19:37:24'),(30,1,'2001:db8:0:10::29','2024-08-21 19:37:24','2024-08-21 19:37:24'),(31,1,'2001:db8:0:10::30','2024-08-21 19:37:24','2024-08-21 19:37:24'),(32,1,'2001:db8:0:10::31','2024-08-21 19:37:24','2024-08-21 19:37:24'),(33,3,'2001:db8:0:10::','2024-08-21 19:37:39','2024-08-21 19:37:39'),(34,3,'2001:db8:0:10::1','2024-08-21 19:37:39','2024-08-21 19:37:39'),(35,3,'2001:db8:0:10::2','2024-08-21 19:37:39','2024-08-21 19:37:39'),(36,3,'2001:db8:0:10::3','2024-08-21 19:37:39','2024-08-21 19:37:39'),(37,3,'2001:db8:0:10::4','2024-08-21 19:37:39','2024-08-21 19:37:39'),(38,3,'2001:db8:0:10::5','2024-08-21 19:37:39','2024-08-21 19:37:39'),(39,3,'2001:db8:0:10::6','2024-08-21 19:37:39','2024-08-21 19:37:39'),(40,3,'2001:db8:0:10::7','2024-08-21 19:37:39','2024-08-21 19:37:39'),(41,3,'2001:db8:0:10::8','2024-08-21 19:37:39','2024-08-21 19:37:39'),(42,3,'2001:db8:0:10::9','2024-08-21 19:37:39','2024-08-21 19:37:39'),(43,3,'2001:db8:0:10::10','2024-08-21 19:37:39','2024-08-21 19:37:39'),(44,3,'2001:db8:0:10::11','2024-08-21 19:37:39','2024-08-21 19:37:39'),(45,3,'2001:db8:0:10::12','2024-08-21 19:37:39','2024-08-21 19:37:39'),(46,3,'2001:db8:0:10::13','2024-08-21 19:37:39','2024-08-21 19:37:39'),(47,3,'2001:db8:0:10::14','2024-08-21 19:37:39','2024-08-21 19:37:39'),(48,3,'2001:db8:0:10::15','2024-08-21 19:37:39','2024-08-21 19:37:39'),(49,3,'2001:db8:0:10::16','2024-08-21 19:37:39','2024-08-21 19:37:39'),(50,3,'2001:db8:0:10::17','2024-08-21 19:37:39','2024-08-21 19:37:39'),(51,3,'2001:db8:0:10::18','2024-08-21 19:37:39','2024-08-21 19:37:39'),(52,3,'2001:db8:0:10::19','2024-08-21 19:37:39','2024-08-21 19:37:39'),(53,3,'2001:db8:0:10::20','2024-08-21 19:37:39','2024-08-21 19:37:39'),(54,3,'2001:db8:0:10::21','2024-08-21 19:37:39','2024-08-21 19:37:39'),(55,3,'2001:db8:0:10::22','2024-08-21 19:37:39','2024-08-21 19:37:39'),(56,3,'2001:db8:0:10::23','2024-08-21 19:37:39','2024-08-21 19:37:39'),(57,3,'2001:db8:0:10::24','2024-08-21 19:37:39','2024-08-21 19:37:39'),(58,3,'2001:db8:0:10::25','2024-08-21 19:37:39','2024-08-21 19:37:39'),(59,3,'2001:db8:0:10::26','2024-08-21 19:37:39','2024-08-21 19:37:39'),(60,3,'2001:db8:0:10::27','2024-08-21 19:37:39','2024-08-21 19:37:39'),(61,3,'2001:db8:0:10::28','2024-08-21 19:37:39','2024-08-21 19:37:39'),(62,3,'2001:db8:0:10::29','2024-08-21 19:37:39','2024-08-21 19:37:39'),(63,3,'2001:db8:0:10::30','2024-08-21 19:37:39','2024-08-21 19:37:39'),(64,3,'2001:db8:0:10::31','2024-08-21 19:37:39','2024-08-21 19:37:39'),(65,2,'2001:db8:0:20::','2024-08-21 19:37:50','2024-08-21 19:37:50'),(66,2,'2001:db8:0:20::1','2024-08-21 19:37:50','2024-08-21 19:37:50'),(67,2,'2001:db8:0:20::2','2024-08-21 19:37:50','2024-08-21 19:37:50'),(68,2,'2001:db8:0:20::3','2024-08-21 19:37:50','2024-08-21 19:37:50'),(69,2,'2001:db8:0:20::4','2024-08-21 19:37:50','2024-08-21 19:37:50'),(70,2,'2001:db8:0:20::5','2024-08-21 19:37:50','2024-08-21 19:37:50'),(71,2,'2001:db8:0:20::6','2024-08-21 19:37:50','2024-08-21 19:37:50'),(72,2,'2001:db8:0:20::7','2024-08-21 19:37:50','2024-08-21 19:37:50'),(73,2,'2001:db8:0:20::8','2024-08-21 19:37:50','2024-08-21 19:37:50'),(74,2,'2001:db8:0:20::9','2024-08-21 19:37:50','2024-08-21 19:37:50'),(75,2,'2001:db8:0:20::10','2024-08-21 19:37:50','2024-08-21 19:37:50'),(76,2,'2001:db8:0:20::11','2024-08-21 19:37:50','2024-08-21 19:37:50'),(77,2,'2001:db8:0:20::12','2024-08-21 19:37:50','2024-08-21 19:37:50'),(78,2,'2001:db8:0:20::13','2024-08-21 19:37:50','2024-08-21 19:37:50'),(79,2,'2001:db8:0:20::14','2024-08-21 19:37:50','2024-08-21 19:37:50'),(80,2,'2001:db8:0:20::15','2024-08-21 19:37:50','2024-08-21 19:37:50'),(81,2,'2001:db8:0:20::16','2024-08-21 19:37:50','2024-08-21 19:37:50'),(82,2,'2001:db8:0:20::17','2024-08-21 19:37:50','2024-08-21 19:37:50'),(83,2,'2001:db8:0:20::18','2024-08-21 19:37:50','2024-08-21 19:37:50'),(84,2,'2001:db8:0:20::19','2024-08-21 19:37:50','2024-08-21 19:37:50'),(85,2,'2001:db8:0:20::20','2024-08-21 19:37:50','2024-08-21 19:37:50'),(86,2,'2001:db8:0:20::21','2024-08-21 19:37:50','2024-08-21 19:37:50'),(87,2,'2001:db8:0:20::22','2024-08-21 19:37:50','2024-08-21 19:37:50'),(88,2,'2001:db8:0:20::23','2024-08-21 19:37:50','2024-08-21 19:37:50'),(89,2,'2001:db8:0:20::24','2024-08-21 19:37:50','2024-08-21 19:37:50'),(90,2,'2001:db8:0:20::25','2024-08-21 19:37:50','2024-08-21 19:37:50'),(91,2,'2001:db8:0:20::26','2024-08-21 19:37:50','2024-08-21 19:37:50'),(92,2,'2001:db8:0:20::27','2024-08-21 19:37:50','2024-08-21 19:37:50'),(93,2,'2001:db8:0:20::28','2024-08-21 19:37:50','2024-08-21 19:37:50'),(94,2,'2001:db8:0:20::29','2024-08-21 19:37:50','2024-08-21 19:37:50'),(95,2,'2001:db8:0:20::30','2024-08-21 19:37:50','2024-08-21 19:37:50'),(96,2,'2001:db8:0:20::31','2024-08-21 19:37:50','2024-08-21 19:37:50'),(97,4,'2001:db8:0:20::','2024-08-21 19:38:00','2024-08-21 19:38:00'),(98,4,'2001:db8:0:20::1','2024-08-21 19:38:00','2024-08-21 19:38:00'),(99,4,'2001:db8:0:20::2','2024-08-21 19:38:00','2024-08-21 19:38:00'),(100,4,'2001:db8:0:20::3','2024-08-21 19:38:00','2024-08-21 19:38:00'),(101,4,'2001:db8:0:20::4','2024-08-21 19:38:00','2024-08-21 19:38:00'),(102,4,'2001:db8:0:20::5','2024-08-21 19:38:00','2024-08-21 19:38:00'),(103,4,'2001:db8:0:20::6','2024-08-21 19:38:00','2024-08-21 19:38:00'),(104,4,'2001:db8:0:20::7','2024-08-21 19:38:00','2024-08-21 19:38:00'),(105,4,'2001:db8:0:20::8','2024-08-21 19:38:00','2024-08-21 19:38:00'),(106,4,'2001:db8:0:20::9','2024-08-21 19:38:00','2024-08-21 19:38:00'),(107,4,'2001:db8:0:20::10','2024-08-21 19:38:00','2024-08-21 19:38:00'),(108,4,'2001:db8:0:20::11','2024-08-21 19:38:00','2024-08-21 19:38:00'),(109,4,'2001:db8:0:20::12','2024-08-21 19:38:00','2024-08-21 19:38:00'),(110,4,'2001:db8:0:20::13','2024-08-21 19:38:00','2024-08-21 19:38:00'),(111,4,'2001:db8:0:20::14','2024-08-21 19:38:00','2024-08-21 19:38:00'),(112,4,'2001:db8:0:20::15','2024-08-21 19:38:00','2024-08-21 19:38:00'),(113,4,'2001:db8:0:20::16','2024-08-21 19:38:00','2024-08-21 19:38:00'),(114,4,'2001:db8:0:20::17','2024-08-21 19:38:00','2024-08-21 19:38:00'),(115,4,'2001:db8:0:20::18','2024-08-21 19:38:00','2024-08-21 19:38:00'),(116,4,'2001:db8:0:20::19','2024-08-21 19:38:00','2024-08-21 19:38:00'),(117,4,'2001:db8:0:20::20','2024-08-21 19:38:00','2024-08-21 19:38:00'),(118,4,'2001:db8:0:20::21','2024-08-21 19:38:00','2024-08-21 19:38:00'),(119,4,'2001:db8:0:20::22','2024-08-21 19:38:00','2024-08-21 19:38:00'),(120,4,'2001:db8:0:20::23','2024-08-21 19:38:00','2024-08-21 19:38:00'),(121,4,'2001:db8:0:20::24','2024-08-21 19:38:00','2024-08-21 19:38:00'),(122,4,'2001:db8:0:20::25','2024-08-21 19:38:00','2024-08-21 19:38:00'),(123,4,'2001:db8:0:20::26','2024-08-21 19:38:00','2024-08-21 19:38:00'),(124,4,'2001:db8:0:20::27','2024-08-21 19:38:00','2024-08-21 19:38:00'),(125,4,'2001:db8:0:20::28','2024-08-21 19:38:00','2024-08-21 19:38:00'),(126,4,'2001:db8:0:20::29','2024-08-21 19:38:00','2024-08-21 19:38:00'),(127,4,'2001:db8:0:20::30','2024-08-21 19:38:00','2024-08-21 19:38:00'),(128,4,'2001:db8:0:20::31','2024-08-21 19:38:00','2024-08-21 19:38:00'),(129,1,'2001:db8:0:10::126','2024-08-21 20:54:28','2024-08-21 20:54:28'),(130,3,'2001:db8:0:10::126','2024-08-21 20:54:34','2024-08-21 20:54:34'),(131,2,'2001:db8:0:20::126','2024-08-21 20:54:44','2024-08-21 20:54:44'),(132,4,'2001:db8:0:20::126','2024-08-21 20:54:49','2024-08-21 20:54:49');
+/*!40000 ALTER TABLE `ipv6address` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `irrdb_asn`
+--
+
+DROP TABLE IF EXISTS `irrdb_asn`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `irrdb_asn` (
+ `id` bigint NOT NULL AUTO_INCREMENT,
+ `customer_id` int NOT NULL,
+ `asn` int unsigned NOT NULL,
+ `protocol` int NOT NULL,
+ `first_seen` datetime DEFAULT NULL,
+ `last_seen` datetime DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `custasn` (`asn`,`protocol`,`customer_id`),
+ KEY `IDX_87BFC5569395C3F3` (`customer_id`),
+ CONSTRAINT `FK_87BFC5569395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `cust` (`id`) ON DELETE CASCADE
+) ENGINE=InnoDB AUTO_INCREMENT=50 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `irrdb_asn`
+--
+
+LOCK TABLES `irrdb_asn` WRITE;
+/*!40000 ALTER TABLE `irrdb_asn` DISABLE KEYS */;
+INSERT INTO `irrdb_asn` VALUES (1,2,112,4,'2024-08-21 14:44:07','2024-08-21 16:54:03','2024-08-21 19:44:07','2024-08-21 21:54:03'),(2,2,112,6,'2024-08-21 14:44:07','2024-08-21 16:54:04','2024-08-21 19:44:07','2024-08-21 21:54:04'),(3,3,112,4,'2024-08-21 15:19:35','2024-08-21 16:54:07','2024-08-21 20:19:35','2024-08-21 21:54:07'),(4,3,1213,4,'2024-08-21 15:19:35','2024-08-21 16:54:07','2024-08-21 20:19:35','2024-08-21 21:54:07'),(5,3,1921,4,'2024-08-21 15:19:35','2024-08-21 16:54:07','2024-08-21 20:19:35','2024-08-21 21:54:07'),(6,3,2128,4,'2024-08-21 15:19:35','2024-08-21 16:54:07','2024-08-21 20:19:35','2024-08-21 21:54:07'),(7,3,2850,4,'2024-08-21 15:19:35','2024-08-21 16:54:07','2024-08-21 20:19:35','2024-08-21 21:54:07'),(8,3,42310,4,'2024-08-21 15:19:35','2024-08-21 16:54:07','2024-08-21 20:19:35','2024-08-21 21:54:07'),(9,3,112,6,'2024-08-21 15:19:36','2024-08-21 16:54:07','2024-08-21 20:19:36','2024-08-21 21:54:07'),(10,3,1213,6,'2024-08-21 15:19:36','2024-08-21 16:54:07','2024-08-21 20:19:36','2024-08-21 21:54:07'),(11,3,1921,6,'2024-08-21 15:19:36','2024-08-21 16:54:07','2024-08-21 20:19:36','2024-08-21 21:54:07'),(12,3,2128,6,'2024-08-21 15:19:36','2024-08-21 16:54:07','2024-08-21 20:19:36','2024-08-21 21:54:07'),(13,3,2850,6,'2024-08-21 15:19:36','2024-08-21 16:54:07','2024-08-21 20:19:36','2024-08-21 21:54:07'),(14,3,42310,6,'2024-08-21 15:19:36','2024-08-21 16:54:07','2024-08-21 20:19:36','2024-08-21 21:54:07'),(15,4,8918,4,'2024-08-21 15:31:47','2024-08-21 16:54:05','2024-08-21 20:31:47','2024-08-21 21:54:05'),(16,4,11521,4,'2024-08-21 15:31:47','2024-08-21 16:54:05','2024-08-21 20:31:47','2024-08-21 21:54:05'),(17,4,25441,4,'2024-08-21 15:31:47','2024-08-21 16:54:05','2024-08-21 20:31:47','2024-08-21 21:54:05'),(18,4,34317,4,'2024-08-21 15:31:47','2024-08-21 16:54:05','2024-08-21 20:31:47','2024-08-21 21:54:05'),(19,4,35272,4,'2024-08-21 15:31:47','2024-08-21 16:54:05','2024-08-21 20:31:47','2024-08-21 21:54:05'),(20,4,39064,4,'2024-08-21 15:31:47','2024-08-21 16:54:05','2024-08-21 20:31:47','2024-08-21 21:54:05'),(21,4,43178,4,'2024-08-21 15:31:47','2024-08-21 16:54:05','2024-08-21 20:31:47','2024-08-21 21:54:05'),(22,4,43610,4,'2024-08-21 15:31:47','2024-08-21 16:54:05','2024-08-21 20:31:47','2024-08-21 21:54:05'),(23,4,47615,4,'2024-08-21 15:31:47','2024-08-21 16:54:05','2024-08-21 20:31:47','2024-08-21 21:54:05'),(24,4,48342,4,'2024-08-21 15:31:47','2024-08-21 16:54:05','2024-08-21 20:31:47','2024-08-21 21:54:05'),(25,4,49573,4,'2024-08-21 15:31:47','2024-08-21 16:54:05','2024-08-21 20:31:47','2024-08-21 21:54:05'),(26,4,197853,4,'2024-08-21 15:31:47','2024-08-21 16:54:05','2024-08-21 20:31:47','2024-08-21 21:54:05'),(27,4,197904,4,'2024-08-21 15:31:47','2024-08-21 16:54:05','2024-08-21 20:31:47','2024-08-21 21:54:05'),(28,4,200174,4,'2024-08-21 15:31:47','2024-08-21 16:54:05','2024-08-21 20:31:47','2024-08-21 21:54:05'),(29,4,8918,6,'2024-08-21 15:31:48','2024-08-21 16:54:06','2024-08-21 20:31:48','2024-08-21 21:54:06'),(30,4,11521,6,'2024-08-21 15:31:48','2024-08-21 16:54:06','2024-08-21 20:31:48','2024-08-21 21:54:06'),(31,4,25441,6,'2024-08-21 15:31:48','2024-08-21 16:54:06','2024-08-21 20:31:48','2024-08-21 21:54:06'),(32,4,34317,6,'2024-08-21 15:31:48','2024-08-21 16:54:06','2024-08-21 20:31:48','2024-08-21 21:54:06'),(33,4,35272,6,'2024-08-21 15:31:48','2024-08-21 16:54:06','2024-08-21 20:31:48','2024-08-21 21:54:06'),(34,4,39064,6,'2024-08-21 15:31:48','2024-08-21 16:54:06','2024-08-21 20:31:48','2024-08-21 21:54:06'),(35,4,43178,6,'2024-08-21 15:31:48','2024-08-21 16:54:06','2024-08-21 20:31:48','2024-08-21 21:54:06'),(36,4,43610,6,'2024-08-21 15:31:48','2024-08-21 16:54:06','2024-08-21 20:31:48','2024-08-21 21:54:06'),(37,4,47615,6,'2024-08-21 15:31:48','2024-08-21 16:54:06','2024-08-21 20:31:48','2024-08-21 21:54:06'),(38,4,48342,6,'2024-08-21 15:31:48','2024-08-21 16:54:06','2024-08-21 20:31:48','2024-08-21 21:54:06'),(39,4,49573,6,'2024-08-21 15:31:48','2024-08-21 16:54:06','2024-08-21 20:31:48','2024-08-21 21:54:06'),(40,4,197853,6,'2024-08-21 15:31:48','2024-08-21 16:54:06','2024-08-21 20:31:48','2024-08-21 21:54:06'),(41,4,197904,6,'2024-08-21 15:31:48','2024-08-21 16:54:06','2024-08-21 20:31:48','2024-08-21 21:54:06'),(42,4,200174,6,'2024-08-21 15:31:48','2024-08-21 16:54:06','2024-08-21 20:31:48','2024-08-21 21:54:06'),(43,5,2906,4,'2024-08-21 15:47:44','2024-08-21 16:54:04','2024-08-21 20:47:44','2024-08-21 21:54:04'),(44,5,40027,4,'2024-08-21 15:47:44','2024-08-21 16:54:04','2024-08-21 20:47:44','2024-08-21 21:54:04'),(45,5,55095,4,'2024-08-21 15:47:44','2024-08-21 16:54:04','2024-08-21 20:47:44','2024-08-21 21:54:04'),(46,5,2906,6,'2024-08-21 15:47:45','2024-08-21 16:54:05','2024-08-21 20:47:45','2024-08-21 21:54:05'),(47,5,40027,6,'2024-08-21 15:47:45','2024-08-21 16:54:05','2024-08-21 20:47:45','2024-08-21 21:54:05'),(48,5,55095,6,'2024-08-21 15:47:45','2024-08-21 16:54:05','2024-08-21 20:47:45','2024-08-21 21:54:05'),(49,6,39093,4,'2024-08-21 15:52:54','2024-08-21 16:54:08','2024-08-21 20:52:54','2024-08-21 21:54:08');
+/*!40000 ALTER TABLE `irrdb_asn` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `irrdb_prefix`
+--
+
+DROP TABLE IF EXISTS `irrdb_prefix`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `irrdb_prefix` (
+ `id` bigint NOT NULL AUTO_INCREMENT,
+ `customer_id` int NOT NULL,
+ `prefix` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `protocol` int NOT NULL,
+ `first_seen` datetime DEFAULT NULL,
+ `last_seen` datetime DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `custprefix` (`prefix`,`protocol`,`customer_id`),
+ KEY `IDX_FE73E77C9395C3F3` (`customer_id`),
+ CONSTRAINT `FK_FE73E77C9395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `cust` (`id`) ON DELETE CASCADE
+) ENGINE=InnoDB AUTO_INCREMENT=312 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `irrdb_prefix`
+--
+
+LOCK TABLES `irrdb_prefix` WRITE;
+/*!40000 ALTER TABLE `irrdb_prefix` DISABLE KEYS */;
+INSERT INTO `irrdb_prefix` VALUES (1,2,'192.31.196.0/24',4,'2024-08-21 14:50:16','2024-08-21 16:53:42','2024-08-21 19:50:16','2024-08-21 21:53:42'),(2,2,'192.175.48.0/24',4,'2024-08-21 14:50:16','2024-08-21 16:53:42','2024-08-21 19:50:16','2024-08-21 21:53:42'),(3,2,'2001:4:112::/48',6,'2024-08-21 14:50:17','2024-08-21 16:53:42','2024-08-21 19:50:17','2024-08-21 21:53:42'),(4,2,'2620:4f:8000::/48',6,'2024-08-21 14:50:17','2024-08-21 16:53:42','2024-08-21 19:50:17','2024-08-21 21:53:42'),(5,3,'45.144.8.0/22',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(6,3,'77.72.72.0/21',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(7,3,'77.72.72.0/22',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(8,3,'77.72.72.0/23',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(9,3,'77.72.74.0/23',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(10,3,'77.72.76.0/23',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(11,3,'77.72.78.0/23',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(12,3,'77.72.78.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(13,3,'77.72.79.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(14,3,'77.87.24.0/21',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(15,3,'87.32.0.0/12',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(16,3,'91.123.224.0/20',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(17,3,'91.193.188.0/22',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(18,3,'91.237.67.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(19,3,'134.226.0.0/16',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(20,3,'136.201.0.0/16',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(21,3,'136.206.0.0/16',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(22,3,'137.43.0.0/16',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(23,3,'140.203.0.0/16',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(24,3,'143.239.0.0/16',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(25,3,'147.252.0.0/16',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(26,3,'149.153.0.0/16',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(27,3,'149.157.0.0/16',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(28,3,'157.190.0.0/16',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(29,3,'160.6.0.0/16',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(30,3,'176.97.158.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(31,3,'185.1.69.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(32,3,'185.6.36.0/22',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(33,3,'185.6.39.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(34,3,'185.80.188.0/22',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(35,3,'185.80.188.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(36,3,'185.80.189.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(37,3,'185.80.190.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(38,3,'185.80.191.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(39,3,'185.102.12.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(40,3,'185.167.176.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(41,3,'192.174.68.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(42,3,'193.1.0.0/16',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(43,3,'193.46.128.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(44,3,'193.46.129.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(45,3,'193.46.130.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(46,3,'193.46.131.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(47,3,'193.46.132.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(48,3,'193.46.133.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(49,3,'193.46.134.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(50,3,'193.46.135.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(51,3,'193.227.117.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(52,3,'193.242.111.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(53,3,'194.0.24.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(54,3,'194.0.25.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(55,3,'194.0.26.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(56,3,'194.0.182.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(57,3,'194.26.0.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(58,3,'194.50.187.0/24',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(59,3,'194.88.240.0/23',4,'2024-08-21 15:19:24','2024-08-21 16:53:47','2024-08-21 20:19:24','2024-08-21 21:53:47'),(60,3,'2001:678:20::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(61,3,'2001:678:24::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(62,3,'2001:67c:1bc::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(63,3,'2001:67c:10b8::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(64,3,'2001:67c:10e0::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(65,3,'2001:770::/32',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(66,3,'2001:7f8:18::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(67,3,'2a01:4b0::/32',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(68,3,'2a01:4b0::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(69,3,'2a01:4b0:1::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(70,3,'2a01:4b0:2::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(71,3,'2a02:850:ffe0::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(72,3,'2a02:850:ffe1::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(73,3,'2a02:850:ffe2::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(74,3,'2a02:850:ffe3::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(75,3,'2a02:850:ffe4::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(76,3,'2a02:850:ffe5::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(77,3,'2a02:850:ffe6::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(78,3,'2a02:850:ffe7::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(79,3,'2a02:850:ffff::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(80,3,'2a03:ac0::/29',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(81,3,'2a03:ac0::/32',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(82,3,'2a03:ac1::/32',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(83,3,'2a04:2b00:14cc::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(84,3,'2a04:2b00:14dd::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(85,3,'2a04:2b00:14ee::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(86,3,'2a05:7f00::/29',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(87,3,'2a05:7f00:188::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(88,3,'2a05:7f00:189::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(89,3,'2a05:7f00:190::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(90,3,'2a05:7f00:191::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(91,3,'2a0b:8e00::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(92,3,'2a0b:8e00:1::/48',6,'2024-08-21 15:19:25','2024-08-21 16:53:48','2024-08-21 20:19:25','2024-08-21 21:53:48'),(93,4,'45.12.32.0/24',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(94,4,'45.12.33.0/24',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(95,4,'45.142.3.0/24',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(96,4,'62.222.0.0/15',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(97,4,'62.222.0.0/24',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(98,4,'62.231.32.0/19',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(99,4,'78.135.128.0/17',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(100,4,'78.135.208.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(101,4,'78.135.216.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(102,4,'78.135.224.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(103,4,'78.135.232.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(104,4,'78.135.240.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(105,4,'78.135.248.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(106,4,'83.141.64.0/18',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(107,4,'85.134.128.0/17',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(108,4,'85.134.128.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(109,4,'85.134.136.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(110,4,'85.134.144.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(111,4,'85.134.152.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(112,4,'85.134.160.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(113,4,'85.134.168.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(114,4,'85.134.176.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(115,4,'85.134.184.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(116,4,'85.134.192.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(117,4,'85.134.200.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(118,4,'85.134.208.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(119,4,'85.134.216.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(120,4,'85.134.224.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(121,4,'85.134.232.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(122,4,'85.134.240.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(123,4,'85.134.248.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(124,4,'87.192.0.0/18',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(125,4,'87.192.64.0/20',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(126,4,'87.192.81.0/24',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(127,4,'87.192.82.0/23',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(128,4,'87.192.84.0/22',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(129,4,'87.192.88.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(130,4,'87.192.96.0/19',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(131,4,'87.192.128.0/18',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(132,4,'87.192.192.0/20',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(133,4,'87.192.208.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(134,4,'87.192.216.0/22',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(135,4,'87.192.222.0/23',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(136,4,'87.192.224.0/19',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(137,4,'87.232.0.0/19',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(138,4,'87.232.136.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(139,4,'87.232.144.0/20',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(140,4,'87.232.160.0/19',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(141,4,'87.232.192.0/24',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(142,4,'87.232.194.0/23',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(143,4,'87.232.196.0/22',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(144,4,'87.232.200.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(145,4,'87.232.208.0/20',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(146,4,'87.232.225.0/24',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(147,4,'87.232.226.0/23',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(148,4,'87.232.228.0/22',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(149,4,'87.232.232.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(150,4,'87.232.240.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(151,4,'87.232.248.0/23',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(152,4,'89.124.0.0/17',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(153,4,'89.124.128.0/18',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:53','2024-08-21 21:53:45'),(154,4,'89.124.192.0/19',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(155,4,'89.124.224.0/20',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(156,4,'89.124.240.0/23',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(157,4,'89.124.245.0/24',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(158,4,'89.124.246.0/23',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(159,4,'89.124.248.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(160,4,'89.125.0.0/16',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(161,4,'89.126.0.0/16',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(162,4,'89.126.0.0/22',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(163,4,'89.126.4.0/22',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(164,4,'89.126.8.0/22',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(165,4,'89.126.12.0/22',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(166,4,'89.126.16.0/22',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(167,4,'89.126.20.0/22',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(168,4,'89.126.24.0/22',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(169,4,'89.126.28.0/22',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(170,4,'89.127.0.0/17',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(171,4,'89.127.128.0/18',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(172,4,'89.127.192.0/19',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(173,4,'89.127.224.0/20',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(174,4,'89.127.240.0/21',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(175,4,'89.127.248.0/22',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(176,4,'89.127.254.0/23',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(177,4,'91.194.126.0/23',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(178,4,'91.194.127.0/24',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(179,4,'91.209.106.0/24',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(180,4,'185.211.188.0/22',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(181,4,'185.211.188.0/24',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(182,4,'185.211.189.0/24',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(183,4,'185.211.190.0/24',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(184,4,'185.211.191.0/24',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(185,4,'185.247.52.0/22',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(186,4,'194.40.242.0/24',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(187,4,'212.4.192.0/19',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(188,4,'213.239.0.0/18',4,'2024-08-21 15:31:53','2024-08-21 16:53:45','2024-08-21 20:31:54','2024-08-21 21:53:45'),(189,4,'2001:4d68::/32',6,'2024-08-21 15:31:54','2024-08-21 16:53:46','2024-08-21 20:31:54','2024-08-21 21:53:46'),(190,4,'2a0b:6940::/29',6,'2024-08-21 15:31:54','2024-08-21 16:53:46','2024-08-21 20:31:54','2024-08-21 21:53:46'),(191,5,'23.246.0.0/18',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(192,5,'23.246.20.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(193,5,'23.246.30.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(194,5,'23.246.31.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(195,5,'23.246.50.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(196,5,'23.246.51.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(197,5,'23.246.55.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(198,5,'37.77.184.0/21',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(199,5,'37.77.186.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(200,5,'37.77.187.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(201,5,'38.72.126.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(202,5,'45.57.0.0/17',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(203,5,'45.57.8.0/23',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(204,5,'45.57.8.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(205,5,'45.57.9.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(206,5,'45.57.16.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(207,5,'45.57.17.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(208,5,'45.57.40.0/23',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(209,5,'45.57.40.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(210,5,'45.57.41.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(211,5,'45.57.50.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(212,5,'45.57.51.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(213,5,'45.57.60.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(214,5,'45.57.72.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(215,5,'45.57.73.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(216,5,'45.57.74.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(217,5,'45.57.75.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(218,5,'45.57.76.0/23',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(219,5,'45.57.76.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(220,5,'45.57.77.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(221,5,'45.57.78.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(222,5,'45.57.79.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(223,5,'45.57.86.0/23',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(224,5,'45.57.86.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(225,5,'45.57.87.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(226,5,'45.57.90.0/23',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(227,5,'45.57.90.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(228,5,'45.57.91.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(229,5,'64.120.128.0/17',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(230,5,'66.197.128.0/17',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(231,5,'69.53.224.0/19',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(232,5,'69.53.242.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(233,5,'108.175.32.0/20',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(234,5,'185.2.220.0/22',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(235,5,'185.2.220.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(236,5,'185.2.221.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(237,5,'185.9.188.0/22',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(238,5,'192.173.64.0/18',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(239,5,'192.173.98.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(240,5,'192.173.99.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(241,5,'198.38.96.0/19',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(242,5,'198.38.116.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(243,5,'198.38.117.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(244,5,'198.38.118.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(245,5,'198.38.119.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(246,5,'198.38.120.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(247,5,'198.38.121.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(248,5,'198.45.48.0/20',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(249,5,'207.45.72.0/22',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(250,5,'207.45.72.0/23',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(251,5,'207.45.73.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(252,5,'208.75.76.0/22',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(253,5,'208.75.76.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(254,5,'208.75.77.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(255,5,'208.75.78.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(256,5,'208.75.79.0/24',4,'2024-08-21 15:47:37','2024-08-21 16:53:43','2024-08-21 20:47:37','2024-08-21 21:53:43'),(257,5,'2607:fb10::/32',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(258,5,'2607:fb10:2033::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(259,5,'2607:fb10:2034::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(260,5,'2607:fb10:2042::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(261,5,'2620:10c:7000::/44',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(262,5,'2a00:86c0::/32',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(263,5,'2a00:86c0:4::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(264,5,'2a00:86c0:5::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(265,5,'2a00:86c0:116::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(266,5,'2a00:86c0:117::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(267,5,'2a00:86c0:118::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(268,5,'2a00:86c0:119::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(269,5,'2a00:86c0:120::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(270,5,'2a00:86c0:121::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(271,5,'2a00:86c0:126::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(272,5,'2a00:86c0:127::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(273,5,'2a00:86c0:1018::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(274,5,'2a00:86c0:1026::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(275,5,'2a00:86c0:1027::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(276,5,'2a00:86c0:1050::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(277,5,'2a00:86c0:1051::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(278,5,'2a00:86c0:2008::/47',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(279,5,'2a00:86c0:2008::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(280,5,'2a00:86c0:2009::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(281,5,'2a00:86c0:2016::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(282,5,'2a00:86c0:2017::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(283,5,'2a00:86c0:2040::/47',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(284,5,'2a00:86c0:2040::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(285,5,'2a00:86c0:2041::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(286,5,'2a00:86c0:2051::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(287,5,'2a00:86c0:2060::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(288,5,'2a00:86c0:2072::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(289,5,'2a00:86c0:2073::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(290,5,'2a00:86c0:2074::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(291,5,'2a00:86c0:2075::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(292,5,'2a00:86c0:2076::/47',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(293,5,'2a00:86c0:2076::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(294,5,'2a00:86c0:2077::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(295,5,'2a00:86c0:2078::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(296,5,'2a00:86c0:2079::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(297,5,'2a00:86c0:2086::/47',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(298,5,'2a00:86c0:2086::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(299,5,'2a00:86c0:2087::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(300,5,'2a00:86c0:2090::/47',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(301,5,'2a00:86c0:2090::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(302,5,'2a00:86c0:2091::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(303,5,'2a00:86c0:a2a6::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(304,5,'2a00:86c0:a2a7::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(305,5,'2a00:86c0:d0b0::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(306,5,'2a00:86c0:d0b1::/48',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(307,5,'2a03:5640::/32',6,'2024-08-21 15:47:37','2024-08-21 16:53:44','2024-08-21 20:47:37','2024-08-21 21:53:44'),(308,6,'45.158.144.0/22',4,'2024-08-21 15:53:04','2024-08-21 16:53:49','2024-08-21 20:53:04','2024-08-21 21:53:49'),(309,6,'88.81.96.0/19',4,'2024-08-21 15:53:04','2024-08-21 16:53:49','2024-08-21 20:53:04','2024-08-21 21:53:49'),(310,6,'185.46.252.0/22',4,'2024-08-21 15:53:04','2024-08-21 16:53:49','2024-08-21 20:53:04','2024-08-21 21:53:49'),(311,6,'185.212.184.0/24',4,'2024-08-21 15:53:04','2024-08-21 16:53:49','2024-08-21 20:53:04','2024-08-21 21:53:49');
+/*!40000 ALTER TABLE `irrdb_prefix` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `irrdb_update_logs`
+--
+
+DROP TABLE IF EXISTS `irrdb_update_logs`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `irrdb_update_logs` (
+ `id` bigint unsigned NOT NULL AUTO_INCREMENT,
+ `cust_id` int NOT NULL,
+ `prefix_v4` datetime DEFAULT NULL,
+ `prefix_v6` datetime DEFAULT NULL,
+ `asn_v4` datetime DEFAULT NULL,
+ `asn_v6` datetime DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `irrdb_update_logs_cust_id_unique` (`cust_id`),
+ CONSTRAINT `irrdb_update_logs_cust_id_foreign` FOREIGN KEY (`cust_id`) REFERENCES `cust` (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `irrdb_update_logs`
+--
+
+LOCK TABLES `irrdb_update_logs` WRITE;
+/*!40000 ALTER TABLE `irrdb_update_logs` DISABLE KEYS */;
+INSERT INTO `irrdb_update_logs` VALUES (1,2,'2024-08-21 16:53:42','2024-08-21 16:53:42','2024-08-21 16:54:03','2024-08-21 16:54:04','2024-08-21 19:44:07','2024-08-21 21:54:04'),(2,3,'2024-08-21 16:53:47','2024-08-21 16:53:48','2024-08-21 16:54:07','2024-08-21 16:54:07','2024-08-21 20:19:24','2024-08-21 21:54:07'),(3,4,'2024-08-21 16:53:45','2024-08-21 16:53:46','2024-08-21 16:54:05','2024-08-21 16:54:06','2024-08-21 20:31:47','2024-08-21 21:54:06'),(4,5,'2024-08-21 16:53:43','2024-08-21 16:53:44','2024-08-21 16:54:04','2024-08-21 16:54:05','2024-08-21 20:47:37','2024-08-21 21:54:05'),(5,6,'2024-08-21 16:53:49',NULL,'2024-08-21 16:54:08',NULL,'2024-08-21 20:52:54','2024-08-21 21:54:08');
+/*!40000 ALTER TABLE `irrdb_update_logs` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `irrdbconfig`
+--
+
+DROP TABLE IF EXISTS `irrdbconfig`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `irrdbconfig` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `host` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `source` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `notes` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `irrdbconfig`
+--
+
+LOCK TABLES `irrdbconfig` WRITE;
+/*!40000 ALTER TABLE `irrdbconfig` DISABLE KEYS */;
+INSERT INTO `irrdbconfig` VALUES (1,'whois.radb.net','RIPE','RIPE Query from RIPE Database','2024-08-21 18:53:44','2024-08-21 18:53:44'),(2,'whois.radb.net','RIPE,RIPE-NONAUTH','RIPE+RIPE-NONAUTH Query from RIPE Database','2024-08-21 18:53:44','2024-08-21 18:53:44'),(3,'whois.radb.net','RADB','RADB Query from RADB Database','2024-08-21 18:53:44','2024-08-21 18:53:44'),(4,'whois.radb.net','LACNIC','LACNIC Query from LACNIC Database','2024-08-21 18:53:44','2024-08-21 18:53:44'),(5,'whois.radb.net','AFRINIC','AFRINIC Query from AFRINIC Database','2024-08-21 18:53:44','2024-08-21 18:53:44'),(6,'whois.radb.net','APNIC','APNIC Query from APNIC Database','2024-08-21 18:53:44','2024-08-21 18:53:44'),(7,'whois.radb.net','LEVEL3','Level3 Query from Level3 Database','2024-08-21 18:53:44','2024-08-21 18:53:44'),(8,'whois.radb.net','ARIN','ARIN Query from RADB Database','2024-08-21 18:53:44','2024-08-21 18:53:44'),(9,'whois.radb.net','RADB,ARIN','RADB+ARIN Query from RADB Database','2024-08-21 18:53:44','2024-08-21 18:53:44'),(10,'whois.radb.net','ALTDB','ALTDB Query from RADB Database','2024-08-21 18:53:44','2024-08-21 18:53:44'),(11,'whois.radb.net','RADB,RIPE','RADB+RIPE Query from RADB Database','2024-08-21 18:53:44','2024-08-21 18:53:44'),(12,'whois.radb.net','RADB,APNIC,ARIN','RADB+APNIC+ARIN Query from RADB Database','2024-08-21 18:53:44','2024-08-21 18:53:44'),(13,'whois.radb.net','RIPE,ARIN','RIPE+ARIN Query from RADB Database','2024-08-21 18:53:44','2024-08-21 18:53:44');
+/*!40000 ALTER TABLE `irrdbconfig` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `l2address`
+--
+
+DROP TABLE IF EXISTS `l2address`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `l2address` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `vlan_interface_id` int NOT NULL,
+ `mac` varchar(12) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `firstseen` datetime DEFAULT NULL,
+ `lastseen` datetime DEFAULT NULL,
+ `created_at` timestamp NOT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `mac_vlanint` (`mac`,`vlan_interface_id`),
+ KEY `IDX_B9482E1D6AB5F82` (`vlan_interface_id`),
+ CONSTRAINT `FK_B9482E1D6AB5F82` FOREIGN KEY (`vlan_interface_id`) REFERENCES `vlaninterface` (`id`) ON DELETE CASCADE
+) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `l2address`
+--
+
+LOCK TABLES `l2address` WRITE;
+/*!40000 ALTER TABLE `l2address` DISABLE KEYS */;
+INSERT INTO `l2address` VALUES (1,1,'000000010000',NULL,NULL,'2024-08-21 19:41:37','2024-08-21 19:41:37'),(2,2,'000000010001',NULL,NULL,'2024-08-21 19:43:05','2024-08-21 19:43:05'),(3,3,'000002000000',NULL,NULL,'2024-08-21 20:10:30','2024-08-21 20:10:30'),(4,4,'000002000001',NULL,NULL,'2024-08-21 20:18:43','2024-08-21 20:18:43'),(5,5,'000003000000',NULL,NULL,'2024-08-21 20:28:29','2024-08-21 20:28:29'),(6,6,'000003000001',NULL,NULL,'2024-08-21 20:29:37','2024-08-21 20:29:37'),(7,7,'000003000002',NULL,NULL,'2024-08-21 20:30:29','2024-08-21 20:30:29'),(8,8,'000004000000',NULL,NULL,'2024-08-21 20:39:29','2024-08-21 20:39:29'),(9,9,'000004000001',NULL,NULL,'2024-08-21 20:40:33','2024-08-21 20:40:33'),(10,10,'000005000001',NULL,NULL,'2024-08-21 20:52:05','2024-08-21 20:52:05'),(11,11,'100000000000',NULL,NULL,'2024-08-21 20:56:50','2024-08-21 20:56:50'),(12,12,'100000000000',NULL,NULL,'2024-08-21 20:57:32','2024-08-21 20:57:32'),(13,13,'100000110000',NULL,NULL,'2024-08-21 21:00:59','2024-08-21 21:00:59'),(14,14,'100000110000',NULL,NULL,'2024-08-21 21:01:28','2024-08-21 21:01:28'),(15,15,'222222000000',NULL,NULL,'2024-08-21 21:06:09','2024-08-21 21:06:09'),(16,16,'222222010101',NULL,NULL,'2024-08-21 21:07:06','2024-08-21 21:07:06'),(17,17,'222222010203',NULL,NULL,'2024-08-21 21:08:04','2024-08-21 21:08:04');
+/*!40000 ALTER TABLE `l2address` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `location`
+--
+
+DROP TABLE IF EXISTS `location`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `location` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `shortname` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `tag` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `address` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `nocphone` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `nocfax` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `nocemail` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `officephone` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `officefax` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `officeemail` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `notes` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci,
+ `pdb_facility_id` bigint DEFAULT NULL,
+ `city` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `country` varchar(2) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `UNIQ_5E9E89CB64082763` (`shortname`)
+) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `location`
+--
+
+LOCK TABLES `location` WRITE;
+/*!40000 ALTER TABLE `location` DISABLE KEYS */;
+INSERT INTO `location` VALUES (1,'Facility 1','FAC1','fac1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Dublin','IE','2024-08-21 18:57:21','2024-08-21 18:57:21'),(2,'Facility 2','FAC2','fac2',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'Dublin','IE','2024-08-21 18:57:38','2024-08-21 18:57:38');
+/*!40000 ALTER TABLE `location` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `log`
+--
+
+DROP TABLE IF EXISTS `log`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `log` (
+ `id` bigint unsigned NOT NULL AUTO_INCREMENT,
+ `user_id` int DEFAULT NULL,
+ `model` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `model_id` bigint unsigned DEFAULT NULL,
+ `action` varchar(7) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `models` json NOT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `log_user_id_foreign` (`user_id`),
+ KEY `log_action_index` (`action`),
+ KEY `log_model_model_id_index` (`model`,`model_id`),
+ CONSTRAINT `log_user_id_foreign` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=326 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `log`
+--
+
+LOCK TABLES `log` WRITE;
+/*!40000 ALTER TABLE `log` DISABLE KEYS */;
+/*!40000 ALTER TABLE `log` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `logos`
+--
+
+DROP TABLE IF EXISTS `logos`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `logos` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `customer_id` int DEFAULT NULL,
+ `type` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `original_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `stored_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `uploaded_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `width` int NOT NULL,
+ `height` int NOT NULL,
+ `created_at` timestamp NOT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `IDX_9F54004F9395C3F3` (`customer_id`),
+ CONSTRAINT `FK_9F54004F9395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `cust` (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `logos`
+--
+
+LOCK TABLES `logos` WRITE;
+/*!40000 ALTER TABLE `logos` DISABLE KEYS */;
+/*!40000 ALTER TABLE `logos` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `macaddress`
+--
+
+DROP TABLE IF EXISTS `macaddress`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `macaddress` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `virtualinterfaceid` int DEFAULT NULL,
+ `firstseen` datetime DEFAULT NULL,
+ `lastseen` datetime DEFAULT NULL,
+ `mac` varchar(12) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `IDX_42CD65F6BFDF15D5` (`virtualinterfaceid`),
+ CONSTRAINT `FK_42CD65F6BFDF15D5` FOREIGN KEY (`virtualinterfaceid`) REFERENCES `virtualinterface` (`id`) ON DELETE CASCADE
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `macaddress`
+--
+
+LOCK TABLES `macaddress` WRITE;
+/*!40000 ALTER TABLE `macaddress` DISABLE KEYS */;
+/*!40000 ALTER TABLE `macaddress` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `migrations`
+--
+
+DROP TABLE IF EXISTS `migrations`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `migrations` (
+ `id` int unsigned NOT NULL AUTO_INCREMENT,
+ `migration` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `batch` int NOT NULL,
+ PRIMARY KEY (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `migrations`
+--
+
+LOCK TABLES `migrations` WRITE;
+/*!40000 ALTER TABLE `migrations` DISABLE KEYS */;
+INSERT INTO `migrations` VALUES (1,'2020_06_01_143931_database_schema_at_end_v5',1),(2,'2020_07_21_094354_create_route_server_filters',1),(3,'2020_09_03_153723_add_timestamps',1),(4,'2020_09_18_095136_delete_ixp_table',1),(5,'2020_11_16_102415_database_fixes',1),(6,'2021_03_12_150418_create_log_table',1),(7,'2021_03_30_124916_create_atlas_probes',1),(8,'2021_03_30_125238_create_atlas_runs',1),(9,'2021_03_30_125422_create_atlas_measurements',1),(10,'2021_03_30_125723_create_atlas_results',1),(11,'2021_04_14_101948_update_timestamps',1),(12,'2021_04_14_125742_user_pref',1),(13,'2021_05_18_085721_add_note_infrastructure',1),(14,'2021_05_18_114206_update_pp_prefix_size',1),(15,'2021_06_11_141137_update_db_doctrine2eloquent',1),(16,'2021_07_20_134716_fix_last_updated_and_timestamps',1),(17,'2021_09_16_195333_add_rate_limit_col_to_physint',1),(18,'2021_09_17_144421_modernise_irrdb_conf_table',1),(19,'2021_09_21_100354_create_route_server_filters_prod',1),(20,'2021_09_21_162700_rs_pairing',1),(21,'2022_02_12_183121_add_colo_pp_type_patch_panel',1),(22,'2023_09_26_191150_add_registration_details',1),(23,'2024_03_18_191322_add_export_to_ixf_vlan',1),(24,'2024_08_10_125003_create_irrdb_update_logs',1);
+/*!40000 ALTER TABLE `migrations` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `netinfo`
+--
+
+DROP TABLE IF EXISTS `netinfo`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `netinfo` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `vlan_id` int NOT NULL,
+ `protocol` int NOT NULL,
+ `property` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `ix` int NOT NULL DEFAULT '0',
+ `value` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ PRIMARY KEY (`id`),
+ KEY `IDX_F843DE6B8B4937A1` (`vlan_id`),
+ KEY `VlanProtoProp` (`protocol`,`property`,`vlan_id`),
+ CONSTRAINT `FK_F843DE6B8B4937A1` FOREIGN KEY (`vlan_id`) REFERENCES `vlan` (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `netinfo`
+--
+
+LOCK TABLES `netinfo` WRITE;
+/*!40000 ALTER TABLE `netinfo` DISABLE KEYS */;
+/*!40000 ALTER TABLE `netinfo` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `networkinfo`
+--
+
+DROP TABLE IF EXISTS `networkinfo`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `networkinfo` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `vlanid` int DEFAULT NULL,
+ `protocol` int DEFAULT NULL,
+ `network` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `masklen` int DEFAULT NULL,
+ `rs1address` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `rs2address` varchar(40) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `dnsfile` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `IDX_6A0AF167F48D6D0` (`vlanid`),
+ CONSTRAINT `FK_6A0AF167F48D6D0` FOREIGN KEY (`vlanid`) REFERENCES `vlan` (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `networkinfo`
+--
+
+LOCK TABLES `networkinfo` WRITE;
+/*!40000 ALTER TABLE `networkinfo` DISABLE KEYS */;
+INSERT INTO `networkinfo` VALUES (1,1,4,'190.0.2.0',24,NULL,NULL,NULL,'2024-08-21 19:33:42','2024-08-21 19:33:42'),(2,3,4,'190.0.2.0',24,NULL,NULL,NULL,'2024-08-21 19:33:52','2024-08-21 19:33:52'),(3,2,4,'198.51.100.0',24,NULL,NULL,NULL,'2024-08-21 19:34:26','2024-08-21 19:34:26'),(4,4,4,'198.51.100.0',24,NULL,NULL,NULL,'2024-08-21 19:34:34','2024-08-21 19:34:34'),(5,1,6,'2001:db8:0:10::',64,NULL,NULL,NULL,'2024-08-21 19:35:28','2024-08-21 19:35:28'),(6,3,6,'2001:db8:0:10::',64,NULL,NULL,NULL,'2024-08-21 19:35:37','2024-08-21 19:35:37'),(7,2,6,'2001:db8:0:20::',64,NULL,NULL,NULL,'2024-08-21 19:35:47','2024-08-21 19:35:47'),(8,4,6,'2001:db8:0:20::',64,NULL,NULL,NULL,'2024-08-21 19:35:54','2024-08-21 19:35:54');
+/*!40000 ALTER TABLE `networkinfo` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `oui`
+--
+
+DROP TABLE IF EXISTS `oui`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `oui` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `oui` varchar(6) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `organisation` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `UNIQ_DAEC0140DAEC0140` (`oui`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `oui`
+--
+
+LOCK TABLES `oui` WRITE;
+/*!40000 ALTER TABLE `oui` DISABLE KEYS */;
+/*!40000 ALTER TABLE `oui` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `password_resets`
+--
+
+DROP TABLE IF EXISTS `password_resets`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `password_resets` (
+ `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ KEY `password_resets_email_index` (`email`(191))
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `password_resets`
+--
+
+LOCK TABLES `password_resets` WRITE;
+/*!40000 ALTER TABLE `password_resets` DISABLE KEYS */;
+/*!40000 ALTER TABLE `password_resets` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `patch_panel`
+--
+
+DROP TABLE IF EXISTS `patch_panel`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `patch_panel` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `cabinet_id` int DEFAULT NULL,
+ `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `colo_reference` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `cable_type` int NOT NULL,
+ `connector_type` int NOT NULL,
+ `installation_date` date DEFAULT NULL,
+ `port_prefix` varchar(20) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `active` tinyint(1) NOT NULL DEFAULT '1',
+ `colo_pp_type` tinyint NOT NULL DEFAULT '1',
+ `chargeable` int NOT NULL DEFAULT '0',
+ `location_notes` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `u_position` int DEFAULT NULL,
+ `mounted_at` smallint DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `IDX_79A52562D351EC` (`cabinet_id`),
+ CONSTRAINT `FK_79A52562D351EC` FOREIGN KEY (`cabinet_id`) REFERENCES `cabinet` (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `patch_panel`
+--
+
+LOCK TABLES `patch_panel` WRITE;
+/*!40000 ALTER TABLE `patch_panel` DISABLE KEYS */;
+INSERT INTO `patch_panel` VALUES (1,1,'Patch Panel F1-R1-A','F1-R1-A',2,3,'2024-01-01','',1,1,2,'',48,1,'2024-08-21 21:35:25','2024-08-21 21:35:25'),(2,4,'Patch Panel F1-R2-A','F1-R2-A',2,3,'2024-01-01','',1,1,2,'',48,1,'2024-08-21 21:36:09','2024-08-21 21:36:09'),(3,2,'Patch Panel F2-R1-A','F2-R1-A',2,3,'2024-01-01','',1,1,2,'',48,1,'2024-08-21 21:36:43','2024-08-21 21:36:43');
+/*!40000 ALTER TABLE `patch_panel` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `patch_panel_port`
+--
+
+DROP TABLE IF EXISTS `patch_panel_port`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `patch_panel_port` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `switch_port_id` int DEFAULT NULL,
+ `patch_panel_id` int DEFAULT NULL,
+ `customer_id` int DEFAULT NULL,
+ `state` int NOT NULL,
+ `notes` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci,
+ `assigned_at` date DEFAULT NULL,
+ `connected_at` date DEFAULT NULL,
+ `cease_requested_at` date DEFAULT NULL,
+ `ceased_at` date DEFAULT NULL,
+ `last_state_change` date DEFAULT NULL,
+ `internal_use` tinyint(1) NOT NULL DEFAULT '0',
+ `chargeable` int NOT NULL DEFAULT '2',
+ `duplex_master_id` int DEFAULT NULL,
+ `number` smallint NOT NULL,
+ `colo_circuit_ref` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `ticket_ref` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `private_notes` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci,
+ `owned_by` int NOT NULL DEFAULT '0',
+ `loa_code` varchar(25) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `description` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `colo_billing_ref` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `UNIQ_4BE40BC2C1DA6A2A` (`switch_port_id`),
+ KEY `IDX_4BE40BC2635D5D87` (`patch_panel_id`),
+ KEY `IDX_4BE40BC29395C3F3` (`customer_id`),
+ KEY `IDX_4BE40BC23838446` (`duplex_master_id`),
+ CONSTRAINT `FK_4BE40BC23838446` FOREIGN KEY (`duplex_master_id`) REFERENCES `patch_panel_port` (`id`),
+ CONSTRAINT `FK_4BE40BC2635D5D87` FOREIGN KEY (`patch_panel_id`) REFERENCES `patch_panel` (`id`),
+ CONSTRAINT `FK_4BE40BC29395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `cust` (`id`),
+ CONSTRAINT `FK_4BE40BC2C1DA6A2A` FOREIGN KEY (`switch_port_id`) REFERENCES `switchport` (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=85 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `patch_panel_port`
+--
+
+LOCK TABLES `patch_panel_port` WRITE;
+/*!40000 ALTER TABLE `patch_panel_port` DISABLE KEYS */;
+INSERT INTO `patch_panel_port` VALUES (1,49,1,5,3,'','2024-08-21','2024-08-21',NULL,NULL,'2024-08-21',0,2,NULL,1,NULL,NULL,'',1,'Y8kuw1hU2QCn8k7JH4Tsh6rWc','',NULL,'2024-08-21 21:35:25','2024-08-21 21:37:55'),(2,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,1,2,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:25','2024-08-21 21:37:55'),(3,6,1,3,3,'','2024-08-21','2024-08-21',NULL,NULL,'2024-08-21',0,2,NULL,3,NULL,NULL,'',1,'0BapGBFJ2BnpbaJ9pc7ssTZe1','',NULL,'2024-08-21 21:35:25','2024-08-21 21:38:24'),(4,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,3,4,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:38:24'),(5,7,1,3,3,'','2024-08-21','2024-08-21',NULL,NULL,'2024-08-21',0,2,NULL,5,NULL,NULL,'',1,'vyGTLi17ZmnyZmDxXWl7XEarE','',NULL,'2024-08-21 21:35:26','2024-08-21 21:38:40'),(6,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,5,6,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:38:40'),(7,8,1,4,3,'','2024-08-21','2024-08-21',NULL,NULL,'2024-08-21',0,2,NULL,7,NULL,NULL,'',1,'ENU3rBsxGRlNx4QgsgsecbTdf','',NULL,'2024-08-21 21:35:26','2024-08-21 21:39:18'),(8,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,7,8,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:39:18'),(9,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,9,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(10,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,10,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(11,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,11,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(12,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,12,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(13,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,13,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(14,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,14,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(15,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,15,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(16,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,16,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(17,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,17,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(18,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,18,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(19,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,19,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(20,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,20,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(21,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,21,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(22,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,22,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(23,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,23,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(24,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,24,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(25,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,25,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(26,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,26,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(27,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,27,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(28,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,28,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(29,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,29,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(30,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,30,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(31,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,31,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(32,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,32,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(33,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,33,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(34,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,34,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(35,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,35,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(36,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,36,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(37,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,37,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(38,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,38,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(39,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,39,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(40,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,40,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(41,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,41,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(42,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,42,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(43,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,43,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(44,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,44,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:35:26'),(45,53,1,1,3,'','2024-08-21','2024-08-21',NULL,NULL,'2024-08-21',1,2,NULL,45,NULL,NULL,'',2,'8faei1IQTIqQxxXltjFaQGIFM','Core: VIX1 - FAC1 - FAC2',NULL,'2024-08-21 21:35:26','2024-08-21 21:40:26'),(46,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,45,46,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:39:48'),(47,54,1,1,3,'','2024-08-21','2024-08-21',NULL,NULL,'2024-08-21',1,2,NULL,47,NULL,NULL,'',2,'IjqvHWeEpYo4uUVtEknsX4R1v','Core: VIX1 - FAC1 - FAC2',NULL,'2024-08-21 21:35:26','2024-08-21 21:40:15'),(48,NULL,1,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,47,48,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:35:26','2024-08-21 21:40:15'),(49,118,2,4,3,'','2024-08-21','2024-08-21',NULL,NULL,'2024-08-21',0,2,NULL,1,NULL,NULL,'',1,'hFxCIm8ZhvUXXGgzj4cAhf9ho','',NULL,'2024-08-21 21:36:09','2024-08-21 21:40:57'),(50,NULL,2,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,49,2,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:09','2024-08-21 21:40:57'),(51,116,2,3,3,'','2024-08-21','2024-08-21',NULL,NULL,'2024-08-21',0,2,NULL,3,NULL,NULL,'',1,'dCR7kLoU5HRL4HpVN0HFFWwuU','',NULL,'2024-08-21 21:36:09','2024-08-21 21:41:42'),(52,NULL,2,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,51,4,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:09','2024-08-21 21:41:42'),(53,117,2,3,3,'','2024-08-21','2024-08-21',NULL,NULL,'2024-08-21',0,2,NULL,5,NULL,NULL,'',1,'Tj3MOGlxnzzhNlV39N2TaRwJx','',NULL,'2024-08-21 21:36:09','2024-08-21 21:41:54'),(54,NULL,2,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,6,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:09','2024-08-21 21:36:09'),(55,NULL,2,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,7,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:09','2024-08-21 21:36:09'),(56,NULL,2,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,8,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:09','2024-08-21 21:36:09'),(57,NULL,2,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,9,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:09','2024-08-21 21:36:09'),(58,NULL,2,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,10,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:09','2024-08-21 21:36:09'),(59,NULL,2,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,11,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:09','2024-08-21 21:36:09'),(60,NULL,2,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,12,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:09','2024-08-21 21:36:09'),(61,63,3,4,3,'','2024-08-21','2024-08-21',NULL,NULL,'2024-08-21',0,2,NULL,1,NULL,NULL,'',1,'fO6xT6AucuFyhmrhWNN32QYlA','',NULL,'2024-08-21 21:36:43','2024-08-21 21:42:20'),(62,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,61,2,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:42:20'),(63,68,3,6,3,'','2024-08-21','2024-08-21',NULL,NULL,'2024-08-21',0,2,NULL,3,NULL,NULL,'',1,'TbJmTBv6L8dmoHDSJ0goicgE0','',NULL,'2024-08-21 21:36:43','2024-08-21 21:42:35'),(64,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,63,4,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:42:35'),(65,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,5,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:36:43'),(66,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,6,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:36:43'),(67,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,7,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:36:43'),(68,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,8,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:36:43'),(69,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,9,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:36:43'),(70,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,10,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:36:43'),(71,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,11,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:36:43'),(72,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,12,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:36:43'),(73,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,13,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:36:43'),(74,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,14,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:36:43'),(75,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,15,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:36:43'),(76,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,16,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:36:43'),(77,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,17,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:36:43'),(78,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,18,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:36:43'),(79,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,19,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:36:43'),(80,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,20,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:36:43'),(81,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,21,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:36:43'),(82,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,22,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:36:43'),(83,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,23,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:36:43'),(84,NULL,3,NULL,1,NULL,NULL,NULL,NULL,NULL,'2024-08-21',0,2,NULL,24,NULL,NULL,NULL,0,NULL,NULL,NULL,'2024-08-21 21:36:43','2024-08-21 21:36:43');
+/*!40000 ALTER TABLE `patch_panel_port` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `patch_panel_port_file`
+--
+
+DROP TABLE IF EXISTS `patch_panel_port_file`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `patch_panel_port_file` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `patch_panel_port_id` int DEFAULT NULL,
+ `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `type` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `uploaded_at` datetime NOT NULL,
+ `uploaded_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `size` int NOT NULL,
+ `is_private` tinyint(1) NOT NULL DEFAULT '0',
+ `storage_location` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `IDX_28089403B0F978FF` (`patch_panel_port_id`),
+ CONSTRAINT `FK_28089403B0F978FF` FOREIGN KEY (`patch_panel_port_id`) REFERENCES `patch_panel_port` (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `patch_panel_port_file`
+--
+
+LOCK TABLES `patch_panel_port_file` WRITE;
+/*!40000 ALTER TABLE `patch_panel_port_file` DISABLE KEYS */;
+/*!40000 ALTER TABLE `patch_panel_port_file` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `patch_panel_port_history`
+--
+
+DROP TABLE IF EXISTS `patch_panel_port_history`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `patch_panel_port_history` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `patch_panel_port_id` int DEFAULT NULL,
+ `state` int NOT NULL,
+ `notes` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci,
+ `assigned_at` date DEFAULT NULL,
+ `connected_at` date DEFAULT NULL,
+ `cease_requested_at` date DEFAULT NULL,
+ `ceased_at` date DEFAULT NULL,
+ `internal_use` tinyint(1) NOT NULL DEFAULT '0',
+ `chargeable` int NOT NULL DEFAULT '0',
+ `customer` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `switchport` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `duplex_master_id` int DEFAULT NULL,
+ `number` smallint NOT NULL,
+ `colo_circuit_ref` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `ticket_ref` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `private_notes` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci,
+ `owned_by` int NOT NULL DEFAULT '0',
+ `description` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `colo_billing_ref` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `cust_id` int DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `IDX_CB80B54AB0F978FF` (`patch_panel_port_id`),
+ KEY `IDX_CB80B54A3838446` (`duplex_master_id`),
+ CONSTRAINT `FK_CB80B54A3838446` FOREIGN KEY (`duplex_master_id`) REFERENCES `patch_panel_port_history` (`id`),
+ CONSTRAINT `FK_CB80B54AB0F978FF` FOREIGN KEY (`patch_panel_port_id`) REFERENCES `patch_panel_port` (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `patch_panel_port_history`
+--
+
+LOCK TABLES `patch_panel_port_history` WRITE;
+/*!40000 ALTER TABLE `patch_panel_port_history` DISABLE KEYS */;
+/*!40000 ALTER TABLE `patch_panel_port_history` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `patch_panel_port_history_file`
+--
+
+DROP TABLE IF EXISTS `patch_panel_port_history_file`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `patch_panel_port_history_file` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `patch_panel_port_history_id` int DEFAULT NULL,
+ `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `type` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `uploaded_at` datetime NOT NULL,
+ `uploaded_by` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `size` int NOT NULL,
+ `is_private` tinyint(1) NOT NULL DEFAULT '0',
+ `storage_location` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `IDX_206EAD4E6F461430` (`patch_panel_port_history_id`),
+ CONSTRAINT `FK_206EAD4E6F461430` FOREIGN KEY (`patch_panel_port_history_id`) REFERENCES `patch_panel_port_history` (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `patch_panel_port_history_file`
+--
+
+LOCK TABLES `patch_panel_port_history_file` WRITE;
+/*!40000 ALTER TABLE `patch_panel_port_history_file` DISABLE KEYS */;
+/*!40000 ALTER TABLE `patch_panel_port_history_file` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `peering_manager`
+--
+
+DROP TABLE IF EXISTS `peering_manager`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `peering_manager` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `custid` int DEFAULT NULL,
+ `peerid` int DEFAULT NULL,
+ `email_last_sent` datetime DEFAULT NULL,
+ `emails_sent` int DEFAULT NULL,
+ `peered` tinyint(1) DEFAULT NULL,
+ `rejected` tinyint(1) DEFAULT NULL,
+ `notes` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci,
+ `created_at` timestamp NOT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `IDX_35A72597DA0209B9` (`custid`),
+ KEY `IDX_35A725974E5F9AFF` (`peerid`),
+ CONSTRAINT `FK_35A725974E5F9AFF` FOREIGN KEY (`peerid`) REFERENCES `cust` (`id`) ON DELETE CASCADE,
+ CONSTRAINT `FK_35A72597DA0209B9` FOREIGN KEY (`custid`) REFERENCES `cust` (`id`) ON DELETE CASCADE
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `peering_manager`
+--
+
+LOCK TABLES `peering_manager` WRITE;
+/*!40000 ALTER TABLE `peering_manager` DISABLE KEYS */;
+/*!40000 ALTER TABLE `peering_manager` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `peering_matrix`
+--
+
+DROP TABLE IF EXISTS `peering_matrix`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `peering_matrix` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `x_custid` int DEFAULT NULL,
+ `y_custid` int DEFAULT NULL,
+ `vlan` int DEFAULT NULL,
+ `x_as` int DEFAULT NULL,
+ `y_as` int DEFAULT NULL,
+ `peering_status` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `updated` datetime DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `IDX_C1A6F6F9A4CA6408` (`x_custid`),
+ KEY `IDX_C1A6F6F968606496` (`y_custid`),
+ CONSTRAINT `FK_C1A6F6F968606496` FOREIGN KEY (`y_custid`) REFERENCES `cust` (`id`) ON DELETE CASCADE,
+ CONSTRAINT `FK_C1A6F6F9A4CA6408` FOREIGN KEY (`x_custid`) REFERENCES `cust` (`id`) ON DELETE CASCADE
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `peering_matrix`
+--
+
+LOCK TABLES `peering_matrix` WRITE;
+/*!40000 ALTER TABLE `peering_matrix` DISABLE KEYS */;
+/*!40000 ALTER TABLE `peering_matrix` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `physicalinterface`
+--
+
+DROP TABLE IF EXISTS `physicalinterface`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `physicalinterface` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `switchportid` int DEFAULT NULL,
+ `virtualinterfaceid` int DEFAULT NULL,
+ `status` int DEFAULT NULL,
+ `speed` int DEFAULT NULL,
+ `duplex` varchar(16) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `rate_limit` int unsigned DEFAULT NULL,
+ `notes` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci,
+ `fanout_physical_interface_id` int DEFAULT NULL,
+ `autoneg` tinyint(1) NOT NULL DEFAULT '1',
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `UNIQ_5FFF4D60E5F6FACB` (`switchportid`),
+ UNIQUE KEY `UNIQ_5FFF4D602E68AB8C` (`fanout_physical_interface_id`),
+ KEY `IDX_5FFF4D60BFDF15D5` (`virtualinterfaceid`),
+ CONSTRAINT `FK_5FFF4D602E68AB8C` FOREIGN KEY (`fanout_physical_interface_id`) REFERENCES `physicalinterface` (`id`),
+ CONSTRAINT `FK_5FFF4D60BFDF15D5` FOREIGN KEY (`virtualinterfaceid`) REFERENCES `virtualinterface` (`id`) ON DELETE CASCADE,
+ CONSTRAINT `FK_5FFF4D60E5F6FACB` FOREIGN KEY (`switchportid`) REFERENCES `switchport` (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `physicalinterface`
+--
+
+LOCK TABLES `physicalinterface` WRITE;
+/*!40000 ALTER TABLE `physicalinterface` DISABLE KEYS */;
+INSERT INTO `physicalinterface` VALUES (1,2,1,1,1000,'full',NULL,NULL,NULL,1,'2024-08-21 19:41:21','2024-08-21 19:41:21'),(2,112,2,1,1000,'full',NULL,NULL,NULL,1,'2024-08-21 19:42:49','2024-08-21 19:42:49'),(3,6,3,1,10000,'full',NULL,NULL,NULL,1,'2024-08-21 20:10:03','2024-08-21 20:10:03'),(4,7,3,1,10000,'full',NULL,NULL,NULL,1,'2024-08-21 20:10:18','2024-08-21 20:10:21'),(5,116,4,1,10000,'full',NULL,NULL,NULL,1,'2024-08-21 20:17:05','2024-08-21 20:17:05'),(6,117,4,1,10000,'full',NULL,NULL,NULL,1,'2024-08-21 20:19:04','2024-08-21 20:19:04'),(7,8,5,1,10000,'full',NULL,NULL,NULL,1,'2024-08-21 20:28:11','2024-08-21 20:28:11'),(8,63,6,1,10000,'full',NULL,NULL,NULL,1,'2024-08-21 20:29:29','2024-08-21 20:29:29'),(9,118,7,1,10000,'full',NULL,NULL,NULL,1,'2024-08-21 20:30:18','2024-08-21 20:30:18'),(10,49,8,1,100000,'full',NULL,NULL,NULL,1,'2024-08-21 20:39:20','2024-08-21 20:39:20'),(11,159,9,1,100000,'full',NULL,NULL,NULL,1,'2024-08-21 20:40:24','2024-08-21 20:40:24'),(12,68,10,1,1000,'full',NULL,NULL,NULL,1,'2024-08-21 20:51:52','2024-08-21 20:51:52'),(13,48,11,1,1000,'full',NULL,NULL,NULL,1,'2024-08-21 20:56:19','2024-08-21 20:56:19'),(14,158,12,1,1000,'full',NULL,NULL,NULL,1,'2024-08-21 21:00:47','2024-08-21 21:00:47'),(15,47,13,1,1000,'full',NULL,NULL,NULL,1,'2024-08-21 21:05:55','2024-08-21 21:05:55'),(16,102,14,1,1000,'full',NULL,NULL,NULL,1,'2024-08-21 21:07:00','2024-08-21 21:07:00'),(17,157,15,1,1000,'full',NULL,NULL,NULL,1,'2024-08-21 21:07:57','2024-08-21 21:07:57'),(18,53,16,1,100000,'full',NULL,NULL,NULL,1,'2024-08-21 21:29:17','2024-08-21 21:29:17'),(19,108,17,1,100000,'full',NULL,NULL,NULL,1,'2024-08-21 21:29:17','2024-08-21 21:29:17'),(20,54,16,1,100000,'full',NULL,NULL,NULL,1,'2024-08-21 21:29:17','2024-08-21 21:29:17'),(21,109,17,1,100000,'full',NULL,NULL,NULL,1,'2024-08-21 21:29:17','2024-08-21 21:29:17');
+/*!40000 ALTER TABLE `physicalinterface` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `route_server_filters`
+--
+
+DROP TABLE IF EXISTS `route_server_filters`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `route_server_filters` (
+ `id` bigint unsigned NOT NULL AUTO_INCREMENT,
+ `customer_id` int DEFAULT NULL,
+ `peer_id` int DEFAULT NULL,
+ `vlan_id` int DEFAULT NULL,
+ `received_prefix` varchar(43) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
+ `advertised_prefix` varchar(43) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
+ `protocol` smallint DEFAULT NULL,
+ `action_advertise` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
+ `action_receive` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
+ `enabled` tinyint(1) NOT NULL DEFAULT '1',
+ `order_by` int NOT NULL,
+ `live` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `route_server_filters_customer_id_order_by_unique` (`customer_id`,`order_by`),
+ KEY `route_server_filters_peer_id_foreign` (`peer_id`),
+ KEY `route_server_filters_vlan_id_foreign` (`vlan_id`),
+ CONSTRAINT `route_server_filters_customer_id_foreign` FOREIGN KEY (`customer_id`) REFERENCES `cust` (`id`),
+ CONSTRAINT `route_server_filters_peer_id_foreign` FOREIGN KEY (`peer_id`) REFERENCES `cust` (`id`),
+ CONSTRAINT `route_server_filters_vlan_id_foreign` FOREIGN KEY (`vlan_id`) REFERENCES `vlan` (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `route_server_filters`
+--
+
+LOCK TABLES `route_server_filters` WRITE;
+/*!40000 ALTER TABLE `route_server_filters` DISABLE KEYS */;
+/*!40000 ALTER TABLE `route_server_filters` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `route_server_filters_prod`
+--
+
+DROP TABLE IF EXISTS `route_server_filters_prod`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `route_server_filters_prod` (
+ `id` bigint unsigned NOT NULL AUTO_INCREMENT,
+ `customer_id` int DEFAULT NULL,
+ `peer_id` int DEFAULT NULL,
+ `vlan_id` int DEFAULT NULL,
+ `received_prefix` varchar(43) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
+ `advertised_prefix` varchar(43) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
+ `protocol` smallint DEFAULT NULL,
+ `action_advertise` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
+ `action_receive` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
+ `enabled` tinyint(1) NOT NULL DEFAULT '1',
+ `order_by` int NOT NULL,
+ `live` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `route_server_filters_prod_customer_id_order_by_unique` (`customer_id`,`order_by`),
+ KEY `route_server_filters_prod_peer_id_foreign` (`peer_id`),
+ KEY `route_server_filters_prod_vlan_id_foreign` (`vlan_id`),
+ CONSTRAINT `route_server_filters_prod_customer_id_foreign` FOREIGN KEY (`customer_id`) REFERENCES `cust` (`id`),
+ CONSTRAINT `route_server_filters_prod_peer_id_foreign` FOREIGN KEY (`peer_id`) REFERENCES `cust` (`id`),
+ CONSTRAINT `route_server_filters_prod_vlan_id_foreign` FOREIGN KEY (`vlan_id`) REFERENCES `vlan` (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `route_server_filters_prod`
+--
+
+LOCK TABLES `route_server_filters_prod` WRITE;
+/*!40000 ALTER TABLE `route_server_filters_prod` DISABLE KEYS */;
+/*!40000 ALTER TABLE `route_server_filters_prod` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `routers`
+--
+
+DROP TABLE IF EXISTS `routers`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `routers` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `pair_id` int DEFAULT NULL,
+ `vlan_id` int NOT NULL,
+ `handle` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `protocol` smallint unsigned NOT NULL,
+ `type` smallint unsigned NOT NULL,
+ `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `shortname` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `router_id` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `peering_ip` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `asn` int unsigned NOT NULL,
+ `software` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `mgmt_host` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `api` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `api_type` smallint unsigned NOT NULL,
+ `lg_access` smallint unsigned DEFAULT NULL,
+ `quarantine` tinyint(1) NOT NULL,
+ `bgp_lc` tinyint(1) NOT NULL,
+ `template` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `skip_md5` tinyint(1) NOT NULL,
+ `last_update_started` datetime DEFAULT NULL,
+ `last_updated` datetime DEFAULT NULL,
+ `pause_updates` tinyint(1) NOT NULL DEFAULT '0',
+ `rpki` tinyint(1) NOT NULL DEFAULT '0',
+ `software_version` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `operating_system` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `operating_system_version` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `rfc1997_passthru` tinyint(1) NOT NULL DEFAULT '0',
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `UNIQ_504FC9BE918020D9` (`handle`),
+ KEY `IDX_504FC9BE8B4937A1` (`vlan_id`),
+ KEY `routers_pair_id_foreign` (`pair_id`),
+ CONSTRAINT `FK_504FC9BE8B4937A1` FOREIGN KEY (`vlan_id`) REFERENCES `vlan` (`id`),
+ CONSTRAINT `routers_pair_id_foreign` FOREIGN KEY (`pair_id`) REFERENCES `routers` (`id`) ON DELETE SET NULL
+) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `routers`
+--
+
+LOCK TABLES `routers` WRITE;
+/*!40000 ALTER TABLE `routers` DISABLE KEYS */;
+INSERT INTO `routers` VALUES (1,2,1,'rs1-vix1-ipv4',4,1,'Route Server #1 - VIX1 - IPv4','RS1 - VIX1 - IPv4','192.0.2.8','192.0.2.8',65501,'6','192.0.2.8','http://rs1-vix1-ipv4:81/api',1,0,0,1,'api/v4/router/server/bird2/standard',0,'2024-08-23 14:02:10','2024-08-23 14:02:10',0,0,NULL,NULL,NULL,1,'2024-08-21 21:12:45','2024-08-23 19:02:10'),(2,1,1,'rs2-vix1-ipv4',4,1,'Route Server #2 - VIX1 - IPv4','RS2 - VIX1 - IPv4','192.0.2.9','192.0.2.9',65501,'6','192.0.2.9','http://rs2-vix1-ipv4:81/api',1,0,0,1,'api/v4/router/server/bird2/standard',0,'2024-08-23 14:02:10','2024-08-23 14:02:10',0,0,NULL,NULL,NULL,1,'2024-08-21 21:13:52','2024-08-23 19:02:10'),(3,4,1,'rs1-vix1-ipv6',6,1,'Route Server #1 - VIX1 - IPv6','RS1 - VIX1 - IPv6','192.0.2.8','2001:db8:0:10::8',65501,'6','192.0.2.8','http://rs1-vix1-ipv6:81/api',1,0,0,1,'api/v4/router/server/bird2/standard',0,'2024-08-23 14:02:10','2024-08-23 14:02:11',0,0,NULL,NULL,NULL,1,'2024-08-21 21:14:45','2024-08-23 19:02:11'),(4,3,1,'rs2-vix1-ipv6',6,1,'Route Server #2 - VIX1 - IPv6','RS2 - VIX1 - IPv6','192.0.2.9','2001:db8:0:10::9',65501,'6','192.0.2.9','http://rs2-vix1-ipv6:81/api',1,0,0,1,'api/v4/router/server/bird2/standard',0,'2024-08-23 14:02:11','2024-08-23 14:02:11',0,0,NULL,NULL,NULL,1,'2024-08-21 21:16:04','2024-08-23 19:02:11'),(5,6,2,'rs1-vix2-ipv4',4,1,'Route Server #1 - VIX2 - IPv4','RS1 - VIX2 - IPv4','198.51.100.8','198.51.100.8',65501,'6','198.51.100.8','http://rs1-vix2-ipv4:81/api',1,0,0,1,'api/v4/router/server/bird2/standard',0,'2024-08-23 14:02:11','2024-08-23 14:02:11',0,0,NULL,NULL,NULL,1,'2024-08-21 21:17:26','2024-08-23 19:02:11'),(6,5,2,'rs1-vix2-ipv6',6,1,'Route Server #1 - VIX2 - IPv6','RS2 - VIX1 - IPv6','198.51.100.8','2001:db8:0:20::8',65501,'6','198.51.100.8','http://rs2-vix2-ipv6:81/api',1,0,0,1,'api/v4/router/server/bird2/standard',0,'2024-08-23 14:02:11','2024-08-23 14:02:11',0,0,NULL,NULL,NULL,1,'2024-08-21 21:18:12','2024-08-23 19:02:11'),(7,8,1,'rc1-vix1-ipv4',4,2,'Route Collector #1 - VIX1 - IPv4','RC1 - VIX1 - IPv4','192.0.2.126','192.0.2.126',65500,'6','192.0.2.126','http://rc1-vix1-ipv4:81/api',1,0,0,1,'api/v4/router/collector/bird2/standard',0,'2024-08-23 14:02:11','2024-08-23 14:02:11',0,0,NULL,NULL,NULL,1,'2024-08-21 21:19:34','2024-08-23 19:02:11'),(8,7,1,'rc1-vix1-ipv6',6,2,'Route Collector #1 - VIX1 - IPv6','RC1 - VIX1 - IPv6','192.0.2.126','2001:db8:0:10::126',65500,'6','192.0.2.126','http://rc1-vix1-ipv6:81/api',1,0,0,1,'api/v4/router/collector/bird2/standard',0,'2024-08-23 14:02:11','2024-08-23 14:02:11',0,0,NULL,NULL,NULL,1,'2024-08-21 21:20:34','2024-08-23 19:02:11'),(9,10,2,'rc1-vix2-ipv4',4,2,'Route Collector #1 - VIX2 - IPv4','RC1 - VIX2 - IPv4','192.0.2.126','198.51.100.126',65500,'6','198.51.100.126','http://rc1-vix2-ipv4:81/api',1,0,0,1,'api/v4/router/collector/bird2/standard',0,'2024-08-23 14:02:11','2024-08-23 14:02:11',0,0,NULL,NULL,NULL,1,'2024-08-21 21:19:34','2024-08-23 19:02:11'),(10,9,2,'rc1-vix2-ipv6',6,2,'Route Collector #1 - VIX2 - IPv6','RC1 - VIX2 - IPv6','192.0.2.126','2001:db8:0:20::126',65500,'6','198.51.100.126','http://rc1-vix2-ipv6:81/api',1,0,0,1,'api/v4/router/collector/bird2/standard',0,'2024-08-23 14:02:11','2024-08-23 14:02:11',0,0,NULL,NULL,NULL,1,'2024-08-21 21:20:34','2024-08-23 19:02:11'),(11,12,3,'rc1q-vix1-ipv4',4,2,'Quarantine Route Collector #1 - VIX1 - IPv4','RC1Q - VIX1 - IPv4','192.0.2.126','192.0.2.126',65500,'6','192.0.2.126',NULL,0,NULL,1,1,'api/v4/router/collector/bird2/standard',0,NULL,NULL,0,0,NULL,NULL,NULL,1,'2024-08-21 21:19:34','2024-08-21 21:19:34'),(12,11,3,'rc1q-vix1-ipv6',6,2,'Quarantine Route Collector #1 - VIX1 - IPv6','RC1Q - VIX1 - IPv6','192.0.2.126','2001:db8:0:10::126',65500,'6','192.0.2.126',NULL,0,NULL,1,1,'api/v4/router/collector/bird2/standard',0,NULL,NULL,0,0,NULL,NULL,NULL,1,'2024-08-21 21:20:34','2024-08-21 21:20:34'),(13,14,4,'rc1q-vix2-ipv4',4,2,'Quarantine Route Collector #1 - VIX2 - IPv4','RC1Q - VIX2 - IPv4','198.51.100.126','198.51.100.126',65500,'6','198.51.100.126',NULL,0,NULL,1,1,'api/v4/router/collector/bird2/standard',0,NULL,NULL,0,0,NULL,NULL,NULL,1,'2024-08-21 21:19:34','2024-08-21 21:19:34'),(14,13,4,'rc1q-vix2-ipv6',6,2,'Quarantine Route Collector #1 - VIX2 - IPv6','RC1Q - VIX2 - IPv6','198.51.100.126','2001:db8:0:20::126',65500,'6','198.51.100.126',NULL,0,NULL,1,1,'api/v4/router/collector/bird2/standard',0,NULL,NULL,0,0,NULL,NULL,NULL,1,'2024-08-21 21:20:34','2024-08-21 21:20:34'),(15,16,1,'as112-vix1-ipv4',4,3,'AS112 - VIX1 - IPv4','AS112 - VIX1 - IPv4','192.0.2.6','192.0.2.6',112,'1','192.0.2.6','http://as112-vix1-ipv4:81/api',1,0,0,1,'api/v4/router/as112/bird2/standard',1,NULL,'2024-08-23 14:02:11',0,0,NULL,NULL,NULL,1,'2024-08-21 21:24:52','2024-08-23 19:02:11'),(16,15,1,'as112-vix1-ipv6',6,3,'AS112 - VIX1 - IPv6','AS112 - VIX1 - IPv6','192.0.2.6','2001:db8:0:10::6',112,'1','192.0.2.6','http://as112-vix1-ipv6:81/api',1,0,0,1,'api/v4/router/as112/bird2/standard',1,NULL,'2024-08-23 14:02:11',0,0,NULL,NULL,NULL,1,'2024-08-21 21:24:52','2024-08-23 19:02:11'),(17,18,2,'as112-vix2-ipv4',4,3,'AS112 - VIX2 - IPv4','AS112 - VIX2 - IPv4','198.51.100.6','198.51.100.6',112,'1','198.51.100.6','http://as112-vix2-ipv4:81/api',1,0,0,1,'api/v4/router/as112/bird2/standard',1,NULL,'2024-08-23 14:02:11',0,0,NULL,NULL,NULL,1,'2024-08-21 21:24:52','2024-08-23 19:02:11'),(18,17,2,'as112-vix2-ipv6',6,3,'AS112 - VIX2 - IPv6','AS112 - VIX2 - IPv6','198.51.100.6','2001:db8:0:20::6',112,'1','198.51.100.6','http://as112-vix2-ipv6:81/api',1,0,0,1,'api/v4/router/as112/bird2/standard',1,NULL,'2024-08-23 14:02:11',0,0,NULL,NULL,NULL,1,'2024-08-21 21:24:52','2024-08-23 19:02:11');
+/*!40000 ALTER TABLE `routers` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `rs_prefixes`
+--
+
+DROP TABLE IF EXISTS `rs_prefixes`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `rs_prefixes` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `custid` int DEFAULT NULL,
+ `timestamp` datetime DEFAULT NULL,
+ `prefix` varchar(64) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `protocol` int DEFAULT NULL,
+ `irrdb` int DEFAULT NULL,
+ `rs_origin` int DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `IDX_29FA9871DA0209B9` (`custid`),
+ CONSTRAINT `FK_29FA9871DA0209B9` FOREIGN KEY (`custid`) REFERENCES `cust` (`id`) ON DELETE CASCADE
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `rs_prefixes`
+--
+
+LOCK TABLES `rs_prefixes` WRITE;
+/*!40000 ALTER TABLE `rs_prefixes` DISABLE KEYS */;
+/*!40000 ALTER TABLE `rs_prefixes` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `sessions`
+--
+
+DROP TABLE IF EXISTS `sessions`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `sessions` (
+ `id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `user_id` bigint DEFAULT NULL,
+ `ip_address` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
+ `user_agent` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,
+ `payload` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `last_activity` int NOT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `sessions_id_unique` (`id`)
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `sessions`
+--
+
+LOCK TABLES `sessions` WRITE;
+/*!40000 ALTER TABLE `sessions` DISABLE KEYS */;
+/*!40000 ALTER TABLE `sessions` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `sflow_receiver`
+--
+
+DROP TABLE IF EXISTS `sflow_receiver`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `sflow_receiver` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `virtual_interface_id` int DEFAULT NULL,
+ `dst_ip` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `dst_port` int NOT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `IDX_E633EA142C0D6F5F` (`virtual_interface_id`),
+ CONSTRAINT `FK_E633EA142C0D6F5F` FOREIGN KEY (`virtual_interface_id`) REFERENCES `virtualinterface` (`id`) ON DELETE CASCADE
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `sflow_receiver`
+--
+
+LOCK TABLES `sflow_receiver` WRITE;
+/*!40000 ALTER TABLE `sflow_receiver` DISABLE KEYS */;
+/*!40000 ALTER TABLE `sflow_receiver` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `switch`
+--
+
+DROP TABLE IF EXISTS `switch`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `switch` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `cabinetid` int DEFAULT NULL,
+ `vendorid` int DEFAULT NULL,
+ `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `ipv4addr` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `ipv6addr` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `snmppasswd` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `infrastructure` int DEFAULT NULL,
+ `model` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `active` tinyint(1) DEFAULT '1',
+ `notes` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci,
+ `hostname` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `os` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `osDate` datetime DEFAULT NULL,
+ `osVersion` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `serialNumber` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `lastPolled` datetime DEFAULT NULL,
+ `mauSupported` tinyint(1) DEFAULT NULL,
+ `asn` int unsigned DEFAULT NULL,
+ `loopback_ip` varchar(39) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `loopback_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `mgmt_mac_address` varchar(12) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `snmp_engine_time` bigint DEFAULT NULL,
+ `snmp_system_uptime` bigint DEFAULT NULL,
+ `snmp_engine_boots` bigint DEFAULT NULL,
+ `poll` tinyint(1) NOT NULL DEFAULT '1',
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `UNIQ_6FE94B185E237E06` (`name`),
+ UNIQUE KEY `UNIQ_6FE94B1850C101F8` (`loopback_ip`),
+ KEY `IDX_6FE94B182B96718A` (`cabinetid`),
+ KEY `IDX_6FE94B18420FB55F` (`vendorid`),
+ KEY `IDX_6FE94B18D129B190` (`infrastructure`),
+ CONSTRAINT `FK_6FE94B182B96718A` FOREIGN KEY (`cabinetid`) REFERENCES `cabinet` (`id`),
+ CONSTRAINT `FK_6FE94B18420FB55F` FOREIGN KEY (`vendorid`) REFERENCES `vendor` (`id`),
+ CONSTRAINT `FK_6FE94B18D129B190` FOREIGN KEY (`infrastructure`) REFERENCES `infrastructure` (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `switch`
+--
+
+LOCK TABLES `switch` WRITE;
+/*!40000 ALTER TABLE `switch` DISABLE KEYS */;
+INSERT INTO `switch` VALUES (1,1,3,'swi1-fac1-1','127.0.0.1',NULL,'swi1-fac1-1',1,'DCS-7280SR-48C6',1,NULL,'swi1-fac1-1','EOS',NULL,'4.18.0F',NULL,'2024-08-21 16:53:34',1,NULL,NULL,NULL,'',28562428,2856245011,3,1,'2024-08-21 19:16:28','2024-08-21 21:53:34'),(2,2,3,'swi1-fac2-1','127.0.0.1',NULL,'swi1-fac2-1',1,'DCS-7280SR-48C6',1,NULL,'swi1-fac2-1','EOS',NULL,'4.18.0F',NULL,'2024-08-21 16:53:34',1,NULL,NULL,NULL,'',28562428,2856245011,3,1,'2024-08-21 19:18:37','2024-08-21 21:53:34'),(3,4,3,'swi2-fac1-1','127.0.0.1',NULL,'swi2-fac1-1',2,'DCS-7280SR-48C6',1,NULL,'swi2-fac1-1','EOS',NULL,'4.18.0F',NULL,'2024-08-21 16:53:35',1,NULL,NULL,NULL,'',28562428,2856245011,3,1,'2024-08-21 19:18:54','2024-08-21 21:53:35');
+/*!40000 ALTER TABLE `switch` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `switchport`
+--
+
+DROP TABLE IF EXISTS `switchport`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `switchport` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `switchid` int DEFAULT NULL,
+ `type` int DEFAULT NULL,
+ `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `ifName` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `ifAlias` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `ifHighSpeed` int DEFAULT NULL,
+ `ifMtu` int DEFAULT NULL,
+ `ifPhysAddress` varchar(17) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `ifAdminStatus` int DEFAULT NULL,
+ `ifOperStatus` int DEFAULT NULL,
+ `ifLastChange` int DEFAULT NULL,
+ `lastSnmpPoll` datetime DEFAULT NULL,
+ `ifIndex` int DEFAULT NULL,
+ `active` tinyint(1) NOT NULL DEFAULT '1',
+ `lagIfIndex` int DEFAULT NULL,
+ `mauType` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `mauState` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `mauAvailability` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `mauJacktype` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `mauAutoNegSupported` tinyint(1) DEFAULT NULL,
+ `mauAutoNegAdminState` tinyint(1) DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `IDX_F84274F1DC2C08F8` (`switchid`),
+ CONSTRAINT `FK_F84274F1DC2C08F8` FOREIGN KEY (`switchid`) REFERENCES `switch` (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=166 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `switchport`
+--
+
+LOCK TABLES `switchport` WRITE;
+/*!40000 ALTER TABLE `switchport` DISABLE KEYS */;
+INSERT INTO `switchport` VALUES (1,1,0,'Ethernet1','Ethernet1',NULL,10000,9214,'444CA8B9427E',1,6,1695696920,'2024-08-21 16:53:34',1,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(2,1,1,'Ethernet2','Ethernet2','Cust: AS112',1000,9214,'444CA8B9427F',1,1,1696047261,'2024-08-21 16:53:34',2,1,NULL,'10GigBaseLR','operational','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(3,1,0,'Ethernet3','Ethernet3',NULL,10000,9214,'444CA8B94280',1,6,1695696920,'2024-08-21 16:53:34',3,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(4,1,0,'Ethernet4','Ethernet4',NULL,10000,9214,'444CA8B94281',1,6,1695696920,'2024-08-21 16:53:34',4,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(5,1,0,'Ethernet5','Ethernet5',NULL,10000,9214,'444CA8B94282',1,6,1695696920,'2024-08-21 16:53:34',5,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(6,1,1,'Ethernet6','Ethernet6','Cust: NREN',10000,9214,'444CA8B94283',1,1,1710084965,'2024-08-21 16:53:34',6,1,NULL,'10GigBaseLR','operational','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(7,1,1,'Ethernet7','Ethernet7','Cust: NREN',10000,9214,'444CA8B94284',1,1,1696047920,'2024-08-21 16:53:34',7,1,NULL,'10GigBaseLR','operational','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(8,1,1,'Ethernet8','Ethernet8','Cust: Eyeball ISP',1000,9214,'444CA8B94285',1,1,1706930099,'2024-08-21 16:53:34',8,1,NULL,'10GigBaseLR','operational','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(9,1,0,'Ethernet9','Ethernet9',NULL,10000,9214,'444CA8B94286',1,6,1695696920,'2024-08-21 16:53:34',9,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(10,1,0,'Ethernet10','Ethernet10',NULL,10000,9214,'444CA8B94287',1,6,1695696920,'2024-08-21 16:53:34',10,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(11,1,0,'Ethernet11','Ethernet11',NULL,10000,9214,'444CA8B94288',1,6,1695696920,'2024-08-21 16:53:34',11,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(12,1,0,'Ethernet12','Ethernet12',NULL,10000,9214,'444CA8B94289',1,6,1695696920,'2024-08-21 16:53:34',12,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(13,1,0,'Ethernet13','Ethernet13',NULL,1000,9214,'444CA8B9428A',1,1,1719026014,'2024-08-21 16:53:34',13,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(14,1,0,'Ethernet14','Ethernet14',NULL,1000,9214,'444CA8B9428B',1,1,1696045507,'2024-08-21 16:53:34',14,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(15,1,0,'Ethernet15','Ethernet15',NULL,NULL,9214,'444CA8B9428C',1,2,1705548426,'2024-08-21 16:53:34',15,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(16,1,0,'Ethernet16','Ethernet16',NULL,NULL,9214,'444CA8B9428D',1,2,1696044777,'2024-08-21 16:53:34',16,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(17,1,0,'Ethernet17','Ethernet17',NULL,1000,9214,'444CA8B9428E',1,1,1696045697,'2024-08-21 16:53:34',17,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(18,1,0,'Ethernet18','Ethernet18',NULL,1000,9214,'444CA8B9428F',1,1,1720889761,'2024-08-21 16:53:34',18,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(19,1,0,'Ethernet19','Ethernet19',NULL,1000,9214,'444CA8B94290',1,1,1696046106,'2024-08-21 16:53:34',19,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(20,1,0,'Ethernet20','Ethernet20',NULL,1000,9214,'444CA8B94291',1,1,1720877231,'2024-08-21 16:53:34',20,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(21,1,0,'Ethernet21','Ethernet21',NULL,1000,9214,'444CA8B94292',1,1,1700300638,'2024-08-21 16:53:34',21,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(22,1,0,'Ethernet22','Ethernet22',NULL,1000,9214,'444CA8B94293',1,1,1696046392,'2024-08-21 16:53:34',22,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(23,1,0,'Ethernet23','Ethernet23',NULL,NULL,9214,'444CA8B94294',1,2,1696044772,'2024-08-21 16:53:34',23,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(24,1,0,'Ethernet24','Ethernet24',NULL,NULL,9214,'444CA8B94295',1,2,1696044819,'2024-08-21 16:53:34',24,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(25,1,0,'Ethernet25','Ethernet25',NULL,10000,9214,'444CA8B94296',1,1,1719686754,'2024-08-21 16:53:34',25,1,NULL,'10GigBaseLR','operational','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(26,1,0,'Ethernet26','Ethernet26',NULL,10000,9214,'444CA8B94297',1,2,1712946633,'2024-08-21 16:53:34',26,1,NULL,'10GigBaseLR','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(27,1,0,'Ethernet27','Ethernet27',NULL,10000,9214,'444CA8B94298',1,2,1712946608,'2024-08-21 16:53:34',27,1,NULL,'10GigBaseLR','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(28,1,0,'Ethernet28','Ethernet28',NULL,10000,9214,'444CA8B94299',1,2,1712946625,'2024-08-21 16:53:34',28,1,NULL,'10GigBaseLR','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(29,1,0,'Ethernet29','Ethernet29',NULL,10000,9214,'444CA8B9429A',1,2,1712946611,'2024-08-21 16:53:34',29,1,NULL,'10GigBaseLR','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(30,1,0,'Ethernet30','Ethernet30',NULL,10000,9214,'444CA8B9429B',1,2,1712946629,'2024-08-21 16:53:34',30,1,NULL,'10GigBaseLR','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(31,1,0,'Ethernet31','Ethernet31',NULL,10000,9214,'444CA8B9429C',1,2,1723991541,'2024-08-21 16:53:34',31,1,NULL,'10GigBaseLR','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(32,1,0,'Ethernet32','Ethernet32',NULL,1000,9214,'444CA8B9429D',1,1,1715983039,'2024-08-21 16:53:34',32,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(33,1,0,'Ethernet33','Ethernet33',NULL,10000,9214,'444CA8B9429E',1,6,1720967479,'2024-08-21 16:53:34',33,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(34,1,0,'Ethernet34','Ethernet34',NULL,10000,9214,'444CA8B9429F',1,6,1720967485,'2024-08-21 16:53:34',34,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(35,1,0,'Ethernet35','Ethernet35',NULL,10000,9214,'444CA8B942A0',1,6,1720967479,'2024-08-21 16:53:34',35,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(36,1,0,'Ethernet36','Ethernet36',NULL,10000,9214,'444CA8B942A1',1,6,1695696920,'2024-08-21 16:53:34',36,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(37,1,0,'Ethernet37','Ethernet37',NULL,10000,9214,'444CA8B942A2',1,6,1695696920,'2024-08-21 16:53:34',37,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(38,1,0,'Ethernet38','Ethernet38',NULL,10000,9214,'444CA8B942A3',1,6,1695696920,'2024-08-21 16:53:34',38,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(39,1,0,'Ethernet39','Ethernet39',NULL,10000,9214,'444CA8B942A4',1,6,1695696920,'2024-08-21 16:53:34',39,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(40,1,0,'Ethernet40','Ethernet40',NULL,10000,9214,'444CA8B942A5',1,6,1695696920,'2024-08-21 16:53:34',40,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(41,1,0,'Ethernet41','Ethernet41',NULL,NULL,9214,'444CA8B942A6',2,2,1720968271,'2024-08-21 16:53:34',41,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(42,1,0,'Ethernet42','Ethernet42',NULL,NULL,9214,'444CA8B942A7',2,2,1720968278,'2024-08-21 16:53:34',42,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(43,1,0,'Ethernet43','Ethernet43',NULL,NULL,9214,'444CA8B942A8',2,2,1720968284,'2024-08-21 16:53:34',43,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(44,1,0,'Ethernet44','Ethernet44',NULL,NULL,9214,'444CA8B942A9',2,2,1720968301,'2024-08-21 16:53:34',44,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(45,1,0,'Ethernet45','Ethernet45',NULL,1000,9214,'444CA8B942AA',1,1,1720969331,'2024-08-21 16:53:34',45,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(46,1,0,'Ethernet46','Ethernet46',NULL,1000,9214,'444CA8B942AB',1,1,1720969332,'2024-08-21 16:53:34',46,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(47,1,1,'Ethernet47','Ethernet47','Internal: rs1',1000,9214,'444CA8B942AC',1,1,1696048541,'2024-08-21 16:53:34',47,1,NULL,'10GigBaseLR','operational','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(48,1,1,'Ethernet48','Ethernet48','Internal: rc1',1000,9214,'444CA8B942AD',1,1,1696048596,'2024-08-21 16:53:34',48,1,NULL,'10GigBaseLR','operational','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(49,1,1,'Ethernet49/1','Ethernet49/1','Cust: CDN',100000,9214,'444CA8B942AE',1,1,1719687435,'2024-08-21 16:53:34',49001,1,NULL,'100GbaseLR4','operational','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(50,1,0,'Ethernet50/1','Ethernet50/1',NULL,100000,9214,'444CA8B942B2',1,1,1721959149,'2024-08-21 16:53:34',50001,1,NULL,'100GbaseLR4','operational','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(51,1,0,'Ethernet51/1','Ethernet51/1',NULL,100000,9214,'444CA8B9427D',1,1,1715396166,'2024-08-21 16:53:34',51001,1,NULL,'100GbaseAR4','operational','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(52,1,0,'Ethernet52/1','Ethernet52/1',NULL,100000,9214,'444CA8B942BA',1,1,1719613423,'2024-08-21 16:53:34',52001,1,NULL,'100GbaseLR4','operational','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(53,1,3,'Ethernet53/1','Ethernet53/1','Core: VIX1 - FAC1 - FAC2',100000,9214,'444CA8B9427D',1,1,1715395117,'2024-08-21 16:53:34',53001,1,NULL,'100GbaseAR4','operational','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(54,1,3,'Ethernet54/1','Ethernet54/1','Core: VIX1 - FAC1 - FAC2',100000,9214,'444CA8B942C2',1,1,1703850298,'2024-08-21 16:53:34',54001,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(55,1,0,'Management1','Management1',NULL,1000,1500,'444CA8B9427C',1,1,1695696818,'2024-08-21 16:53:34',999001,1,NULL,'(empty)',NULL,NULL,NULL,0,0,'2024-08-21 19:18:08','2024-08-21 21:53:34'),(56,2,0,'Ethernet1','Ethernet1',NULL,10000,9214,'444CA8B9427E',1,6,1695696920,'2024-08-21 16:53:34',1,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:34'),(57,2,0,'Ethernet2','Ethernet2',NULL,1000,9214,'444CA8B9427F',1,1,1696047261,'2024-08-21 16:53:34',2,1,NULL,'10GigBaseLR','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:34'),(58,2,0,'Ethernet3','Ethernet3',NULL,10000,9214,'444CA8B94280',1,6,1695696920,'2024-08-21 16:53:35',3,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(59,2,0,'Ethernet4','Ethernet4',NULL,10000,9214,'444CA8B94281',1,6,1695696921,'2024-08-21 16:53:35',4,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(60,2,0,'Ethernet5','Ethernet5',NULL,10000,9214,'444CA8B94282',1,6,1695696921,'2024-08-21 16:53:35',5,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(61,2,0,'Ethernet6','Ethernet6','Cust: XXX',10000,9214,'444CA8B94283',1,1,1710084966,'2024-08-21 16:53:35',6,1,NULL,'10GigBaseLR','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(62,2,0,'Ethernet7','Ethernet7','Cust: XXX',10000,9214,'444CA8B94284',1,1,1696047921,'2024-08-21 16:53:35',7,1,NULL,'10GigBaseLR','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(63,2,1,'Ethernet8','Ethernet8','Cust: Eyeball ISP',1000,9214,'444CA8B94285',1,1,1706930100,'2024-08-21 16:53:35',8,1,NULL,'10GigBaseLR','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(64,2,0,'Ethernet9','Ethernet9',NULL,10000,9214,'444CA8B94286',1,6,1695696921,'2024-08-21 16:53:35',9,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(65,2,0,'Ethernet10','Ethernet10',NULL,10000,9214,'444CA8B94287',1,6,1695696921,'2024-08-21 16:53:35',10,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(66,2,0,'Ethernet11','Ethernet11',NULL,10000,9214,'444CA8B94288',1,6,1695696921,'2024-08-21 16:53:35',11,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(67,2,0,'Ethernet12','Ethernet12',NULL,10000,9214,'444CA8B94289',1,6,1695696921,'2024-08-21 16:53:35',12,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(68,2,1,'Ethernet13','Ethernet13','Cust: Regional WISP',1000,9214,'444CA8B9428A',1,1,1719026015,'2024-08-21 16:53:35',13,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(69,2,0,'Ethernet14','Ethernet14',NULL,1000,9214,'444CA8B9428B',1,1,1696045508,'2024-08-21 16:53:35',14,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(70,2,0,'Ethernet15','Ethernet15',NULL,NULL,9214,'444CA8B9428C',1,2,1705548427,'2024-08-21 16:53:35',15,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(71,2,0,'Ethernet16','Ethernet16',NULL,NULL,9214,'444CA8B9428D',1,2,1696044778,'2024-08-21 16:53:35',16,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(72,2,0,'Ethernet17','Ethernet17',NULL,1000,9214,'444CA8B9428E',1,1,1696045698,'2024-08-21 16:53:35',17,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(73,2,0,'Ethernet18','Ethernet18',NULL,1000,9214,'444CA8B9428F',1,1,1720889762,'2024-08-21 16:53:35',18,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(74,2,0,'Ethernet19','Ethernet19',NULL,1000,9214,'444CA8B94290',1,1,1696046107,'2024-08-21 16:53:35',19,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(75,2,0,'Ethernet20','Ethernet20',NULL,1000,9214,'444CA8B94291',1,1,1720877232,'2024-08-21 16:53:35',20,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(76,2,0,'Ethernet21','Ethernet21',NULL,1000,9214,'444CA8B94292',1,1,1700300639,'2024-08-21 16:53:35',21,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(77,2,0,'Ethernet22','Ethernet22',NULL,1000,9214,'444CA8B94293',1,1,1696046393,'2024-08-21 16:53:35',22,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(78,2,0,'Ethernet23','Ethernet23',NULL,NULL,9214,'444CA8B94294',1,2,1696044773,'2024-08-21 16:53:35',23,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(79,2,0,'Ethernet24','Ethernet24',NULL,NULL,9214,'444CA8B94295',1,2,1696044820,'2024-08-21 16:53:35',24,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(80,2,0,'Ethernet25','Ethernet25',NULL,10000,9214,'444CA8B94296',1,1,1719686755,'2024-08-21 16:53:35',25,1,NULL,'10GigBaseLR','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(81,2,0,'Ethernet26','Ethernet26',NULL,10000,9214,'444CA8B94297',1,2,1712946634,'2024-08-21 16:53:35',26,1,NULL,'10GigBaseLR','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(82,2,0,'Ethernet27','Ethernet27',NULL,10000,9214,'444CA8B94298',1,2,1712946609,'2024-08-21 16:53:35',27,1,NULL,'10GigBaseLR','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(83,2,0,'Ethernet28','Ethernet28',NULL,10000,9214,'444CA8B94299',1,2,1712946626,'2024-08-21 16:53:35',28,1,NULL,'10GigBaseLR','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(84,2,0,'Ethernet29','Ethernet29',NULL,10000,9214,'444CA8B9429A',1,2,1712946612,'2024-08-21 16:53:35',29,1,NULL,'10GigBaseLR','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(85,2,0,'Ethernet30','Ethernet30',NULL,10000,9214,'444CA8B9429B',1,2,1712946630,'2024-08-21 16:53:35',30,1,NULL,'10GigBaseLR','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(86,2,0,'Ethernet31','Ethernet31',NULL,10000,9214,'444CA8B9429C',1,2,1723991542,'2024-08-21 16:53:35',31,1,NULL,'10GigBaseLR','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(87,2,0,'Ethernet32','Ethernet32',NULL,1000,9214,'444CA8B9429D',1,1,1715983040,'2024-08-21 16:53:35',32,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(88,2,0,'Ethernet33','Ethernet33',NULL,10000,9214,'444CA8B9429E',1,6,1720967480,'2024-08-21 16:53:35',33,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(89,2,0,'Ethernet34','Ethernet34',NULL,10000,9214,'444CA8B9429F',1,6,1720967486,'2024-08-21 16:53:35',34,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(90,2,0,'Ethernet35','Ethernet35',NULL,10000,9214,'444CA8B942A0',1,6,1720967480,'2024-08-21 16:53:35',35,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(91,2,0,'Ethernet36','Ethernet36',NULL,10000,9214,'444CA8B942A1',1,6,1695696921,'2024-08-21 16:53:35',36,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(92,2,0,'Ethernet37','Ethernet37',NULL,10000,9214,'444CA8B942A2',1,6,1695696921,'2024-08-21 16:53:35',37,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(93,2,0,'Ethernet38','Ethernet38',NULL,10000,9214,'444CA8B942A3',1,6,1695696921,'2024-08-21 16:53:35',38,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(94,2,0,'Ethernet39','Ethernet39',NULL,10000,9214,'444CA8B942A4',1,6,1695696921,'2024-08-21 16:53:35',39,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(95,2,0,'Ethernet40','Ethernet40',NULL,10000,9214,'444CA8B942A5',1,6,1695696921,'2024-08-21 16:53:35',40,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(96,2,0,'Ethernet41','Ethernet41',NULL,NULL,9214,'444CA8B942A6',2,2,1720968272,'2024-08-21 16:53:35',41,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(97,2,0,'Ethernet42','Ethernet42',NULL,NULL,9214,'444CA8B942A7',2,2,1720968279,'2024-08-21 16:53:35',42,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(98,2,0,'Ethernet43','Ethernet43',NULL,NULL,9214,'444CA8B942A8',2,2,1720968285,'2024-08-21 16:53:35',43,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(99,2,0,'Ethernet44','Ethernet44',NULL,NULL,9214,'444CA8B942A9',2,2,1720968302,'2024-08-21 16:53:35',44,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(100,2,0,'Ethernet45','Ethernet45',NULL,1000,9214,'444CA8B942AA',1,1,1720969332,'2024-08-21 16:53:35',45,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(101,2,0,'Ethernet46','Ethernet46',NULL,1000,9214,'444CA8B942AB',1,1,1720969333,'2024-08-21 16:53:35',46,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(102,2,1,'Ethernet47','Ethernet47','Internal: rs2',1000,9214,'444CA8B942AC',1,1,1696048542,'2024-08-21 16:53:35',47,1,NULL,'10GigBaseLR','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(103,2,0,'Ethernet48','Ethernet48',NULL,1000,9214,'444CA8B942AD',1,1,1696048597,'2024-08-21 16:53:35',48,1,NULL,'10GigBaseLR','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(104,2,0,'Ethernet49/1','Ethernet49/1',NULL,100000,9214,'444CA8B942AE',1,1,1719687436,'2024-08-21 16:53:35',49001,1,NULL,'100GbaseLR4','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(105,2,0,'Ethernet50/1','Ethernet50/1',NULL,100000,9214,'444CA8B942B2',1,1,1721959150,'2024-08-21 16:53:35',50001,1,NULL,'100GbaseLR4','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(106,2,0,'Ethernet51/1','Ethernet51/1',NULL,100000,9214,'444CA8B9427D',1,1,1715396167,'2024-08-21 16:53:35',51001,1,NULL,'100GbaseAR4','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(107,2,0,'Ethernet52/1','Ethernet52/1',NULL,100000,9214,'444CA8B942BA',1,1,1719613424,'2024-08-21 16:53:35',52001,1,NULL,'100GbaseLR4','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(108,2,3,'Ethernet53/1','Ethernet53/1','Core: VIX1 - FAC1 - FAC2',100000,9214,'444CA8B9427D',1,1,1715395118,'2024-08-21 16:53:35',53001,1,NULL,'100GbaseAR4','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(109,2,3,'Ethernet54/1','Ethernet54/1','Core: VIX1 - FAC1 - FAC2',100000,9214,'444CA8B942C2',1,1,1703850299,'2024-08-21 16:53:35',54001,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(110,2,0,'Management1','Management1',NULL,1000,1500,'444CA8B9427C',1,1,1695696819,'2024-08-21 16:53:35',999001,1,NULL,'(empty)',NULL,NULL,NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(111,3,0,'Ethernet1','Ethernet1',NULL,10000,9214,'444CA8B9427E',1,6,1695696921,'2024-08-21 16:53:35',1,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(112,3,1,'Ethernet2','Ethernet2','Cust: AS112',1000,9214,'444CA8B9427F',1,1,1696047262,'2024-08-21 16:53:35',2,1,NULL,'10GigBaseLR','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(113,3,0,'Ethernet3','Ethernet3',NULL,10000,9214,'444CA8B94280',1,6,1695696921,'2024-08-21 16:53:35',3,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(114,3,0,'Ethernet4','Ethernet4',NULL,10000,9214,'444CA8B94281',1,6,1695696921,'2024-08-21 16:53:35',4,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(115,3,0,'Ethernet5','Ethernet5',NULL,10000,9214,'444CA8B94282',1,6,1695696921,'2024-08-21 16:53:35',5,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(116,3,1,'Ethernet6','Ethernet6','Cust: NREN',10000,9214,'444CA8B94283',1,1,1710084966,'2024-08-21 16:53:35',6,1,NULL,'10GigBaseLR','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(117,3,1,'Ethernet7','Ethernet7','Cust: NREN',10000,9214,'444CA8B94284',1,1,1696047921,'2024-08-21 16:53:35',7,1,NULL,'10GigBaseLR','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(118,3,1,'Ethernet8','Ethernet8','Cust: Eyeball ISP',1000,9214,'444CA8B94285',1,1,1706930100,'2024-08-21 16:53:35',8,1,NULL,'10GigBaseLR','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(119,3,0,'Ethernet9','Ethernet9',NULL,10000,9214,'444CA8B94286',1,6,1695696921,'2024-08-21 16:53:35',9,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(120,3,0,'Ethernet10','Ethernet10',NULL,10000,9214,'444CA8B94287',1,6,1695696921,'2024-08-21 16:53:35',10,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(121,3,0,'Ethernet11','Ethernet11',NULL,10000,9214,'444CA8B94288',1,6,1695696921,'2024-08-21 16:53:35',11,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(122,3,0,'Ethernet12','Ethernet12',NULL,10000,9214,'444CA8B94289',1,6,1695696921,'2024-08-21 16:53:35',12,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(123,3,0,'Ethernet13','Ethernet13',NULL,1000,9214,'444CA8B9428A',1,1,1719026015,'2024-08-21 16:53:35',13,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(124,3,0,'Ethernet14','Ethernet14',NULL,1000,9214,'444CA8B9428B',1,1,1696045508,'2024-08-21 16:53:35',14,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(125,3,0,'Ethernet15','Ethernet15',NULL,NULL,9214,'444CA8B9428C',1,2,1705548427,'2024-08-21 16:53:35',15,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(126,3,0,'Ethernet16','Ethernet16',NULL,NULL,9214,'444CA8B9428D',1,2,1696044778,'2024-08-21 16:53:35',16,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(127,3,0,'Ethernet17','Ethernet17',NULL,1000,9214,'444CA8B9428E',1,1,1696045698,'2024-08-21 16:53:35',17,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(128,3,0,'Ethernet18','Ethernet18',NULL,1000,9214,'444CA8B9428F',1,1,1720889762,'2024-08-21 16:53:35',18,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(129,3,0,'Ethernet19','Ethernet19',NULL,1000,9214,'444CA8B94290',1,1,1696046107,'2024-08-21 16:53:35',19,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(130,3,0,'Ethernet20','Ethernet20',NULL,1000,9214,'444CA8B94291',1,1,1720877232,'2024-08-21 16:53:35',20,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(131,3,0,'Ethernet21','Ethernet21',NULL,1000,9214,'444CA8B94292',1,1,1700300639,'2024-08-21 16:53:35',21,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(132,3,0,'Ethernet22','Ethernet22',NULL,1000,9214,'444CA8B94293',1,1,1696046393,'2024-08-21 16:53:35',22,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(133,3,0,'Ethernet23','Ethernet23',NULL,NULL,9214,'444CA8B94294',1,2,1696044773,'2024-08-21 16:53:35',23,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(134,3,0,'Ethernet24','Ethernet24',NULL,NULL,9214,'444CA8B94295',1,2,1696044820,'2024-08-21 16:53:35',24,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(135,3,0,'Ethernet25','Ethernet25',NULL,10000,9214,'444CA8B94296',1,1,1719686755,'2024-08-21 16:53:35',25,1,NULL,'10GigBaseLR','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(136,3,0,'Ethernet26','Ethernet26',NULL,10000,9214,'444CA8B94297',1,2,1712946634,'2024-08-21 16:53:35',26,1,NULL,'10GigBaseLR','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(137,3,0,'Ethernet27','Ethernet27',NULL,10000,9214,'444CA8B94298',1,2,1712946609,'2024-08-21 16:53:35',27,1,NULL,'10GigBaseLR','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(138,3,0,'Ethernet28','Ethernet28',NULL,10000,9214,'444CA8B94299',1,2,1712946626,'2024-08-21 16:53:35',28,1,NULL,'10GigBaseLR','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(139,3,0,'Ethernet29','Ethernet29',NULL,10000,9214,'444CA8B9429A',1,2,1712946612,'2024-08-21 16:53:35',29,1,NULL,'10GigBaseLR','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(140,3,0,'Ethernet30','Ethernet30',NULL,10000,9214,'444CA8B9429B',1,2,1712946630,'2024-08-21 16:53:35',30,1,NULL,'10GigBaseLR','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(141,3,0,'Ethernet31','Ethernet31',NULL,10000,9214,'444CA8B9429C',1,2,1723991542,'2024-08-21 16:53:35',31,1,NULL,'10GigBaseLR','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(142,3,0,'Ethernet32','Ethernet32',NULL,1000,9214,'444CA8B9429D',1,1,1715983040,'2024-08-21 16:53:35',32,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(143,3,0,'Ethernet33','Ethernet33',NULL,10000,9214,'444CA8B9429E',1,6,1720967480,'2024-08-21 16:53:35',33,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(144,3,0,'Ethernet34','Ethernet34',NULL,10000,9214,'444CA8B9429F',1,6,1720967486,'2024-08-21 16:53:35',34,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(145,3,0,'Ethernet35','Ethernet35',NULL,10000,9214,'444CA8B942A0',1,6,1720967480,'2024-08-21 16:53:35',35,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(146,3,0,'Ethernet36','Ethernet36',NULL,10000,9214,'444CA8B942A1',1,6,1695696921,'2024-08-21 16:53:35',36,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(147,3,0,'Ethernet37','Ethernet37',NULL,10000,9214,'444CA8B942A2',1,6,1695696921,'2024-08-21 16:53:35',37,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(148,3,0,'Ethernet38','Ethernet38',NULL,10000,9214,'444CA8B942A3',1,6,1695696921,'2024-08-21 16:53:35',38,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(149,3,0,'Ethernet39','Ethernet39',NULL,10000,9214,'444CA8B942A4',1,6,1695696921,'2024-08-21 16:53:35',39,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(150,3,0,'Ethernet40','Ethernet40',NULL,10000,9214,'444CA8B942A5',1,6,1695696921,'2024-08-21 16:53:35',40,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(151,3,0,'Ethernet41','Ethernet41',NULL,NULL,9214,'444CA8B942A6',2,2,1720968272,'2024-08-21 16:53:35',41,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(152,3,0,'Ethernet42','Ethernet42',NULL,NULL,9214,'444CA8B942A7',2,2,1720968279,'2024-08-21 16:53:35',42,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(153,3,0,'Ethernet43','Ethernet43',NULL,NULL,9214,'444CA8B942A8',2,2,1720968285,'2024-08-21 16:53:35',43,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(154,3,0,'Ethernet44','Ethernet44',NULL,NULL,9214,'444CA8B942A9',2,2,1720968302,'2024-08-21 16:53:35',44,1,NULL,'1000BaseTFD','shutdown','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(155,3,0,'Ethernet45','Ethernet45',NULL,1000,9214,'444CA8B942AA',1,1,1720969332,'2024-08-21 16:53:35',45,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(156,3,0,'Ethernet46','Ethernet46',NULL,1000,9214,'444CA8B942AB',1,1,1720969333,'2024-08-21 16:53:35',46,1,NULL,'1000BaseTFD','operational','available',NULL,1,1,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(157,3,1,'Ethernet47','Ethernet47','Internal: rs1',1000,9214,'444CA8B942AC',2,2,1696048542,'2024-08-21 16:53:35',47,1,NULL,'10GigBaseLR','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(158,3,1,'Ethernet48','Ethernet48','Internal: rc1',1000,9214,'444CA8B942AD',2,2,1696048597,'2024-08-21 16:53:35',48,1,NULL,'10GigBaseLR','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(159,3,1,'Ethernet49/1','Ethernet49/1','Cust: CDN',100000,9214,'444CA8B942AE',1,1,1719687436,'2024-08-21 16:53:35',49001,1,NULL,'100GbaseLR4','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(160,3,0,'Ethernet50/1','Ethernet50/1',NULL,100000,9214,'444CA8B942B2',1,1,1721959150,'2024-08-21 16:53:35',50001,1,NULL,'100GbaseLR4','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(161,3,0,'Ethernet51/1','Ethernet51/1',NULL,100000,9214,'444CA8B9427D',1,1,1715396167,'2024-08-21 16:53:35',51001,1,NULL,'100GbaseAR4','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(162,3,0,'Ethernet52/1','Ethernet52/1',NULL,100000,9214,'444CA8B942BA',1,1,1719613424,'2024-08-21 16:53:35',52001,1,NULL,'100GbaseLR4','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(163,3,0,'Ethernet53/1','Ethernet53/1',NULL,100000,9214,'444CA8B9427D',1,1,1715395118,'2024-08-21 16:53:35',53001,1,NULL,'100GbaseAR4','operational','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(164,3,0,'Ethernet54/1','Ethernet54/1',NULL,100000,9214,'444CA8B942C2',1,6,1703850299,'2024-08-21 16:53:35',54001,1,NULL,'(empty)','shutdown','available',NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35'),(165,3,0,'Management1','Management1',NULL,1000,1500,'444CA8B9427C',1,1,1695696819,'2024-08-21 16:53:35',999001,1,NULL,'(empty)',NULL,NULL,NULL,0,0,'2024-08-21 19:19:18','2024-08-21 21:53:35');
+/*!40000 ALTER TABLE `switchport` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `telescope_entries`
+--
+
+DROP TABLE IF EXISTS `telescope_entries`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `telescope_entries` (
+ `sequence` bigint unsigned NOT NULL AUTO_INCREMENT,
+ `uuid` char(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `batch_id` char(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `family_hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
+ `should_display_on_index` tinyint(1) NOT NULL DEFAULT '1',
+ `type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `content` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `created_at` datetime DEFAULT NULL,
+ PRIMARY KEY (`sequence`),
+ UNIQUE KEY `telescope_entries_uuid_unique` (`uuid`),
+ KEY `telescope_entries_batch_id_index` (`batch_id`),
+ KEY `telescope_entries_type_should_display_on_index_index` (`type`,`should_display_on_index`),
+ KEY `telescope_entries_family_hash_index` (`family_hash`(191))
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `telescope_entries`
+--
+
+LOCK TABLES `telescope_entries` WRITE;
+/*!40000 ALTER TABLE `telescope_entries` DISABLE KEYS */;
+/*!40000 ALTER TABLE `telescope_entries` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `telescope_entries_tags`
+--
+
+DROP TABLE IF EXISTS `telescope_entries_tags`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `telescope_entries_tags` (
+ `entry_uuid` char(36) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ KEY `telescope_entries_tags_entry_uuid_tag_index` (`entry_uuid`,`tag`(191)),
+ KEY `telescope_entries_tags_tag_index` (`tag`(191)),
+ CONSTRAINT `telescope_entries_tags_entry_uuid_foreign` FOREIGN KEY (`entry_uuid`) REFERENCES `telescope_entries` (`uuid`) ON DELETE CASCADE
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `telescope_entries_tags`
+--
+
+LOCK TABLES `telescope_entries_tags` WRITE;
+/*!40000 ALTER TABLE `telescope_entries_tags` DISABLE KEYS */;
+/*!40000 ALTER TABLE `telescope_entries_tags` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `telescope_monitoring`
+--
+
+DROP TABLE IF EXISTS `telescope_monitoring`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `telescope_monitoring` (
+ `tag` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `telescope_monitoring`
+--
+
+LOCK TABLES `telescope_monitoring` WRITE;
+/*!40000 ALTER TABLE `telescope_monitoring` DISABLE KEYS */;
+/*!40000 ALTER TABLE `telescope_monitoring` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `traffic_95th`
+--
+
+DROP TABLE IF EXISTS `traffic_95th`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `traffic_95th` (
+ `id` bigint NOT NULL AUTO_INCREMENT,
+ `cust_id` int DEFAULT NULL,
+ `datetime` datetime DEFAULT NULL,
+ `average` bigint DEFAULT NULL,
+ `max` bigint DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `IDX_70BB409ABFF2A482` (`cust_id`),
+ CONSTRAINT `FK_70BB409ABFF2A482` FOREIGN KEY (`cust_id`) REFERENCES `cust` (`id`) ON DELETE CASCADE
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `traffic_95th`
+--
+
+LOCK TABLES `traffic_95th` WRITE;
+/*!40000 ALTER TABLE `traffic_95th` DISABLE KEYS */;
+/*!40000 ALTER TABLE `traffic_95th` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `traffic_95th_monthly`
+--
+
+DROP TABLE IF EXISTS `traffic_95th_monthly`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `traffic_95th_monthly` (
+ `id` bigint NOT NULL AUTO_INCREMENT,
+ `cust_id` int DEFAULT NULL,
+ `month` date DEFAULT NULL,
+ `max_95th` bigint DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `IDX_ED79F9DCBFF2A482` (`cust_id`),
+ CONSTRAINT `FK_ED79F9DCBFF2A482` FOREIGN KEY (`cust_id`) REFERENCES `cust` (`id`) ON DELETE CASCADE
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `traffic_95th_monthly`
+--
+
+LOCK TABLES `traffic_95th_monthly` WRITE;
+/*!40000 ALTER TABLE `traffic_95th_monthly` DISABLE KEYS */;
+/*!40000 ALTER TABLE `traffic_95th_monthly` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `traffic_daily`
+--
+
+DROP TABLE IF EXISTS `traffic_daily`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `traffic_daily` (
+ `id` bigint NOT NULL AUTO_INCREMENT,
+ `cust_id` int NOT NULL,
+ `day` date DEFAULT NULL,
+ `category` varchar(10) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `day_avg_in` bigint DEFAULT NULL,
+ `day_avg_out` bigint DEFAULT NULL,
+ `day_max_in` bigint DEFAULT NULL,
+ `day_max_out` bigint DEFAULT NULL,
+ `day_tot_in` bigint DEFAULT NULL,
+ `day_tot_out` bigint DEFAULT NULL,
+ `week_avg_in` bigint DEFAULT NULL,
+ `week_avg_out` bigint DEFAULT NULL,
+ `week_max_in` bigint DEFAULT NULL,
+ `week_max_out` bigint DEFAULT NULL,
+ `week_tot_in` bigint DEFAULT NULL,
+ `week_tot_out` bigint DEFAULT NULL,
+ `month_avg_in` bigint DEFAULT NULL,
+ `month_avg_out` bigint DEFAULT NULL,
+ `month_max_in` bigint DEFAULT NULL,
+ `month_max_out` bigint DEFAULT NULL,
+ `month_tot_in` bigint DEFAULT NULL,
+ `month_tot_out` bigint DEFAULT NULL,
+ `year_avg_in` bigint DEFAULT NULL,
+ `year_avg_out` bigint DEFAULT NULL,
+ `year_max_in` bigint DEFAULT NULL,
+ `year_max_out` bigint DEFAULT NULL,
+ `year_tot_in` bigint DEFAULT NULL,
+ `year_tot_out` bigint DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `IDX_1F0F81A7BFF2A482` (`cust_id`),
+ CONSTRAINT `FK_1F0F81A7BFF2A482` FOREIGN KEY (`cust_id`) REFERENCES `cust` (`id`) ON DELETE CASCADE
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `traffic_daily`
+--
+
+LOCK TABLES `traffic_daily` WRITE;
+/*!40000 ALTER TABLE `traffic_daily` DISABLE KEYS */;
+/*!40000 ALTER TABLE `traffic_daily` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `traffic_daily_phys_ints`
+--
+
+DROP TABLE IF EXISTS `traffic_daily_phys_ints`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `traffic_daily_phys_ints` (
+ `id` bigint NOT NULL AUTO_INCREMENT,
+ `physicalinterface_id` int NOT NULL,
+ `day` date DEFAULT NULL,
+ `category` varchar(10) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
+ `day_avg_in` bigint DEFAULT NULL,
+ `day_avg_out` bigint DEFAULT NULL,
+ `day_max_in` bigint DEFAULT NULL,
+ `day_max_out` bigint DEFAULT NULL,
+ `day_max_in_at` datetime DEFAULT NULL,
+ `day_max_out_at` datetime DEFAULT NULL,
+ `day_tot_in` bigint DEFAULT NULL,
+ `day_tot_out` bigint DEFAULT NULL,
+ `week_avg_in` bigint DEFAULT NULL,
+ `week_avg_out` bigint DEFAULT NULL,
+ `week_max_in` bigint DEFAULT NULL,
+ `week_max_out` bigint DEFAULT NULL,
+ `week_max_in_at` datetime DEFAULT NULL,
+ `week_max_out_at` datetime DEFAULT NULL,
+ `week_tot_in` bigint DEFAULT NULL,
+ `week_tot_out` bigint DEFAULT NULL,
+ `month_avg_in` bigint DEFAULT NULL,
+ `month_avg_out` bigint DEFAULT NULL,
+ `month_max_in` bigint DEFAULT NULL,
+ `month_max_out` bigint DEFAULT NULL,
+ `month_max_in_at` datetime DEFAULT NULL,
+ `month_max_out_at` datetime DEFAULT NULL,
+ `month_tot_in` bigint DEFAULT NULL,
+ `month_tot_out` bigint DEFAULT NULL,
+ `year_avg_in` bigint DEFAULT NULL,
+ `year_avg_out` bigint DEFAULT NULL,
+ `year_max_in` bigint DEFAULT NULL,
+ `year_max_out` bigint DEFAULT NULL,
+ `year_max_in_at` datetime DEFAULT NULL,
+ `year_max_out_at` datetime DEFAULT NULL,
+ `year_tot_in` bigint DEFAULT NULL,
+ `year_tot_out` bigint DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `IDX_E219461D4643D08A` (`physicalinterface_id`),
+ CONSTRAINT `FK_E219461D4643D08A` FOREIGN KEY (`physicalinterface_id`) REFERENCES `physicalinterface` (`id`) ON DELETE CASCADE
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `traffic_daily_phys_ints`
+--
+
+LOCK TABLES `traffic_daily_phys_ints` WRITE;
+/*!40000 ALTER TABLE `traffic_daily_phys_ints` DISABLE KEYS */;
+/*!40000 ALTER TABLE `traffic_daily_phys_ints` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `user`
+--
+
+DROP TABLE IF EXISTS `user`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `user` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `custid` int DEFAULT NULL,
+ `username` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `password` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `email` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `authorisedMobile` varchar(30) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `uid` int DEFAULT NULL,
+ `privs` int DEFAULT NULL,
+ `disabled` tinyint(1) DEFAULT NULL,
+ `lastupdatedby` int DEFAULT NULL,
+ `creator` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `peeringdb_id` bigint DEFAULT NULL,
+ `extra_attributes` json DEFAULT NULL COMMENT '(DC2Type:json)',
+ `prefs` json DEFAULT NULL,
+ `created_at` timestamp NOT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `UNIQ_8D93D649F85E0677` (`username`),
+ UNIQUE KEY `UNIQ_8D93D649F2C6186B` (`peeringdb_id`),
+ KEY `IDX_8D93D649DA0209B9` (`custid`),
+ CONSTRAINT `FK_8D93D649DA0209B9` FOREIGN KEY (`custid`) REFERENCES `cust` (`id`) ON DELETE SET NULL
+) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `user`
+--
+
+LOCK TABLES `user` WRITE;
+/*!40000 ALTER TABLE `user` DISABLE KEYS */;
+INSERT INTO `user` VALUES (1,1,'vagrant','$2y$10$8aLxdFa6PSZGwgEQPkPQN.pfnyn8W83LYMncA7FV7vy7Y36EYEKca','vagrant@example.net',NULL,NULL,3,0,1,NULL,'Vagrant Superadmin',NULL,NULL,NULL,'2024-08-21 13:52:49','2024-08-21 20:05:36'),(2,2,'as112','$2y$10$78ssuNqLQbRK9O8TEV771O47ag/LuO1HcgEZsicGEje7prBoS7HnG','as112@example.com',NULL,NULL,2,0,2,'vagrant','AS112 CustAdmin',NULL,'[]','{}','2024-08-21 19:51:20','2024-08-21 20:06:14'),(3,2,'as112user','$2y$10$wznr.oBCz.0UG/WjloHctuAuQGyQ8ry7IQx4gzqTcioRbRpHOFYtC','as112user@example.com',NULL,NULL,1,0,3,'vagrant','AS112 user',NULL,'[]','{}','2024-08-21 20:04:17','2024-08-21 20:06:41');
+/*!40000 ALTER TABLE `user` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `user_2fa`
+--
+
+DROP TABLE IF EXISTS `user_2fa`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `user_2fa` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `user_id` int NOT NULL,
+ `enabled` tinyint(1) NOT NULL DEFAULT '0',
+ `secret` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,
+ `created_at` timestamp NOT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `UNIQ_3AAA1488A76ED395` (`user_id`),
+ CONSTRAINT `FK_3AAA1488A76ED395` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE CASCADE
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `user_2fa`
+--
+
+LOCK TABLES `user_2fa` WRITE;
+/*!40000 ALTER TABLE `user_2fa` DISABLE KEYS */;
+/*!40000 ALTER TABLE `user_2fa` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `user_logins`
+--
+
+DROP TABLE IF EXISTS `user_logins`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `user_logins` (
+ `id` bigint NOT NULL AUTO_INCREMENT,
+ `user_id` int DEFAULT NULL,
+ `ip` varchar(39) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL,
+ `at` datetime NOT NULL,
+ `customer_to_user_id` int DEFAULT NULL,
+ `via` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `IDX_6341CC99D43FEAE2` (`customer_to_user_id`),
+ KEY `at_idx` (`at`),
+ KEY `user_id_idx` (`user_id`),
+ CONSTRAINT `FK_6341CC99D43FEAE2` FOREIGN KEY (`customer_to_user_id`) REFERENCES `customer_to_users` (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `user_logins`
+--
+
+LOCK TABLES `user_logins` WRITE;
+/*!40000 ALTER TABLE `user_logins` DISABLE KEYS */;
+/*!40000 ALTER TABLE `user_logins` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `user_pref`
+--
+
+DROP TABLE IF EXISTS `user_pref`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `user_pref` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `user_id` int DEFAULT NULL,
+ `attribute` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `ix` int NOT NULL DEFAULT '0',
+ `op` varchar(2) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `value` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci,
+ `expire` bigint NOT NULL DEFAULT '0',
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `IX_UserPreference_1` (`user_id`,`attribute`,`op`,`ix`),
+ KEY `IDX_DBD4D4F8A76ED395` (`user_id`),
+ CONSTRAINT `FK_DBD4D4F8A76ED395` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE CASCADE
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `user_pref`
+--
+
+LOCK TABLES `user_pref` WRITE;
+/*!40000 ALTER TABLE `user_pref` DISABLE KEYS */;
+/*!40000 ALTER TABLE `user_pref` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `user_remember_tokens`
+--
+
+DROP TABLE IF EXISTS `user_remember_tokens`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `user_remember_tokens` (
+ `id` bigint NOT NULL AUTO_INCREMENT,
+ `user_id` int NOT NULL,
+ `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `device` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `ip` varchar(39) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,
+ `expires` datetime NOT NULL,
+ `is_2fa_complete` tinyint(1) NOT NULL DEFAULT '0',
+ `created_at` timestamp NOT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `user_token` (`user_id`,`token`),
+ KEY `IDX_E253302EA76ED395` (`user_id`),
+ CONSTRAINT `FK_E253302EA76ED395` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE CASCADE
+) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `user_remember_tokens`
+--
+
+LOCK TABLES `user_remember_tokens` WRITE;
+/*!40000 ALTER TABLE `user_remember_tokens` DISABLE KEYS */;
+/*!40000 ALTER TABLE `user_remember_tokens` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `vendor`
+--
+
+DROP TABLE IF EXISTS `vendor`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `vendor` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `shortname` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `nagios_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `bundle_name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `vendor`
+--
+
+LOCK TABLES `vendor` WRITE;
+/*!40000 ALTER TABLE `vendor` DISABLE KEYS */;
+INSERT INTO `vendor` VALUES (1,'Allied Telesyn','AlliedTel','alliedtel',NULL,'2024-08-21 18:53:47','2024-08-21 18:53:47'),(2,'Allied Telesis','AlliedTelesis','alliedtelesis',NULL,'2024-08-21 18:53:47','2024-08-21 18:53:47'),(3,'Arista','Arista','arista','Port-channel','2024-08-21 18:53:47','2024-08-21 18:53:47'),(4,'Brocade','Brocade','brocade',NULL,'2024-08-21 18:53:47','2024-08-21 18:53:47'),(5,'Cisco Systems','Cisco','cisco','Port-channel','2024-08-21 18:53:47','2024-08-21 18:53:47'),(6,'Cumulus Networks','Cumulus','cumulus','bond','2024-08-21 18:53:47','2024-08-21 18:53:47'),(7,'Dell','Dell','dell',NULL,'2024-08-21 18:53:47','2024-08-21 18:53:47'),(8,'Enterasys','Enterasys','enterasys',NULL,'2024-08-21 18:53:47','2024-08-21 18:53:47'),(9,'Extreme Networks','Extreme','extreme',NULL,'2024-08-21 18:53:47','2024-08-21 18:53:47'),(10,'Force10 Networks','Force10','force10',NULL,'2024-08-21 18:53:47','2024-08-21 18:53:47'),(11,'Foundry Networks','Brocade','brocade',NULL,'2024-08-21 18:53:47','2024-08-21 18:53:47'),(12,'Glimmerglass','Glimmerglass','glimmerglass',NULL,'2024-08-21 18:53:47','2024-08-21 18:53:47'),(13,'Hewlett-Packard','HP','hp',NULL,'2024-08-21 18:53:47','2024-08-21 18:53:47'),(14,'Hitachi Cable','Hitachi','hitachi',NULL,'2024-08-21 18:53:47','2024-08-21 18:53:47'),(15,'Juniper Networks','Juniper','juniper',NULL,'2024-08-21 18:53:47','2024-08-21 18:53:47'),(16,'Linux','Linux','linux',NULL,'2024-08-21 18:53:47','2024-08-21 18:53:47'),(17,'MRV','MRV','mrv',NULL,'2024-08-21 18:53:47','2024-08-21 18:53:47'),(18,'Transmode','Transmode','transmode',NULL,'2024-08-21 18:53:47','2024-08-21 18:53:47');
+/*!40000 ALTER TABLE `vendor` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `virtualinterface`
+--
+
+DROP TABLE IF EXISTS `virtualinterface`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `virtualinterface` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `custid` int DEFAULT NULL,
+ `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `description` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `mtu` int DEFAULT NULL,
+ `trunk` tinyint(1) DEFAULT NULL,
+ `channelgroup` int DEFAULT NULL,
+ `lag_framing` tinyint(1) NOT NULL DEFAULT '0',
+ `fastlacp` tinyint(1) NOT NULL DEFAULT '0',
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ KEY `IDX_11D9014FDA0209B9` (`custid`),
+ CONSTRAINT `FK_11D9014FDA0209B9` FOREIGN KEY (`custid`) REFERENCES `cust` (`id`) ON DELETE CASCADE
+) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `virtualinterface`
+--
+
+LOCK TABLES `virtualinterface` WRITE;
+/*!40000 ALTER TABLE `virtualinterface` DISABLE KEYS */;
+INSERT INTO `virtualinterface` VALUES (1,2,NULL,NULL,NULL,0,NULL,0,0,'2024-08-21 19:41:21','2024-08-21 19:41:21'),(2,2,NULL,NULL,NULL,0,NULL,0,0,'2024-08-21 19:42:49','2024-08-21 19:42:49'),(3,3,'Port-channel',NULL,NULL,0,1,1,1,'2024-08-21 20:10:03','2024-08-21 20:10:40'),(4,3,'Port-channel',NULL,NULL,0,1,1,1,'2024-08-21 20:17:05','2024-08-21 20:19:08'),(5,4,NULL,NULL,NULL,0,NULL,0,0,'2024-08-21 20:28:11','2024-08-21 20:28:11'),(6,4,NULL,NULL,NULL,0,NULL,0,0,'2024-08-21 20:29:29','2024-08-21 20:29:29'),(7,4,NULL,NULL,NULL,0,NULL,0,0,'2024-08-21 20:30:18','2024-08-21 20:30:18'),(8,5,'Port-channel',NULL,NULL,0,2,1,1,'2024-08-21 20:39:20','2024-08-21 20:39:36'),(9,5,'Port-channel',NULL,NULL,0,2,1,1,'2024-08-21 20:40:24','2024-08-21 20:40:39'),(10,6,NULL,NULL,NULL,0,NULL,0,0,'2024-08-21 20:51:52','2024-08-21 20:51:52'),(11,1,NULL,NULL,NULL,1,NULL,0,0,'2024-08-21 20:56:19','2024-08-21 20:56:19'),(12,1,NULL,NULL,NULL,1,NULL,0,0,'2024-08-21 21:00:47','2024-08-21 21:00:47'),(13,7,NULL,NULL,NULL,0,NULL,0,0,'2024-08-21 21:05:55','2024-08-21 21:05:55'),(14,7,'',NULL,NULL,0,NULL,0,0,'2024-08-21 21:07:00','2024-08-21 21:07:10'),(15,7,NULL,NULL,NULL,0,NULL,0,0,'2024-08-21 21:07:57','2024-08-21 21:07:57'),(16,1,'Port-Channel',NULL,9000,1,1000,1,1,'2024-08-21 21:29:17','2024-08-21 21:29:17'),(17,1,'Port-Channel',NULL,9000,1,1000,1,1,'2024-08-21 21:29:17','2024-08-21 21:29:17');
+/*!40000 ALTER TABLE `virtualinterface` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `vlan`
+--
+
+DROP TABLE IF EXISTS `vlan`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `vlan` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `name` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `number` int DEFAULT NULL,
+ `notes` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci,
+ `private` tinyint(1) NOT NULL DEFAULT '0',
+ `infrastructureid` int NOT NULL,
+ `peering_matrix` tinyint(1) NOT NULL DEFAULT '0',
+ `peering_manager` tinyint(1) NOT NULL DEFAULT '0',
+ `export_to_ixf` tinyint NOT NULL DEFAULT '1',
+ `config_name` varchar(32) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `infra_config_name` (`infrastructureid`,`config_name`),
+ KEY `IDX_F83104A1721EBF79` (`infrastructureid`),
+ CONSTRAINT `FK_F83104A1721EBF79` FOREIGN KEY (`infrastructureid`) REFERENCES `infrastructure` (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `vlan`
+--
+
+LOCK TABLES `vlan` WRITE;
+/*!40000 ALTER TABLE `vlan` DISABLE KEYS */;
+INSERT INTO `vlan` VALUES (1,'VAGRANT IX1',10,NULL,0,1,1,1,1,'vagrant_ix1','2024-08-21 19:32:25','2024-08-21 19:32:25'),(2,'VAGRANT IX2',20,NULL,0,2,1,1,1,'vagrant_ix2','2024-08-21 19:32:42','2024-08-21 19:32:42'),(3,'QUARANTINE IX1',11,NULL,0,1,0,0,0,'quarantine_ix1','2024-08-21 19:33:09','2024-08-21 19:33:09'),(4,'QUARANTINE IX2',21,NULL,0,2,0,0,0,'quarantine_ix2','2024-08-21 19:33:23','2024-08-21 19:33:23');
+/*!40000 ALTER TABLE `vlan` ENABLE KEYS */;
+UNLOCK TABLES;
+
+--
+-- Table structure for table `vlaninterface`
+--
+
+DROP TABLE IF EXISTS `vlaninterface`;
+/*!40101 SET @saved_cs_client = @@character_set_client */;
+/*!50503 SET character_set_client = utf8mb4 */;
+CREATE TABLE `vlaninterface` (
+ `id` int NOT NULL AUTO_INCREMENT,
+ `ipv4addressid` int DEFAULT NULL,
+ `ipv6addressid` int DEFAULT NULL,
+ `virtualinterfaceid` int DEFAULT NULL,
+ `vlanid` int DEFAULT NULL,
+ `ipv4enabled` tinyint(1) DEFAULT '0',
+ `ipv4hostname` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `ipv6enabled` tinyint(1) DEFAULT '0',
+ `ipv6hostname` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `mcastenabled` tinyint(1) DEFAULT '0',
+ `irrdbfilter` tinyint(1) DEFAULT '1',
+ `bgpmd5secret` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `ipv4bgpmd5secret` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `ipv6bgpmd5secret` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL,
+ `maxbgpprefix` int DEFAULT NULL,
+ `rsclient` tinyint(1) DEFAULT NULL,
+ `ipv4canping` tinyint(1) DEFAULT NULL,
+ `ipv6canping` tinyint(1) DEFAULT NULL,
+ `ipv4monitorrcbgp` tinyint(1) DEFAULT NULL,
+ `ipv6monitorrcbgp` tinyint(1) DEFAULT NULL,
+ `as112client` tinyint(1) DEFAULT NULL,
+ `busyhost` tinyint(1) DEFAULT NULL,
+ `notes` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci,
+ `rsmorespecifics` tinyint(1) NOT NULL DEFAULT '0',
+ `created_at` timestamp NULL DEFAULT NULL,
+ `updated_at` timestamp NULL DEFAULT NULL,
+ PRIMARY KEY (`id`),
+ UNIQUE KEY `UNIQ_B4B4411A73720641` (`ipv4addressid`),
+ UNIQUE KEY `UNIQ_B4B4411A7787D67C` (`ipv6addressid`),
+ KEY `IDX_B4B4411ABFDF15D5` (`virtualinterfaceid`),
+ KEY `IDX_B4B4411AF48D6D0` (`vlanid`),
+ CONSTRAINT `FK_B4B4411A73720641` FOREIGN KEY (`ipv4addressid`) REFERENCES `ipv4address` (`id`),
+ CONSTRAINT `FK_B4B4411A7787D67C` FOREIGN KEY (`ipv6addressid`) REFERENCES `ipv6address` (`id`),
+ CONSTRAINT `FK_B4B4411ABFDF15D5` FOREIGN KEY (`virtualinterfaceid`) REFERENCES `virtualinterface` (`id`) ON DELETE CASCADE,
+ CONSTRAINT `FK_B4B4411AF48D6D0` FOREIGN KEY (`vlanid`) REFERENCES `vlan` (`id`)
+) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
+/*!40101 SET character_set_client = @saved_cs_client */;
+
+--
+-- Dumping data for table `vlaninterface`
+--
+
+LOCK TABLES `vlaninterface` WRITE;
+/*!40000 ALTER TABLE `vlaninterface` DISABLE KEYS */;
+INSERT INTO `vlaninterface` VALUES (1,7,7,1,1,1,'vagrantix1.as112.example.net',1,'vagrantix1.as112.example.net',0,1,NULL,NULL,NULL,NULL,1,1,1,1,1,0,0,NULL,0,'2024-08-21 19:41:21','2024-08-21 19:41:21'),(2,71,71,2,2,1,'vagrantix2.as112.example.net',1,'vagrantix2.as112.example.net',0,1,NULL,NULL,NULL,NULL,1,1,1,1,1,0,0,NULL,0,'2024-08-21 19:42:49','2024-08-21 19:42:49'),(3,11,11,3,1,1,'vagrantix1.nren.example.net',1,'vagrantix1.nren.example.net',0,1,NULL,'iKHFHvNSzohx','iKHFHvNSzohx',NULL,1,1,1,1,1,1,0,NULL,0,'2024-08-21 20:10:03','2024-08-21 20:10:03'),(4,75,75,4,2,1,'vagrantix2.nren.example.net',1,'vagrantix2.nren.example.net',0,1,NULL,'iKHFHvNSzohx','iKHFHvNSzohx',NULL,1,1,1,1,1,1,0,NULL,0,'2024-08-21 20:17:05','2024-08-21 20:17:05'),(5,12,12,5,1,1,'vagrantix1.eyeballisp.example.net',1,'vagrantix1.eyeballisp.example.net',0,1,NULL,'lR8Z0s2PaGY4','lR8Z0s2PaGY4',NULL,1,1,1,1,1,1,0,NULL,0,'2024-08-21 20:28:11','2024-08-21 20:28:11'),(6,13,13,6,1,1,'vagrantix1.eyeballisp2.example.net',1,'vagrantix1.eyeballisp2.example.net',0,1,NULL,'lR8Z0s2PaGY4','lR8Z0s2PaGY4',NULL,1,1,1,1,1,1,0,NULL,0,'2024-08-21 20:29:29','2024-08-21 20:29:29'),(7,76,76,7,2,1,'vagrantix2.eyeballisp.example.net',1,'vagrantix2.eyeballisp.example.net',0,1,NULL,'lR8Z0s2PaGY4','lR8Z0s2PaGY4',NULL,1,1,1,1,1,1,0,NULL,0,'2024-08-21 20:30:18','2024-08-21 20:30:18'),(8,14,14,8,1,1,'vagrantix1.cdn.example.net',1,'vagrantix1.cdn.example.net',0,1,NULL,'wpwf4xw2FFTa','wpwf4xw2FFTa',NULL,1,1,1,1,1,0,0,NULL,0,'2024-08-21 20:39:20','2024-08-21 20:39:20'),(9,78,78,9,2,1,'vagrantix2.cdn.example.net',1,'vagrantix2.cdn.example.net',0,1,NULL,'wpwf4xw2FFTa','wpwf4xw2FFTa',NULL,1,1,1,1,1,0,0,NULL,0,'2024-08-21 20:40:24','2024-08-21 20:40:24'),(10,15,NULL,10,1,1,'vagrantix1.regionalwisp.example.net',0,NULL,0,1,NULL,'32o5OVIKDmKN',NULL,NULL,1,1,0,1,0,1,0,NULL,0,'2024-08-21 20:51:52','2024-08-21 20:51:52'),(11,129,129,11,1,1,'rc1.vagrantix1.example.net',1,'rc1.vagrantix1.example.net',0,0,NULL,NULL,NULL,NULL,1,1,1,1,1,1,0,NULL,0,'2024-08-21 20:56:19','2024-08-21 20:56:32'),(12,130,130,11,3,1,'rc1.vagrantix1.example.net',1,'rc1.vagrantix1.example.net',0,0,NULL,NULL,NULL,100,1,1,1,1,1,1,0,NULL,0,'2024-08-21 20:57:25','2024-08-21 20:57:25'),(13,131,131,12,2,1,'rc1.vagrantix2.example.net',1,'rc1.vagrantix2.example.net',0,0,NULL,NULL,NULL,NULL,1,1,1,1,1,1,0,NULL,0,'2024-08-21 21:00:47','2024-08-21 21:00:47'),(14,132,132,12,4,1,'rc1.vagrantix2.example.net',1,'rc1.vagrantix2.example.net',0,0,NULL,NULL,NULL,100,1,1,1,1,1,1,0,NULL,0,'2024-08-21 21:01:21','2024-08-21 21:01:21'),(15,9,9,13,1,1,'rs1.vagrantix1.example.net',1,'rs1.vagrantix1.example.net',0,0,NULL,NULL,NULL,NULL,0,1,1,1,1,1,0,NULL,0,'2024-08-21 21:05:55','2024-08-21 21:05:55'),(16,10,10,14,1,1,'rs2.vagrantix1.example.net',1,'rs2.vagrantix1.example.net',0,0,NULL,NULL,NULL,NULL,0,1,1,1,1,1,0,NULL,0,'2024-08-21 21:07:00','2024-08-21 21:07:00'),(17,73,73,15,2,1,'rs1.vagrantix2.example.net',1,'rs1.vagrantix2.example.net',0,0,NULL,NULL,NULL,NULL,0,1,1,1,1,1,0,NULL,0,'2024-08-21 21:07:57','2024-08-21 21:07:57');
+/*!40000 ALTER TABLE `vlaninterface` ENABLE KEYS */;
+UNLOCK TABLES;
+/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
+
+/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
+/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
+/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
+/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
+/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
+/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
+/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
+
+-- Dump completed on 2024-08-23 9:05:56
diff --git a/webpack.mix.js b/webpack.mix.js
index a77505af4..3e14d122c 100644
--- a/webpack.mix.js
+++ b/webpack.mix.js
@@ -29,6 +29,7 @@ mix.scripts(
'node_modules/moment/moment.js',
'node_modules/clipboard/dist/clipboard.min.js',
'node_modules/ip-address/dist/ip-address-globals.js',
+ 'node_modules/alpinejs/dist/cdn.min.js',
'public/js/ixp-manager.js',