diff --git a/.env.ci b/.env.ci index ccf787c2e..d4f6916db 100644 --- a/.env.ci +++ b/.env.ci @@ -14,7 +14,7 @@ TELESCOPE_ENABLED=false IXP_PHPUNIT_RUNNING=true DB_HOST=127.0.0.1 -DB_DATABASE=myapp_test +DB_DATABASE=ixp_ci DB_USERNAME=root DB_PASSWORD= @@ -30,7 +30,7 @@ GRAPHER_BACKEND_SFLOW_ENABLED=true #GRAPHER_ACCESS_IXP=1 -CACHE_DRIVER=null +CACHE_DRIVER=array IXP_API_JSONEXPORTSCHEMA_PUBLIC=true @@ -53,7 +53,7 @@ IXP_FE_FRONTEND_CUSTOMER_MANY=customers IXP_FE_FRONTEND_CUSTOMER_OWNER="customer's" IXP_FE_FRONTEND_CUSTOMER_OWNERS="customers'" -# See: https://docs.ixpmanager.org/features/irrdb/ +# See: https://docs.ixpmanager.org/latest/features/irrdb/ IXP_IRRDB_BGPQ3_PATH=/usr/local/bin/bgpq3 diff --git a/.env.dev b/.env.dev index 2e5bc18fe..e413735c8 100644 --- a/.env.dev +++ b/.env.dev @@ -157,7 +157,7 @@ MAIL_ENCRYPTION=false ####################################################################################### -### Graphing - see https://docs.ixpmanager.org/grapher/introduction +### Graphing - see https://docs.ixpmanager.org/latest/grapher/introduction # Enable the backends you have configured. E.g.: # GRAPHER_BACKENDS="mrtg|sflow|smokeping" @@ -171,7 +171,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: @@ -183,7 +183,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 @@ -191,7 +191,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): @@ -202,7 +202,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 @@ -223,7 +223,7 @@ CACHE_DRIVER=array ####################################################################################### # 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 @@ -247,7 +247,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 @@ -265,10 +265,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/local/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 @@ -286,7 +286,7 @@ IXP_IRRDB_BGPQ3_PATH=/usr/local/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/.env.docker b/.env.docker index 1bee284cf..706fea8d2 100644 --- a/.env.docker +++ b/.env.docker @@ -133,7 +133,7 @@ IXP_FE_BETA_CORE_BUNDLES=true ####################################################################################### # Utility paths -# See: https://docs.ixpmanager.org/features/irrdb/ +# See: https://docs.ixpmanager.org/latest/features/irrdb/ IXP_IRRDB_BGPQ3_PATH=/usr/bin/bgpq3 IXP_RPKI_RTR1_HOST=172.30.201.31 diff --git a/.env.example b/.env.example index 1db4c3792..07ed83ddf 100644 --- a/.env.example +++ b/.env.example @@ -38,7 +38,7 @@ DB_PASSWORD="password" ####################################################################################### ### Email Settings. # -# We use Laravel's mail system - see: https://docs.ixpmanager.org/usage/email/ +# We use Laravel's mail system - see: https://docs.ixpmanager.org/latest/usage/email/ # # The default setting are as follows: # @@ -147,7 +147,7 @@ IXP_FE_FRONTEND_DISABLED_LOGO=false # IXP_FE_FRONTEND_DISABLED_RS_FILTERS=false ####################################################################################### -### Graphing - see https://docs.ixpmanager.org/grapher/introduction +### Graphing - see https://docs.ixpmanager.org/latest/grapher/introduction # Enable the backends you have configured. E.g.: # GRAPHER_BACKENDS="mrtg|sflow|smokeping" @@ -161,7 +161,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: @@ -173,7 +173,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 @@ -181,7 +181,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): @@ -192,13 +192,13 @@ 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 # Some variables can be excluded as required. -# See: https://docs.ixpmanager.org/features/ixf-export/ +# See: https://docs.ixpmanager.org/latest/features/ixf-export/ # # IXP_API_JSONEXPORTSCHEMA_EXCLUDE_SWITCH="model|software" # IXP_API_JSONEXPORTSCHEMA_EXCLUDE_IXP="name|url" @@ -235,7 +235,7 @@ CACHE_DRIVER=array ####################################################################################### # 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 @@ -254,7 +254,7 @@ CACHE_DRIVER=array ####################################################################################### -# 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 @@ -272,10 +272,10 @@ CACHE_DRIVER=array ####################################################################################### # 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 @@ -293,7 +293,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 @@ -304,7 +304,7 @@ IXP_IRRDB_BGPQ3_PATH=/usr/bin/bgpq3 ######################################################################################### -### See: https://docs.ixpmanager.org/features/routers/#filtering-known-transit-networks +### 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 diff --git a/.env.test b/.env.test index 9c9e93176..b9cbae897 100644 --- a/.env.test +++ b/.env.test @@ -38,7 +38,7 @@ DB_PASSWORD="password" ####################################################################################### ### Email Settings. # -# We use Laravel's mail system - see: https://docs.ixpmanager.org/usage/email/ +# We use Laravel's mail system - see: https://docs.ixpmanager.org/latest/usage/email/ # # The default setting are as follows: # @@ -147,7 +147,7 @@ IXP_FE_FRONTEND_DISABLED_LOGO="false" # IXP_FE_FRONTEND_DISABLED_RS_FILTERS="false" ####################################################################################### -### Graphing - see https://docs.ixpmanager.org/grapher/introduction +### Graphing - see https://docs.ixpmanager.org/latest/grapher/introduction # Enable the backends you have configured. E.g.: # GRAPHER_BACKENDS="mrtg|sflow|smokeping" @@ -161,7 +161,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/ ## @@ -171,7 +171,7 @@ GRAPHER_CACHE_ENABLED="true" # 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" @@ -179,7 +179,7 @@ GRAPHER_CACHE_ENABLED="true" ################################################################################# -## 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): @@ -190,13 +190,13 @@ GRAPHER_CACHE_ENABLED="true" ################################################################################# -## 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" # Some variables can be excluded as required. -# See: https://docs.ixpmanager.org/features/ixf-export/ +# See: https://docs.ixpmanager.org/latest/features/ixf-export/ # # IXP_API_JSONEXPORTSCHEMA_EXCLUDE_SWITCH="model|software" # IXP_API_JSONEXPORTSCHEMA_EXCLUDE_IXP="name|url" @@ -233,7 +233,7 @@ CACHE_DRIVER="array" ####################################################################################### # 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" @@ -252,7 +252,7 @@ CACHE_DRIVER="array" ####################################################################################### -# 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" @@ -270,10 +270,10 @@ CACHE_DRIVER="array" ####################################################################################### # 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" @@ -291,7 +291,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" @@ -302,7 +302,7 @@ IXP_IRRDB_BGPQ3_PATH="/usr/bin/bgpq3" ######################################################################################### -### See: https://docs.ixpmanager.org/features/routers/#filtering-known-transit-networks +### 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" diff --git a/.env.vagrant b/.env.vagrant deleted file mode 100644 index 42b8fa33e..000000000 --- a/.env.vagrant +++ /dev/null @@ -1,240 +0,0 @@ -####################################################################################### -# -# IXP Manager V4+ configuration for Vagrant. - -# Run "artisan key:generate" to set the application key: -APP_KEY= - -APP_URL="http://localhost:8088" -APP_ENV="local" -APP_DEBUG=true -APP_TIMEZONE="UTC" -APP_LOG="single" - -DB_CONNECTION="mysql" -DB_HOST="127.0.0.1" -DB_DATABASE="ixp" -DB_USERNAME="ixp" -DB_PASSWORD="password" - -CACHE_DRIVER=array -SESSION_DRIVER=file - -DOCTRINE_PROXY_AUTOGENERATE=true -DOCTRINE_CACHE=array -DOCTRINE_CACHE_NAMESPACE=IXPMANAGERNAMESPACE - - -IDENTITY_LEGALNAME="Vagrant City IXP" -IDENTITY_CITY="Dublin" -IDENTITY_COUNTRY="Ireland" -IDENTITY_IXFID=0 -IDENTITY_ORGNAME="${IDENTITY_LEGALNAME}" -IDENTITY_NAME="${IDENTITY_LEGALNAME}" -IDENTITY_EMAIL="ixp@example.com" -IDENTITY_TESTEMAIL="${IDENTITY_EMAIL}" -IDENTITY_WATERMARK="Vagrant City IXP" -IDENTITY_SUPPORT_EMAIL="${IDENTITY_EMAIL}" -IDENTITY_SUPPORT_PHONE="+1 111 555 5555" -IDENTITY_SUPPORT_HOURS="24x7" -IDENTITY_BILLING_EMAIL="${IDENTITY_EMAIL}" -IDENTITY_BILLING_PHONE="+1 111 555 5555" -IDENTITY_BILLING_HOURS="24x7" -IDENTITY_SITENAME="Vagrant IXP Manager" -IDENTITY_CORPORATE_URL="http://www.example.com/" -IDENTITY_BIGLOGO="//www.ixpmanager.org/images/logos/ixp-manager.png" -IDENTITY_BIGLOGO_OFFSET="offset4" -IDENTITY_MISC_IRC_PASSWORD="xxxxxxx" -IDENTITY_DEFAULT_VLAN=1 - - - - - -####################################################################################### -### Features -# - -# See: http://docs.ixpmanager.org/features/reseller/ -IXP_RESELLER_ENABLED=true - -# See: http://docs.ixpmanager.org/features/as112/ -IXP_AS112_UI_ACTIVE=true - - -####################################################################################### -### Frontend controllers and controller configuration -# -# Some frontend controllers are disabled by default. This is for a variety of reasons -# including: additional configuration may be required, maintain backwards -# compatibility, etc. - -# Allow customers / admins to upload logos for members. Set to false to enabled. -# See: http://docs.ixpmanager.org/usage/customers/#customer-logos -IXP_FE_FRONTEND_DISABLED_LOGO=false - - -# Send email notifications when a customer's billing details are updated. -# See: http://docs.ixpmanager.org/usage/customers/#notification-of-billing-details-changed -# IXP_FE_CUSTOMER_BILLING_UPDATES_NOTIFY="mail@example.com" - - -# Disable links to the peering matrix if you have not set it up (with sflow): -# IXP_FE_FRONTEND_DISABLED_PEERING_MATRIX=true - - -####################################################################################### -### Email Settings. -# -# We use Laravel's mail system which in turn uses SwiftMailer. -# -# See config/mail.php abd https://laravel.com/docs/5.5/mail -# -# The default setting is 'sendmail' which tries to use your local systems mail client. -# -# MAIL_MAILER="sendmail" -# MAIL_HOST="localhost" -# MAIL_PORT=25 -# MAIL_ENCRYPTION="tls" - -MAIL_MAILER=log - - - -####################################################################################### -### Graphing - see https://docs.ixpmanager.org/grapher/introduction - -# Enable the backends you have configured. E.g.: -# GRAPHER_BACKENDS="mrtg|sflow|smokeping" - -# On a new installation, we just use placeholders from the dummy backend: -GRAPHER_BACKENDS="dummy" - -# With the cache enabled, IXP Manager does not have to regenerate / reload / reprocess -# log / rrd / image files if we have cached them and they are less than 5mins old. This -# is enabled by default which is the recommended setting. -GRAPHER_CACHE_ENABLED=true - -################################################################################# -## Grapher - Mrtg - see: https://docs.ixpmanager.org/grapher/mrtg/ -## - -# For backwards compatibility, the default is 'log' but 'rrd' is more modern: -GRAPHER_BACKEND_MRTG_DBTYPE="rrd" - -# The defaults for these are '/tmp' to require you to change them to something -# more sensible such as: -# GRAPHER_BACKEND_MRTG_WORKDIR="/srv/mrtg" -# GRAPHER_BACKEND_MRTG_LOGDIR="/srv/mrtg" - -################################################################################# -## Grapher - sflow - see: https://docs.ixpmanager.org/grapher/sflow/ -## - -# GRAPHER_BACKEND_SFLOW_ENABLED=false -# GRAPHER_BACKEND_SFLOW_ROOT="http://sflow-server.example.com/grapher-sflow" - - -################################################################################# -## Grapher - smokeping - see: https://docs.ixpmanager.org/grapher/smokeping/ -## - -# Mark it as enabled (this just affects whether certain UI elements are shown): -# GRAPHER_BACKEND_SMOKEPING_ENABLED=true - -# And set the default location to fetch the Smokeping graphs from: -# GRAPHER_BACKEND_SMOKEPING_URL="http://www.example.com/smokeping" - - -################################################################################# -## IX-F Member Export - see: https://docs.ixpmanager.org/features/ixf-export/ - - -IXP_API_JSONEXPORTSCHEMA_PUBLIC=true - - -####################################################################################### -### Skinning -# -# See https://ixp-manager.readthedocs.io/en/latest/features/skinning.html -# -# VIEW_SKIN="myskin" - - -####################################################################################### -# See config/cache.php -CACHE_DRIVER=array - -####################################################################################### -# Session Lifetimes - standard and remember me. -# -# See https://docs.ixpmanager.org/usage/authentication/ -# -# SESSION_LIFETIME=120 -# AUTH_TOKEN_EXPIRE=43200 - -####################################################################################### -# PeeringDB Authentication -# -# PeeringDb's API is used, for example, to pre-populate new customer details. If you -# provide a working PeeringDb username/password then these will be used to get more -# complete information. -# -# IXP_API_PEERING_DB_USERNAME=username -# IXP_API_PEERING_DB_PASSWORD=password - - - -####################################################################################### -# Options for updating RIR Objects - see https://docs.ixpmanager.org/features/rir-objects/ - -# Your RIR password to allow the updating of a RIR object by email: -# IXP_API_RIR_PASSWORD=soopersecret - -# Rather than specifiying the destination 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_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/features/irrdb/ -IXP_IRRDB_BGPQ3_PATH=/usr/local/bin/bgpq3 - -# See: https://docs.ixpmanager.org/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/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" - -2FA_ENABLED=false - -#IXP_NO_TRANSIT_ASNS_EXCLUDE=174,1299 -#IXP_NO_TRANSIT_ASNS_OVERRIDE=25,45,174 diff --git a/.github/workflows/ci-ex-dusk.yml b/.github/workflows/ci-ex-dusk.yml index 8d1232a95..9bf0a7cde 100644 --- a/.github/workflows/ci-ex-dusk.yml +++ b/.github/workflows/ci-ex-dusk.yml @@ -15,7 +15,7 @@ jobs: - uses: shogo82148/actions-setup-mysql@v1 with: mysql-version: '8.0' - - run: mysql -uroot -h127.0.0.1 -e 'CREATE DATABASE myapp_test' + - run: mysql -u root -h 127.0.0.1 -e 'CREATE DATABASE ixp_ci; CREATE USER IF NOT EXISTS ixp_ci@localhost IDENTIFIED BY "ixp_ci"; GRANT ALL ON ixp_ci.* TO ixp_ci@localhost;' - name: Copy .env run: php -r "file_exists('.env') || copy('.env.ci', '.env');" - name: Install bgpq3 @@ -26,7 +26,7 @@ jobs: run: chmod -R 777 storage bootstrap/cache - name: Create Database run: | - cat data/ci/ci_test_db.sql | mysql --default-character-set=utf8mb4 -h 127.0.0.1 -u root myapp_test + cat data/ci/ci_test_db.sql | mysql --default-character-set=utf8mb4 -h localhost -u root ixp_ci - name: Set up php server run: | php ./artisan serve &>php-built-in.log & diff --git a/.gitignore b/.gitignore index 9c4783033..b066738c9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .env .env*.local +.env.by-vagrant.* .project .buildpath .settings/ diff --git a/.idea/IXP-Manager.iml b/.idea/IXP-Manager.iml index 9ebc25936..7ad71edb4 100644 --- a/.idea/IXP-Manager.iml +++ b/.idea/IXP-Manager.iml @@ -5,7 +5,6 @@ - @@ -22,6 +21,12 @@ + + + + + + diff --git a/.idea/dictionaries/barryo.xml b/.idea/dictionaries/barryo.xml index 01f8b52c2..9c3c7a966 100644 --- a/.idea/dictionaries/barryo.xml +++ b/.idea/dictionaries/barryo.xml @@ -1,10 +1,25 @@ + asns + channelgroup + cust + dvli facs + irrdb + irrdblog ixps + lacp peeringdb + physicalinterface + svlid + switchid + switchport + switchportid + virtualinterface + virtualinterfaceid vlan + vlis \ No newline at end of file diff --git a/.idea/php.xml b/.idea/php.xml index 68d2d55fe..d2cc281fe 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -52,12 +52,10 @@ - - @@ -66,7 +64,6 @@ - @@ -91,7 +88,6 @@ - @@ -115,7 +111,6 @@ - @@ -162,7 +157,6 @@ - @@ -262,6 +256,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.idea/sqldialects.xml b/.idea/sqldialects.xml deleted file mode 100644 index 893c90bc0..000000000 --- a/.idea/sqldialects.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.phpstorm.meta.php/laravel.meta.php b/.phpstorm.meta.php/laravel.meta.php index eea1ca4cd..6dc5f86d1 100644 --- a/.phpstorm.meta.php/laravel.meta.php +++ b/.phpstorm.meta.php/laravel.meta.php @@ -15,6 +15,7 @@ '' => '@', 'Foil\Engine' => \Foil\Engine::class, 'IXP\Services\ApiCall' => \IXP\Services\RipeAtlas\ApiCall::class, + 'IXP\Services\Diagnostics' => \IXP\Services\Diagnostics::class, 'IXP\Services\Grapher' => \IXP\Services\Grapher::class, 'IXP\Services\IXF' => \IXP\Services\IXF::class, 'IXP\Services\LookingGlass' => \IXP\Services\LookingGlass::class, @@ -30,6 +31,7 @@ 'Illuminate\Cache\Console\ForgetCommand' => \Illuminate\Cache\Console\ForgetCommand::class, 'Illuminate\Cache\Console\PruneStaleTagsCommand' => \Illuminate\Cache\Console\PruneStaleTagsCommand::class, 'Illuminate\Cache\RateLimiter' => \Illuminate\Cache\RateLimiter::class, + 'Illuminate\Concurrency\Console\InvokeSerializedClosureCommand' => \Illuminate\Concurrency\Console\InvokeSerializedClosureCommand::class, 'Illuminate\Console\Scheduling\Schedule' => \Illuminate\Console\Scheduling\Schedule::class, 'Illuminate\Console\Scheduling\ScheduleClearCacheCommand' => \Illuminate\Console\Scheduling\ScheduleClearCacheCommand::class, 'Illuminate\Console\Scheduling\ScheduleFinishCommand' => \Illuminate\Console\Scheduling\ScheduleFinishCommand::class, @@ -41,7 +43,7 @@ 'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class, 'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\NullBroadcaster::class, 'Illuminate\Contracts\Console\Kernel' => \IXP\Console\Kernel::class, - 'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class, + 'Illuminate\Contracts\Debug\ExceptionHandler' => \IXP\Exceptions\Handler::class, 'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class, 'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class, 'Illuminate\Contracts\Http\Kernel' => \IXP\Http\Kernel::class, @@ -158,6 +160,7 @@ 'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class, 'Illuminate\Session\Console\SessionTableCommand' => \Illuminate\Session\Console\SessionTableCommand::class, 'Illuminate\Session\Middleware\StartSession' => \Illuminate\Session\Middleware\StartSession::class, + 'Illuminate\Support\Defer\DeferredCallbackCollection' => \Illuminate\Support\Defer\DeferredCallbackCollection::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Horizon\AutoScaler' => \Laravel\Horizon\AutoScaler::class, 'Laravel\Horizon\Console\WorkCommand' => \Laravel\Horizon\Console\WorkCommand::class, @@ -178,7 +181,6 @@ 'Laravel\Telescope\Contracts\ClearableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\EntriesRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\PrunableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, - 'NunoMaduro\Collision\Provider' => \NunoMaduro\Collision\Provider::class, 'SocialiteProviders\Manager\Contracts\Helpers\ConfigRetrieverInterface' => \SocialiteProviders\Manager\Helpers\ConfigRetriever::class, 'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class, 'Spatie\FlareClient\Flare' => \Spatie\FlareClient\Flare::class, @@ -219,8 +221,8 @@ 'events' => \Illuminate\Events\Dispatcher::class, 'files' => \Illuminate\Filesystem\Filesystem::class, 'filesystem' => \Illuminate\Filesystem\FilesystemManager::class, - 'filesystem.cloud' => \Illuminate\Filesystem\FilesystemAdapter::class, - 'filesystem.disk' => \Illuminate\Filesystem\FilesystemAdapter::class, + 'filesystem.cloud' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, + 'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, 'flare.logger' => \Monolog\Logger::class, 'former' => \Former\Former::class, 'former.dispatcher' => \Former\MethodDispatcher::class, @@ -262,6 +264,7 @@ '' => '@', 'Foil\Engine' => \Foil\Engine::class, 'IXP\Services\ApiCall' => \IXP\Services\RipeAtlas\ApiCall::class, + 'IXP\Services\Diagnostics' => \IXP\Services\Diagnostics::class, 'IXP\Services\Grapher' => \IXP\Services\Grapher::class, 'IXP\Services\IXF' => \IXP\Services\IXF::class, 'IXP\Services\LookingGlass' => \IXP\Services\LookingGlass::class, @@ -277,6 +280,7 @@ 'Illuminate\Cache\Console\ForgetCommand' => \Illuminate\Cache\Console\ForgetCommand::class, 'Illuminate\Cache\Console\PruneStaleTagsCommand' => \Illuminate\Cache\Console\PruneStaleTagsCommand::class, 'Illuminate\Cache\RateLimiter' => \Illuminate\Cache\RateLimiter::class, + 'Illuminate\Concurrency\Console\InvokeSerializedClosureCommand' => \Illuminate\Concurrency\Console\InvokeSerializedClosureCommand::class, 'Illuminate\Console\Scheduling\Schedule' => \Illuminate\Console\Scheduling\Schedule::class, 'Illuminate\Console\Scheduling\ScheduleClearCacheCommand' => \Illuminate\Console\Scheduling\ScheduleClearCacheCommand::class, 'Illuminate\Console\Scheduling\ScheduleFinishCommand' => \Illuminate\Console\Scheduling\ScheduleFinishCommand::class, @@ -288,7 +292,7 @@ 'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class, 'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\NullBroadcaster::class, 'Illuminate\Contracts\Console\Kernel' => \IXP\Console\Kernel::class, - 'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class, + 'Illuminate\Contracts\Debug\ExceptionHandler' => \IXP\Exceptions\Handler::class, 'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class, 'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class, 'Illuminate\Contracts\Http\Kernel' => \IXP\Http\Kernel::class, @@ -405,6 +409,7 @@ 'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class, 'Illuminate\Session\Console\SessionTableCommand' => \Illuminate\Session\Console\SessionTableCommand::class, 'Illuminate\Session\Middleware\StartSession' => \Illuminate\Session\Middleware\StartSession::class, + 'Illuminate\Support\Defer\DeferredCallbackCollection' => \Illuminate\Support\Defer\DeferredCallbackCollection::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Horizon\AutoScaler' => \Laravel\Horizon\AutoScaler::class, 'Laravel\Horizon\Console\WorkCommand' => \Laravel\Horizon\Console\WorkCommand::class, @@ -425,7 +430,6 @@ 'Laravel\Telescope\Contracts\ClearableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\EntriesRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\PrunableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, - 'NunoMaduro\Collision\Provider' => \NunoMaduro\Collision\Provider::class, 'SocialiteProviders\Manager\Contracts\Helpers\ConfigRetrieverInterface' => \SocialiteProviders\Manager\Helpers\ConfigRetriever::class, 'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class, 'Spatie\FlareClient\Flare' => \Spatie\FlareClient\Flare::class, @@ -466,8 +470,8 @@ 'events' => \Illuminate\Events\Dispatcher::class, 'files' => \Illuminate\Filesystem\Filesystem::class, 'filesystem' => \Illuminate\Filesystem\FilesystemManager::class, - 'filesystem.cloud' => \Illuminate\Filesystem\FilesystemAdapter::class, - 'filesystem.disk' => \Illuminate\Filesystem\FilesystemAdapter::class, + 'filesystem.cloud' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, + 'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, 'flare.logger' => \Monolog\Logger::class, 'former' => \Former\Former::class, 'former.dispatcher' => \Former\MethodDispatcher::class, @@ -509,6 +513,7 @@ '' => '@', 'Foil\Engine' => \Foil\Engine::class, 'IXP\Services\ApiCall' => \IXP\Services\RipeAtlas\ApiCall::class, + 'IXP\Services\Diagnostics' => \IXP\Services\Diagnostics::class, 'IXP\Services\Grapher' => \IXP\Services\Grapher::class, 'IXP\Services\IXF' => \IXP\Services\IXF::class, 'IXP\Services\LookingGlass' => \IXP\Services\LookingGlass::class, @@ -524,6 +529,7 @@ 'Illuminate\Cache\Console\ForgetCommand' => \Illuminate\Cache\Console\ForgetCommand::class, 'Illuminate\Cache\Console\PruneStaleTagsCommand' => \Illuminate\Cache\Console\PruneStaleTagsCommand::class, 'Illuminate\Cache\RateLimiter' => \Illuminate\Cache\RateLimiter::class, + 'Illuminate\Concurrency\Console\InvokeSerializedClosureCommand' => \Illuminate\Concurrency\Console\InvokeSerializedClosureCommand::class, 'Illuminate\Console\Scheduling\Schedule' => \Illuminate\Console\Scheduling\Schedule::class, 'Illuminate\Console\Scheduling\ScheduleClearCacheCommand' => \Illuminate\Console\Scheduling\ScheduleClearCacheCommand::class, 'Illuminate\Console\Scheduling\ScheduleFinishCommand' => \Illuminate\Console\Scheduling\ScheduleFinishCommand::class, @@ -535,7 +541,7 @@ 'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class, 'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\NullBroadcaster::class, 'Illuminate\Contracts\Console\Kernel' => \IXP\Console\Kernel::class, - 'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class, + 'Illuminate\Contracts\Debug\ExceptionHandler' => \IXP\Exceptions\Handler::class, 'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class, 'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class, 'Illuminate\Contracts\Http\Kernel' => \IXP\Http\Kernel::class, @@ -652,6 +658,7 @@ 'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class, 'Illuminate\Session\Console\SessionTableCommand' => \Illuminate\Session\Console\SessionTableCommand::class, 'Illuminate\Session\Middleware\StartSession' => \Illuminate\Session\Middleware\StartSession::class, + 'Illuminate\Support\Defer\DeferredCallbackCollection' => \Illuminate\Support\Defer\DeferredCallbackCollection::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Horizon\AutoScaler' => \Laravel\Horizon\AutoScaler::class, 'Laravel\Horizon\Console\WorkCommand' => \Laravel\Horizon\Console\WorkCommand::class, @@ -672,7 +679,6 @@ 'Laravel\Telescope\Contracts\ClearableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\EntriesRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\PrunableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, - 'NunoMaduro\Collision\Provider' => \NunoMaduro\Collision\Provider::class, 'SocialiteProviders\Manager\Contracts\Helpers\ConfigRetrieverInterface' => \SocialiteProviders\Manager\Helpers\ConfigRetriever::class, 'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class, 'Spatie\FlareClient\Flare' => \Spatie\FlareClient\Flare::class, @@ -713,8 +719,8 @@ 'events' => \Illuminate\Events\Dispatcher::class, 'files' => \Illuminate\Filesystem\Filesystem::class, 'filesystem' => \Illuminate\Filesystem\FilesystemManager::class, - 'filesystem.cloud' => \Illuminate\Filesystem\FilesystemAdapter::class, - 'filesystem.disk' => \Illuminate\Filesystem\FilesystemAdapter::class, + 'filesystem.cloud' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, + 'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, 'flare.logger' => \Monolog\Logger::class, 'former' => \Former\Former::class, 'former.dispatcher' => \Former\MethodDispatcher::class, @@ -756,6 +762,7 @@ '' => '@', 'Foil\Engine' => \Foil\Engine::class, 'IXP\Services\ApiCall' => \IXP\Services\RipeAtlas\ApiCall::class, + 'IXP\Services\Diagnostics' => \IXP\Services\Diagnostics::class, 'IXP\Services\Grapher' => \IXP\Services\Grapher::class, 'IXP\Services\IXF' => \IXP\Services\IXF::class, 'IXP\Services\LookingGlass' => \IXP\Services\LookingGlass::class, @@ -771,6 +778,7 @@ 'Illuminate\Cache\Console\ForgetCommand' => \Illuminate\Cache\Console\ForgetCommand::class, 'Illuminate\Cache\Console\PruneStaleTagsCommand' => \Illuminate\Cache\Console\PruneStaleTagsCommand::class, 'Illuminate\Cache\RateLimiter' => \Illuminate\Cache\RateLimiter::class, + 'Illuminate\Concurrency\Console\InvokeSerializedClosureCommand' => \Illuminate\Concurrency\Console\InvokeSerializedClosureCommand::class, 'Illuminate\Console\Scheduling\Schedule' => \Illuminate\Console\Scheduling\Schedule::class, 'Illuminate\Console\Scheduling\ScheduleClearCacheCommand' => \Illuminate\Console\Scheduling\ScheduleClearCacheCommand::class, 'Illuminate\Console\Scheduling\ScheduleFinishCommand' => \Illuminate\Console\Scheduling\ScheduleFinishCommand::class, @@ -782,7 +790,7 @@ 'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class, 'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\NullBroadcaster::class, 'Illuminate\Contracts\Console\Kernel' => \IXP\Console\Kernel::class, - 'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class, + 'Illuminate\Contracts\Debug\ExceptionHandler' => \IXP\Exceptions\Handler::class, 'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class, 'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class, 'Illuminate\Contracts\Http\Kernel' => \IXP\Http\Kernel::class, @@ -899,6 +907,7 @@ 'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class, 'Illuminate\Session\Console\SessionTableCommand' => \Illuminate\Session\Console\SessionTableCommand::class, 'Illuminate\Session\Middleware\StartSession' => \Illuminate\Session\Middleware\StartSession::class, + 'Illuminate\Support\Defer\DeferredCallbackCollection' => \Illuminate\Support\Defer\DeferredCallbackCollection::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Horizon\AutoScaler' => \Laravel\Horizon\AutoScaler::class, 'Laravel\Horizon\Console\WorkCommand' => \Laravel\Horizon\Console\WorkCommand::class, @@ -919,7 +928,6 @@ 'Laravel\Telescope\Contracts\ClearableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\EntriesRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\PrunableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, - 'NunoMaduro\Collision\Provider' => \NunoMaduro\Collision\Provider::class, 'SocialiteProviders\Manager\Contracts\Helpers\ConfigRetrieverInterface' => \SocialiteProviders\Manager\Helpers\ConfigRetriever::class, 'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class, 'Spatie\FlareClient\Flare' => \Spatie\FlareClient\Flare::class, @@ -960,8 +968,8 @@ 'events' => \Illuminate\Events\Dispatcher::class, 'files' => \Illuminate\Filesystem\Filesystem::class, 'filesystem' => \Illuminate\Filesystem\FilesystemManager::class, - 'filesystem.cloud' => \Illuminate\Filesystem\FilesystemAdapter::class, - 'filesystem.disk' => \Illuminate\Filesystem\FilesystemAdapter::class, + 'filesystem.cloud' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, + 'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, 'flare.logger' => \Monolog\Logger::class, 'former' => \Former\Former::class, 'former.dispatcher' => \Former\MethodDispatcher::class, @@ -1003,6 +1011,7 @@ '' => '@', 'Foil\Engine' => \Foil\Engine::class, 'IXP\Services\ApiCall' => \IXP\Services\RipeAtlas\ApiCall::class, + 'IXP\Services\Diagnostics' => \IXP\Services\Diagnostics::class, 'IXP\Services\Grapher' => \IXP\Services\Grapher::class, 'IXP\Services\IXF' => \IXP\Services\IXF::class, 'IXP\Services\LookingGlass' => \IXP\Services\LookingGlass::class, @@ -1018,6 +1027,7 @@ 'Illuminate\Cache\Console\ForgetCommand' => \Illuminate\Cache\Console\ForgetCommand::class, 'Illuminate\Cache\Console\PruneStaleTagsCommand' => \Illuminate\Cache\Console\PruneStaleTagsCommand::class, 'Illuminate\Cache\RateLimiter' => \Illuminate\Cache\RateLimiter::class, + 'Illuminate\Concurrency\Console\InvokeSerializedClosureCommand' => \Illuminate\Concurrency\Console\InvokeSerializedClosureCommand::class, 'Illuminate\Console\Scheduling\Schedule' => \Illuminate\Console\Scheduling\Schedule::class, 'Illuminate\Console\Scheduling\ScheduleClearCacheCommand' => \Illuminate\Console\Scheduling\ScheduleClearCacheCommand::class, 'Illuminate\Console\Scheduling\ScheduleFinishCommand' => \Illuminate\Console\Scheduling\ScheduleFinishCommand::class, @@ -1029,7 +1039,7 @@ 'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class, 'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\NullBroadcaster::class, 'Illuminate\Contracts\Console\Kernel' => \IXP\Console\Kernel::class, - 'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class, + 'Illuminate\Contracts\Debug\ExceptionHandler' => \IXP\Exceptions\Handler::class, 'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class, 'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class, 'Illuminate\Contracts\Http\Kernel' => \IXP\Http\Kernel::class, @@ -1146,6 +1156,7 @@ 'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class, 'Illuminate\Session\Console\SessionTableCommand' => \Illuminate\Session\Console\SessionTableCommand::class, 'Illuminate\Session\Middleware\StartSession' => \Illuminate\Session\Middleware\StartSession::class, + 'Illuminate\Support\Defer\DeferredCallbackCollection' => \Illuminate\Support\Defer\DeferredCallbackCollection::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Horizon\AutoScaler' => \Laravel\Horizon\AutoScaler::class, 'Laravel\Horizon\Console\WorkCommand' => \Laravel\Horizon\Console\WorkCommand::class, @@ -1166,7 +1177,6 @@ 'Laravel\Telescope\Contracts\ClearableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\EntriesRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\PrunableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, - 'NunoMaduro\Collision\Provider' => \NunoMaduro\Collision\Provider::class, 'SocialiteProviders\Manager\Contracts\Helpers\ConfigRetrieverInterface' => \SocialiteProviders\Manager\Helpers\ConfigRetriever::class, 'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class, 'Spatie\FlareClient\Flare' => \Spatie\FlareClient\Flare::class, @@ -1207,8 +1217,8 @@ 'events' => \Illuminate\Events\Dispatcher::class, 'files' => \Illuminate\Filesystem\Filesystem::class, 'filesystem' => \Illuminate\Filesystem\FilesystemManager::class, - 'filesystem.cloud' => \Illuminate\Filesystem\FilesystemAdapter::class, - 'filesystem.disk' => \Illuminate\Filesystem\FilesystemAdapter::class, + 'filesystem.cloud' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, + 'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, 'flare.logger' => \Monolog\Logger::class, 'former' => \Former\Former::class, 'former.dispatcher' => \Former\MethodDispatcher::class, @@ -1250,6 +1260,7 @@ '' => '@', 'Foil\Engine' => \Foil\Engine::class, 'IXP\Services\ApiCall' => \IXP\Services\RipeAtlas\ApiCall::class, + 'IXP\Services\Diagnostics' => \IXP\Services\Diagnostics::class, 'IXP\Services\Grapher' => \IXP\Services\Grapher::class, 'IXP\Services\IXF' => \IXP\Services\IXF::class, 'IXP\Services\LookingGlass' => \IXP\Services\LookingGlass::class, @@ -1265,6 +1276,7 @@ 'Illuminate\Cache\Console\ForgetCommand' => \Illuminate\Cache\Console\ForgetCommand::class, 'Illuminate\Cache\Console\PruneStaleTagsCommand' => \Illuminate\Cache\Console\PruneStaleTagsCommand::class, 'Illuminate\Cache\RateLimiter' => \Illuminate\Cache\RateLimiter::class, + 'Illuminate\Concurrency\Console\InvokeSerializedClosureCommand' => \Illuminate\Concurrency\Console\InvokeSerializedClosureCommand::class, 'Illuminate\Console\Scheduling\Schedule' => \Illuminate\Console\Scheduling\Schedule::class, 'Illuminate\Console\Scheduling\ScheduleClearCacheCommand' => \Illuminate\Console\Scheduling\ScheduleClearCacheCommand::class, 'Illuminate\Console\Scheduling\ScheduleFinishCommand' => \Illuminate\Console\Scheduling\ScheduleFinishCommand::class, @@ -1276,7 +1288,7 @@ 'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class, 'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\NullBroadcaster::class, 'Illuminate\Contracts\Console\Kernel' => \IXP\Console\Kernel::class, - 'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class, + 'Illuminate\Contracts\Debug\ExceptionHandler' => \IXP\Exceptions\Handler::class, 'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class, 'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class, 'Illuminate\Contracts\Http\Kernel' => \IXP\Http\Kernel::class, @@ -1393,6 +1405,7 @@ 'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class, 'Illuminate\Session\Console\SessionTableCommand' => \Illuminate\Session\Console\SessionTableCommand::class, 'Illuminate\Session\Middleware\StartSession' => \Illuminate\Session\Middleware\StartSession::class, + 'Illuminate\Support\Defer\DeferredCallbackCollection' => \Illuminate\Support\Defer\DeferredCallbackCollection::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Horizon\AutoScaler' => \Laravel\Horizon\AutoScaler::class, 'Laravel\Horizon\Console\WorkCommand' => \Laravel\Horizon\Console\WorkCommand::class, @@ -1413,7 +1426,6 @@ 'Laravel\Telescope\Contracts\ClearableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\EntriesRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\PrunableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, - 'NunoMaduro\Collision\Provider' => \NunoMaduro\Collision\Provider::class, 'SocialiteProviders\Manager\Contracts\Helpers\ConfigRetrieverInterface' => \SocialiteProviders\Manager\Helpers\ConfigRetriever::class, 'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class, 'Spatie\FlareClient\Flare' => \Spatie\FlareClient\Flare::class, @@ -1454,8 +1466,8 @@ 'events' => \Illuminate\Events\Dispatcher::class, 'files' => \Illuminate\Filesystem\Filesystem::class, 'filesystem' => \Illuminate\Filesystem\FilesystemManager::class, - 'filesystem.cloud' => \Illuminate\Filesystem\FilesystemAdapter::class, - 'filesystem.disk' => \Illuminate\Filesystem\FilesystemAdapter::class, + 'filesystem.cloud' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, + 'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, 'flare.logger' => \Monolog\Logger::class, 'former' => \Former\Former::class, 'former.dispatcher' => \Former\MethodDispatcher::class, @@ -1497,6 +1509,7 @@ '' => '@', 'Foil\Engine' => \Foil\Engine::class, 'IXP\Services\ApiCall' => \IXP\Services\RipeAtlas\ApiCall::class, + 'IXP\Services\Diagnostics' => \IXP\Services\Diagnostics::class, 'IXP\Services\Grapher' => \IXP\Services\Grapher::class, 'IXP\Services\IXF' => \IXP\Services\IXF::class, 'IXP\Services\LookingGlass' => \IXP\Services\LookingGlass::class, @@ -1512,6 +1525,7 @@ 'Illuminate\Cache\Console\ForgetCommand' => \Illuminate\Cache\Console\ForgetCommand::class, 'Illuminate\Cache\Console\PruneStaleTagsCommand' => \Illuminate\Cache\Console\PruneStaleTagsCommand::class, 'Illuminate\Cache\RateLimiter' => \Illuminate\Cache\RateLimiter::class, + 'Illuminate\Concurrency\Console\InvokeSerializedClosureCommand' => \Illuminate\Concurrency\Console\InvokeSerializedClosureCommand::class, 'Illuminate\Console\Scheduling\Schedule' => \Illuminate\Console\Scheduling\Schedule::class, 'Illuminate\Console\Scheduling\ScheduleClearCacheCommand' => \Illuminate\Console\Scheduling\ScheduleClearCacheCommand::class, 'Illuminate\Console\Scheduling\ScheduleFinishCommand' => \Illuminate\Console\Scheduling\ScheduleFinishCommand::class, @@ -1523,7 +1537,7 @@ 'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class, 'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\NullBroadcaster::class, 'Illuminate\Contracts\Console\Kernel' => \IXP\Console\Kernel::class, - 'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class, + 'Illuminate\Contracts\Debug\ExceptionHandler' => \IXP\Exceptions\Handler::class, 'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class, 'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class, 'Illuminate\Contracts\Http\Kernel' => \IXP\Http\Kernel::class, @@ -1640,6 +1654,7 @@ 'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class, 'Illuminate\Session\Console\SessionTableCommand' => \Illuminate\Session\Console\SessionTableCommand::class, 'Illuminate\Session\Middleware\StartSession' => \Illuminate\Session\Middleware\StartSession::class, + 'Illuminate\Support\Defer\DeferredCallbackCollection' => \Illuminate\Support\Defer\DeferredCallbackCollection::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Horizon\AutoScaler' => \Laravel\Horizon\AutoScaler::class, 'Laravel\Horizon\Console\WorkCommand' => \Laravel\Horizon\Console\WorkCommand::class, @@ -1660,7 +1675,6 @@ 'Laravel\Telescope\Contracts\ClearableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\EntriesRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\PrunableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, - 'NunoMaduro\Collision\Provider' => \NunoMaduro\Collision\Provider::class, 'SocialiteProviders\Manager\Contracts\Helpers\ConfigRetrieverInterface' => \SocialiteProviders\Manager\Helpers\ConfigRetriever::class, 'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class, 'Spatie\FlareClient\Flare' => \Spatie\FlareClient\Flare::class, @@ -1701,8 +1715,8 @@ 'events' => \Illuminate\Events\Dispatcher::class, 'files' => \Illuminate\Filesystem\Filesystem::class, 'filesystem' => \Illuminate\Filesystem\FilesystemManager::class, - 'filesystem.cloud' => \Illuminate\Filesystem\FilesystemAdapter::class, - 'filesystem.disk' => \Illuminate\Filesystem\FilesystemAdapter::class, + 'filesystem.cloud' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, + 'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, 'flare.logger' => \Monolog\Logger::class, 'former' => \Former\Former::class, 'former.dispatcher' => \Former\MethodDispatcher::class, @@ -1744,6 +1758,7 @@ '' => '@', 'Foil\Engine' => \Foil\Engine::class, 'IXP\Services\ApiCall' => \IXP\Services\RipeAtlas\ApiCall::class, + 'IXP\Services\Diagnostics' => \IXP\Services\Diagnostics::class, 'IXP\Services\Grapher' => \IXP\Services\Grapher::class, 'IXP\Services\IXF' => \IXP\Services\IXF::class, 'IXP\Services\LookingGlass' => \IXP\Services\LookingGlass::class, @@ -1759,6 +1774,7 @@ 'Illuminate\Cache\Console\ForgetCommand' => \Illuminate\Cache\Console\ForgetCommand::class, 'Illuminate\Cache\Console\PruneStaleTagsCommand' => \Illuminate\Cache\Console\PruneStaleTagsCommand::class, 'Illuminate\Cache\RateLimiter' => \Illuminate\Cache\RateLimiter::class, + 'Illuminate\Concurrency\Console\InvokeSerializedClosureCommand' => \Illuminate\Concurrency\Console\InvokeSerializedClosureCommand::class, 'Illuminate\Console\Scheduling\Schedule' => \Illuminate\Console\Scheduling\Schedule::class, 'Illuminate\Console\Scheduling\ScheduleClearCacheCommand' => \Illuminate\Console\Scheduling\ScheduleClearCacheCommand::class, 'Illuminate\Console\Scheduling\ScheduleFinishCommand' => \Illuminate\Console\Scheduling\ScheduleFinishCommand::class, @@ -1770,7 +1786,7 @@ 'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class, 'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\NullBroadcaster::class, 'Illuminate\Contracts\Console\Kernel' => \IXP\Console\Kernel::class, - 'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class, + 'Illuminate\Contracts\Debug\ExceptionHandler' => \IXP\Exceptions\Handler::class, 'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class, 'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class, 'Illuminate\Contracts\Http\Kernel' => \IXP\Http\Kernel::class, @@ -1887,6 +1903,7 @@ 'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class, 'Illuminate\Session\Console\SessionTableCommand' => \Illuminate\Session\Console\SessionTableCommand::class, 'Illuminate\Session\Middleware\StartSession' => \Illuminate\Session\Middleware\StartSession::class, + 'Illuminate\Support\Defer\DeferredCallbackCollection' => \Illuminate\Support\Defer\DeferredCallbackCollection::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Horizon\AutoScaler' => \Laravel\Horizon\AutoScaler::class, 'Laravel\Horizon\Console\WorkCommand' => \Laravel\Horizon\Console\WorkCommand::class, @@ -1907,7 +1924,6 @@ 'Laravel\Telescope\Contracts\ClearableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\EntriesRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\PrunableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, - 'NunoMaduro\Collision\Provider' => \NunoMaduro\Collision\Provider::class, 'SocialiteProviders\Manager\Contracts\Helpers\ConfigRetrieverInterface' => \SocialiteProviders\Manager\Helpers\ConfigRetriever::class, 'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class, 'Spatie\FlareClient\Flare' => \Spatie\FlareClient\Flare::class, @@ -1948,8 +1964,8 @@ 'events' => \Illuminate\Events\Dispatcher::class, 'files' => \Illuminate\Filesystem\Filesystem::class, 'filesystem' => \Illuminate\Filesystem\FilesystemManager::class, - 'filesystem.cloud' => \Illuminate\Filesystem\FilesystemAdapter::class, - 'filesystem.disk' => \Illuminate\Filesystem\FilesystemAdapter::class, + 'filesystem.cloud' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, + 'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, 'flare.logger' => \Monolog\Logger::class, 'former' => \Former\Former::class, 'former.dispatcher' => \Former\MethodDispatcher::class, @@ -1991,6 +2007,7 @@ '' => '@', 'Foil\Engine' => \Foil\Engine::class, 'IXP\Services\ApiCall' => \IXP\Services\RipeAtlas\ApiCall::class, + 'IXP\Services\Diagnostics' => \IXP\Services\Diagnostics::class, 'IXP\Services\Grapher' => \IXP\Services\Grapher::class, 'IXP\Services\IXF' => \IXP\Services\IXF::class, 'IXP\Services\LookingGlass' => \IXP\Services\LookingGlass::class, @@ -2006,6 +2023,7 @@ 'Illuminate\Cache\Console\ForgetCommand' => \Illuminate\Cache\Console\ForgetCommand::class, 'Illuminate\Cache\Console\PruneStaleTagsCommand' => \Illuminate\Cache\Console\PruneStaleTagsCommand::class, 'Illuminate\Cache\RateLimiter' => \Illuminate\Cache\RateLimiter::class, + 'Illuminate\Concurrency\Console\InvokeSerializedClosureCommand' => \Illuminate\Concurrency\Console\InvokeSerializedClosureCommand::class, 'Illuminate\Console\Scheduling\Schedule' => \Illuminate\Console\Scheduling\Schedule::class, 'Illuminate\Console\Scheduling\ScheduleClearCacheCommand' => \Illuminate\Console\Scheduling\ScheduleClearCacheCommand::class, 'Illuminate\Console\Scheduling\ScheduleFinishCommand' => \Illuminate\Console\Scheduling\ScheduleFinishCommand::class, @@ -2017,7 +2035,7 @@ 'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class, 'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\NullBroadcaster::class, 'Illuminate\Contracts\Console\Kernel' => \IXP\Console\Kernel::class, - 'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class, + 'Illuminate\Contracts\Debug\ExceptionHandler' => \IXP\Exceptions\Handler::class, 'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class, 'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class, 'Illuminate\Contracts\Http\Kernel' => \IXP\Http\Kernel::class, @@ -2134,6 +2152,7 @@ 'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class, 'Illuminate\Session\Console\SessionTableCommand' => \Illuminate\Session\Console\SessionTableCommand::class, 'Illuminate\Session\Middleware\StartSession' => \Illuminate\Session\Middleware\StartSession::class, + 'Illuminate\Support\Defer\DeferredCallbackCollection' => \Illuminate\Support\Defer\DeferredCallbackCollection::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Horizon\AutoScaler' => \Laravel\Horizon\AutoScaler::class, 'Laravel\Horizon\Console\WorkCommand' => \Laravel\Horizon\Console\WorkCommand::class, @@ -2154,7 +2173,6 @@ 'Laravel\Telescope\Contracts\ClearableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\EntriesRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\PrunableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, - 'NunoMaduro\Collision\Provider' => \NunoMaduro\Collision\Provider::class, 'SocialiteProviders\Manager\Contracts\Helpers\ConfigRetrieverInterface' => \SocialiteProviders\Manager\Helpers\ConfigRetriever::class, 'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class, 'Spatie\FlareClient\Flare' => \Spatie\FlareClient\Flare::class, @@ -2195,8 +2213,8 @@ 'events' => \Illuminate\Events\Dispatcher::class, 'files' => \Illuminate\Filesystem\Filesystem::class, 'filesystem' => \Illuminate\Filesystem\FilesystemManager::class, - 'filesystem.cloud' => \Illuminate\Filesystem\FilesystemAdapter::class, - 'filesystem.disk' => \Illuminate\Filesystem\FilesystemAdapter::class, + 'filesystem.cloud' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, + 'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, 'flare.logger' => \Monolog\Logger::class, 'former' => \Former\Former::class, 'former.dispatcher' => \Former\MethodDispatcher::class, @@ -2238,6 +2256,7 @@ '' => '@', 'Foil\Engine' => \Foil\Engine::class, 'IXP\Services\ApiCall' => \IXP\Services\RipeAtlas\ApiCall::class, + 'IXP\Services\Diagnostics' => \IXP\Services\Diagnostics::class, 'IXP\Services\Grapher' => \IXP\Services\Grapher::class, 'IXP\Services\IXF' => \IXP\Services\IXF::class, 'IXP\Services\LookingGlass' => \IXP\Services\LookingGlass::class, @@ -2253,6 +2272,7 @@ 'Illuminate\Cache\Console\ForgetCommand' => \Illuminate\Cache\Console\ForgetCommand::class, 'Illuminate\Cache\Console\PruneStaleTagsCommand' => \Illuminate\Cache\Console\PruneStaleTagsCommand::class, 'Illuminate\Cache\RateLimiter' => \Illuminate\Cache\RateLimiter::class, + 'Illuminate\Concurrency\Console\InvokeSerializedClosureCommand' => \Illuminate\Concurrency\Console\InvokeSerializedClosureCommand::class, 'Illuminate\Console\Scheduling\Schedule' => \Illuminate\Console\Scheduling\Schedule::class, 'Illuminate\Console\Scheduling\ScheduleClearCacheCommand' => \Illuminate\Console\Scheduling\ScheduleClearCacheCommand::class, 'Illuminate\Console\Scheduling\ScheduleFinishCommand' => \Illuminate\Console\Scheduling\ScheduleFinishCommand::class, @@ -2264,7 +2284,7 @@ 'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class, 'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\NullBroadcaster::class, 'Illuminate\Contracts\Console\Kernel' => \IXP\Console\Kernel::class, - 'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class, + 'Illuminate\Contracts\Debug\ExceptionHandler' => \IXP\Exceptions\Handler::class, 'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class, 'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class, 'Illuminate\Contracts\Http\Kernel' => \IXP\Http\Kernel::class, @@ -2381,6 +2401,7 @@ 'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class, 'Illuminate\Session\Console\SessionTableCommand' => \Illuminate\Session\Console\SessionTableCommand::class, 'Illuminate\Session\Middleware\StartSession' => \Illuminate\Session\Middleware\StartSession::class, + 'Illuminate\Support\Defer\DeferredCallbackCollection' => \Illuminate\Support\Defer\DeferredCallbackCollection::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Horizon\AutoScaler' => \Laravel\Horizon\AutoScaler::class, 'Laravel\Horizon\Console\WorkCommand' => \Laravel\Horizon\Console\WorkCommand::class, @@ -2401,7 +2422,6 @@ 'Laravel\Telescope\Contracts\ClearableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\EntriesRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\PrunableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, - 'NunoMaduro\Collision\Provider' => \NunoMaduro\Collision\Provider::class, 'SocialiteProviders\Manager\Contracts\Helpers\ConfigRetrieverInterface' => \SocialiteProviders\Manager\Helpers\ConfigRetriever::class, 'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class, 'Spatie\FlareClient\Flare' => \Spatie\FlareClient\Flare::class, @@ -2442,8 +2462,8 @@ 'events' => \Illuminate\Events\Dispatcher::class, 'files' => \Illuminate\Filesystem\Filesystem::class, 'filesystem' => \Illuminate\Filesystem\FilesystemManager::class, - 'filesystem.cloud' => \Illuminate\Filesystem\FilesystemAdapter::class, - 'filesystem.disk' => \Illuminate\Filesystem\FilesystemAdapter::class, + 'filesystem.cloud' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, + 'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, 'flare.logger' => \Monolog\Logger::class, 'former' => \Former\Former::class, 'former.dispatcher' => \Former\MethodDispatcher::class, @@ -2485,6 +2505,7 @@ '' => '@', 'Foil\Engine' => \Foil\Engine::class, 'IXP\Services\ApiCall' => \IXP\Services\RipeAtlas\ApiCall::class, + 'IXP\Services\Diagnostics' => \IXP\Services\Diagnostics::class, 'IXP\Services\Grapher' => \IXP\Services\Grapher::class, 'IXP\Services\IXF' => \IXP\Services\IXF::class, 'IXP\Services\LookingGlass' => \IXP\Services\LookingGlass::class, @@ -2500,6 +2521,7 @@ 'Illuminate\Cache\Console\ForgetCommand' => \Illuminate\Cache\Console\ForgetCommand::class, 'Illuminate\Cache\Console\PruneStaleTagsCommand' => \Illuminate\Cache\Console\PruneStaleTagsCommand::class, 'Illuminate\Cache\RateLimiter' => \Illuminate\Cache\RateLimiter::class, + 'Illuminate\Concurrency\Console\InvokeSerializedClosureCommand' => \Illuminate\Concurrency\Console\InvokeSerializedClosureCommand::class, 'Illuminate\Console\Scheduling\Schedule' => \Illuminate\Console\Scheduling\Schedule::class, 'Illuminate\Console\Scheduling\ScheduleClearCacheCommand' => \Illuminate\Console\Scheduling\ScheduleClearCacheCommand::class, 'Illuminate\Console\Scheduling\ScheduleFinishCommand' => \Illuminate\Console\Scheduling\ScheduleFinishCommand::class, @@ -2511,7 +2533,7 @@ 'Illuminate\Contracts\Auth\Access\Gate' => \Illuminate\Auth\Access\Gate::class, 'Illuminate\Contracts\Broadcasting\Broadcaster' => \Illuminate\Broadcasting\Broadcasters\NullBroadcaster::class, 'Illuminate\Contracts\Console\Kernel' => \IXP\Console\Kernel::class, - 'Illuminate\Contracts\Debug\ExceptionHandler' => \NunoMaduro\Collision\Adapters\Laravel\ExceptionHandler::class, + 'Illuminate\Contracts\Debug\ExceptionHandler' => \IXP\Exceptions\Handler::class, 'Illuminate\Contracts\Foundation\ExceptionRenderer' => \Spatie\LaravelIgnition\Renderers\IgnitionExceptionRenderer::class, 'Illuminate\Contracts\Foundation\MaintenanceMode' => \Illuminate\Foundation\FileBasedMaintenanceMode::class, 'Illuminate\Contracts\Http\Kernel' => \IXP\Http\Kernel::class, @@ -2628,6 +2650,7 @@ 'Illuminate\Routing\Contracts\ControllerDispatcher' => \Illuminate\Routing\ControllerDispatcher::class, 'Illuminate\Session\Console\SessionTableCommand' => \Illuminate\Session\Console\SessionTableCommand::class, 'Illuminate\Session\Middleware\StartSession' => \Illuminate\Session\Middleware\StartSession::class, + 'Illuminate\Support\Defer\DeferredCallbackCollection' => \Illuminate\Support\Defer\DeferredCallbackCollection::class, 'Illuminate\Testing\ParallelTesting' => \Illuminate\Testing\ParallelTesting::class, 'Laravel\Horizon\AutoScaler' => \Laravel\Horizon\AutoScaler::class, 'Laravel\Horizon\Console\WorkCommand' => \Laravel\Horizon\Console\WorkCommand::class, @@ -2648,7 +2671,6 @@ 'Laravel\Telescope\Contracts\ClearableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\EntriesRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, 'Laravel\Telescope\Contracts\PrunableRepository' => \Laravel\Telescope\Storage\DatabaseEntriesRepository::class, - 'NunoMaduro\Collision\Provider' => \NunoMaduro\Collision\Provider::class, 'SocialiteProviders\Manager\Contracts\Helpers\ConfigRetrieverInterface' => \SocialiteProviders\Manager\Helpers\ConfigRetriever::class, 'Spatie\ErrorSolutions\Contracts\SolutionProviderRepository' => \Spatie\ErrorSolutions\SolutionProviderRepository::class, 'Spatie\FlareClient\Flare' => \Spatie\FlareClient\Flare::class, @@ -2689,8 +2711,8 @@ 'events' => \Illuminate\Events\Dispatcher::class, 'files' => \Illuminate\Filesystem\Filesystem::class, 'filesystem' => \Illuminate\Filesystem\FilesystemManager::class, - 'filesystem.cloud' => \Illuminate\Filesystem\FilesystemAdapter::class, - 'filesystem.disk' => \Illuminate\Filesystem\FilesystemAdapter::class, + 'filesystem.cloud' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, + 'filesystem.disk' => \Illuminate\Filesystem\LocalFilesystemAdapter::class, 'flare.logger' => \Monolog\Logger::class, 'former' => \Former\Former::class, 'former.dispatcher' => \Former\MethodDispatcher::class, diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5d96ba552..4e1041da9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,14 +31,14 @@ need contributors to follow so that we can accept them. ## Submitting Changes -* Sign the [Contributor License Agreement](https://docs.ixpmanager.org/dev/cla/) (`gpg --clearsign inex-cla.txt`) and email it to ''operations (at) inex (dot) ie''. +* Sign the [Contributor License Agreement](https://docs.ixpmanager.org/latest/dev/cla/) (`gpg --clearsign inex-cla.txt`) and email it to ''operations (at) inex (dot) ie''. * Push your changes to a topic branch in your fork of the repository. * Submit a pull request to the repository in the inex organisation. * Submit a parallel pull request [with new/updated documentation](http://docs.ixpmanager.org/dev/docs/) # Additional Resources -* [Contributor License Agreement](https://docs.ixpmanager.org/dev/cla/) +* [Contributor License Agreement](https://docs.ixpmanager.org/latest/dev/cla/) * [General GitHub documentation](http://help.github.com/) * [GitHub pull request documentation](http://help.github.com/send-pull-requests/) * [IXP Manager Mailing List](https://www.inex.ie/mailman/listinfo/ixpmanager) diff --git a/README.md b/README.md index af2c07827..6b59a5773 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,10 @@ and especially new and small IXPs looking to expand. * [IXP Manager Website](https://www.ixpmanager.org) * [Documentation](https://docs.ixpmanager.org) including: - * Installation [overview](https://docs.ixpmanager.org/install/), - [by automated script](https://docs.ixpmanager.org/install/automated-script/), - and [manually](https://docs.ixpmanager.org/install/manually/) - * [Upgrade Instructions](https://docs.ixpmanager.org/install/upgrading/) + * Installation [overview](https://docs.ixpmanager.org/latest/install/), + [by automated script](https://docs.ixpmanager.org/latest/install/automated-script/), + and [manually](https://docs.ixpmanager.org/latest/install/manually/) + * [Upgrade Instructions](https://docs.ixpmanager.org/latest/install/upgrading/) * [Releases](https://github.com/inex/IXP-Manager/releases) * [List of Users](https://www.ixpmanager.org/community/world-map) ([register here](https://www.ixpmanager.org/community/users/submit)) * [How to Get Help](https://www.ixpmanager.org/support) diff --git a/Vagrantfile b/Vagrantfile index 63e6c76db..a8c8bc994 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -2,29 +2,38 @@ # vi: set ft=ruby : Vagrant.configure(2) do |config| - config.vm.box = "ubuntu/focal64" + config.vm.box = "bento/ubuntu-24.04" config.vm.network "forwarded_port", guest: 80, host: 8088 config.vm.network "forwarded_port", guest: 3306, host: 33061 - config.vm.synced_folder ".", "/vagrant/", id: "vagrant-root0", - owner: "vagrant" - config.vm.synced_folder "./storage", "/vagrant/storage", id: "vagrant-root1", - owner: "vagrant", - group: "www-data", - mount_options: ["dmode=775,fmode=664"] - - config.vm.synced_folder "./bootstrap/cache", "/vagrant/bootstrap/cache", id: "vagrant-root4", - owner: "vagrant", - group: "www-data", - mount_options: ["dmode=775,fmode=664"] - - - config.vm.provider "virtualbox" do |vb| - vb.memory = "1536" - vb.gui = true +# config.vm.provider "virtualbox" do |vb| +# vb.memory = "1536" +# vb.gui = true +# +# config.vm.synced_folder ".", "/vagrant/", id: "vagrant-root0", +# owner: "vagrant" +# +# config.vm.synced_folder "./storage", "/vagrant/storage", id: "vagrant-root1", +# owner: "vagrant", +# group: "www-data", +# mount_options: ["dmode=775,fmode=664"] +# +# config.vm.synced_folder "./bootstrap/cache", "/vagrant/bootstrap/cache", id: "vagrant-root4", +# owner: "vagrant", +# group: "www-data", +# mount_options: ["dmode=775,fmode=664"] +# +# end + + config.vm.provider "parallels" do |prl| + prl.memory = 2048 + prl.name = "ixpm-vagrant-24.04" + prl.cpus = 2 + + # config.vm.synced_folder ".", "/vagrant/", mount_options: ["share"] end - config.vm.provision :shell, path: "bootstrap.sh" + config.vm.provision :shell, path: "tools/vagrant/bootstrap.sh" end diff --git a/_ide_helper.php b/_ide_helper.php index daf4aa821..903397a73 100644 --- a/_ide_helper.php +++ b/_ide_helper.php @@ -5,7 +5,7 @@ /** * A helper file for Laravel, to provide autocomplete information to your IDE - * Generated for Laravel 11.20.0. + * Generated for Laravel 11.25.0. * * This file should not be included in your code, only analyzed by your IDE! * @@ -1362,6 +1362,17 @@ { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ return $instance->build($concrete); + } + /** + * Resolve a dependency based on an attribute. + * + * @param \ReflectionAttribute $attribute + * @return mixed + * @static + */ public static function resolveFromAttribute($attribute) + { //Method inherited from \Illuminate\Container\Container + /** @var \Illuminate\Foundation\Application $instance */ + return $instance->resolveFromAttribute($attribute); } /** * Register a new before resolving callback for all types. @@ -1410,6 +1421,18 @@ { //Method inherited from \Illuminate\Container\Container /** @var \Illuminate\Foundation\Application $instance */ $instance->afterResolvingAttribute($attribute, $callback); + } + /** + * Fire all of the after resolving attribute callbacks. + * + * @param \ReflectionAttribute[] $abstract + * @param mixed $object + * @return void + * @static + */ public static function fireAfterResolvingAttributeCallbacks($attributes, $object) + { //Method inherited from \Illuminate\Container\Container + /** @var \Illuminate\Foundation\Application $instance */ + $instance->fireAfterResolvingAttributeCallbacks($attributes, $object); } /** * Get the container's bindings. @@ -3929,6 +3952,21 @@ { /** @var \Illuminate\Cache\Repository $instance */ return $instance->rememberForever($key, $callback); + } + /** + * Retrieve an item from the cache by key, refreshing it in the background if it is stale. + * + * @template TCacheValue + * @param string $key + * @param \Illuminate\Cache\array{ 0: \DateTimeInterface|\DateInterval|int, 1: \DateTimeInterface|\DateInterval|int } $ttl + * @param \Illuminate\Cache\(callable(): TCacheValue) $callback + * @param \Illuminate\Cache\array{ seconds?: int, owner?: string }|null $lock + * @return \Illuminate\Cache\TCacheValue + * @static + */ public static function flexible($key, $ttl, $callback, $lock = null) + { + /** @var \Illuminate\Cache\Repository $instance */ + return $instance->flexible($key, $ttl, $callback, $lock); } /** * Remove an item from the cache. @@ -5930,8 +5968,8 @@ /** * Register an event listener with the dispatcher. * - * @param \Closure|string|array $events - * @param \Closure|string|array|null $listener + * @param \Illuminate\Events\Queued\Closure|\Closure|string|array $events + * @param \Illuminate\Events\Queued\Closure|\Closure|string|array|null $listener * @return void * @static */ public static function listen($events, $listener = null) @@ -6362,7 +6400,7 @@ * * @param string $path * @param string $algorithm - * @return string + * @return string|false * @static */ public static function hash($path, $algorithm = 'md5') { @@ -6930,7 +6968,7 @@ /** * Define a new ability. * - * @param string $ability + * @param \BackedEnum|string $ability * @param callable|array|string $callback * @return \Illuminate\Auth\Access\Gate * @throws \InvalidArgumentException @@ -6990,7 +7028,7 @@ /** * Determine if all of the given abilities should be granted for the current user. * - * @param \Illuminate\Auth\Access\iterable|string $ability + * @param \Illuminate\Auth\Access\iterable|\BackedEnum|string $ability * @param array|mixed $arguments * @return bool * @static @@ -7002,7 +7040,7 @@ /** * Determine if any of the given abilities should be denied for the current user. * - * @param \Illuminate\Auth\Access\iterable|string $ability + * @param \Illuminate\Auth\Access\iterable|\BackedEnum|string $ability * @param array|mixed $arguments * @return bool * @static @@ -7014,7 +7052,7 @@ /** * Determine if all of the given abilities should be granted for the current user. * - * @param \Illuminate\Auth\Access\iterable|string $abilities + * @param \Illuminate\Auth\Access\iterable|\BackedEnum|string $abilities * @param array|mixed $arguments * @return bool * @static @@ -7026,7 +7064,7 @@ /** * Determine if any one of the given abilities should be granted for the current user. * - * @param \Illuminate\Auth\Access\iterable|string $abilities + * @param \Illuminate\Auth\Access\iterable|\BackedEnum|string $abilities * @param array|mixed $arguments * @return bool * @static @@ -7038,7 +7076,7 @@ /** * Determine if all of the given abilities should be denied for the current user. * - * @param \Illuminate\Auth\Access\iterable|string $abilities + * @param \Illuminate\Auth\Access\iterable|\BackedEnum|string $abilities * @param array|mixed $arguments * @return bool * @static @@ -7050,7 +7088,7 @@ /** * Determine if the given ability should be granted for the current user. * - * @param string $ability + * @param \BackedEnum|string $ability * @param array|mixed $arguments * @return \Illuminate\Auth\Access\Response * @throws \Illuminate\Auth\Access\AuthorizationException @@ -7063,7 +7101,7 @@ /** * Inspect the user for the given ability. * - * @param string $ability + * @param \BackedEnum|string $ability * @param array|mixed $arguments * @return \Illuminate\Auth\Access\Response * @static @@ -7418,7 +7456,7 @@ * @method static \Illuminate\Http\Client\PendingRequest beforeSending(callable $callback) * @method static \Illuminate\Http\Client\PendingRequest throw(callable|null $callback = null) * @method static \Illuminate\Http\Client\PendingRequest throwIf(callable|bool $condition) - * @method static \Illuminate\Http\Client\PendingRequest throwUnless(bool $condition) + * @method static \Illuminate\Http\Client\PendingRequest throwUnless(callable|bool $condition) * @method static \Illuminate\Http\Client\PendingRequest dump() * @method static \Illuminate\Http\Client\PendingRequest dd() * @method static \Illuminate\Http\Client\Response get(string $url, array|string|null $query = null) @@ -8359,7 +8397,7 @@ * @method static \Illuminate\Contracts\View\Factory getViewFactory() * @method static void setSymfonyTransport(\Symfony\Component\Mailer\Transport\TransportInterface $transport) * @method static \Illuminate\Mail\Mailer setQueue(\Illuminate\Contracts\Queue\Factory $queue) - * @method static void macro(string $name, object|callable $macro, object|callable $macro = null) + * @method static void macro(string $name, object|callable $macro) * @method static void mixin(object $mixin, bool $replace = true) * @method static bool hasMacro(string $name) * @method static void flushMacros() @@ -9769,7 +9807,7 @@ /** * Create a new redirect response to a named route. * - * @param string $route + * @param \BackedEnum|string $route * @param mixed $parameters * @param int $status * @param array $headers @@ -9783,7 +9821,7 @@ /** * Create a new redirect response to a signed named route. * - * @param string $route + * @param \BackedEnum|string $route * @param mixed $parameters * @param \DateTimeInterface|\DateInterval|int|null $expiration * @param int $status @@ -9798,7 +9836,7 @@ /** * Create a new redirect response to a signed named route. * - * @param string $route + * @param \BackedEnum|string $route * @param \DateTimeInterface|\DateInterval|int|null $expiration * @param mixed $parameters * @param int $status @@ -12243,10 +12281,10 @@ * @method static \Illuminate\Routing\RouteRegistrar whereIn(array|string $parameters, array $values) * @method static \Illuminate\Routing\RouteRegistrar as(string $value) * @method static \Illuminate\Routing\RouteRegistrar controller(string $controller) - * @method static \Illuminate\Routing\RouteRegistrar domain(string $value) + * @method static \Illuminate\Routing\RouteRegistrar domain(\BackedEnum|string $value) * @method static \Illuminate\Routing\RouteRegistrar middleware(array|string|null $middleware) * @method static \Illuminate\Routing\RouteRegistrar missing(\Closure $missing) - * @method static \Illuminate\Routing\RouteRegistrar name(string $value) + * @method static \Illuminate\Routing\RouteRegistrar name(\BackedEnum|string $value) * @method static \Illuminate\Routing\RouteRegistrar namespace(string|null $value) * @method static \Illuminate\Routing\RouteRegistrar prefix(string $prefix) * @method static \Illuminate\Routing\RouteRegistrar scopeBindings() @@ -12982,7 +13020,7 @@ /** * Alias for the "currentRouteUses" method. * - * @param array $patterns + * @param array|string $patterns * @return bool * @static */ public static function uses(...$patterns) @@ -14381,7 +14419,7 @@ * Get a filesystem instance. * * @param string|null $name - * @return \Illuminate\Filesystem\FilesystemAdapter + * @return \Illuminate\Filesystem\LocalFilesystemAdapter * @static */ public static function drive($name = null) { @@ -14392,7 +14430,7 @@ * Get a filesystem instance. * * @param string|null $name - * @return \Illuminate\Filesystem\FilesystemAdapter + * @return \Illuminate\Filesystem\LocalFilesystemAdapter * @static */ public static function disk($name = null) { @@ -14413,7 +14451,7 @@ * Build an on-demand disk. * * @param string|array $config - * @return \Illuminate\Filesystem\FilesystemAdapter + * @return \Illuminate\Filesystem\LocalFilesystemAdapter * @static */ public static function build($config) { @@ -14424,18 +14462,19 @@ * Create an instance of the local driver. * * @param array $config - * @return \Illuminate\Filesystem\FilesystemAdapter + * @param string $name + * @return \Illuminate\Filesystem\LocalFilesystemAdapter * @static - */ public static function createLocalDriver($config) + */ public static function createLocalDriver($config, $name = 'local') { /** @var \Illuminate\Filesystem\FilesystemManager $instance */ - return $instance->createLocalDriver($config); + return $instance->createLocalDriver($config, $name); } /** * Create an instance of the ftp driver. * * @param array $config - * @return \Illuminate\Filesystem\FilesystemAdapter + * @return \Illuminate\Filesystem\LocalFilesystemAdapter * @static */ public static function createFtpDriver($config) { @@ -14446,7 +14485,7 @@ * Create an instance of the sftp driver. * * @param array $config - * @return \Illuminate\Filesystem\FilesystemAdapter + * @return \Illuminate\Filesystem\LocalFilesystemAdapter * @static */ public static function createSftpDriver($config) { @@ -14468,7 +14507,7 @@ * Create a scoped driver. * * @param array $config - * @return \Illuminate\Filesystem\FilesystemAdapter + * @return \Illuminate\Filesystem\LocalFilesystemAdapter * @static */ public static function createScopedDriver($config) { @@ -14551,39 +14590,85 @@ { /** @var \Illuminate\Filesystem\FilesystemManager $instance */ return $instance->setApplication($app); + } + /** + * Determine if temporary URLs can be generated. + * + * @return bool + * @static + */ public static function providesTemporaryUrls() + { + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ + return $instance->providesTemporaryUrls(); + } + /** + * Get a temporary URL for the file at the given path. + * + * @param string $path + * @param \DateTimeInterface $expiration + * @param array $options + * @return string + * @static + */ public static function temporaryUrl($path, $expiration, $options = []) + { + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ + return $instance->temporaryUrl($path, $expiration, $options); + } + /** + * Specify the name of the disk the adapter is managing. + * + * @param string $disk + * @return \Illuminate\Filesystem\LocalFilesystemAdapter + * @static + */ public static function diskName($disk) + { + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ + return $instance->diskName($disk); + } + /** + * Indiate that signed URLs should serve the corresponding files. + * + * @param bool $serve + * @param \Closure|null $urlGeneratorResolver + * @return \Illuminate\Filesystem\LocalFilesystemAdapter + * @static + */ public static function shouldServeSignedUrls($serve = true, $urlGeneratorResolver = null) + { + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ + return $instance->shouldServeSignedUrls($serve, $urlGeneratorResolver); } /** * Assert that the given file or directory exists. * * @param string|array $path * @param string|null $content - * @return \Illuminate\Filesystem\FilesystemAdapter + * @return \Illuminate\Filesystem\LocalFilesystemAdapter * @static */ public static function assertExists($path, $content = null) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->assertExists($path, $content); } /** * Assert that the given file or directory does not exist. * * @param string|array $path - * @return \Illuminate\Filesystem\FilesystemAdapter + * @return \Illuminate\Filesystem\LocalFilesystemAdapter * @static */ public static function assertMissing($path) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->assertMissing($path); } /** * Assert that the given directory is empty. * * @param string $path - * @return \Illuminate\Filesystem\FilesystemAdapter + * @return \Illuminate\Filesystem\LocalFilesystemAdapter * @static */ public static function assertDirectoryEmpty($path) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->assertDirectoryEmpty($path); } /** @@ -14593,8 +14678,8 @@ * @return bool * @static */ public static function exists($path) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->exists($path); } /** @@ -14604,8 +14689,8 @@ * @return bool * @static */ public static function missing($path) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->missing($path); } /** @@ -14615,8 +14700,8 @@ * @return bool * @static */ public static function fileExists($path) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->fileExists($path); } /** @@ -14626,8 +14711,8 @@ * @return bool * @static */ public static function fileMissing($path) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->fileMissing($path); } /** @@ -14637,8 +14722,8 @@ * @return bool * @static */ public static function directoryExists($path) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->directoryExists($path); } /** @@ -14648,8 +14733,8 @@ * @return bool * @static */ public static function directoryMissing($path) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->directoryMissing($path); } /** @@ -14659,8 +14744,8 @@ * @return string * @static */ public static function path($path) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->path($path); } /** @@ -14670,8 +14755,8 @@ * @return string|null * @static */ public static function get($path) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->get($path); } /** @@ -14682,8 +14767,8 @@ * @return array|null * @static */ public static function json($path, $flags = 0) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->json($path, $flags); } /** @@ -14696,20 +14781,35 @@ * @return \Symfony\Component\HttpFoundation\StreamedResponse * @static */ public static function response($path, $name = null, $headers = [], $disposition = 'inline') - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->response($path, $name, $headers, $disposition); + } + /** + * Create a streamed download response for a given file. + * + * @param \Illuminate\Http\Request $request + * @param string $path + * @param string|null $name + * @param array $headers + * @return \Symfony\Component\HttpFoundation\StreamedResponse + * @static + */ public static function serve($request, $path, $name = null, $headers = []) + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ + return $instance->serve($request, $path, $name, $headers); } /** * Create a streamed download response for a given file. * * @param string $path * @param string|null $name + * @param array $headers * @return \Symfony\Component\HttpFoundation\StreamedResponse * @static */ public static function download($path, $name = null, $headers = []) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->download($path, $name, $headers); } /** @@ -14721,8 +14821,8 @@ * @return string|bool * @static */ public static function put($path, $contents, $options = []) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->put($path, $contents, $options); } /** @@ -14734,8 +14834,8 @@ * @return string|false * @static */ public static function putFile($path, $file = null, $options = []) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->putFile($path, $file, $options); } /** @@ -14748,8 +14848,8 @@ * @return string|false * @static */ public static function putFileAs($path, $file, $name = null, $options = []) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->putFileAs($path, $file, $name, $options); } /** @@ -14759,8 +14859,8 @@ * @return string * @static */ public static function getVisibility($path) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->getVisibility($path); } /** @@ -14771,8 +14871,8 @@ * @return bool * @static */ public static function setVisibility($path, $visibility) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->setVisibility($path, $visibility); } /** @@ -14785,8 +14885,8 @@ * @static */ public static function prepend($path, $data, $separator = ' ') - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->prepend($path, $data, $separator); } /** @@ -14799,8 +14899,8 @@ * @static */ public static function append($path, $data, $separator = ' ') - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->append($path, $data, $separator); } /** @@ -14810,8 +14910,8 @@ * @return bool * @static */ public static function delete($paths) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->delete($paths); } /** @@ -14822,8 +14922,8 @@ * @return bool * @static */ public static function copy($from, $to) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->copy($from, $to); } /** @@ -14834,8 +14934,8 @@ * @return bool * @static */ public static function move($from, $to) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->move($from, $to); } /** @@ -14845,8 +14945,8 @@ * @return int * @static */ public static function size($path) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->size($path); } /** @@ -14856,8 +14956,8 @@ * @throws UnableToProvideChecksum * @static */ public static function checksum($path, $options = []) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->checksum($path, $options); } /** @@ -14867,8 +14967,8 @@ * @return string|false * @static */ public static function mimeType($path) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->mimeType($path); } /** @@ -14878,8 +14978,8 @@ * @return int * @static */ public static function lastModified($path) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->lastModified($path); } /** @@ -14889,8 +14989,8 @@ * @return resource|null The path resource or null on failure. * @static */ public static function readStream($path) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->readStream($path); } /** @@ -14902,8 +15002,8 @@ * @return bool * @static */ public static function writeStream($path, $resource, $options = []) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->writeStream($path, $resource, $options); } /** @@ -14914,33 +15014,9 @@ * @throws \RuntimeException * @static */ public static function url($path) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->url($path); - } - /** - * Determine if temporary URLs can be generated. - * - * @return bool - * @static - */ public static function providesTemporaryUrls() - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ - return $instance->providesTemporaryUrls(); - } - /** - * Get a temporary URL for the file at the given path. - * - * @param string $path - * @param \DateTimeInterface $expiration - * @param array $options - * @return string - * @throws \RuntimeException - * @static - */ public static function temporaryUrl($path, $expiration, $options = []) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ - return $instance->temporaryUrl($path, $expiration, $options); } /** * Get a temporary upload URL for the file at the given path. @@ -14952,8 +15028,8 @@ * @throws \RuntimeException * @static */ public static function temporaryUploadUrl($path, $expiration, $options = []) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->temporaryUploadUrl($path, $expiration, $options); } /** @@ -14964,8 +15040,8 @@ * @return array * @static */ public static function files($directory = null, $recursive = false) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->files($directory, $recursive); } /** @@ -14975,8 +15051,8 @@ * @return array * @static */ public static function allFiles($directory = null) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->allFiles($directory); } /** @@ -14987,8 +15063,8 @@ * @return array * @static */ public static function directories($directory = null, $recursive = false) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->directories($directory, $recursive); } /** @@ -14998,8 +15074,8 @@ * @return array * @static */ public static function allDirectories($directory = null) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->allDirectories($directory); } /** @@ -15009,8 +15085,8 @@ * @return bool * @static */ public static function makeDirectory($path) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->makeDirectory($path); } /** @@ -15020,8 +15096,8 @@ * @return bool * @static */ public static function deleteDirectory($directory) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->deleteDirectory($directory); } /** @@ -15030,8 +15106,8 @@ * @return \League\Flysystem\FilesystemOperator * @static */ public static function getDriver() - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->getDriver(); } /** @@ -15040,8 +15116,8 @@ * @return \League\Flysystem\FilesystemAdapter * @static */ public static function getAdapter() - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->getAdapter(); } /** @@ -15050,9 +15126,20 @@ * @return array * @static */ public static function getConfig() - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->getConfig(); + } + /** + * Define a custom callback that generates file download responses. + * + * @param \Closure $callback + * @return void + * @static + */ public static function serveUsing($callback) + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ + $instance->serveUsing($callback); } /** * Define a custom temporary URL builder callback. @@ -15061,8 +15148,8 @@ * @return void * @static */ public static function buildTemporaryUrlsUsing($callback) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ $instance->buildTemporaryUrlsUsing($callback); } /** @@ -15077,7 +15164,7 @@ * @static */ public static function when($value = null, $callback = null, $default = null) { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->when($value, $callback, $default); } /** @@ -15092,7 +15179,7 @@ * @static */ public static function unless($value = null, $callback = null, $default = null) { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->unless($value, $callback, $default); } /** @@ -15104,8 +15191,8 @@ * @return void * @static */ public static function macro($name, $macro) - { - \Illuminate\Filesystem\FilesystemAdapter::macro($name, $macro); + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + \Illuminate\Filesystem\LocalFilesystemAdapter::macro($name, $macro); } /** * Mix another object into the class. @@ -15116,8 +15203,8 @@ * @throws \ReflectionException * @static */ public static function mixin($mixin, $replace = true) - { - \Illuminate\Filesystem\FilesystemAdapter::mixin($mixin, $replace); + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + \Illuminate\Filesystem\LocalFilesystemAdapter::mixin($mixin, $replace); } /** * Checks if macro is registered. @@ -15126,8 +15213,8 @@ * @return bool * @static */ public static function hasMacro($name) - { - return \Illuminate\Filesystem\FilesystemAdapter::hasMacro($name); + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + return \Illuminate\Filesystem\LocalFilesystemAdapter::hasMacro($name); } /** * Flush the existing macros. @@ -15135,8 +15222,8 @@ * @return void * @static */ public static function flushMacros() - { - \Illuminate\Filesystem\FilesystemAdapter::flushMacros(); + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + \Illuminate\Filesystem\LocalFilesystemAdapter::flushMacros(); } /** * Dynamically handle calls to the class. @@ -15147,8 +15234,8 @@ * @throws \BadMethodCallException * @static */ public static function macroCall($method, $parameters) - { - /** @var \Illuminate\Filesystem\FilesystemAdapter $instance */ + { //Method inherited from \Illuminate\Filesystem\FilesystemAdapter + /** @var \Illuminate\Filesystem\LocalFilesystemAdapter $instance */ return $instance->macroCall($method, $parameters); } } @@ -15288,7 +15375,7 @@ /** * Create a signed route URL for a named route. * - * @param string $name + * @param \BackedEnum|string $name * @param mixed $parameters * @param \DateTimeInterface|\DateInterval|int|null $expiration * @param bool $absolute @@ -15303,7 +15390,7 @@ /** * Create a temporary signed route URL for a named route. * - * @param string $name + * @param \BackedEnum|string $name * @param \DateTimeInterface|\DateInterval|int $expiration * @param array $parameters * @param bool $absolute @@ -15366,11 +15453,11 @@ /** * Get the URL to a named route. * - * @param string $name + * @param \BackedEnum|string $name * @param mixed $parameters * @param bool $absolute * @return string - * @throws \Symfony\Component\Routing\Exception\RouteNotFoundException + * @throws \Symfony\Component\Routing\Exception\RouteNotFoundException|\InvalidArgumentException * @static */ public static function route($name, $parameters = [], $absolute = true) { @@ -16021,6 +16108,17 @@ { /** @var \Illuminate\View\Factory $instance */ $instance->addLocation($location); + } + /** + * Prepend a location to the array of view locations. + * + * @param string $location + * @return void + * @static + */ public static function prependLocation($location) + { + /** @var \Illuminate\View\Factory $instance */ + $instance->prependLocation($location); } /** * Add a new namespace to the loader. @@ -18158,6 +18256,18 @@ { //Method inherited from \Illuminate\Database\Eloquent\Model /** @var \Webpatser\Countries\Countries $instance */ return $instance->forceDelete(); + } + /** + * Force a hard destroy on a soft deleted model. + * + * This method protects developers from running forceDestroy when the trait is missing. + * + * @param \Illuminate\Support\Collection|array|int|string $ids + * @return bool|null + * @static + */ public static function forceDestroy($ids) + { //Method inherited from \Illuminate\Database\Eloquent\Model + return \Webpatser\Countries\Countries::forceDestroy($ids); } /** * Begin querying the model. @@ -19510,7 +19620,7 @@ /** * Get the event dispatcher instance. * - * @return \Illuminate\Contracts\Events\Dispatcher + * @return \Illuminate\Contracts\Events\Dispatcher|null * @static */ public static function getEventDispatcher() { //Method inherited from \Illuminate\Database\Eloquent\Model @@ -22224,7 +22334,7 @@ class Eloquent extends \Illuminate\Database\Eloquent\Model { /** * Set the relationships that should be eager loaded while removing any previously added eager loading specifications. * - * @param mixed $relations + * @param \Illuminate\Database\Eloquent\array): mixed)|string>|string $relations * @return \Illuminate\Database\Eloquent\Builder|static * @static */ public static function withOnly($relations) @@ -24245,7 +24355,7 @@ class Eloquent extends \Illuminate\Database\Eloquent\Model { /** * Add a "where" clause to the query for multiple columns with "and" conditions between them. * - * @param \Illuminate\Contracts\Database\Query\Expression[]|string[] $columns + * @param \Illuminate\Contracts\Database\Query\Expression[]|\Closure[]|string[] $columns * @param mixed $operator * @param mixed $value * @param string $boolean @@ -24259,7 +24369,7 @@ class Eloquent extends \Illuminate\Database\Eloquent\Model { /** * Add an "or where" clause to the query for multiple columns with "and" conditions between them. * - * @param \Illuminate\Contracts\Database\Query\Expression[]|string[] $columns + * @param \Illuminate\Contracts\Database\Query\Expression[]|\Closure[]|string[] $columns * @param mixed $operator * @param mixed $value * @return \Illuminate\Database\Query\Builder @@ -24272,7 +24382,7 @@ class Eloquent extends \Illuminate\Database\Eloquent\Model { /** * Add a "where" clause to the query for multiple columns with "or" conditions between them. * - * @param \Illuminate\Contracts\Database\Query\Expression[]|string[] $columns + * @param \Illuminate\Contracts\Database\Query\Expression[]|\Closure[]|string[] $columns * @param mixed $operator * @param mixed $value * @param string $boolean @@ -24286,7 +24396,7 @@ class Eloquent extends \Illuminate\Database\Eloquent\Model { /** * Add an "or where" clause to the query for multiple columns with "or" conditions between them. * - * @param \Illuminate\Contracts\Database\Query\Expression[]|string[] $columns + * @param \Illuminate\Contracts\Database\Query\Expression[]|\Closure[]|string[] $columns * @param mixed $operator * @param mixed $value * @return \Illuminate\Database\Query\Builder @@ -24299,7 +24409,7 @@ class Eloquent extends \Illuminate\Database\Eloquent\Model { /** * Add a "where not" clause to the query for multiple columns where none of the conditions should be true. * - * @param \Illuminate\Contracts\Database\Query\Expression[]|string[] $columns + * @param \Illuminate\Contracts\Database\Query\Expression[]|\Closure[]|string[] $columns * @param mixed $operator * @param mixed $value * @param string $boolean @@ -24313,7 +24423,7 @@ class Eloquent extends \Illuminate\Database\Eloquent\Model { /** * Add an "or where not" clause to the query for multiple columns where none of the conditions should be true. * - * @param \Illuminate\Contracts\Database\Query\Expression[]|string[] $columns + * @param \Illuminate\Contracts\Database\Query\Expression[]|\Closure[]|string[] $columns * @param mixed $operator * @param mixed $value * @return \Illuminate\Database\Query\Builder diff --git a/app/Console/Commands/Grapher/PruneDailyP2p.php b/app/Console/Commands/Grapher/PruneDailyP2p.php new file mode 100644 index 000000000..31693afc3 --- /dev/null +++ b/app/Console/Commands/Grapher/PruneDailyP2p.php @@ -0,0 +1,74 @@ + + * @package IXP\Console\Commands\Grapher + * @copyright Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL V2.0 + */ +class PruneDailyP2p extends IXPCommand +{ + /** + * The name and signature of the console command. + * + * @var string + */ + protected $signature = 'grapher:prune-daily-p2p {--all} {--days=}'; + + /** + * The console command description. + * + * @var string + */ + protected $description = 'Delete --all or records older than --days from p2p_daily_stats'; + + public function handle() + { + if( $this->option('all') ) { + $before = now(); + } else { + if( !$this->option('days') || !is_numeric( $this->option('days') ) ) { + $this->error( 'Please specify if you want to delete --all records or those from more than --days=x ago'); + } + $before = now()->subDays( (int)$this->option('days' ) ); + } + + $cnt = P2pDailyStats::where( 'day', '<', $before->format('Y-m-d') )->delete(); + + if( $this->isVerbosityVerbose() ) { + $this->info( "Deleted $cnt records older than {$before->format('Y-m-d')}" ); + } + + return 0; + } +} \ No newline at end of file diff --git a/app/Console/Commands/Grapher/UploadDailyP2p.php b/app/Console/Commands/Grapher/UploadDailyP2p.php new file mode 100644 index 000000000..86ca0f5d1 --- /dev/null +++ b/app/Console/Commands/Grapher/UploadDailyP2p.php @@ -0,0 +1,184 @@ +argument('day') ) ) { + $this->error("Invalid day parameter - expected format is " . now()->subDay()->format('Y-m-d') ); + return -1; + } + + $this->setGrapher( Grapher::getFacadeRoot() ); + + $start = Carbon::parse( $this->argument('day') . ' 00:00:00' ); + $end = $start->copy()->endOfDay(); + $startTime = microtime(true); + + Customer::currentActive(true,true,true) + ->when( $this->option('customer-id'), function ($query, string $cid) { + $query->where('id', $cid); + }) + ->each( function( Customer $c ) use ( $start, $end ) { + + $iterTime = microtime(true); + + if($this->isVerbosityNormal()) { + $this->info("Processing {$c->name} for " . $start->format('Y-m-d')); + } + + $stats = $this->collectStatistics( $c, $start, $end ); + $this->storeStatistics( $stats, $c, $start ); + + if($this->isVerbosityNormal()) { + $this->info("Completed {$c->name} in " . (microtime(true) - $iterTime) . " seconds"); + } + }); + + if($this->isVerbosityNormal()) { + $this->info("All Completed in " . (microtime(true) - $startTime) . " seconds"); + } + return 0; + } + + /** + * Collect Statistics data + * + * @param Customer $customer + * @param Carbon $start + * @param Carbon $end + * @return array + * @throws \IXP\Exceptions\Services\Grapher\ParameterException + */ + protected function collectStatistics(Customer $customer, Carbon $start, Carbon $end) : array + { + $stats = []; + + + foreach($customer->virtualinterfaces as $vi) { + + /** @var VlanInterface $svli */ + foreach($vi->vlaninterfaces as $svli) { + + if(!$svli->vlan->export_to_ixf) { + continue; + } + + foreach([4,6] as $protocol) { + + if( !$svli->ipvxEnabled($protocol) ) { + continue; + } + + + /** @var VlanInterface $dvli */ + foreach( VlanInterfaceAggregator::forVlan( $svli->vlan, $protocol ) as $dvli ) { + + // skip if it's this customer's own vlan interface or another of their own connections + if( $svli->id === $dvli->id || $customer->id == $dvli->virtualInterface->custid ) { + continue; + } + + if($this->isVerbosityVeryVerbose() ) { + $this->line( "\t- {$svli->vlan->name} ipv$protocol with {$dvli->virtualInterface->customer->name}" ); + } + + $peerId = $dvli->virtualInterface->custid; + if(!isset($stats[$peerId])) { + $stats[$peerId] = [ + 'ipv4_total_in' => 0, + 'ipv4_total_out' => 0, + 'ipv6_total_in' => 0, + 'ipv6_total_out' => 0, + 'ipv4_max_in' => 0, + 'ipv4_max_out' => 0, + 'ipv6_max_in' => 0, + 'ipv6_max_out' => 0, + ]; + } + + + $graph = $this->grapher()->p2p($svli, $dvli) + ->setProtocol('ipv'.$protocol) + ->setPeriod(Graph::PERIOD_CUSTOM, $start, $end); + + $statistics = $graph->statistics()->all(); + + $stats[$peerId]["ipv{$protocol}_total_in"] += (int)$statistics['totalin']; + $stats[$peerId]["ipv{$protocol}_total_out"] += (int)$statistics['totalout']; + $stats[$peerId]["ipv{$protocol}_max_in"] += (int)$statistics['maxin']; + $stats[$peerId]["ipv{$protocol}_max_out"] += (int)$statistics['maxout']; + } + + + } + + } + + } + + return $stats; + } + + /** + * Store the statistics data into the database + * + * @param array $stats + * @param Customer $customer + * @param Carbon $start + * @return void + */ + protected function storeStatistics(array $stats, Customer $customer, Carbon $start) : void { + + if( $this->isVerbosityVerbose() ) { + $this->line( "\tStoring date for {$customer->name} in database" ); + } + + DB::transaction(function () use( $stats, $customer, $start ) { + + foreach( $stats as $peerId => $traffic ) { + + P2pDailyStats::updateOrCreate( [ + 'cust_id' => $customer->id, + 'day' => $start->format( 'Y-m-d' ), + 'peer_id' => $peerId, + ], + $traffic + ); + + } + }); + + } +} diff --git a/app/Console/Commands/Rir/GenerateObject.php b/app/Console/Commands/Rir/GenerateObject.php index d8fa56152..6e37f50a1 100644 --- a/app/Console/Commands/Rir/GenerateObject.php +++ b/app/Console/Commands/Rir/GenerateObject.php @@ -31,7 +31,7 @@ /** * RIR Update command * - * @see https://docs.ixpmanager.org/features/rir-objects/ + * @see https://docs.ixpmanager.org/latest/features/rir-objects/ * @author Yann Robin * @author Barry O'Donovan * @package IXP\Console\Commands\Rir diff --git a/app/Console/Commands/Router/ResetAllUpdateTimestampsCommand.php b/app/Console/Commands/Router/ResetAllUpdateTimestampsCommand.php new file mode 100644 index 000000000..91ae4c882 --- /dev/null +++ b/app/Console/Commands/Router/ResetAllUpdateTimestampsCommand.php @@ -0,0 +1,22 @@ +update( [ + 'last_update_started' => null, + 'last_updated' => null, + ]); + } +} diff --git a/app/Console/Commands/Utils/ExpungeLogs.php b/app/Console/Commands/Utils/ExpungeLogs.php index 056012ac9..2c518ec2c 100644 --- a/app/Console/Commands/Utils/ExpungeLogs.php +++ b/app/Console/Commands/Utils/ExpungeLogs.php @@ -55,14 +55,14 @@ class ExpungeLogs extends IXPCommand * * @var string */ - protected $signature = 'utils:expunge-logs'; + protected $signature = 'utils:expunge-logs {--all}'; /** * The console command description. * * @var string */ - protected $description = 'This command will delete old data from database tables > 6 months old'; + protected $description = 'This command will delete old data from database tables > 6 months old (or all if --all set)'; /** * Execute the console command. @@ -71,7 +71,11 @@ class ExpungeLogs extends IXPCommand */ public function handle() { - $sixmonthsago = now()->subMonths(6)->format( 'Y-m-d 00:00:00' ); + if( $this->option('all') ) { + $sixmonthsago = now()->addDay(); + } else { + $sixmonthsago = now()->subMonths( 6 )->format( 'Y-m-d 00:00:00' ); + } // Deleting user login logs older than 6 months $this->isVerbosityVerbose() && $this->output->write('Expunging user login records > 6 months...', false ); diff --git a/app/Console/Commands/Utils/SmtpMailTest.php b/app/Console/Commands/Utils/SmtpMailTest.php index 7a54cc62f..b9b90f265 100644 --- a/app/Console/Commands/Utils/SmtpMailTest.php +++ b/app/Console/Commands/Utils/SmtpMailTest.php @@ -30,7 +30,7 @@ /** * Class SmtpMailTest - test sending emails * - * @see https://docs.ixpmanager.org/usage/email/ + * @see https://docs.ixpmanager.org/latest/usage/email/ * @author Barry O'Donovan * @package IXP\Console\Commands\Utils * @copyright Copyright (C) 2009 - 2020 Internet Neutral Exchange Association Company Limited By Guarantee diff --git a/app/Console/Commands/Vagrant/GenerateBirdseyeConfigurationsCommand.php b/app/Console/Commands/Vagrant/GenerateBirdseyeConfigurationsCommand.php new file mode 100644 index 000000000..d0db73dc8 --- /dev/null +++ b/app/Console/Commands/Vagrant/GenerateBirdseyeConfigurationsCommand.php @@ -0,0 +1,40 @@ +option( 'directory' ) ) || !is_writable( $this->option( 'directory' ) ) ) { + $this->error( "Directory path {$this->option('directory')} is not writable" ); + exit( 1 ); + } + + foreach( Router::get() as $router ) { + + file_put_contents( $this->option( 'directory' ) . '/birdseye-' . $router->handle . '.env', + + "# +# Bird's Eye - Vagrant generated configuration + +BIRDC=\"/usr/bin/sudo /srv/birdseye/bin/birdc -2 -s /var/run/bird/bird-{$router->handle}.ctl\" +CACHE_DRIVER=array +MAX_ROUTES=100000 +" + + ); + + } + } +} + diff --git a/app/Console/Commands/Vagrant/GenerateClientRouterConfigurationsCommand.php b/app/Console/Commands/Vagrant/GenerateClientRouterConfigurationsCommand.php new file mode 100644 index 000000000..6a1dba3ef --- /dev/null +++ b/app/Console/Commands/Vagrant/GenerateClientRouterConfigurationsCommand.php @@ -0,0 +1,60 @@ +option('directory')) || !is_writable($this->option('directory'))) { + $this->error("Directory path {$this->option('directory')} is not writable"); + exit(1); + } + + $vlis = VlanInterface::where( 'rsclient', 1 )->whereIn( 'vlanid', [1,2])->get(); + + $confNames = []; + + foreach( $vlis as $vli ) { + + // skip route servers, collector and as112 + if( in_array( $vli->virtualInterface->customer->autsys, [ 112, 65500, 65501 ] ) ) { continue; } + + + + + + $this->info( "Generating route server client for {$vli->virtualInterface->customer->name} / {$vli->vlan->name}" ); + + $confName = "as{$vli->virtualInterface->customer->autsys}-" + . strtolower($vli->virtualInterface->physicalInterfaces[0]->switchPort->switcher->infrastructureModel->shortname) + . "{$vli->id}"; + + $confNames[] = $confName; + + $confFile = $this->option('directory') . '/' . $confName . '.conf'; + + file_put_contents( + $confFile, + view('vagrant/router-client', [ 'vli' => $vli, 'confName' => $confName ] )->render() + ); + } + + file_put_contents( + $this->option('directory').'/start-reload-clients.sh', + view('vagrant/router-client-script', [ + 'directory' => $this->option('directory' ), + 'confNames' => $confNames, + ])->render() + ); + + } +} diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php index f00333073..c0287ce31 100644 --- a/app/Console/Kernel.php +++ b/app/Console/Kernel.php @@ -40,21 +40,28 @@ protected function schedule( Schedule $schedule ): void // Expunge logs / GDPR data / etc. $schedule->command( 'utils:expunge-logs' )->dailyAt( '3:04' ); - // Grapher - https://docs.ixpmanager.org/grapher/mrtg/#inserting-traffic-data-into-the-database-reporting-emails + // Grapher - https://docs.ixpmanager.org/latest/grapher/mrtg/#inserting-traffic-data-into-the-database-reporting-emails $schedule->command( 'grapher:upload-stats-to-db' )->dailyAt( '2:00' ) ->skip( function() { return env( 'TASK_SCHEDULER_SKIP_GRAPHER_UPLOAD_STATS_TO_DB', false ); } ); $schedule->command( 'grapher:upload-pi-stats-to-db' )->dailyAt( '2:10' ) ->skip( function() { return env( 'TASK_SCHEDULER_SKIP_GRAPHER_UPLOAD_STATS_TO_DB', false ); } ); - // https://docs.ixpmanager.org/features/peeringdb/#existence-of-peeringdb-records + if( config( 'grapher.backends.sflow.enabled' ) ) { + $schedule->command( 'grapher:prune-daily-p2p --days=30' )->dailyAt( '0:05' ); + $schedule->command( 'grapher:upload-daily-p2p ' . now()->subDay()->format( 'Y-m-d' ) )->dailyAt( '0:10' ); + } + + + + // https://docs.ixpmanager.org/latest/features/peeringdb/#existence-of-peeringdb-records $schedule->command('ixp-manager:update-in-peeringdb')->daily() ->skip( function() { return env( 'TASK_SCHEDULER_SKIP_UPDATE_IN_PEERINGDB', false ); } ); - // https://docs.ixpmanager.org/features/manrs/ + // https://docs.ixpmanager.org/latest/features/manrs/ $schedule->command('ixp-manager:update-in-manrs')->daily() ->skip( function() { return env( 'TASK_SCHEDULER_SKIP_UPDATE_IN_MANRS', false ); } ); - // IRRDB - https://docs.ixpmanager.org/features/irrdb/ + // IRRDB - https://docs.ixpmanager.org/latest/features/irrdb/ if( config( 'ixp.irrdb.bgpq3.path' ) && is_executable( config( 'ixp.irrdb.bgpq3.path' ) ) ) { $schedule->command( 'irrdb:update-prefix-db' )->cron( '7 */6 * * *' ) ->skip( function() { return env( 'TASK_SCHEDULER_SKIP_IRRDB_UPDATE_PREFIX_DB', false ); } ); @@ -66,11 +73,11 @@ protected function schedule( Schedule $schedule ): void // https://laravel.com/docs/5.8/telescope#data-pruning $schedule->command('telescope:prune --hours=72')->daily(); - // OUI Update - https://docs.ixpmanager.org/features/layer2-addresses/#oui-database + // OUI Update - https://docs.ixpmanager.org/latest/features/layer2-addresses/#oui-database $schedule->command( 'utils:oui-update' )->weekly()->mondays()->at('9:15') ->skip( function() { return env( 'TASK_SCHEDULER_SKIP_UTILS_OUI_UPDATE', false ); } ); - // Switch SNMP pool - https://docs.ixpmanager.org/usage/switches/#automated-polling-snmp-updates + // Switch SNMP pool - https://docs.ixpmanager.org/latest/usage/switches/#automated-polling-snmp-updates $schedule->command( 'switch:snmp-poll' )->everyFiveMinutes() ->skip( function() { return env( 'TASK_SCHEDULER_SKIP_SWITCH_SNMP_POLL', false ); } ); diff --git a/app/Contracts/LookingGlass.php b/app/Contracts/LookingGlass.php index 83a6c61ea..42024a316 100644 --- a/app/Contracts/LookingGlass.php +++ b/app/Contracts/LookingGlass.php @@ -64,6 +64,18 @@ public function router(): Router; */ public function bgpSummary(): string; + /** + * Get BGP neighbour information as JSON + * + * Response must use equivalent structure as Bird's Eye: + * https://github.com/inex/birdseye/ + * + * @param string $protocol Protocol name + * @return string + */ + public function bgpNeighbourSummary( string $protocol ): string; + + /** * Get the router status information as JSON * diff --git a/app/Http/Controllers/ApiKeyController.php b/app/Http/Controllers/ApiKeyController.php index 724f9d386..41c6ef558 100644 --- a/app/Http/Controllers/ApiKeyController.php +++ b/app/Http/Controllers/ApiKeyController.php @@ -87,7 +87,7 @@ public function feInit(): void 'listOrderBy' => 'created_at', 'listOrderByDir' => 'ASC', 'viewFolderName' => 'api-key', - 'documentation' => 'https://docs.ixpmanager.org/features/api/', + 'documentation' => 'https://docs.ixpmanager.org/latest/features/api/', 'listColumns' => [ 'id' => [ 'title' => 'UID', 'display' => false ], 'apiKey' => [ diff --git a/app/Http/Controllers/Contact/ContactController.php b/app/Http/Controllers/Contact/ContactController.php index 788829222..1061c06ae 100644 --- a/app/Http/Controllers/Contact/ContactController.php +++ b/app/Http/Controllers/Contact/ContactController.php @@ -90,7 +90,7 @@ public function feInit(): void 'pagetitle' => 'Contacts', 'titleSingular' => 'Contact', 'nameSingular' => 'contact', - 'documentation' => 'https://docs.ixpmanager.org/usage/contacts/', + 'documentation' => 'https://docs.ixpmanager.org/latest/usage/contacts/', 'defaultAction' => 'list', 'defaultController' => 'ContactController', 'listOrderBy' => 'name', diff --git a/app/Http/Controllers/Contact/ContactGroupController.php b/app/Http/Controllers/Contact/ContactGroupController.php index 547e253d2..c15a1511d 100644 --- a/app/Http/Controllers/Contact/ContactGroupController.php +++ b/app/Http/Controllers/Contact/ContactGroupController.php @@ -78,7 +78,7 @@ public function feInit(): void 'listOrderBy' => 'type', 'listOrderByDir' => 'ASC', 'viewFolderName' => 'contact-group', - 'documentation' => 'https://docs.ixpmanager.org/usage/contacts/#contact-groups', + 'documentation' => 'https://docs.ixpmanager.org/latest/usage/contacts/#contact-groups', 'listColumns' => [ 'type' => [ 'title' => 'Group Name', @@ -143,7 +143,7 @@ protected function canList(): ?RedirectResponse { // are contact groups configured? if( config( 'contact_group.types', false ) === false ) { - AlertContainer::push( 'Contact groups are not configured. Please see the documentation here.', Alert::INFO ); + AlertContainer::push( 'Contact groups are not configured. Please see the documentation here.', Alert::INFO ); return redirect( route( 'contact@list' ) ); } return null; diff --git a/app/Http/Controllers/Customer/CustomerTagController.php b/app/Http/Controllers/Customer/CustomerTagController.php index dfce8b454..a149512f8 100644 --- a/app/Http/Controllers/Customer/CustomerTagController.php +++ b/app/Http/Controllers/Customer/CustomerTagController.php @@ -81,7 +81,7 @@ public function feInit(): void 'listOrderByDir' => 'ASC', 'viewFolderName' => 'customer/tag', 'extraDeleteMessage' => "This tag will be removed from all " . config( 'ixp_fe.lang.customer.many' ) . " tagged with it.", - 'documentation' => 'https://docs.ixpmanager.org/usage/customer-tags/', + 'documentation' => 'https://docs.ixpmanager.org/latest/usage/customer-tags/', 'listColumns' => [ 'tag' => 'Tag', 'display_as' => 'Display As', diff --git a/app/Http/Controllers/DashboardController.php b/app/Http/Controllers/DashboardController.php index 01c5cd03c..69d283e58 100644 --- a/app/Http/Controllers/DashboardController.php +++ b/app/Http/Controllers/DashboardController.php @@ -40,7 +40,7 @@ BillingDetailsRequest }; -use IXP\Models\{Aggregators\RsPrefixAggregator, Customer, CustomerNote, NetworkInfo, User}; +use IXP\Models\{Aggregators\RsPrefixAggregator, Customer, CustomerNote, NetworkInfo, P2pDailyStats, User}; use IXP\Utils\View\Alert\{ Alert, @@ -134,6 +134,8 @@ public function index( Request $r, string $tab = null ): RedirectResponse|View 'dataNocDetail' => $dataNocDetail, 'countries' => Countries::getList('name' ), 'tab' => strtolower( $tab ) ?: false, + 'p2pstats' => P2pDailyStats::latestN( $c ), + ]); } diff --git a/app/Http/Controllers/DiagnosticsController.php b/app/Http/Controllers/DiagnosticsController.php new file mode 100644 index 000000000..ea92f28b9 --- /dev/null +++ b/app/Http/Controllers/DiagnosticsController.php @@ -0,0 +1,153 @@ + + * @author Barry O'Donovan + * @category IXP + * @package IXP\Http\Controllers + * @copyright Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL V2.0 + */ +class DiagnosticsController extends Controller +{ + + /** + * Run the diagnostics suite + */ + public function customer( Customer $customer, Diagnostics $diagnostics ): View + { + $resultSets = []; + + $resultSets[] = $diagnostics->getCustomerDiagnostics($customer); + + //info("resSets\n".var_export($resultSets, true)); + $resultSets[] = $diagnostics->getCustomerIrrdbDiagnostics($customer); + + foreach( $customer->virtualInterfaces as $vi ) { + $viSet = $diagnostics->getVirtualInterfaceDiagnostics( $vi ); + + // get the Physical Interface Diagnostics Data and integrate here into the VI array + foreach( $vi->physicalInterfaces as $pi ) { + $viSet->addSubset( $diagnostics->getPhysicalInterfaceDiagnostics( $pi ) ); + $viSet->addSubset( $diagnostics->getTransceiverDiagnostics( $pi ) ); + } + + // get the Vlan Interface Diagnostics data + $protocols = [4,6]; + foreach( $vi->vlanInterfaces as $vli ) { + + $viSet->addSubset( $diagnostics->getVlanInterfaceL2Diagnostics( $vli ) ); + + foreach( $protocols as $protocol ) { + + // if the protocol disabled, there is no diagnostics info + $protocolCellEnabled = "ipv" . $protocol . "enabled"; + if($vli->$protocolCellEnabled) { + $viSet->addSubset( $diagnostics->getVlanInterfaceL3Diagnostics( $vli, $protocol ) ); + $viSet->addSubset( $diagnostics->getRouterBgpSessionsDiagnostics( $vli, $protocol ) ); + } + + } + + } + + $resultSets[] = $viSet; + + } + + $badges = []; + $enabledBadges = [ + DiagnosticResult::TYPE_FATAL, + DiagnosticResult::TYPE_ERROR, + DiagnosticResult::TYPE_WARN, + DiagnosticResult::TYPE_INFO, + //DiagnosticResult::TYPE_DEBUG, + //DiagnosticResult::TYPE_TRACE, + DiagnosticResult::TYPE_GOOD, + ]; + + $badgeTypes = [ + DiagnosticResult::TYPE_FATAL => 'tw-border-red-600 tw-bg-red-600', + DiagnosticResult::TYPE_ERROR => 'tw-border-red-400 tw-bg-red-400', + DiagnosticResult::TYPE_WARN => 'tw-border-amber-400 tw-bg-amber-400', + DiagnosticResult::TYPE_INFO => 'tw-border-teal-400 tw-bg-teal-400', + DiagnosticResult::TYPE_DEBUG => 'tw-border-gray-400 tw-bg-gray-400', + DiagnosticResult::TYPE_TRACE => 'tw-border-gray-300 tw-bg-gray-300', + DiagnosticResult::TYPE_GOOD => 'tw-border-lime-500 tw-bg-lime-500', + ]; + + foreach(DiagnosticResult::$RESULT_TYPES_TEXT as $result => $text) { + + $plainResult = new DiagnosticResult( + name: '', + result: $result, + narrative: '', + ); + $enable = ' tw-opacity-40'; + if(in_array($result, $enabledBadges)) { + $enable = ''; + } + + $badgeExtension = 'badge()); + } + + // former view: diagnostics.results (still works) + return view( 'diagnostics.newresults')->with([ + "badgeTypes" => $badgeTypes, + "badges" => $badges, + "customer" => $customer, + "resultSets" => $resultSets, + ]); + } + + + /** + * Run the diagnostics suite + */ + public function irrdb( Customer $customer, Diagnostics $diagnostics ): View + { + $resultSets = []; + + $resultSets[] = $diagnostics->getCustomerIrrdbDiagnostics($customer); + + return view( 'diagnostics.results')->with([ + "customer" => $customer, + "resultSets" => $resultSets, + ]); + } + + +} diff --git a/app/Http/Controllers/IrrdbConfigController.php b/app/Http/Controllers/IrrdbConfigController.php index a51a32b5a..f97858a4c 100644 --- a/app/Http/Controllers/IrrdbConfigController.php +++ b/app/Http/Controllers/IrrdbConfigController.php @@ -74,7 +74,7 @@ public function feInit(): void 'listOrderBy' => 'host', 'listOrderByDir' => 'ASC', 'viewFolderName' => 'irrdb-config', - 'documentation' => 'https://docs.ixpmanager.org/features/irrdb/', + 'documentation' => 'https://docs.ixpmanager.org/latest/features/irrdb/', 'listColumns' => [ 'host' => 'Host', 'source' => 'Source' diff --git a/app/Http/Controllers/Layer2AddressController.php b/app/Http/Controllers/Layer2AddressController.php index a6ff8c3d7..e5876b551 100644 --- a/app/Http/Controllers/Layer2AddressController.php +++ b/app/Http/Controllers/Layer2AddressController.php @@ -91,7 +91,7 @@ public function feInit(): void 'listOrderByDir' => 'ASC', 'viewFolderName' => 'layer2-address', 'readonly' => self::$read_only, - 'documentation' => 'https://docs.ixpmanager.org/features/layer2-addresses/', + 'documentation' => 'https://docs.ixpmanager.org/latest/features/layer2-addresses/', 'listColumns' => [ 'customer' => 'Customer', 'switchport' => 'Interface(s)', diff --git a/app/Http/Controllers/MacAddressController.php b/app/Http/Controllers/MacAddressController.php index 6e3f0400a..30baf465e 100644 --- a/app/Http/Controllers/MacAddressController.php +++ b/app/Http/Controllers/MacAddressController.php @@ -70,7 +70,7 @@ public function feInit(): void 'listOrderByDir' => 'ASC', 'viewFolderName' => 'mac-address', 'readonly' => self::$read_only, - 'documentation' => 'https://docs.ixpmanager.org/features/layer2-addresses/', + 'documentation' => 'https://docs.ixpmanager.org/latest/features/layer2-addresses/', 'listColumns' => [ 'customer' => 'Customer', 'switchport' => 'Interface(s)', diff --git a/app/Http/Controllers/StatisticsController.php b/app/Http/Controllers/StatisticsController.php index de486da6a..d671c57b5 100644 --- a/app/Http/Controllers/StatisticsController.php +++ b/app/Http/Controllers/StatisticsController.php @@ -3,7 +3,7 @@ namespace IXP\Http\Controllers; /* - * Copyright (C) 2009 - 2021 Internet Neutral Exchange Association Company Limited By Guarantee. + * Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee. * All Rights Reserved. * * This file is part of IXP Manager. @@ -23,11 +23,14 @@ * http://www.gnu.org/licenses/gpl-2.0.html */ -use App, Auth, Carbon\Carbon; +use App, Carbon\Carbon; + +use Illuminate\Support\Facades\Auth; use Illuminate\Auth\Access\AuthorizationException; use IXP\Exceptions\Services\Grapher\ParameterException; +use IXP\Http\Requests\StatisticsP2pRequest; use Illuminate\Http\{ Request, RedirectResponse @@ -45,6 +48,7 @@ Customer, Infrastructure, Location, + P2pDailyStats, PhysicalInterface, Switcher, TrafficDaily, @@ -73,7 +77,7 @@ * @author Yann Robin * @category IXP * @package IXP\Http\Controllers - * @copyright Copyright (C) 2009 - 2021 Internet Neutral Exchange Association Company Limited By Guarantee + * @copyright Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL V2.0 */ class StatisticsController extends Controller @@ -275,7 +279,7 @@ public function trunk( string $trunk = null, string $category = Graph::CATEGORY_ { if( !is_array( config('grapher.backends.mrtg.trunks') ) || !count( config('grapher.backends.mrtg.trunks') ) ) { AlertContainer::push( - "Trunk graphs have not been configured. Please see this documentation for instructions.", + "Trunk graphs have not been configured. Please see this documentation for instructions.", Alert::DANGER ); return redirect(''); @@ -504,157 +508,270 @@ public function latency( VlanInterface $vli, string $protocol ): View|RedirectRe } + + /** * sFlow Peer to Peer statistics * * @param Request $request * @param Customer|null $customer * - * @return RedirectResponse|View + * @return array * * @throws ParameterException */ - public function p2p( Request $request, Customer $customer = null ): RedirectResponse|View + public function p2pPrepare( Request $request, ?Customer $customer, ?VlanInterface $dstVli = null ): array { - // default to the current user: - if( !$customer && Auth::check() ) { - $customer = Auth::getUser()->customer; - } - - $showGraphsOption = false; - $showGraphs = true; - - // for larger IXPs, it's quite intensive to display all the graphs - decide if we need to do this or not - if( config('grapher.backends.sflow.show_graphs_on_index_page') !== null ) { - $showGraphsOption = true; - $showGraphs = config('grapher.backends.sflow.show_graphs_on_index_page'); - } - - if( $showGraphsOption ) { - if( $request->submit === "Show Graphs" ) { - $showGraphs = true; - $request->session()->put( 'controller.statistics.p2p.show_graphs', true ); - } else if( $request->submit === "Hide Graphs" ) { - $showGraphs = false; - $request->session()->put( 'controller.statistics.p2p.show_graphs', false ); - } else { - $showGraphs = $request->session()->get( 'controller.statistics.p2p.show_graphs', config('grapher.backends.sflow.show_graphs_on_index_page') ); - } + if( !$customer ) { + $customer = Auth::user()->customer; } $requestCategory = Graph::processParameterCategory( $request->category, true ); $requestPeriod = Graph::processParameterPeriod( $request->period ); $requestProtocol = Graph::processParameterRealProtocol( $request->protocol ); + // on the p2ps page, we need to provide a dropdown of all possible source vlis for this customer $srcVlis = VlanInterface::select( [ 'vli.*' ] ) ->from( 'vlaninterface AS vli' ) - ->Join( 'virtualinterface AS vi', 'vi.id', 'vli.virtualinterfaceid' ) - ->Join( 'cust AS c', 'c.id', 'vi.custid' ) - ->Join( 'vlan AS v', 'v.id', 'vli.vlanid' ) + ->join( 'virtualinterface AS vi', 'vi.id', 'vli.virtualinterfaceid' ) + ->join( 'cust AS c', 'c.id', 'vi.custid' ) + ->join( 'vlan AS v', 'v.id', 'vli.vlanid' ) ->where( 'c.id', $customer->id ) + ->where( 'vli.' . $requestProtocol . 'enabled', '1' ) ->with( [ 'vlan' ] ) ->orderBy( 'v.number' )->get()->keyBy( 'id' ); // Find the possible VLAN interfaces that this customer has for the given IXP if( !count( $srcVlis ) ) { - AlertContainer::push( "There were no interfaces available for the given criteria.", Alert::WARNING ); - return redirect()->back(); + throw new ParameterException("There were no interfaces available for the given criteria."); } + // svli will hold a source vli selected by the user on the p2ps page or else a default + /** @var VlanInterface $srcVli */ + $srcVli = $srcVlis[ $srcVlis->first()->id ]; if( ( $svlid = $request->svli ) && isset( $srcVlis[ $svlid ] ) ) { - /** @var VlanInterface $srcVli */ $srcVli = $srcVlis[ $svlid ]; - } else { - $srcVli = $srcVlis[ $srcVlis->first()->id ]; } - // is the requested protocol support? + // is the requested protocol supported? (we have no protocols on private vlans) if( !$srcVli->vlan->private && !$srcVli->ipvxEnabled( $requestProtocol ) ) { - AlertContainer::push( Graph::resolveProtocol( $requestProtocol ) . " is not supported on the requested VLAN interface.", Alert::WARNING ); - return redirect()->back(); + throw new ParameterException(Graph::resolveProtocol( $requestProtocol ) . " is not supported on the requested VLAN interface." ); } + // Now find the possible other VLAN interfaces that this customer could exchange traffic with // (as well as removing the source vli) $dstVlis = VlanInterfaceAggregator::forVlan( $srcVli->vlan ); unset( $dstVlis[ $srcVli->id ] ); if( !$dstVlis->count() ) { - AlertContainer::push( "There were no destination interfaces available for traffic exchange for the given criteria.", Alert::WARNING ); - return redirect()->back(); + throw new ParameterException("There were no destination interfaces available for traffic exchange for the given criteria." ); } - if( ( $dvlid = $request->dvli ) && isset( $dstVlis[ $dvlid ] ) ) { - $dstVli = $dstVlis[ $dvlid ]; - } else { - $dstVli = false; - - // possibility that we've changed the source VLI in the UI and so the destination dli provided is on another LAN - if( $dvlid && $otherDstVli = VlanInterface::find( $dvlid ) ) { - // does this customer have a VLAN interface on the same VLAN as the srcVli? - foreach( $otherDstVli->virtualInterface->customer->virtualInterfaces as $vi ) { + if( $dstVli ) { + if( $srcVli->vlan->id !== $dstVli->vlan->id ) { + // otherwise, is there an appropriate dstVLi on srcVli->vlan? + foreach( $dstVli->virtualInterface->customer->virtualInterfaces as $vi ) { foreach( $vi->vlanInterfaces as $vli ) { - if( $srcVli->vlan->id === $vli->vlan->id ) { + if( $vli->vlan->id === $srcVli->vlan->id ) { $dstVli = $vli; - break 2; } } } } - if( !$dstVli && $request->dvli !== null ) { - AlertContainer::push( "The customer selected for destination traffic does not have any interfaces on the requested VLAN", Alert::WARNING ); - return redirect()->back(); + if( $srcVli->vlan->id !== $dstVli->vlan->id ) { + // okay, bounce back to p2p overview page + throw new ParameterException( "No valid destination customer in this peering LAN" ); } } - // if we have a $dstVli, then remove any VLANs from $srcVlis where both src and dst do not have VLIs on the same VLAN: - if( $dstVli ) { - foreach( $srcVlis as $i => $svli ) { - $haveMatch = false; - foreach( $dstVli->virtualInterface->customer->virtualInterfaces as $vi ) { - foreach( $vi->vlanInterfaces as $dvli ) { - if( $svli->vlan->id === $dvli->vlan->id ) { - $haveMatch = true; - break 2; - } - } - } - if( !$haveMatch ) { - unset( $srcVlis[ $i ] ); - } + return [ + 'c' => $customer, + 'category' => $requestCategory, + 'period' => $requestPeriod, + 'protocol' => $requestProtocol, + 'srcVlis' => $srcVlis, + 'srcVli' => $srcVli, + 'dstVlis' => $dstVlis, + 'dstVli' => $dstVli, + ]; + } + + + + /** + * sFlow Peer to Peer statistics + * + * @param Request $request + * @param Customer|null $customer + * + * @return RedirectResponse|View + * + * @throws ParameterException + */ + public function p2ps( Request $request, ?Customer $customer = null ): RedirectResponse|View + { + try { + $data = $this->p2pPrepare( $request, $customer ); + } catch( ParameterException $e ) { + AlertContainer::push( $e->getMessage(), Alert::WARNING ); + return redirect()->back(); + } + + // for larger IXPs, it's quite intensive to display all the graphs - decide if we need to do this or not + $showGraphs = $request->input( 'show_graphs', config('grapher.backends.sflow.show_graphs_on_index_page') ? 'show' : 'hide' ) === 'show'; + $orderBy = $request->input( 'order_by', 'traffic' ); + + // ordering is by customer name by default due to VlanInterfaceAggregator::forVlan() + if( $orderBy !== 'name' ) { + $trafficByPeerId = P2pDailyStats::latestTotalTraffic( $data['c']); + + /** @var VlanInterface $dstVli */ + foreach( $data['dstVlis'] as $idx => $dstVli) { + $data['dstVlis'][$idx]->total_traffic = $trafficByPeerId[ $dstVli->virtualInterface->custid ] ?? 0; } + + $data['dstVlis'] = $data['dstVlis']->sortByDesc( 'total_traffic', SORT_NUMERIC ); } + // authenticate on one of the graphs $graph = App::make( Grapher::class ) - ->p2p( $srcVli, $dstVli ?: $dstVlis[ $dstVlis->first()->id ]) - ->setProtocol( $requestProtocol ) - ->setCategory( $requestCategory ) - ->setPeriod( $requestPeriod ); + ->p2p( $data['srcVli'], $data['dstVlis'][ $data['dstVlis']->first()->id ] ) + ->setProtocol( $data['protocol'] ) + ->setCategory( $data['category'] ) + ->setPeriod( $data['period'] ); $graph->authorise(); - - $viewOptions = [ - 'c' => $customer, - 'category' => $requestCategory, - 'dstVlis' => $dstVlis, - 'dstVli' => $dstVli, + + return view( 'statistics/p2ps', array_merge( $data, [ 'graph' => $graph, - 'period' => $requestPeriod, - 'protocol' => $requestProtocol, + 'orderBy' => $orderBy, 'showGraphs' => $showGraphs, - 'showGraphsOption' => $showGraphsOption, - 'srcVlis' => $srcVlis, - 'srcVli' => $srcVli, - ]; + ]) ); + } - if( $dstVli ) { - return view( 'statistics/p2p-single', $viewOptions ); + /** + * sFlow Peer to Peer statistics + * + * @param Request $request + * @param VlanInterface $srcVli + * @param VlanInterface $dstVli + * @return RedirectResponse|View + * @throws ParameterException + */ + public function p2pPost( Request $request ): RedirectResponse|View + { + // svli and dvli via top of page post form. + // svli may have changed and so dvli may not be appropriate anymore + $srcVli = VlanInterface::findOrFail($request->svli); + $dstVli = VlanInterface::findOrFail($request->dvli); + + return $this->p2p( $request, $srcVli, $dstVli ); + } + + /** + * sFlow Peer to Peer statistics + * + * @param Request $request + * @param VlanInterface $srcVli + * @param VlanInterface $dstVli + * @return RedirectResponse|View + * @throws ParameterException + */ + public function p2p( Request $request, VlanInterface $srcVli, VlanInterface $dstVli ): RedirectResponse|View + { + try { + $data = $this->p2pPrepare( $request, $srcVli->virtualInterface->customer, $dstVli ); + $srcVli = $data['srcVli']; + $dstVli = $data['dstVli']; + } catch( ParameterException $e ) { + AlertContainer::push( $e->getMessage(), Alert::WARNING ); + return redirect()->back(); + } + + if( !$srcVli->ipvxEnabled( $data['protocol'] ) || !$dstVli->ipvxEnabled( $data['protocol'] ) ) { + AlertContainer::push( Graph::resolveProtocol( $data['protocol'] ) . " is not supported on the requested VLAN interfaces.", Alert::WARNING ); + return redirect( route('statistics@p2ps-get', ['customer' => $srcVli->virtualInterface->custid ] ) ); + } + + $possibleProtocols = []; + foreach( Graph::PROTOCOL_REAL_DESCS as $p => $desc ) { + if( $srcVli->ipvxEnabled($p) && $dstVli->ipvxEnabled($p) ) { + $possibleProtocols[$p] = $desc; + } } - return view( 'statistics/p2p', $viewOptions ); + $graph = App::make( Grapher::class ) + ->p2p( $srcVli, $dstVli ) + ->setProtocol( $data['protocol'] ) + ->setCategory( $data['category'] ) + ->setPeriod( $data['period'] ); + + $graph->authorise(); + + return view( 'statistics/p2p-single', array_merge( $data, [ + 'graph' => $graph, + 'dstVli' => $dstVli, + 'possibleProtocols' => $possibleProtocols, + ]) ); } + + + /** + * Show p2p stats for a given customer and day. + * + * @param Request $r + * + * @return \Illuminate\Foundation\Application|\Illuminate\Routing\Redirector|RedirectResponse + * + * @throws + */ + public function p2pTable( Request $r ): View|RedirectResponse + { + if( !Auth::check() ) { + abort( 403, "You are not authorised to view this page." ); + } + + if( !Auth::user()->isSuperUser() ) { + $r->merge( [ 'custid' => Auth::user()->custid ] ); + } + + $days = P2pDailyStats::select('day')->distinct('day')->orderBy('day','desc')->get()->pluck('day')->toArray(); + + if( empty( $days ) ) { + AlertContainer::push( "The P2P daily stats database table is empty.", Alert::WARNING ); + return redirect( route('statistics@member', ['cust' => $r->custid ] ) ); + } + + if( !$r->day || !in_array( $r->day, $days ) ) { + $r->merge( [ 'day' => $days[0] ] ); + } + + $customers = Customer::currentActive(true,true,true) + ->get()->keyBy('id'); + + $stats = []; + if( $r->custid ) { + $stats = P2pDailyStats::with('peer') + ->where('day', $r->day)->where('cust_id', $r->custid )->get(); + } + + return view( 'statistics/p2p-table' )->with( [ + 'day' => $r->day, + 'days' => $days, + 'stats' => $stats, + 'customers' => $customers, + 'c' => $r->custid ? $customers[$r->custid] : false, + ] ); + } + + + + + + /** * Show daily traffic for customers in a table. * @@ -669,7 +786,7 @@ public function leagueTable( Request $r ): View $metrics = [ 'Total' => 'data', 'Max' => 'max', - 'Average' => 'average' + 'Average' => 'average', ]; $metric = $r->input( 'metric', $metrics['Total'] ); @@ -694,6 +811,13 @@ public function leagueTable( Request $r ): View ] ); } + + + + + + + /** * Display graphs for a core bundle * @@ -742,7 +866,7 @@ public function utilisation( StatisticsRequest $r ): View $metrics = [ 'Max' => 'max', 'Total' => 'data', - 'Average' => 'average' + 'Average' => 'average', ]; $metric = $r->input( 'metric', $metrics['Max'] ); diff --git a/app/Http/Controllers/Switches/SwitchController.php b/app/Http/Controllers/Switches/SwitchController.php index d0de13180..6cc94cc57 100644 --- a/app/Http/Controllers/Switches/SwitchController.php +++ b/app/Http/Controllers/Switches/SwitchController.php @@ -99,7 +99,7 @@ public function feInit(): void 'listOrderByDir' => 'ASC', 'viewFolderName' => 'switches', 'addRoute' => route( static::route_prefix() . '@create-by-snmp' ), - 'documentation' => 'https://docs.ixpmanager.org/usage/switches/', + 'documentation' => 'https://docs.ixpmanager.org/latest/usage/switches/', 'listColumns' => [ 'name' => 'Name', 'cabinet' => [ diff --git a/app/Http/Middleware/Services/Grapher.php b/app/Http/Middleware/Services/Grapher.php index 121a962ab..f2147aeeb 100644 --- a/app/Http/Middleware/Services/Grapher.php +++ b/app/Http/Middleware/Services/Grapher.php @@ -175,10 +175,10 @@ private function processParameters( Request $request, GrapherService $grapher ): abort(404, 'No such graph type'); } - $graph->processParameterPeriod( $request->period ); - $graph->processParameterCategory( $request->category ); - $graph->processParameterProtocol( $request->protocol ); - $graph->processParameterType( $request->type ); + $graph->setPeriod( $graph->processParameterPeriod( $request->period ) ); + $graph->setCategory( $graph->processParameterCategory( $request->category ) ); + $graph->setProtocol( $graph->processParameterProtocol( $request->protocol ) ); + $graph->setType( $graph->processParameterType( $request->type ) ); /** @var Graph $graph */ return $graph; diff --git a/app/Http/Middleware/Services/LookingGlass.php b/app/Http/Middleware/Services/LookingGlass.php index ccbd8bb1a..a37a45a29 100644 --- a/app/Http/Middleware/Services/LookingGlass.php +++ b/app/Http/Middleware/Services/LookingGlass.php @@ -149,7 +149,7 @@ public function handle( Request $r, Closure $next ) private function authorise( Router $router ): bool { /** @var User $us */ - $us = Auth::getUser(); + $us = Auth::user(); if( $router->authorise( Auth::check() ? $us->privs() : User::AUTH_PUBLIC ) ) { return true; diff --git a/app/IXP.php b/app/IXP.php new file mode 100644 index 000000000..e0242e794 --- /dev/null +++ b/app/IXP.php @@ -0,0 +1,178 @@ + + * @category IXP + * @package IXP + * @copyright Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL V2.0 + */ + +class IXP +{ + public const int IPv4 = 4; + public const int IPv6 = 6; + + public static array $PROTOCOLS = [ + self::IPv4 => 'IPv4', + self::IPv6 => 'IPv6', + ]; + + public static function protocol( int $p ): string { + return self::$PROTOCOLS[$p] ?? ''; + } + + + + /** + * Scale function + * + * This function will scale a number to (for example for traffic + * measured in bits/second) to Kbps, Mbps, Gbps or Tbps; or data. + * measured in bytes to KB, MB, GB or TB. + * + * Valid string formats ($strFormats) and what they return are: + * bytes => Bytes, KBytes, MBytes, GBytes, TBytes + * pkts / errs / discs => pps, Kpps, Mpps, Gpps, Tpps + * bits / * => bits, Kbits, Mbits, Gbits, Tbits + * + * Valid return types ($format) are: + * 0 => fully formatted and scaled value. E.g. 12,354.235 Tbits + * 1 => scaled value without string. E.g. 12,354.235 + * 2 => just the string. E.g. Tbits + * + * @param float $v The value to scale + * @param string $format The format to sue (as above: bytes / pkts / errs / etc ) + * @param int $decs Number of decimals after the decimal point. Defaults to 3. + * @param int $returnType Type of string to return. Valid values are listed above. Defaults to 0. + * + * @return string Scaled / formatted number / type. + */ + public static function scale( float $v, string $format, int $decs = 3, int $returnType = 0 ): string + { + if( $format === 'bytes' ) { + $formats = [ + 'Bytes', 'KBytes', 'MBytes', 'GBytes', 'TBytes' + ]; + } else if( in_array( $format, [ 'pkts', 'errs', 'discs', 'bcasts' ] ) ) { + $formats = [ + 'pps', 'Kpps', 'Mpps', 'Gpps', 'Tpps' + ]; + } else if( $format === 'speed' ) { + $formats = [ + 'Mbps', 'Gbps', 'Tbps' + ]; + } else { + $formats = [ + 'bits', 'Kbits', 'Mbits', 'Gbits', 'Tbits' + ]; + } + + $num_formats = count( $formats ); + for( $i = 0; $i < $num_formats; $i++ ) { + $format = $i > 4 ? $formats[ 4 ] : $formats[ $i ]; + if( ( $v / 1000.0 < 1.0 ) || ( $num_formats === $i + 1 ) ) { + if( $returnType === 0 ) { + return number_format( $v, $decs ) . ' ' . $format; + } + + if( $returnType === 1 ) { + return number_format( $v, $decs ); + } + + return $format; + } + + $v /= 1000.0; + } + + return (string)$v; + } + + /** + * See scale above + * @param float $v + * @param int $decs + * + * @return string + */ + public static function scaleBits( float $v, int $decs = 3 ): string + { + return self::scale( $v, 'bits', $decs ); + } + + /** + * See scale above + * @param float $v + * @param int $decs + * + * @return string + */ + public static function scaleSpeed( float $v, int $decs = 0 ): string + { + return self::scale( $v, 'speed', $decs ); + } + + + /** + * See scale above + * @param float $v + * @param int $decs + * + * @return string + */ + public static function scaleBytes( float $v, int $decs = 3 ): string + { + return self::scale( $v, 'bytes', $decs ); + } + + /** + * Scale a size in bytes in human style filesize + * + * @param int $bytes The value to scale + * @return string Scaled / formatted number / type. + */ + public static function scaleFilesize( int $bytes ): string + { + if( $bytes >= 1073741824 ) { + return number_format( $bytes / 1073741824, 2 ) . ' GB'; + } + + if( $bytes >= 1048576 ) { + return number_format( $bytes / 1048576, 2 ) . ' MB'; + } + + if( $bytes >= 1024 ) { + return number_format( $bytes / 1024, 2 ) . ' KB'; + } + + return $bytes . ' bytes'; + } + + +} \ No newline at end of file diff --git a/app/Models/Aggregators/ConsoleServerConnectionAggregatore.php b/app/Models/Aggregators/ConsoleServerConnectionAggregatore.php index e83907d0b..20d94bf3d 100644 --- a/app/Models/Aggregators/ConsoleServerConnectionAggregatore.php +++ b/app/Models/Aggregators/ConsoleServerConnectionAggregatore.php @@ -63,6 +63,8 @@ * @method static Builder|ConsoleServerConnectionAggregatore whereSpeed($value) * @method static Builder|ConsoleServerConnectionAggregatore whereStopbits($value) * @method static Builder|ConsoleServerConnectionAggregatore whereUpdatedAt($value) + * @property int|null $switchid + * @method static Builder|ConsoleServerConnectionAggregatore whereSwitchid($value) * @mixin \Eloquent */ class ConsoleServerConnectionAggregatore extends ConsoleServerConnection diff --git a/app/Models/Aggregators/ContactGroupAggregator.php b/app/Models/Aggregators/ContactGroupAggregator.php index b174a7bfc..ce9b6ad74 100644 --- a/app/Models/Aggregators/ContactGroupAggregator.php +++ b/app/Models/Aggregators/ContactGroupAggregator.php @@ -53,6 +53,8 @@ * @method static Builder|ContactGroupAggregator whereName($value) * @method static Builder|ContactGroupAggregator whereType($value) * @method static Builder|ContactGroupAggregator whereUpdatedAt($value) + * @property string $created + * @method static Builder|ContactGroupAggregator whereCreated($value) * @mixin \Eloquent */ class ContactGroupAggregator extends ContactGroup diff --git a/app/Models/Aggregators/CustomerAggregator.php b/app/Models/Aggregators/CustomerAggregator.php index 34198ebb4..595a02118 100644 --- a/app/Models/Aggregators/CustomerAggregator.php +++ b/app/Models/Aggregators/CustomerAggregator.php @@ -178,6 +178,10 @@ * @method static Builder|CustomerAggregator whereStatus($value) * @method static Builder|CustomerAggregator whereType($value) * @method static Builder|CustomerAggregator whereUpdatedAt($value) + * @property string|null $lastupdated + * @property string|null $created + * @method static Builder|CustomerAggregator whereCreated($value) + * @method static Builder|CustomerAggregator whereLastupdated($value) * @mixin \Eloquent */ class CustomerAggregator extends Customer diff --git a/app/Models/Aggregators/IrrdbAggregator.php b/app/Models/Aggregators/IrrdbAggregator.php index d5fa8fac2..f730f6342 100644 --- a/app/Models/Aggregators/IrrdbAggregator.php +++ b/app/Models/Aggregators/IrrdbAggregator.php @@ -93,11 +93,11 @@ public static function prefixesForRouterConfiguration( int|Customer $cust, int $ } if( $resetCache ) { - Cache::store('file')->forget( 'irrdb:prefix:ipv' . $protocol . ':' . $cust->asMacro( $protocol ) ); + Cache::store()->forget( 'irrdb:prefix:ipv' . $protocol . ':' . $cust->asMacro( $protocol ) ); } // Pull these out of the cache if possible, otherwise the database. - return Cache::store('file')->rememberForever( 'irrdb:prefix:ipv' . $protocol . ':' . $cust->asMacro( $protocol ), function() use ($cust,$protocol) { + return Cache::store()->rememberForever( 'irrdb:prefix:ipv' . $protocol . ':' . $cust->asMacro( $protocol ), function() use ($cust,$protocol) { return IrrdbPrefix::select('prefix') ->where( 'customer_id', $cust->id ) ->where('protocol', $protocol ) @@ -128,11 +128,11 @@ public static function asnsForRouterConfiguration( int|Customer $cust, int $prot } if( $resetCache ) { - Cache::store('file')->forget( 'irrdb:asn:ipv' . $protocol . ':' . $cust->asMacro( $protocol ) ); + Cache::store()->forget( 'irrdb:asn:ipv' . $protocol . ':' . $cust->asMacro( $protocol ) ); } // Pull these out of the cache if possible, otherwise the database. - return Cache::store('file')->rememberForever( 'irrdb:asn:ipv' . $protocol . ':' . $cust->asMacro( $protocol ), function() use ($cust,$protocol) { + return Cache::store()->rememberForever( 'irrdb:asn:ipv' . $protocol . ':' . $cust->asMacro( $protocol ), function() use ($cust,$protocol) { return IrrdbAsn::select('asn') ->where( 'customer_id', $cust->id ) ->where('protocol', $protocol ) diff --git a/app/Models/Aggregators/RouterAggregator.php b/app/Models/Aggregators/RouterAggregator.php index 89a1dc172..140ae5668 100644 --- a/app/Models/Aggregators/RouterAggregator.php +++ b/app/Models/Aggregators/RouterAggregator.php @@ -103,6 +103,9 @@ * @method static Builder|RouterAggregator whereType($value) * @method static Builder|RouterAggregator whereUpdatedAt($value) * @method static Builder|RouterAggregator whereVlanId($value) + * @method static Builder|RouterAggregator routeCollector() + * @method static Builder|RouterAggregator ipvX(int $protocol) + * @method static Builder|RouterAggregator ipProtocol(int $protocol) * @mixin \Eloquent */ class RouterAggregator extends Router diff --git a/app/Models/Aggregators/UserAggregator.php b/app/Models/Aggregators/UserAggregator.php index 169166e4a..1845a7cf3 100644 --- a/app/Models/Aggregators/UserAggregator.php +++ b/app/Models/Aggregators/UserAggregator.php @@ -92,6 +92,10 @@ * @method static \Illuminate\Database\Eloquent\Builder|UserAggregator whereUid($value) * @method static \Illuminate\Database\Eloquent\Builder|UserAggregator whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|UserAggregator whereUsername($value) + * @property string|null $lastupdated + * @property string|null $created + * @method static \Illuminate\Database\Eloquent\Builder|UserAggregator whereCreated($value) + * @method static \Illuminate\Database\Eloquent\Builder|UserAggregator whereLastupdated($value) * @mixin \Eloquent */ class UserAggregator extends User diff --git a/app/Models/Aggregators/VlanAggregator.php b/app/Models/Aggregators/VlanAggregator.php index d2965bd61..609434ca8 100644 --- a/app/Models/Aggregators/VlanAggregator.php +++ b/app/Models/Aggregators/VlanAggregator.php @@ -79,6 +79,7 @@ * @method static \Illuminate\Database\Eloquent\Builder|VlanAggregator wherePeeringMatrix($value) * @method static \Illuminate\Database\Eloquent\Builder|VlanAggregator wherePrivate($value) * @method static \Illuminate\Database\Eloquent\Builder|VlanAggregator whereUpdatedAt($value) + * @method static Builder|VlanAggregator publicProductionPeeringLan() * @mixin \Eloquent */ class VlanAggregator extends Vlan diff --git a/app/Models/Aggregators/VlanInterfaceAggregator.php b/app/Models/Aggregators/VlanInterfaceAggregator.php index fb01aedd0..10febd177 100644 --- a/app/Models/Aggregators/VlanInterfaceAggregator.php +++ b/app/Models/Aggregators/VlanInterfaceAggregator.php @@ -112,10 +112,10 @@ public static function forVlan( Vlan $vlan, $protocol = false ) { return self::select( [ 'vli.*' ] ) ->from( 'vlaninterface AS vli' ) - ->Join( 'vlan AS v', 'v.id', 'vli.vlanid' ) - ->Join( 'virtualinterface AS vi', 'vi.id', 'vli.virtualinterfaceid' ) - ->Join( 'physicalinterface AS pi', 'pi.virtualinterfaceid', 'vi.id' ) - ->Join( 'cust', 'cust.id', 'vi.custid' ) + ->join( 'vlan AS v', 'v.id', 'vli.vlanid' ) + ->join( 'virtualinterface AS vi', 'vi.id', 'vli.virtualinterfaceid' ) + ->join( 'physicalinterface AS pi', 'pi.virtualinterfaceid', 'vi.id' ) + ->join( 'cust', 'cust.id', 'vi.custid' ) ->where( 'v.id', $vlan->id ) ->whereRaw( Customer::SQL_CUST_ACTIVE ) ->whereRaw( Customer::SQL_CUST_CURRENT ) @@ -171,19 +171,19 @@ public static function forVlan( Vlan $vlan, $protocol = false ) * * @param Vlan $vlan The VLAN * @param int $proto Either 4 or 6 - * @param int $pistatus The status of the physical interface + * @param ?int $pistatus The status of the physical interface * * @return array * * @throws */ - public static function forProto( Vlan $vlan, int $proto, int $pistatus = PhysicalInterface::STATUS_CONNECTED ) : array + public static function forProto( Vlan $vlan, int $proto, ?int $pistatus = PhysicalInterface::STATUS_CONNECTED ) : array { if( !in_array( $proto, [ 4, 6 ] ) ){ $proto = 4; } - return self::select( [ + $q = self::select( [ 'cust.id AS cid', 'cust.name AS cname', 'cust.abbreviatedName AS abrevcname', 'cust.shortname AS cshortname', @@ -232,9 +232,13 @@ public static function forProto( Vlan $vlan, int $proto, int $pistatus = Physica ->where( 'v.id', $vlan->id ) ->whereRaw( Customer::SQL_CUST_ACTIVE ) ->whereRaw( Customer::SQL_CUST_CURRENT ) - ->whereRaw( Customer::SQL_CUST_TRAFFICING ) - ->where( 'pi.status', $pistatus ) - ->groupByRaw( "vli.id, cust.id, cust.name, cust.abbreviatedName, cust.shortname, cust.autsys, + ->whereRaw( Customer::SQL_CUST_TRAFFICING ); + + if( $pistatus !== null ) { + $q->where( 'pi.status', $pistatus ); + } + + $q->groupByRaw( "vli.id, cust.id, cust.name, cust.abbreviatedName, cust.shortname, cust.autsys, cust.maxprefixes, cust.peeringmacro, cust.peeringmacrov6, vli.ipv{$proto}enabled, addr.address, vli.ipv{$proto}bgpmd5secret, vli.maxbgpprefix, vli.ipv{$proto}hostname, vli.ipv{$proto}monitorrcbgp, vli.busyhost, @@ -242,7 +246,9 @@ public static function forProto( Vlan $vlan, int $proto, int $pistatus = Physica s.id, s.name, cab.id, cab.name, l.name, l.shortname, l.tag" ) - ->orderByRaw( 'cust.autsys ASC, vli.id ASC' )->get()->toArray(); + ->orderByRaw( 'cust.autsys ASC, vli.id ASC' ); + + return $q->get()->toArray(); } @@ -324,7 +330,7 @@ public static function getAllIPsForASN( Vlan $v, int $asn, int $proto ): array */ public static function sanitiseVlanInterfaces( Vlan $vlan, int $protocol = 4, int $target = Router::TYPE_ROUTE_SERVER, bool $quarantine = false ): array { - $ints = self::forProto( $vlan, $protocol, $quarantine ? PhysicalInterface::STATUS_QUARANTINE : PhysicalInterface::STATUS_CONNECTED ); + $ints = self::forProto( $vlan, $protocol, $quarantine ? null : PhysicalInterface::STATUS_CONNECTED ); $newints = []; diff --git a/app/Models/ApiKey.php b/app/Models/ApiKey.php index 5b488841b..4b71633bc 100644 --- a/app/Models/ApiKey.php +++ b/app/Models/ApiKey.php @@ -56,6 +56,8 @@ * @method static Builder|ApiKey whereLastseenFrom($value) * @method static Builder|ApiKey whereUpdatedAt($value) * @method static Builder|ApiKey whereUserId($value) + * @property string $created + * @method static Builder|ApiKey whereCreated($value) * @mixin \Eloquent */ class ApiKey extends Model diff --git a/app/Models/Cabinet.php b/app/Models/Cabinet.php index 915fbc9e3..0d12187dc 100644 --- a/app/Models/Cabinet.php +++ b/app/Models/Cabinet.php @@ -68,6 +68,8 @@ * @method static Builder|Cabinet whereType($value) * @method static Builder|Cabinet whereUCountsFrom($value) * @method static Builder|Cabinet whereUpdatedAt($value) + * @property string|null $cololocation + * @method static Builder|Cabinet whereCololocation($value) * @mixin \Eloquent */ class Cabinet extends Model diff --git a/app/Models/ConsoleServerConnection.php b/app/Models/ConsoleServerConnection.php index 4625786dd..684b4037b 100644 --- a/app/Models/ConsoleServerConnection.php +++ b/app/Models/ConsoleServerConnection.php @@ -66,6 +66,8 @@ * @method static Builder|ConsoleServerConnection whereSpeed($value) * @method static Builder|ConsoleServerConnection whereStopbits($value) * @method static Builder|ConsoleServerConnection whereUpdatedAt($value) + * @property int|null $switchid + * @method static Builder|ConsoleServerConnection whereSwitchid($value) * @mixin \Eloquent */ class ConsoleServerConnection extends Model diff --git a/app/Models/Contact.php b/app/Models/Contact.php index d6a01beb0..fb131e794 100644 --- a/app/Models/Contact.php +++ b/app/Models/Contact.php @@ -73,6 +73,12 @@ * @method static Builder|Contact wherePhone($value) * @method static Builder|Contact wherePosition($value) * @method static Builder|Contact whereUpdatedAt($value) + * @property int|null $user_id + * @property string|null $lastupdated + * @property string|null $created + * @method static Builder|Contact whereCreated($value) + * @method static Builder|Contact whereLastupdated($value) + * @method static Builder|Contact whereUserId($value) * @mixin \Eloquent */ class Contact extends Model diff --git a/app/Models/ContactGroup.php b/app/Models/ContactGroup.php index f0c6b565d..5527c55b5 100644 --- a/app/Models/ContactGroup.php +++ b/app/Models/ContactGroup.php @@ -54,6 +54,8 @@ * @method static Builder|ContactGroup whereName($value) * @method static Builder|ContactGroup whereType($value) * @method static Builder|ContactGroup whereUpdatedAt($value) + * @property string $created + * @method static Builder|ContactGroup whereCreated($value) * @mixin \Eloquent */ class ContactGroup extends Model diff --git a/app/Models/Customer.php b/app/Models/Customer.php index 6ef9fa173..0ef3bb6c9 100644 --- a/app/Models/Customer.php +++ b/app/Models/Customer.php @@ -184,6 +184,10 @@ * @method static Builder|Customer whereStatus($value) * @method static Builder|Customer whereType($value) * @method static Builder|Customer whereUpdatedAt($value) + * @property string|null $lastupdated + * @property string|null $created + * @method static Builder|Customer whereCreated($value) + * @method static Builder|Customer whereLastupdated($value) * @mixin Eloquent */ class Customer extends Model @@ -926,6 +930,21 @@ public function irrdbFiltered(): bool ->get()->count(); } + /** + * Is the customer IRRDB filtered (usually for route server clients) on ALL of their rsclient VLAN interfaces? + * + * @return boolean + */ + public function fullyIrrdbFiltered(): bool + { + return !(bool)self::leftJoin( 'virtualinterface AS vi', 'vi.custid', 'cust.id' ) + ->leftJoin( 'vlaninterface AS vli', 'vli.virtualinterfaceid', 'vi.id' ) + ->where( 'cust.id', $this->id )->where( 'rsclient', true ) + ->where( 'irrdbfilter', false ) + ->get()->count(); + } + + /** * If the customer is IRRDB filtered on any of their VLAN interfaces, are more specifics allowed? * diff --git a/app/Models/CustomerTag.php b/app/Models/CustomerTag.php index 92a653d69..8743c34b1 100644 --- a/app/Models/CustomerTag.php +++ b/app/Models/CustomerTag.php @@ -51,6 +51,10 @@ * @method static Builder|CustomerTag whereInternalOnly($value) * @method static Builder|CustomerTag whereTag($value) * @method static Builder|CustomerTag whereUpdatedAt($value) + * @property string $created + * @property string $updated + * @method static Builder|CustomerTag whereCreated($value) + * @method static Builder|CustomerTag whereUpdated($value) * @mixin \Eloquent */ class CustomerTag extends Model diff --git a/app/Models/Infrastructure.php b/app/Models/Infrastructure.php index e49d25627..0a49684da 100644 --- a/app/Models/Infrastructure.php +++ b/app/Models/Infrastructure.php @@ -64,6 +64,8 @@ * @method static Builder|Infrastructure wherePeeringdbIxId($value) * @method static Builder|Infrastructure whereShortname($value) * @method static Builder|Infrastructure whereUpdatedAt($value) + * @property int $ixp_id + * @method static Builder|Infrastructure whereIxpId($value) * @mixin Eloquent */ class Infrastructure extends Model diff --git a/app/Models/IrrdbConfig.php b/app/Models/IrrdbConfig.php index 13b69c1da..c714a2273 100644 --- a/app/Models/IrrdbConfig.php +++ b/app/Models/IrrdbConfig.php @@ -51,6 +51,8 @@ * @method static Builder|IrrdbConfig whereNotes($value) * @method static Builder|IrrdbConfig whereSource($value) * @method static Builder|IrrdbConfig whereUpdatedAt($value) + * @property string|null $protocol + * @method static Builder|IrrdbConfig whereProtocol($value) * @mixin \Eloquent */ class IrrdbConfig extends Model diff --git a/app/Models/Layer2Address.php b/app/Models/Layer2Address.php index 0e9643139..27cd1c7b1 100644 --- a/app/Models/Layer2Address.php +++ b/app/Models/Layer2Address.php @@ -52,6 +52,8 @@ * @method static Builder|Layer2Address whereMac($value) * @method static Builder|Layer2Address whereUpdatedAt($value) * @method static Builder|Layer2Address whereVlanInterfaceId($value) + * @property string|null $created + * @method static Builder|Layer2Address whereCreated($value) * @mixin \Eloquent */ class Layer2Address extends Model diff --git a/app/Models/Logo.php b/app/Models/Logo.php index da97af2c5..9278ba2fb 100644 --- a/app/Models/Logo.php +++ b/app/Models/Logo.php @@ -57,6 +57,8 @@ * @method static \Illuminate\Database\Eloquent\Builder|Logo whereUpdatedAt($value) * @method static \Illuminate\Database\Eloquent\Builder|Logo whereUploadedBy($value) * @method static \Illuminate\Database\Eloquent\Builder|Logo whereWidth($value) + * @property string $uploaded_at + * @method static \Illuminate\Database\Eloquent\Builder|Logo whereUploadedAt($value) * @mixin \Eloquent */ class Logo extends Model diff --git a/app/Models/P2pDailyStats.php b/app/Models/P2pDailyStats.php new file mode 100644 index 000000000..156a6ce28 --- /dev/null +++ b/app/Models/P2pDailyStats.php @@ -0,0 +1,158 @@ +hasOne(Customer::class, 'id', 'peer_id' ); + } + + /** + * Accessor for total traffic + */ + public function total_traffic(): int + { + return $this->ipv4_total_out + $this->ipv4_total_in + $this->ipv6_total_out + $this->ipv6_total_in; + } + + + + /** + * Get the total traffic a customer exchanges with its peers for the latest day in the database. + * + * Only peers with entries on the the most recent day for this customer will be included. + * + * @param Customer $c + * @return array [ peerid => total_traffic, ... ] + */ + public static function latestTotalTraffic( Customer $c ): array + { + // latest day for which we have results + if( !( $day = self::whereCustId( $c->id )->max('day') ) ) { + return []; + } + + return self::select( DB::raw('peer_id, ipv6_total_out + ipv4_total_out + ipv6_total_in + ipv4_total_in as total_traffic') ) + ->where( 'cust_id', $c->id )->where( 'day', $day) + ->get()->pluck('total_traffic', 'peer_id')->toArray(); + } + + /** + * Get the latest n P2pDailyStats for this customer. + * + * @param Customer $c + * @return P2pDailyStats[] + */ + public static function latestN( Customer $c, int $n = 5 ): Collection + { + // latest day for which we have results + if( !( $day = self::whereCustId( $c->id )->max('day') ) ) { + return []; + } + + return self::select( DB::raw( '*, ipv6_total_out + ipv4_total_out + ipv6_total_in + ipv4_total_in as total_traffic' ) ) + ->where( 'cust_id', $c->id )->where( 'day', $day) + ->limit( $n )->orderBy( 'total_traffic', 'desc' )->get(); + } + + +} diff --git a/app/Models/PeeringManager.php b/app/Models/PeeringManager.php index 8b7a2d668..cfa4c7cd4 100644 --- a/app/Models/PeeringManager.php +++ b/app/Models/PeeringManager.php @@ -56,6 +56,10 @@ * @method static \Illuminate\Database\Eloquent\Builder|PeeringManager wherePeerid($value) * @method static \Illuminate\Database\Eloquent\Builder|PeeringManager whereRejected($value) * @method static \Illuminate\Database\Eloquent\Builder|PeeringManager whereUpdatedAt($value) + * @property string|null $created + * @property string|null $updated + * @method static \Illuminate\Database\Eloquent\Builder|PeeringManager whereCreated($value) + * @method static \Illuminate\Database\Eloquent\Builder|PeeringManager whereUpdated($value) * @mixin \Eloquent */ class PeeringManager extends Model diff --git a/app/Models/Router.php b/app/Models/Router.php index 08d7526a3..bfe96a9fa 100644 --- a/app/Models/Router.php +++ b/app/Models/Router.php @@ -107,6 +107,9 @@ * @method static Builder|Router whereType($value) * @method static Builder|Router whereUpdatedAt($value) * @method static Builder|Router whereVlanId($value) + * @method static Builder|Router routeCollector() + * @method static Builder|Router ipvX(int $protocol) + * @method static Builder|Router ipProtocol(int $protocol) * @mixin \Eloquent */ class Router extends Model @@ -281,6 +284,18 @@ public function scopeHasApi( Builder $query ): Builder return $query->where('api_type', '>', 0); } + /** + * Scope a query to only include route collectors + * + * @param Builder $query + * + * @return Builder + */ + public function scopeRouteCollector( Builder $query ): Builder + { + return $query->where('type', self::TYPE_ROUTE_COLLECTOR); + } + /** * Scope a query to only include route servers * @@ -317,6 +332,19 @@ public function scopeIpv6( Builder $query ): Builder return $query->where('protocol', self::PROTOCOL_IPV6); } + /** + * Scope a query to match IPvX routers only + * + * @param Builder $query + * + * @return Builder + */ + public function scopeIpProtocol( Builder $query, int $protocol ): Builder + { + return $query->where('protocol', $protocol === 4 ? self::PROTOCOL_IPV4 : self::PROTOCOL_IPV6 ); + } + + /** * Scope a query to match BGP Large Communities enabled * @@ -406,6 +434,18 @@ public function type(): string return self::$TYPES[ $this->type ] ?? 'Unknown'; } + /** + * Check if the given type matches the routers's type. + * + * @param int $type The type to check against. + * @return bool True if the given type matches, false otherwise. + */ + public function isType( int $type ): bool + { + return $this->type === $type; + } + + /** * Turn the database integer representation of the lg access into text as * defined in the User::$PRIVILEGES_ALL array (or 'Unknown') diff --git a/app/Models/Switcher.php b/app/Models/Switcher.php index 3f4c98ee5..c06e79ffa 100644 --- a/app/Models/Switcher.php +++ b/app/Models/Switcher.php @@ -381,7 +381,7 @@ public function snmpPollSwitchPorts( $host, $logger = false, bool|array &$result // iterate over all the ports discovered on the switch: foreach( $host->useIface()->indexes() as $index ) { - // Port types - see https://docs.ixpmanager.org/usage/switches/#snmp-and-port-types-iftype + // Port types - see https://docs.ixpmanager.org/latest/usage/switches/#snmp-and-port-types-iftype if( !in_array( $host->useIface()->types()[ $index ], config('ixp.snmp.allowed_interface_types') ) ) { continue; } diff --git a/app/Models/TrafficDaily.php b/app/Models/TrafficDaily.php index 78bb0b3f1..1e2aa93c2 100644 --- a/app/Models/TrafficDaily.php +++ b/app/Models/TrafficDaily.php @@ -98,6 +98,8 @@ * @method static Builder|TrafficDaily whereYearMaxOut($value) * @method static Builder|TrafficDaily whereYearTotIn($value) * @method static Builder|TrafficDaily whereYearTotOut($value) + * @property int $ixp_id + * @method static Builder|TrafficDaily whereIxpId($value) * @mixin \Eloquent */ class TrafficDaily extends Model diff --git a/app/Models/User.php b/app/Models/User.php index 588fe181c..19d0c1c24 100644 --- a/app/Models/User.php +++ b/app/Models/User.php @@ -104,6 +104,10 @@ * @method static Builder|User whereUid($value) * @method static Builder|User whereUpdatedAt($value) * @method static Builder|User whereUsername($value) + * @property string|null $lastupdated + * @property string|null $created + * @method static Builder|User whereCreated($value) + * @method static Builder|User whereLastupdated($value) * @mixin Eloquent */ class User extends Model implements AuthenticatableContract, CanResetPasswordContract diff --git a/app/Models/UserRememberToken.php b/app/Models/UserRememberToken.php index c77f02519..4e315ef27 100644 --- a/app/Models/UserRememberToken.php +++ b/app/Models/UserRememberToken.php @@ -54,6 +54,8 @@ * @method static Builder|UserRememberToken whereToken($value) * @method static Builder|UserRememberToken whereUpdatedAt($value) * @method static Builder|UserRememberToken whereUserId($value) + * @property string $created + * @method static Builder|UserRememberToken whereCreated($value) * @mixin \Eloquent */ class UserRememberToken extends Model diff --git a/app/Models/Vlan.php b/app/Models/Vlan.php index c58611133..e8bc91521 100644 --- a/app/Models/Vlan.php +++ b/app/Models/Vlan.php @@ -80,6 +80,7 @@ * @method static Builder|Vlan wherePeeringMatrix($value) * @method static Builder|Vlan wherePrivate($value) * @method static Builder|Vlan whereUpdatedAt($value) + * @method static Builder|Vlan publicProductionPeeringLan() * @mixin \Eloquent */ class Vlan extends Model @@ -219,6 +220,23 @@ public function scopePeeringManager( Builder $query ): Builder return $query->where( 'peering_manager', 1 ); } + /** + * Scope a query to only include public production peering LANs + * + * This is a bit of a hack right now as there is no specific flag for + * this but we'll use export_to_ixf for now as that is as good an + * inidicator as any. + * + * @param Builder $query + * @return Builder + */ + public function scopePublicProductionPeeringLan( Builder $query ): Builder + { + return $query->where( 'export_to_ixf', 1 ); + } + + + /** * String to describe the model being updated / deleted / created * diff --git a/app/Models/VlanInterface.php b/app/Models/VlanInterface.php index 05e89660a..88a8bb175 100644 --- a/app/Models/VlanInterface.php +++ b/app/Models/VlanInterface.php @@ -233,14 +233,30 @@ public function canGraphForLatency( string $proto ): bool /** * Convenience function to get an IP address based on a given protocol * - * @param string $proto Either ipv4 / ipv6 (as defined in Grapher) + * @param int|string $proto Either 4/ipv4 / 6/ipv6 (as defined in Grapher) * * @return null|IPv4Address|IPv6Address * * @throws */ - public function getIPAddress( string $proto ) + public function getIPAddress( int|string $proto ) { + if( is_string( $proto ) ) { + $proto = strtolower( $proto ); + } + + return match( $proto ) { + 4, 'ipv4' => $this->ipv4address, + 6, 'ipv6' => $this->ipv6address, + }; +/* + if( is_int( $proto ) ) { + return match( $proto ) { + 4 => $this->ipv4address, + 6 => $this->ipv6address, + }; + } + switch( strtolower( $proto ) ) { case 'ipv4': return $this->ipv4address; @@ -251,6 +267,7 @@ public function getIPAddress( string $proto ) default: return null; } +*/ } /** diff --git a/app/Providers/DiagnosticsServiceProvider.php b/app/Providers/DiagnosticsServiceProvider.php new file mode 100644 index 000000000..1f5980831 --- /dev/null +++ b/app/Providers/DiagnosticsServiceProvider.php @@ -0,0 +1,93 @@ + + * @author Laszlo Kiss + * @category IXP + * @package IXP\Providers + * @copyright Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL V2.0 + */ +class DiagnosticsServiceProvider extends ServiceProvider +{ + protected $defer = true; + + + /** + * Bootstrap the application services. + * + * @return void + * + * @throws + */ + public function boot(): void + { + Route::group([ + 'middleware' => config( 'google2fa.enabled' ) + ? [ 'web' , 'auth' , '2fa' , 'assert.privilege:' . User::AUTH_SUPERUSER ] + : [ 'web' , 'auth', 'assert.privilege:' . User::AUTH_SUPERUSER ], + 'namespace' => 'IXP\Http\Controllers' ], function(){ + + Route::get( 'diagnostics/customer/{customer}', 'DiagnosticsController@customer')->name('diagnostics@customer' ); + Route::get( 'diagnostics/irrdb/{customer}', 'DiagnosticsController@irrdb' )->name('diagnostics@irrdb' ); + }); + + // we have a few rendering functions we want to include here: + // $this->app->make( Engine::class )->loadExtension( new GrapherRendererExtension(), [] ); + } + + /** + * Register the application services. + * + * @return void|Diagnostics + * + * @throws + */ + public function register() + { + $this->app->singleton( + Diagnostics::class, function() { + return new Diagnostics; + }); + } + + /** + * Get the services provided by the provider. + * + * @return array + */ + public function provides(): array + { + return [ Diagnostics::class ]; + } +} \ No newline at end of file diff --git a/app/Services/Auth/EloquentUserProvider.php b/app/Services/Auth/EloquentUserProvider.php index 199afa341..c8fb64784 100644 --- a/app/Services/Auth/EloquentUserProvider.php +++ b/app/Services/Auth/EloquentUserProvider.php @@ -47,7 +47,7 @@ * A small set of functions we need to override from LaravelDoctrine's provider to allow for IXP Manager's * user session management functionality. * - * @see https://docs.ixpmanager.org/dev/authentication/ + * @see https://docs.ixpmanager.org/latest/dev/authentication/ * @author Barry O'Donovan * @author Yann Robin * @package IXP\Services\Auth diff --git a/app/Services/Auth/SessionGuard.php b/app/Services/Auth/SessionGuard.php index c5be3c4dc..193d68ff1 100644 --- a/app/Services/Auth/SessionGuard.php +++ b/app/Services/Auth/SessionGuard.php @@ -41,7 +41,7 @@ * A small set of functions we need to override from Laravel's SessionGuard to allow for IXP Manager's * user session management functionality. * - * @see https://docs.ixpmanager.org/dev/authentication/ + * @see https://docs.ixpmanager.org/latest/dev/authentication/ * @author Barry O'Donovan * @author Yann Robin * @package IXP\Services\Auth diff --git a/app/Services/Diagnostics.php b/app/Services/Diagnostics.php new file mode 100644 index 000000000..63b75b252 --- /dev/null +++ b/app/Services/Diagnostics.php @@ -0,0 +1,139 @@ + + * @author Laszlo Kiss + * @category IXP + * @package IXP\Services + * @copyright Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL V2.0 + */ +class Diagnostics +{ + + /** + * @param Customer $customer + * @return DiagnosticResultSet + * @throws GeneralException + */ + public function getCustomerDiagnostics(Customer $customer): DiagnosticResultSet + { + $d = new CustomerDiagnosticSuite( $customer ); + return $d->run()->results(); + } + + /** + * @param Customer $customer + * @return DiagnosticResultSet + */ + public function getCustomerIrrdbDiagnostics(Customer $customer): DiagnosticResultSet + { + $d = new IrrdbDiagnosticSuite( $customer ); + return $d->run()->results(); + } + + /** + * @param VirtualInterface $vi + * @return DiagnosticResultSet + */ + public function getVirtualInterfaceDiagnostics( VirtualInterface $vi ): DiagnosticResultSet + { + $d = new VirtualInterfaceDiagnosticSuite( $vi ); + return $d->run()->results(); + } + + /** + * @param PhysicalInterface $pi + * @return DiagnosticResultSet + */ + public function getPhysicalInterfaceDiagnostics(PhysicalInterface $pi): DiagnosticResultSet + { + $d = new PhysicalInterfaceDiagnosticSuite( $pi ); + return $d->run()->results(); + } + + /** + * @param PhysicalInterface $pi + * @return DiagnosticResultSet + */ + public function getTransceiverDiagnostics(PhysicalInterface $pi): DiagnosticResultSet + { + $d = new TransceiverDiagnosticSuite( $pi ); + return $d->run()->results(); + } + + /** + * @param VlanInterface $vli + * @param int $protocol + * @return DiagnosticResultSet + * @throws \Illuminate\Contracts\Container\BindingResolutionException + */ + public function getRouterBgpSessionsDiagnostics(VlanInterface $vli, int $protocol): DiagnosticResultSet + { + $d = new RouterBgpSessionsDiagnosticSuite( $vli, $protocol ); + return $d->run()->results(); + } + + /** + * @param VlanInterface $vli + * @return DiagnosticResultSet + * @throws \Illuminate\Contracts\Container\BindingResolutionException + */ + public function getVlanInterfaceL2Diagnostics(VlanInterface $vli): DiagnosticResultSet + { + $d = new VlanInterfaceL2DiagnosticSuite( $vli ); + return $d->run()->results(); + } + + /** + * @param VlanInterface $vli + * @param int $protocol + * @return DiagnosticResultSet + * @throws \Illuminate\Contracts\Container\BindingResolutionException + */ + public function getVlanInterfaceL3Diagnostics(VlanInterface $vli, int $protocol): DiagnosticResultSet + { + $d = new VlanInterfaceL3DiagnosticSuite( $vli, $protocol ); + return $d->run()->results(); + } + +} \ No newline at end of file diff --git a/app/Services/Diagnostics/DiagnosticResult.php b/app/Services/Diagnostics/DiagnosticResult.php new file mode 100644 index 000000000..4081b7e5b --- /dev/null +++ b/app/Services/Diagnostics/DiagnosticResult.php @@ -0,0 +1,95 @@ + + * @author Laszlo Kiss + * @category IXP + * @package IXP\Services\Grapher + * @copyright Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL V2.0 + */ + +class DiagnosticResult +{ + public const int TYPE_FATAL = 1000; + public const int TYPE_ERROR = 900; + public const int TYPE_WARN = 800; + public const int TYPE_GOOD = 600; + public const int TYPE_INFO = 500; + public const int TYPE_DEBUG = 200; + public const int TYPE_TRACE = 100; + + public static array $RESULT_TYPES_TEXT = [ + self::TYPE_FATAL => 'Fatal', + self::TYPE_ERROR => 'Error', + self::TYPE_WARN => 'Warning', + self::TYPE_INFO => 'Info', + self::TYPE_GOOD => 'Good', + self::TYPE_DEBUG => 'Debug', + self::TYPE_TRACE => 'Trace', + ]; + + public static array $RESULT_TYPES_ICON_STYLE = [ + self::TYPE_FATAL => 'tw-bg-red-50 tw-text-red-700 tw-ring-red-600/10', + self::TYPE_ERROR => 'tw-bg-pink-50 tw-text-pink-700 tw-ring-pink-700/10', + self::TYPE_WARN => 'tw-bg-yellow-50 -text-yellow-800 tw-ring-yellow-600/20', + self::TYPE_INFO => 'tw-bg-blue-50 tw-text-blue-700 tw-ring-blue-700/10', + self::TYPE_GOOD => 'tw-bg-green-50 tw-text-green-700 tw-ring-green-600/20', + self::TYPE_DEBUG => 'tw-bg-gray-50 tw-text-gray-600 tw-ring-gray-500/10', + self::TYPE_TRACE => 'tw-bg-gray-100 tw-text-gray-800 tw-ring-gray-800/10', + ]; + + + public function __construct( + public string $name, + public int $result, + public ?string $narrative = null, + public int $auth = User::AUTH_SUPERUSER, // whether the diagnostic result should be visible to the member + public ?string $narrativeHtml = null, + public ?string $infoBadge = null, + ) { } + + public function iconStyle(): string { + return "tw-inline-flex tw-items-center tw-rounded-md tw-ml-2 tw-px-2 tw-py-1 tw-text-xs tw-font-medium " + . self::$RESULT_TYPES_ICON_STYLE[$this->result] + . " tw-ring-1 tw-ring-inset"; + } + + public function result(): string { + return self::$RESULT_TYPES_TEXT[$this->result]; + } + + + public function badge(): string { + return "iconStyle() . "\">" . $this->result() . ""; + } + + +} \ No newline at end of file diff --git a/app/Services/Diagnostics/DiagnosticResultSet.php b/app/Services/Diagnostics/DiagnosticResultSet.php new file mode 100644 index 000000000..f3a40149d --- /dev/null +++ b/app/Services/Diagnostics/DiagnosticResultSet.php @@ -0,0 +1,89 @@ + + * @author Laszlo Kiss + * @category IXP + * @package IXP\Services\Grapher + * @copyright Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL V2.0 + */ + +class DiagnosticResultSet +{ + public DiagnosticSuite $suite; + + /** @var DiagnosticResult[] */ + public array $results = []; + + /** @var DiagnosticResultSet[] */ + protected array $subsets = []; + + + /** + * @param DiagnosticResult|null $result + */ + public function __construct( DiagnosticSuite $suite, ?DiagnosticResult $result = null ) { + $this->suite = $suite; + + if ($result !== null) { + $this->results[] = $result; + } + } + + /** + * Adds a diagnostic result to the result set. + * + * @param DiagnosticResult|DiagnosticResult[] $result The diagnostic result to add. + * @return DiagnosticResultSet This diagnostic result set. + */ + public function add( DiagnosticResult|array $result ): DiagnosticResultSet { + + $this->results = array_merge( + $this->results, + is_array($result) ? $result : [$result] + ); + + return $this; + } + + + public function addSubset(DiagnosticResultSet $subset) { + $this->subsets[] = $subset; + } + + /** + * @return DiagnosticResultSet[] + */ + public function subsets(): array { + return $this->subsets; + } + + + +} \ No newline at end of file diff --git a/app/Services/Diagnostics/DiagnosticSuite.php b/app/Services/Diagnostics/DiagnosticSuite.php new file mode 100644 index 000000000..8298699d8 --- /dev/null +++ b/app/Services/Diagnostics/DiagnosticSuite.php @@ -0,0 +1,69 @@ + + * @author Laszlo Kiss + * @category IXP + * @package IXP\Services\Grapher + * @copyright Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL V2.0 + */ +abstract class DiagnosticSuite +{ + protected string $name = 'Err: Suite name not set!'; + protected string $description = 'Err: No suite description set!'; + protected string $type = 'Err: No suite type set!'; + + protected DiagnosticResultSet $results; + + + public function __construct() { + $this->results = new DiagnosticResultSet( $this ); + } + + + /** + * @return DiagnosticResultSet + */ + public function results(): DiagnosticResultSet { + return $this->results; + } + + public function name(): string { + return $this->name; + } + + public function description(): string { + return $this->description; + } + + public function type(): string { + return $this->type; + } + +} \ No newline at end of file diff --git a/app/Services/Diagnostics/Exception.php b/app/Services/Diagnostics/Exception.php new file mode 100644 index 000000000..c7f14604a --- /dev/null +++ b/app/Services/Diagnostics/Exception.php @@ -0,0 +1,26 @@ + + * @author Laszlo Kiss + * @category IXP + * @package IXP\Services\Diagnostics + * @copyright Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL V2.0 + */ + +class CustomerDiagnosticSuite extends DiagnosticSuite +{ + + public function __construct( + private readonly Customer $customer + ) { + $this->name = 'Member Overview'; + $this->description = 'Diagnostics for the overall member\'s set-up.'; + $this->type = 'CUSTOMER'; + + parent::__construct(); + } + + /** + * Run the diagnostics suite + * @throws GeneralException + */ + public function run(): CustomerDiagnosticSuite + { + // ordering here will determine order on view + $this->results->add( $this->customerType( $this->customer ) ); + $this->results->add( $this->customerStatus( $this->customer ) ); + $this->results->add( $this->customerHasLeft( $this->customer ) ); + $this->results->add( $this->customerRouteServerClient( $this->customer ) ); + + return $this; + } + + + /** + * Examine the customer type and provide information on it. + * + * @param Customer $customer + * @return DiagnosticResult + */ + public function customerType( Customer $customer ): DiagnosticResult { + $mainName = 'Member Type: '; + + return match ( $customer->type ) { + + Customer::TYPE_FULL => new DiagnosticResult( + name: $mainName . $customer->type(), + result: DiagnosticResult::TYPE_DEBUG, + narrative: "The member is a standard full member", + ), + + Customer::TYPE_PROBONO => new DiagnosticResult( + name: $mainName . $customer->type(), + result: DiagnosticResult::TYPE_INFO, + narrative: "The member is a pro bono member", + ), + + Customer::TYPE_INTERNAL => new DiagnosticResult( + name: $mainName . $customer->type(), + result: DiagnosticResult::TYPE_WARN, + narrative: "The member is an internal member used for IXP infrastructure. Do not assume normal member interfaces and behaviors.", + ), + + Customer::TYPE_ASSOCIATE => new DiagnosticResult( + name: $mainName .$customer->type(), + result: DiagnosticResult::TYPE_WARN, + narrative: "The member is an associate member and should not have any connections or other services.", + ), + + default => new DiagnosticResult( + name: $mainName . 'UNKNOWN', + result: DiagnosticResult::TYPE_FATAL, + narrative: "The member type {$this->customer->type()} is an unknown type to the diagnostic logic.", + ), + }; + + } + + + /** + * Examine the customer status and provide information on it. + * + * @param Customer $customer + * @return DiagnosticResult + */ + public function customerStatus( Customer $customer ): DiagnosticResult { + $mainName = 'Member Status: '; + + return match ($customer->status ) { + + Customer::STATUS_NOTCONNECTED, Customer::STATUS_SUSPENDED => new DiagnosticResult( + name: $mainName .$customer->status(), + result: DiagnosticResult::TYPE_WARN, + narrative: "The member's status is " .$customer->status(), + ), + + Customer::STATUS_NORMAL => new DiagnosticResult( + name: $mainName .$customer->status(), + result: DiagnosticResult::TYPE_DEBUG, + narrative: "The member's status is " .$customer->status(), + ), + + default => new DiagnosticResult( + name: $mainName . 'UNKNOWN', + result: DiagnosticResult::TYPE_FATAL, + narrative: "The member's status {$this->customer->status()} is an unknown status to the diagnostic logic.", + ), + }; + + } + + + /** + * Examine the customer left the IXP and provide information on it. + * + */ + public function customerHasLeft( Customer $customer ): DiagnosticResult { + + if($customer->hasLeft() ) { + return new DiagnosticResult( + name: "This member left the IXP " . Carbon::parse($this->customer->dateleave)->diffForHumans(), + result: DiagnosticResult::TYPE_ERROR, + narrative: "The member left the IXP on " . Carbon::parse($this->customer->dateleave)->format('Y-m-d'), + ); + } + + return new DiagnosticResult( + name: "This member has not left the IXP", + result: DiagnosticResult::TYPE_TRACE, + narrative: "The member has not left the IXP", + ); + } + + + /** + * Examine the customer Route Server Client status and provide information on it. + * + * @param Customer $customer + * @return DiagnosticResult + * @throws GeneralException + */ + public function customerRouteServerClient( Customer $customer ): DiagnosticResult { + $mainName = 'Route Server Client: '; + + if($customer->routeServerClient() ) { + return new DiagnosticResult( + name: $mainName . 'Yes', + result: DiagnosticResult::TYPE_DEBUG, + narrative: "The member is a route server client", + ); + } + + return new DiagnosticResult( + name: $mainName . 'No', + result: DiagnosticResult::TYPE_DEBUG, + narrative: "The member is not a route server client", + ); + + } + + +} \ No newline at end of file diff --git a/app/Services/Diagnostics/Suites/IrrdbDiagnosticSuite.php b/app/Services/Diagnostics/Suites/IrrdbDiagnosticSuite.php new file mode 100644 index 000000000..e11f8d823 --- /dev/null +++ b/app/Services/Diagnostics/Suites/IrrdbDiagnosticSuite.php @@ -0,0 +1,256 @@ + + * @author Laszlo Kiss + * @category IXP + * @package IXP\Services\Diagnostics + * @copyright Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL V2.0 + */ + +class IrrdbDiagnosticSuite extends DiagnosticSuite +{ + + public function __construct( + private readonly Customer $customer + ) { + $this->name = 'IRRDB Filtering'; + $this->description = "Diagnostics related to IRRDB filtering."; + $this->type = 'CUSTOMER'; + + parent::__construct(); + } + + /** + * Run the diagnostics suite + * @throws GeneralException + */ + public function run(): IrrdbDiagnosticSuite + { + // ordering here will determine order on view + $this->results->add( $this->customerIrrdbFiltered( $this->customer ) ); + + if( $this->customer->routeServerClient() && $this->customer->irrdbFiltered() ) { + $this->results->add( $this->customerIrrdbAsnsPresent( $this->customer,IXP::IPv4 ) ); + $this->results->add( $this->customerIrrdbAsnsPresent( $this->customer,IXP::IPv6 ) ); + $this->results->add( $this->customerIrrdbPrefixesPresent( $this->customer,IXP::IPv4 ) ); + $this->results->add( $this->customerIrrdbPrefixesPresent( $this->customer,IXP::IPv6 ) ); + } + + return $this; + } + + + /** + * Examine the customer IRRDB filtering status and provide information on it. + * + * @param Customer $customer + * @return DiagnosticResult + * @throws GeneralException + */ + public function customerIrrdbFiltered( Customer $customer ): DiagnosticResult { + + if( !$this->customer->routeServerClient() ) { + return new DiagnosticResult( + name: 'IRRDB Filtering: not a route server client so no IRRDB filtering', + result: DiagnosticResult::TYPE_DEBUG, + narrative: "The member is not a route server client so IRRDB filtering not considered", + ); + } + + if($customer->fullyIrrdbFiltered() ) { + + if($this->customer->irrdbMoreSpecificsAllowed()) { + return new DiagnosticResult( + name: 'IRRDB Filtering: yes but more specifics allowed', + result: DiagnosticResult::TYPE_INFO, + narrative: "The member is IRRDB filtered but note that more specific prefixes are allowed on at least one VLAN interface", + ); + } + + return new DiagnosticResult( + name: 'IRRDB Filtering: yes', + result: DiagnosticResult::TYPE_DEBUG, + narrative: "The member is IRRDB filtered", + ); + + } + + return new DiagnosticResult( + name: 'IRRDB Filtering: no, route server sessions not secured with IRRDB', + result: DiagnosticResult::TYPE_ERROR, + narrative: "The member is a route server client but is not IRRDB filtered on at least one VLAN interface", + ); + } + + + /** + * Examine the customer IRRDB filtering status and provide information on it. + * + * @param Customer $customer + * @param int $proto + * @return DiagnosticResult + * @throws GeneralException + */ + public function customerIrrdbAsnsPresent( Customer $customer, int $proto ): DiagnosticResult { + + if( !$this->customer->isIPvXEnabled($proto) ) { + return new DiagnosticResult( + name: "No IRRDB ASNs as " . IXP::protocol($proto) . ' not enabled for this member', + result: DiagnosticResult::TYPE_TRACE, + narrative: IXP::protocol($proto) . ' not enabled for this member', + ); + } + + try { + $irrdblog = IrrdbUpdateLog::where( [ 'cust_id' =>$customer->id ] )->firstOrFail(); + + $m = 'asn_v' . $proto; + + if( $irrdblog->$m === null ) { + // the exception is irrelevant as we just want to catch and send a diagnostic result. + throw new Exception(); + } + + } catch( Exception ) { + return new DiagnosticResult( + name: "IRRDB ASNs have never been updated for " . IXP::protocol($proto), + result: DiagnosticResult::TYPE_ERROR, + narrative: "IRRDB ASNs have never been updated for " . IXP::protocol($proto), + ); + } + + $count = IrrdbAsn::where( 'customer_id',$customer->id ) + ->where( 'protocol', $proto ) + ->count(); + + if( $count === 0 ) { + return new DiagnosticResult( + name: "Zero IRRDB ASNs for " . IXP::protocol($proto) . "(last update was " . $irrdblog->$m->diffForHumans() . ")", + result: DiagnosticResult::TYPE_ERROR, + narrative: "There are zero IRRDB ASNs for " . IXP::protocol($proto) . " (last update was " . $irrdblog->$m->diffForHumans() . ")", + ); + } + + if( $irrdblog->$m < now()->subDay() ) { + return new DiagnosticResult( + name: "IRRDB ASNs (x{$count}) for " . IXP::protocol($proto) . " have not been updated since " . $irrdblog->$m->diffForHumans(), + result: DiagnosticResult::TYPE_WARN, + narrative: "IRRDB ASNs (x{$count}) for " . IXP::protocol($proto) . " have not been updated since " . $irrdblog->$m->diffForHumans(), + ); + } + + + return new DiagnosticResult( + name: "IRRDB ASNs (x{$count}) for " . IXP::protocol($proto) . " last updated " . $irrdblog->$m->diffForHumans(), + result: DiagnosticResult::TYPE_GOOD, + narrative: "IRRDB ASNs (x{$count}) for " . IXP::protocol($proto) . " last updated " . $irrdblog->$m->diffForHumans(), + ); + + } + + + /** + * Examine the customer IRRDB filtering status and provide information on it. + * + * @param Customer $customer + * @param int $proto + * @return DiagnosticResult + * @throws GeneralException + */ + public function customerIrrdbPrefixesPresent( Customer $customer , int $proto ): DiagnosticResult { + + if( !$this->customer->isIPvXEnabled($proto) ) { + return new DiagnosticResult( + name: "No " . IXP::protocol($proto) . " IRRDB prefixes, " . IXP::protocol($proto) . ' not enabled for this member', + result: DiagnosticResult::TYPE_TRACE, + narrative: IXP::protocol($proto) . ' not enabled for this member', + ); + } + + try { + $irrdblog = IrrdbUpdateLog::where( [ 'cust_id' =>$customer->id ] )->firstOrFail(); + + $m = 'prefix_v' . $proto; + + if( $irrdblog->$m === null ) { + // the exception is irrelevant as we just want to catch and send a diagnostic result. + throw new Exception(); + } + } catch( Exception ) { + return new DiagnosticResult( + name: "IRRDB prefixes have never been updated for " . IXP::protocol($proto), + result: DiagnosticResult::TYPE_ERROR, + narrative: "IRRDB prefixes have never been updated for " . IXP::protocol($proto), + ); + } + + $count = IrrdbPrefix::where( 'customer_id',$customer->id ) + ->where( 'protocol', $proto ) + ->count(); + + if( $count === 0 ) { + return new DiagnosticResult( + name: "There are zero IRRDB prefixes for " . IXP::protocol($proto) . " (last update was " . $irrdblog->$m->diffForHumans() . ")", + result: DiagnosticResult::TYPE_ERROR, + narrative: "There are zero IRRDB prefixes for " . IXP::protocol($proto) . " (last update was " . $irrdblog->$m->diffForHumans() . ")", + ); + } + + if( $irrdblog->$m < now()->subDay() ) { + return new DiagnosticResult( + name: "IRRDB prefixes (x{$count}) for " . IXP::protocol($proto) . " have not been updated since " . $irrdblog->$m->diffForHumans(), + result: DiagnosticResult::TYPE_WARN, + narrative: "IRRDB prefixes (x{$count}) for " . IXP::protocol($proto) . " have not been updated since " . $irrdblog->$m->diffForHumans(), + ); + } + + + return new DiagnosticResult( + name: "IRRDB prefixes (x{$count}) for " . IXP::protocol($proto) . " last updated " . $irrdblog->$m->diffForHumans(), + result: DiagnosticResult::TYPE_GOOD, + narrative: "IRRDB prefixes (x{$count}) for " . IXP::protocol($proto) . " last updated " . $irrdblog->$m->diffForHumans(), + ); + + } + + + +} \ No newline at end of file diff --git a/app/Services/Diagnostics/Suites/PhysicalInterfaceDiagnosticSuite.php b/app/Services/Diagnostics/Suites/PhysicalInterfaceDiagnosticSuite.php new file mode 100644 index 000000000..994390f29 --- /dev/null +++ b/app/Services/Diagnostics/Suites/PhysicalInterfaceDiagnosticSuite.php @@ -0,0 +1,456 @@ + + * @author Laszlo Kiss + * @category IXP + * @package IXP\Services\Diagnostics + * @copyright Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL V2.0 + */ + +class PhysicalInterfaceDiagnosticSuite extends DiagnosticSuite +{ + public const string DIAGNOSTIC_SUITE_NAME = 'Physical Interfaces Overview'; + + public const string DIAGNOSTIC_SUITE_DESCRIPTION = "Physical Interfaces overview diagnostics."; + + public const string DIAGNOSTIC_SUITE_TYPE = 'PHYSICAL_INTERFACE'; + + private VirtualInterface $vi; + + private SNMP|bool $snmpClient; + + private bool $stale = true; + + private static string $badgeStale = 'Stale'; + private static string $badgeLive = 'Live'; + + + + public function __construct( + private PhysicalInterface $pi, + ) { + + if( $pi?->switchPort ) { + $this->name = $pi->switchPort->switcher->name . ' :: ' . $pi->switchPort->name . ' [Physical Interface #' . $pi->id . ']'; + } else { + $this->name = 'Physical Interface #' . $pi->id; + } + + $this->description = 'Physical Interfaces general diagnostics.'; + $this->type = 'INTERFACE'; + + if( empty( $pi?->switchPort->switcher->snmppasswd ) ) { + $this->snmpClient = false; + } else { + $this->snmpClient = new SNMP( $pi->switchPort->switcher->hostname, $pi->switchPort->switcher->snmppasswd ); + } + + parent::__construct(); + } + + /** + * Run the diagnostics suite + */ + public function run(): PhysicalInterfaceDiagnosticSuite + { + $this->results->add( $this->switchportLastPoll() ); + $this->results->add( $this->switchportCanPoll() ); + + $this->results->add( new DiagnosticResult( + name: "Switch port last change registered " + . ( $this->pi->switchPort->ifLastChange ? Carbon::parse($this->pi->switchPort->ifLastChange)->diffForHumans() : 'never' ), + result: DiagnosticResult::TYPE_DEBUG, + narrative: "Switch port last change counter: " + . ( $this->pi->switchPort->ifLastChange ? Carbon::parse($this->pi->switchPort->ifLastChange)->format('Y-m-d H:i:s') : 'never' ), + infoBadge: $this->stale ? self::$badgeStale : self::$badgeLive + ) ); + + $this->results->add( $this->mtu() ); + + $this->results->add( $this->adminStatus() ); + $this->results->add( $this->operatingStatus() ); + $this->results->add( $this->switchPortActive() ); + $this->results->add( $this->speed() ); + $this->results->add( $this->mauState() ); + + + return $this; + } + + + private function snmpReachError($mainName) { + return new DiagnosticResult( + name: $mainName, + result: DiagnosticResult::TYPE_WARN, + narrative: "SNMP host cannot be reached", + ); + } + + /** + * Examine the physical interface last poll and provide information on it. + * + * @return DiagnosticResult + */ + private function switchportLastPoll(): DiagnosticResult + { + $mainName = "Switch port information current?"; + + $lastPolled = Carbon::parse( $this->pi->switchPort->lastSnmpPoll ); + + if( now()->diffInHours( $lastPolled ) >= 1 || is_null($this->pi->switchPort->lastSnmpPoll ) ) { + return new DiagnosticResult( + name: $mainName . " No, last polled: " . $lastPolled ? $lastPolled->diffForHumans() : 'never', + result: DiagnosticResult::TYPE_WARN, + narrative: "No, last polled: " . $lastPolled ? $lastPolled->diffForHumans() : 'never', + ); + } + + return new DiagnosticResult( + name: $mainName . " Yes, last polled: " . $lastPolled->diffForHumans(), + result: DiagnosticResult::TYPE_DEBUG, + narrative: "SNMP information has been recently retrieved for this port.", + ); + } + + /** + * We want to poll the port now to (a) make sure we can and (b) use live data + * for the remaining tests without making multiple snmp get requests. + * + * @return DiagnosticResult + */ + private function switchportCanPoll(): DiagnosticResult + { + $mainName = "Can poll switch port via snmp?"; + + $before = $this->pi->switchPort->lastSnmpPoll; + + while( $before === now()->format('Y-m-d H:i:s') ) { + sleep(1); + } + + $this->pi->switchPort->snmpUpdate( $this->snmpClient ); + + if( $before !== $this->pi->switchPort->lastSnmpPoll->format('Y-m-d H:i:s') ) { + $this->stale = false; + return new DiagnosticResult( + name: $mainName . " Yes, refreshed successfully now", + result: DiagnosticResult::TYPE_DEBUG, + narrative: "SNMP information has been retrieved for this port.", + ); + } + + $this->stale = true; + return new DiagnosticResult( + name: $mainName . " No, could not poll the switch port", + result: DiagnosticResult::TYPE_FATAL, + narrative: "As we could not poll the switch port via SNMP, all other diagnostics tests relying on this information may not be accurate.", + ); + + } + + /** + * Examine the physical interface mtu and provide information on it. + * + * @return DiagnosticResult + */ + private function mtu(): DiagnosticResult + { + $mainName = " MTU - "; + + if ( $this->pi->switchPort->ifMtu < 1500 ) { + + return new DiagnosticResult( + name: $mainName . "switch port is reporting a MTU of {$this->pi->switchPort->ifMtu} which is <1500", + result: DiagnosticResult::TYPE_FATAL, + narrative: "Switch port is reporting a MTU of <1500", + infoBadge: $this->stale ? self::$badgeStale : self::$badgeLive + ); + + } else if( $this->pi->switchPort->ifMtu === $this->pi->virtualInterface->mtu ) { + + return new DiagnosticResult( + name: $mainName . "both set to {$this->pi->virtualInterface->mtu}", + result: DiagnosticResult::TYPE_DEBUG, + narrative: "Switch port matches configured MTU of {$this->pi->virtualInterface->mtu}", + infoBadge: $this->stale ? self::$badgeStale : self::$badgeLive + ); + + } else if ( !$this->pi->virtualInterface->mtu ) { + + return new DiagnosticResult( + name: $mainName ."configured as null/0 but switch port reports " . $this->pi->switchPort->ifMtu ?: 'null', + result: DiagnosticResult::TYPE_INFO, + narrative: "Configured MTU is null/0 but switch port reports " . $this->pi->switchPort->ifMtu ?: 'null', + infoBadge: $this->stale ? self::$badgeStale : self::$badgeLive + ); + + } + + return new DiagnosticResult( + name: $mainName . ( $this->pi->virtualInterface->mtu ?? 'null' ) . " configured but switch port reports ({$this->pi->switchPort->ifMtu})", + result: DiagnosticResult::TYPE_ERROR, + narrative: "Configured MTU of {$this->pi->virtualInterface->mtu} does not match the switch port MTU of {$this->pi->switchPort->ifMtu}", + infoBadge: $this->stale ? self::$badgeStale : self::$badgeLive + ); + + } + + + + + /** + * Examine the physical interface status and provide information on it. + * + * @return DiagnosticResult + */ + private function adminStatus(): DiagnosticResult + { + $mainName = 'Admin status: ' . ( $this->pi->status ? 'Enabled' : 'Disabled' ) + . " in IXP Manager; Switch port configured as " . Iface::$IF_ADMIN_STATES[$this->pi->switchPort->ifAdminStatus]; + + if( $this->pi->status && $this->pi->switchPort->ifAdminStatus != Iface::IF_ADMIN_STATUS_UP ) { + + return new DiagnosticResult( + name: $mainName, + result: DiagnosticResult::TYPE_ERROR, + narrative: "The switch configuration state of the switch port is not up - perhaps it is shutdown/disabled in switch configuration? " + . "However, the configuration of the physical interface on IXP Manager is enabled.", + infoBadge: $this->stale ? self::$badgeStale : self::$badgeLive + ); + + } else if( !$this->pi->status && $this->pi->switchPort->ifAdminStatus == Iface::IF_ADMIN_STATUS_UP ) { + + return new DiagnosticResult( + name: $mainName, + result: DiagnosticResult::TYPE_ERROR, + narrative: "The switch configuration state of the switch port is up. " + . "However, the configuration of the physical interface on IXP Manager is disabled.", + infoBadge: $this->stale ? self::$badgeStale : self::$badgeLive + ); + + } else if( $this->pi->status && $this->pi->switchPort->ifAdminStatus == Iface::IF_ADMIN_STATUS_UP ) { + + return new DiagnosticResult( + name: $mainName, + result: DiagnosticResult::TYPE_DEBUG, + narrative: "The physical interface admin status is up.", + infoBadge: $this->stale ? self::$badgeStale : self::$badgeLive + ); + + } + + return new DiagnosticResult( + name: $mainName, + result: DiagnosticResult::TYPE_WARN, + narrative: "Unknown administrative (configuration) state on switch.", + infoBadge: $this->stale ? self::$badgeStale : self::$badgeLive + ); + + } + + + /** + * Examine the physical interface status and provide information on it. + * + * @return DiagnosticResult + */ + private function switchPortActive(): DiagnosticResult + { + $mainName = 'Within IXP Manager, the phsyical interface is ' + . ( $this->pi->status ? 'enabled' : 'disabled' ) + . ' and the switchport is ' + . ( $this->pi->switchPort->active ? 'active' : 'inactive' ); + + if( $this->pi->status != $this->pi->switchPort->active ) { + + return new DiagnosticResult( + name: $mainName, + result: DiagnosticResult::TYPE_ERROR, + narrative: "IXP Manager is configured with conflicted state for physical interface and switch port.", + infoBadge: $this->stale ? self::$badgeStale : self::$badgeLive + ); + + } + + return new DiagnosticResult( + name: $mainName, + result: DiagnosticResult::TYPE_DEBUG, + narrative: "IXP Manager is configured with a consistent state for physical interface and switch port.", + infoBadge: $this->stale ? self::$badgeStale : self::$badgeLive + ); + + } + + + + /** + * Examine the physical interface status and provide information on it. + * + * @return DiagnosticResult + */ + private function operatingStatus(): DiagnosticResult + { + $mainName = 'Operating status: ' . ( $this->pi->status ? 'Enabled' : 'Disabled' ) + . " in IXP Manager; Switch port reports as " . Iface::$IF_OPER_STATES[$this->pi->switchPort->ifOperStatus]; + + if( $this->pi->status && $this->pi->switchPort->ifOperStatus != Iface::IF_OPER_STATUS_UP ) { + + return new DiagnosticResult( + name: $mainName, + result: DiagnosticResult::TYPE_ERROR, + narrative: "The switch port is not up - perhaps it is shutdown/disabled in switch configuration or disconnected or no light rx? " + . "The configuration of the physical interface on IXP Manager is enabled.", + infoBadge: $this->stale ? self::$badgeStale : self::$badgeLive + ); + + } else if( !$this->pi->status && $this->pi->switchPort->ifOperStatus == Iface::IF_OPER_STATUS_UP ) { + + return new DiagnosticResult( + name: $mainName, + result: DiagnosticResult::TYPE_ERROR, + narrative: "The switch port is up. " + . "However, the configuration of the physical interface on IXP Manager is disabled.", + infoBadge: $this->stale ? self::$badgeStale : self::$badgeLive + ); + + } else if( $this->pi->status && $this->pi->switchPort->ifOperStatus == Iface::IF_OPER_STATUS_UP ) { + + return new DiagnosticResult( + name: $mainName, + result: DiagnosticResult::TYPE_GOOD, + narrative: "The switch port is up/up.", + infoBadge: $this->stale ? self::$badgeStale : self::$badgeLive + ); + + } + + return new DiagnosticResult( + name: $mainName, + result: DiagnosticResult::TYPE_WARN, + narrative: "Unknown port operating state on switch.", + infoBadge: $this->stale ? self::$badgeStale : self::$badgeLive + ); + + } + + + + /** + * Examine the Switch Port physical speed and provide information on it. + * + * @return DiagnosticResult + */ + private function speed(): DiagnosticResult + { + $mainName = "Switch port speed configured as {$this->pi->speed()}; actual switch port speed: " . ( PhysicalInterface::$SPEED[$this->pi->switchPort->ifSpeed] ?? $this->pi->switchPort->ifSpeed ?? 'null' ); + + if( $this->pi->switchPort->ifSpeed == $this->pi->speed ) { + + return new DiagnosticResult( + name: $mainName, + result: DiagnosticResult::TYPE_DEBUG, + narrative: "The configured and actual switch port speeds match", + infoBadge: $this->stale ? self::$badgeStale : self::$badgeLive + ); + + } else { + + return new DiagnosticResult( + name: $mainName, + result: DiagnosticResult::TYPE_ERROR, + narrative: "The configured and actual switch port speeds DO NOT match", + infoBadge: $this->stale ? self::$badgeStale : self::$badgeLive + ); + + } + + } + + /** + * Examine the Switch Port physical speed and provide information on it. + * + * @return DiagnosticResult[] + */ + private function mauState(): array + { + $results = []; + + if( !$this->pi->switchPort->switcher->mauSupported ) { + + return [ new DiagnosticResult( + name: "Switch does not support MAU (optic) information via SNMP", + result: DiagnosticResult::TYPE_INFO, + narrative: "Switch does not support MAU (optic) information via SNMP", + infoBadge: $this->stale ? self::$badgeStale : self::$badgeLive + ) ]; + + } + + + $results[] = new DiagnosticResult( + name: "Switch supports MAU (optic) information via SNMP", + result: DiagnosticResult::TYPE_TRACE, + narrative: "Switch supports MAU (optic) information via SNMP", + infoBadge: $this->stale ? self::$badgeStale : self::$badgeLive + ); + + $results[] = new DiagnosticResult( + name: "MAU type: " . $this->pi->switchPort->mauType . ( $this->pi->switchPort->mauJacktype ? '(jack type: ' . $this->pi->switchPort->mauJacktype . ')' : '' ), + result: DiagnosticResult::TYPE_INFO, + narrative: "MAU type: " . $this->pi->switchPort->mauType . ( $this->pi->switchPort->mauJacktype ? '(jack type: ' . $this->pi->switchPort->mauJacktype . ')' : '' ), + infoBadge: $this->stale ? self::$badgeStale : self::$badgeLive + ); + + $results[] = new DiagnosticResult( + name: "MAU state: " . $this->pi->switchPort->mauState, + result: DiagnosticResult::TYPE_DEBUG, + narrative: "MAU state: " . $this->pi->switchPort->mauState, + infoBadge: $this->stale ? self::$badgeStale : self::$badgeLive + ); + + + return $results; + + } + + + +} \ No newline at end of file diff --git a/app/Services/Diagnostics/Suites/RouterBgpSessionsDiagnosticSuite.php b/app/Services/Diagnostics/Suites/RouterBgpSessionsDiagnosticSuite.php new file mode 100644 index 000000000..76934f8a8 --- /dev/null +++ b/app/Services/Diagnostics/Suites/RouterBgpSessionsDiagnosticSuite.php @@ -0,0 +1,208 @@ + + * @author Laszlo Kiss + * @category IXP + * @package IXP\Services\Diagnostics + * @copyright Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL V2.0 + */ + +class RouterBgpSessionsDiagnosticSuite extends DiagnosticSuite +{ + /** @var Router[] */ + private $routers = []; + + /** @var LookingGlassContract[] */ + private array $lg = []; + + /** + * @param VlanInterface $vli + * @param int $protocol + */ + public function __construct( + private readonly VlanInterface $vli, + private readonly int $protocol, + ) { + + $this->name = 'BGP Sessions over ' . $vli->vlan->name . ' via ' . $vli->getIPAddress($this->protocol)->address; + $this->description = " "; + $this->type = 'VLAN_INTERFACE'; + + $this->routers = Router::where( 'protocol', $protocol === 4 ? Router::PROTOCOL_IPV4 : Router::PROTOCOL_IPV6 ) + ->where( 'vlan_id', $vli->vlan->id ) + ->get(); + + parent::__construct(); + } + + /** + * Run the diagnostics suite + * @throws BindingResolutionException + */ + public function run(): RouterBgpSessionsDiagnosticSuite + { + foreach( $this->routers as $router ) { + + if( $router->hasApi() ) { + + $this->lg[$router->handle] = App::make( LookingGlassService::class )->forRouter( $router ); + + if( $status = json_decode( $this->lg[ $router->handle ]->status() ) ) { + + $this->results->add( new DiagnosticResult( + name: "Router {$router->handle} up, last reconfig " . + Carbon::parse( $status->status->last_reconfig )->diffForHumans(), + result: DiagnosticResult::TYPE_TRACE, + ) ); + + } else { + + $this->results->add( new DiagnosticResult( + name: "Router {$router->handle} not up or looking glass failure", + result: DiagnosticResult::TYPE_FATAL, + ) ); + continue; + } + + } else { + + $this->results->add( new DiagnosticResult( + name: "Router {$router->handle} does not have an API, skipping tests", + result: DiagnosticResult::TYPE_DEBUG + ) ); + continue; + } + + $this->results->add( $this->protocolStatus( $this->vli, $this->protocol, $router, $this->lg[ $router->handle ] ) ); + + } + + return $this; + } + + + /** + * Examine the Router Protocol Status and provide information on it. + * + * @return DiagnosticResult + */ + public function protocolStatus( VlanInterface $vli, int $protocol, Router $r, LookingGlassContract $lg ) + { + $mainName = "BGP status for {$r->handle} - "; + + // we have inconsistent protocol naming which needs to be corrected + if( $r->isType( Router::TYPE_ROUTE_SERVER ) ) { + $pb = "pb_" . sprintf( "%04d", $vli->id ) . "_as" . $vli->virtualInterface->customer->autsys; + } else { + $pb = "pb_as" . $vli->virtualInterface->customer->autsys . "_vli{$vli->id}_ipv{$protocol}"; + } + + try { + if( !( $bgpsum = json_decode( $lg->bgpNeighbourSummary( $pb ) ) ) ) { + + return new DiagnosticResult( + name: $mainName . 'could not query looking glass', + result: DiagnosticResult::TYPE_FATAL, + narrative: "API call to looking glass failed.", + ); + + } + } catch( \Exception $e ) { + + return new DiagnosticResult( + name: $mainName . 'exception thrown when querying looking glass', + result: DiagnosticResult::TYPE_FATAL, + narrative: $e->getMessage(), + ); + + } + + $bgpsum = $bgpsum->protocol; // narrow focus to what interests us + + if( !isset($bgpsum->import_limit) ) { + $bgpsum->import_limit = 0; + $max_prefixes = false; + } else { + $max_prefixes = true; + $max_prefixes_percent = (int) ($bgpsum->route_limit_at / $bgpsum->import_limit) * 100; + } + + $narrative = <<State: {$bgpsum->state}
+ Changed: {$bgpsum->state_changed}
+ Connection: {$bgpsum->connection}
+ Hold timer (now): {$bgpsum->hold_timer} ({$bgpsum->hold_timer_now})
+ Keepalive (now): {$bgpsum->keepalive} ({$bgpsum->keepalive_now})
+ Max prefixes: {$bgpsum->import_limit}
+ # Routes: {$bgpsum->route_limit_at}
+ ENDNARR; + + if( $bgpsum->state !== 'up' ) { + + return new DiagnosticResult( + name: $mainName . 'session state ' . $bgpsum->state, + result: DiagnosticResult::TYPE_ERROR, + narrativeHtml: $narrative, + ); + + } + + + if( $max_prefixes && $max_prefixes_percent > 80 ) { + + return new DiagnosticResult( + name: $mainName . "session up but max prefixes at {$max_prefixes_percent}% ({$bgpsum->route_limit_at}/{$bgpsum->import_limit})", + result: DiagnosticResult::TYPE_WARN, + narrativeHtml: $narrative, + ); + + } + + return new DiagnosticResult( + name: $mainName . "session up " . ( $max_prefixes ? "({$bgpsum->route_limit_at}/{$bgpsum->import_limit} prefixes) " : "(no max prefixes) " ) + . "(last keepalive " . ($bgpsum->keepalive-$bgpsum->keepalive_now) . "/{$bgpsum->keepalive})", + result: DiagnosticResult::TYPE_GOOD, + narrativeHtml: $narrative, + ); + } + + +} \ No newline at end of file diff --git a/app/Services/Diagnostics/Suites/TransceiverDiagnosticSuite.php b/app/Services/Diagnostics/Suites/TransceiverDiagnosticSuite.php new file mode 100644 index 000000000..8a140bb41 --- /dev/null +++ b/app/Services/Diagnostics/Suites/TransceiverDiagnosticSuite.php @@ -0,0 +1,383 @@ + + * @category IXP + * @package IXP\Services\Diagnostics + * @copyright Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL V2.0 + */ + +class TransceiverDiagnosticSuite extends DiagnosticSuite +{ + public const string DIAGNOSTIC_SUITE_NAME = 'Transceiver Diagnostic'; + + public const string DIAGNOSTIC_SUITE_DESCRIPTION = "Transceiver diagnostics."; + + public const string DIAGNOSTIC_SUITE_TYPE = 'PHYSICAL_INTERFACE'; + + private SNMP|bool $snmpClient; + + + const OID_XCVR_DOM_TEMPERATURE = '.1.3.6.1.2.1.47.1.1.1.1.2.1003%02d201'; // %d => XX port number + const OID_XCVR_DOM_VOLTAGE = '.1.3.6.1.2.1.47.1.1.1.1.2.1003%02d202'; // %d => XX port number + + const OID_XCVR_DOM_LANE_SENSOR = '.1.3.6.1.2.1.47.1.1.1.1.2.1003%02d2%d%d'; // %d => XX port number + // %d => 1-4: Lane number + // %d => 1: DOM TX Bias Sensor + // => 2: DOM TX Power Sensor + // => 3: DOM RX Power Sensor + + const OID_XCVR_DOM_TEMPERATURE_UNITS = '.1.3.6.1.2.1.99.1.1.1.6.1003%02d201'; // %d => XX port number + const OID_XCVR_DOM_VOLTAGE_UNITS = '.1.3.6.1.2.1.99.1.1.1.6.1003%02d202'; // %d => XX port number + + const OID_XCVR_DOM_LANE_SENSOR_UNITS = '.1.3.6.1.2.1.99.1.1.1.6.1003%02d2%D%D'; // %d => XX port number + // %d => 1-4: Lane number + // %d => 1: DOM TX Bias Sensor + // => 2: DOM TX Power Sensor + // => 3: DOM RX Power Sensor + + const OID_XCVR_DOM_TEMPERATURE_THRESHOLD = '.1.3.6.1.4.1.30065.3.12.1.1.1.5.1003%02d201'; // %d => XX port number - "Sensor value 38.1 Celsius is within bounds" + const OID_XCVR_DOM_VOLTAGE_UNITS_THRESHOLD = '.1.3.6.1.4.1.30065.3.12.1.1.1.5.1003%02d202'; // %d => XX port number - "Sensor value 3.29 Volts is within bounds" + + + // 1 - "Sensor value 42.21 mA is within bounds" + // 2 - "Sensor value 1.0030 mW is within bounds" + // 3 - "Sensor value 0.6926 mW is within bounds" + const OID_XCVR_DOM_LANE_SENSOR_UNITS_THRESHOLD = '.1.3.6.1.4.1.30065.3.12.1.1.1.5.1003%02d2%d%d'; // %d => XX port number + // %d => 1-4: Lane number + // %d => 1: DOM TX Bias Sensor + // => 2: DOM TX Power Sensor + // => 3: DOM RX Power Sensor + + const OID_XCVR_SERIAL_NUMBER = '.1.3.6.1.2.1.47.1.1.1.1.11.1003%02d100'; // %d => XX port number + const OID_XCVR_MANUFACTURER = '.1.3.6.1.2.1.47.1.1.1.1.12.1003%02d100'; // %d => XX port number + const OID_XCVR_MODEL = '.1.3.6.1.2.1.47.1.1.1.1.13.1003%02d100'; // %d => XX port number + + + public function __construct( + private PhysicalInterface $pi, + ) { + + if( $pi?->switchPort ) { + $this->name = 'Transceiver diagnostics for: ' . $pi->switchPort->switcher->name . ' :: ' . $pi->switchPort->name . ' [Physical Interface #' . $pi->id . ']'; + } else { + $this->name = 'Physical Interface #' . $pi->id; + } + + if( empty( $pi?->switchPort->switcher->snmppasswd ) ) { + $this->snmpClient = false; + } else { + $this->snmpClient = new SNMP( $pi->switchPort->switcher->hostname, $pi->switchPort->switcher->snmppasswd ); + $this->snmpClient->disableCache(); + } + + parent::__construct(); + } + + /** + * Run the diagnostics suite + */ + public function run(): TransceiverDiagnosticSuite + { + + // check if we can even run these first + if( !$this->snmpClient ) { + + $this->results->add( new DiagnosticResult( + name: "Transceiver diagnostics not available via SNMP for this switch.", + result: DiagnosticResult::TYPE_WARN, + narrative: "Please log into the switch and run transceiver diagnostics manually.", + ) ); + + return $this; + } + + // check if we can even run these first + if( $this->pi->switchPort->switcher->os !== 'EOS' ) { + + $this->results->add( new DiagnosticResult( + name: "Transceiver diagnostics not available for non-Arista EOS switches currently.", + result: DiagnosticResult::TYPE_WARN, + narrative: "Please log into the switch and run transceiver diagnostics manually.", + ) ); + + return $this; + } + + $this->results->add( $this->info( $this->pi ) ); + $this->results->add( $this->temperature( $this->pi ) ); + $this->results->add( $this->voltage( $this->pi ) ); + $this->results->add( $this->lightLevels( $this->pi ) ); + + return $this; + } + + + /** + * Get general information on the transceiver + * + * @return DiagnosticResult + */ + private function temperature( PhysicalInterface $pi ): DiagnosticResult + { + $mainName = "Transceiver temperature - "; + + try { + $t = $this->snmpClient->get( sprintf( self::OID_XCVR_DOM_TEMPERATURE_THRESHOLD, $this->oidPort( $this->pi->switchPort->name ) ) ); + } catch( \Exception $e ) { + return new DiagnosticResult( + name: $mainName . "could not find xcvr temperature thresholds", + result: DiagnosticResult::TYPE_ERROR, + narrative: $e->getMessage(), + ); + } + + if( str_ends_with( $t, 'is within bounds' ) ) { + + return new DiagnosticResult( + name: $mainName . "{$t}", + result: DiagnosticResult::TYPE_DEBUG, + narrative: "{$t}", + ); + + } + + return new DiagnosticResult( + name: $mainName . "{$t}", + result: DiagnosticResult::TYPE_ERROR, + narrative: "{$t}", + ); + + } + + + /** + * Get general information on the transceiver + * + * @return DiagnosticResult + */ + private function voltage( PhysicalInterface $pi ): DiagnosticResult + { + $mainName = "Transceiver voltage - "; + + try { + $v = $this->snmpClient->get( sprintf( self::OID_XCVR_DOM_VOLTAGE_UNITS_THRESHOLD, $this->oidPort( $this->pi->switchPort->name ) ) ); + } catch( \Exception $e ) { + return new DiagnosticResult( + name: $mainName . "could not find xcvr voltage thresholds", + result: DiagnosticResult::TYPE_ERROR, + narrative: $e->getMessage(), + ); + } + + if( str_ends_with( $v, 'is within bounds' ) ) { + + return new DiagnosticResult( + name: $mainName . "{$v}", + result: DiagnosticResult::TYPE_DEBUG, + narrative: "{$v}", + ); + + } + + return new DiagnosticResult( + name: $mainName . "{$v}", + result: DiagnosticResult::TYPE_ERROR, + narrative: "{$v}", + ); + + } + + + /** + * Get general information on the transceiver + * + * const OID_XCVR_DOM_LANE_SENSOR_UNITS_THRESHOLD = '.1.3.6.1.4.1.30065.3.12.1.1.1.5.1003%d2%D%D'; + * // %d => XX port number + * // %d => 1-4: Lane number + * // %d => 1: DOM TX Bias Sensor + * // => 2: DOM TX Power Sensor + * // => 3: DOM RX Power Sensor + * + * @return DiagnosticResult[] + */ + private function lightLevels( PhysicalInterface $pi ): array + { + $mainName = "Light levels - "; + $results = []; + + $sensors = [ + 1 => 'DOM TX Bias Sensor', + 2 => 'DOM TX Power Sensor', + 3 => 'DOM RX Power Sensor', + ]; + + if( $pi->speed <= 10_000 ) { + $lanes = [1]; + } else { + $lanes = [ 1, 2, 3, 4 ]; + } + + $readings = []; + + foreach( array_keys( $sensors ) as $sensor ) { + foreach( $lanes as $lane ) { + + try { + $v = null; + $v = $this->snmpClient->get( sprintf( self::OID_XCVR_DOM_LANE_SENSOR_UNITS_THRESHOLD, $this->oidPort( $this->pi->switchPort->name ), $lane, $sensor ) ); + } catch( \Exception $e ) { + if( $lane > 1) { + continue; + } + + $results[] = new DiagnosticResult( + name: $mainName . "could not find {$sensors[$sensor]} for lane {$lane} thresholds", + result: DiagnosticResult::TYPE_ERROR, + narrative: $e->getMessage(), + ); + + $readings[ $sensor ][ $lane ] = 'ERR'; + + continue; + } + + if( str_ends_with( $v, 'is within bounds' ) ) { + + $results[] = new DiagnosticResult( + name: $mainName . "{$sensors[$sensor]} for lane {$lane} - {$v}", + result: DiagnosticResult::TYPE_DEBUG, + narrative: "{$v}", + ); + + } else { + + $results[] = new DiagnosticResult( + name: $mainName . "{$sensors[$sensor]} for lane {$lane} - {$v}", + result: DiagnosticResult::TYPE_ERROR, + narrative: "{$v}", + ); + + } + + // "Sensor value 42.21 mA is within bounds" + // "Sensor value 1.0030 mW is within bounds" + // "Sensor value 0.6926 mW is within bounds" + $matches = []; + preg_match( "/Sensor value ([\d\.]+) ([a-zA-Z]+)\s.*/", $v, $matches ); + + if( isset( $matches[2] ) && $matches[2] == 'mW') { + $matches[1] = 10 * log10($matches[1]); // to dbm + } + $readings[ $sensor ][ $lane ] = sprintf( "%+2.2f", $matches[ 1 ] ); + + } + } + + $swoutput = <<{$swoutput}", + ); + + return $results; + + } + + /** + * Get general information on the transceiver + * + * @return DiagnosticResult + */ + private function info( PhysicalInterface $pi ): DiagnosticResult + { + $mainName = "Transceiver information - "; + + try { + $serial = trim( $this->snmpClient->get( sprintf( self::OID_XCVR_SERIAL_NUMBER, $this->oidPort($pi->switchPort->name) ) ) ); + $manuf = trim( $this->snmpClient->get( sprintf( self::OID_XCVR_MANUFACTURER, $this->oidPort($pi->switchPort->name) ) ) ); + $model = trim( $this->snmpClient->get( sprintf( self::OID_XCVR_MODEL, $this->oidPort($pi->switchPort->name) ) ) ); + } catch( \Exception $e ) { + return new DiagnosticResult( + name: $mainName . "could not find xcvr serial, model and/or manufacturer", + result: DiagnosticResult::TYPE_ERROR, + narrative: $e->getMessage(), + ); + } + + return new DiagnosticResult( + name: $mainName . "{$manuf} {$model}, serial #{$serial}", + result: DiagnosticResult::TYPE_INFO, + narrativeHtml: "Manufacturer: {$manuf}
Model: {$model}
Serial: {$serial}", + ); + } + + + /** + * PoC - assumes Arista right now + * @param string $name + * @return string + */ + private function oidPort( string $name ): string { + $matches = []; + preg_match( '/Ethernet(\d+).*/', $name, $matches ); + return sprintf( '%02d', (int)$matches[1] ); + } + + +} \ No newline at end of file diff --git a/app/Services/Diagnostics/Suites/VirtualInterfaceDiagnosticSuite.php b/app/Services/Diagnostics/Suites/VirtualInterfaceDiagnosticSuite.php new file mode 100644 index 000000000..45597397f --- /dev/null +++ b/app/Services/Diagnostics/Suites/VirtualInterfaceDiagnosticSuite.php @@ -0,0 +1,443 @@ + + * @author Laszlo Kiss + * @category IXP + * @package IXP\Services\Diagnostics + * @copyright Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL V2.0 + */ + +class VirtualInterfaceDiagnosticSuite extends DiagnosticSuite +{ + public function __construct( + private readonly VirtualInterface $vi, + ) { + + $name = 'Connection to '; + + if( $vi->physicalInterfaces ) { + $name .= $vi->physicalInterfaces[0]?->switchPort?->switcher?->infrastructureModel->name + . ' - ' . $vi->physicalInterfaces[0]?->switchPort?->switcher?->name; + } + + $this->name = $name . '[Virtual Interface #' . $vi->id . ']'; + $this->description = "Virtual interfaces general diagnostics."; + $this->type = 'INTERFACE'; + + parent::__construct(); + } + + /** + * Run the diagnostics suite + */ + public function run(): VirtualInterfaceDiagnosticSuite + { + $this->results->add( $this->portType( $this->vi ) ); + $this->results->add( $this->sameSwitch( $this->vi ) ); + $this->results->add( $this->lag( $this->vi ) ); + $this->results->add( $this->lagSpeeds( $this->vi ) ); + $this->results->add( $this->lagName( $this->vi ) ); + $this->results->add( $this->trunk( $this->vi ) ); + $this->results->add( $this->mtu( $this->vi ) ); + + return $this; + } + + + /** + * Examine the virtual interface type and provide information on it. + * + * @param VirtualInterface $vi + * @return DiagnosticResult + */ + public function portType( VirtualInterface $vi ): DiagnosticResult { + + $mainName = 'Switch Port Type(s): '; + + if( $vi->physicalInterfaces->isEmpty() ) { + + return new DiagnosticResult( + name: $mainName . "can not determine type as there are no physical interfaces", + result: DiagnosticResult::TYPE_ERROR, + narrative: "Can not determine type as there are no physical interfaces for this virtual interface.", + ); + + } + + $piTypes = []; + foreach( $vi->physicalInterfaces as $pi ) { + $piTypes[] = $pi->switchPort->type; + } + + $piTypes = array_unique($piTypes); + + if( count($piTypes) > 1 ) { + + $piTypesDesc = []; + foreach( $piTypes as $piType ) { + $piTypesDesc[] = SwitchPort::$TYPES[ $piType ]; + } + + return new DiagnosticResult( + name: $mainName . "physical interfaces have mixed types: " . implode(', ', $piTypesDesc), + result: DiagnosticResult::TYPE_ERROR, + narrative: "There are multiple physical interfaces but they have mixed types: " . implode(', ', $piTypesDesc), + ); + } + + if( $vi->typePeering() ) { + return new DiagnosticResult( + name: $mainName . " peering", + result: DiagnosticResult::TYPE_DEBUG, + narrative: "The physical interface(s) type is: peering", + ); + } + + return new DiagnosticResult( + name: $mainName . $vi->resolveType(), + result: DiagnosticResult::TYPE_WARN, + narrative: "The physical interface(s) type is: " . $vi->resolveType(), + ); + + } + + + /** + * Examine the virtual interface physical interfaces position in switch and provide information on it. + * + * @param VirtualInterface $vi + * @return DiagnosticResult + */ + public function sameSwitch( VirtualInterface $vi ): DiagnosticResult { + $mainName = 'Physical Interfaces on the Same Switch'; + + if( count( $vi->physicalInterfaces ) <= 1 ) { + return new DiagnosticResult( + name: $mainName . ' - n/a as <=1 port', + result: DiagnosticResult::TYPE_TRACE, + narrative: "N/A as this virtual interface does not have multiple physical interfaces.", + ); + } + + if( $vi->sameSwitchForEachPI() ) { + return new DiagnosticResult( + name: $mainName . ' - yes', + result: DiagnosticResult::TYPE_DEBUG, + narrative: "The physical interfaces of this virtual interface are connected to the same switch", + ); + } + + return new DiagnosticResult( + name: $mainName . ' - no, this is not support!', + result: DiagnosticResult::TYPE_ERROR, + narrative: "The physical interfaces are on different switches", + ); + } + + + /** + * Examine the virtual interface LAG and provide information on it. + * + * @param VirtualInterface $vi + * @return DiagnosticResult + */ + public function lag( VirtualInterface $vi ): DiagnosticResult { + + $mainName = 'LAG/LACP Configuration'; + + $numPis = count( $vi->physicalInterfaces ); + $lacpMode = $vi->fastlacp ? 'fast' : 'slow'; + + if( $numPis > 1 ) { + + if( $vi->lag_framing ) { + + return new DiagnosticResult( + name: $mainName . " - yes with {$lacpMode} timeout", + result: DiagnosticResult::TYPE_INFO, + narrative: "Configured as a LAG with " . $lacpMode . " timeout", + ); + + } else { // !$vi->lag_framing + + return new DiagnosticResult( + name: $mainName . ' - no BUT there are multiple physical interfaces!', + result: DiagnosticResult::TYPE_ERROR, + narrative: "Multiple physical interfaces but not configured as a LAG", + ); + } + + } else if( $numPis === 1 ) { + + if( $vi->lag_framing ) { + + return new DiagnosticResult( + name: $mainName . " - configured as single member LAG with {$lacpMode} timeout", + result: DiagnosticResult::TYPE_INFO, + narrative: "Configured as a single member LAG with " . $lacpMode . " timeout", + ); + + } else { // !$this->vi->lag_framing + + return new DiagnosticResult( + name: $mainName . ' - no', + result: DiagnosticResult::TYPE_TRACE, + narrative: "Single physical interface and not configured as a LAG", + ); + } + } + + // no physical interfaces + return new DiagnosticResult( + name: $mainName . ' - n/a, no physical interfaces', + result: DiagnosticResult::TYPE_TRACE, + narrative: "No physical interfaces configured for this connection", + ); + } + + + /** + * All ports in a LAG have the same speed? + * + * @param VirtualInterface $vi + * @return DiagnosticResult + */ + public function lagSpeeds( VirtualInterface $vi ): DiagnosticResult { + + $mainName = 'LAG - Port Speeds Match?'; + + $numPis = count( $vi->physicalInterfaces ); + + if( $numPis <= 1 ) { + + // no physical interfaces + return new DiagnosticResult( + name: $mainName . ' - n/a, applies only if multiple physical interfaces', + result: DiagnosticResult::TYPE_TRACE, + narrative: "The connection does not have multiple physical interfaces and so we cannot compare speeds.", + ); + + } + + $speeds = []; + + foreach( $vi->physicalInterfaces as $pi ) { + $speeds[] = $pi->speed(); + } + + $speeds = array_unique($speeds); + + if( count( $speeds ) > 1 ) { + + return new DiagnosticResult( + name: $mainName . " - no, multiple speeds found: " . implode( ', ', $speeds ), + result: DiagnosticResult::TYPE_ERROR, + narrative: "Physical interfaces in a LAG port must all have the same speed but we found different speeds configured.", + ); + + } + + return new DiagnosticResult( + name: $mainName . ' - yes, all speeds configured as ' . array_pop( $speeds ), + result: DiagnosticResult::TYPE_INFO, + narrative: "Physical interfaces in a LAG port must all have the same speed, which is what we found.", + ); + + } + + + /** + * Examine the virtual interface LAG framing and provide information on it. + * + * @param VirtualInterface $vi + * @return DiagnosticResult + */ + public function lagName(VirtualInterface $vi): DiagnosticResult { + + $mainName = 'LAG Interface Naming'; + + if( !$vi->lag_framing && count( $vi->physicalInterfaces ) <= 1 ) { + return new DiagnosticResult( + name: $mainName . " - n/a, no LACP configuration", + result: DiagnosticResult::TYPE_TRACE, + narrative: "N/A - LAG framing not set and <= 1 physical interface", + ); + } + + if( !$vi->name || !$vi->channelgroup ) { + + $narratives = []; + + if(!$vi->name) { + $narratives[] = "no name"; + } else if(!$vi->channelgroup) { + $narratives[] = "no channel group number"; + } + + $narrative = implode(', ', $narratives); + + return new DiagnosticResult( + name: $mainName . " - LAG framing but {$narrative} defined", + result: DiagnosticResult::TYPE_ERROR, + narrative: "LAG framing required but " . $narrative . " defined on the virtual interface", + ); + } + + + $switchIds = SwitchPort::join( 'physicalinterface', 'switchport.id', '=', 'physicalinterface.switchportid' ) + ->join( 'virtualinterface', 'virtualinterface.id', '=', 'physicalinterface.virtualinterfaceid' ) + ->where( 'virtualinterface.id', $vi->id ) + ->pluck('switchport.switchid'); + + $bundleNamesCount = VirtualInterface::select('virtualinterface.id') + ->where( 'virtualinterface.name', $vi->name ) + ->where( 'virtualinterface.channelgroup', $vi->channelgroup ) + ->join( 'physicalinterface', 'virtualinterface.id', '=', 'physicalinterface.virtualinterfaceid' ) + ->join( 'switchport', 'physicalinterface.switchportid', '=', 'switchport.id' ) + ->whereIn( 'switchport.switchid', $switchIds ) + ->groupBy('virtualinterface.id') + ->get()->toArray(); + + if( count($bundleNamesCount) > 1 ) { + return new DiagnosticResult( + name: $mainName . " - LAG bundle name not unique!", + result: DiagnosticResult::TYPE_ERROR, + narrative: "LAG interface bundle name (" . $vi->bundleName() . ") is not unique for the switch", + ); + } else { + return new DiagnosticResult( + name: $mainName . " - unique bundle name ({$vi->bundleName()})", + result: DiagnosticResult::TYPE_DEBUG, + narrative: "LAG interface bundle name (" . $vi->bundleName() . ") is unique for the switch", + ); + } + } + + + /** + * Examine the virtual interface VLAN and Trunks and provide information on it. + * + * @param VirtualInterface $vi + * @return DiagnosticResult + */ + public function trunk( VirtualInterface $vi ): DiagnosticResult { + $mainName = 'Trunk / 802.1q Configuration'; + + $numVlis = count( $vi->vlanInterfaces ); + + if( $numVlis > 1 ) { + + if( $vi->trunk ) { + return new DiagnosticResult( + name: $mainName . " - yes and >1 vlan interfaces", + result: DiagnosticResult::TYPE_DEBUG, + narrative: "More than one vlan interface and so correctly configured as a trunk port", + ); + + } else { // !$vi->trunk + + return new DiagnosticResult( + name: $mainName . " - no but >1 vlan interfaces", + result: DiagnosticResult::TYPE_ERROR, + narrative: "Multiple vlan interfaces exist but virtual interface is not configured as a trunk port", + ); + + } + + } else if( $numVlis === 1 ) { + + if( $vi->trunk ) { + + return new DiagnosticResult( + name: $mainName . " - yes but only one vlan interface", + result: DiagnosticResult::TYPE_INFO, + narrative: "Configured as a trunk port while there is only one vlan interface", + ); + + } else { // !$vi->trunk + + return new DiagnosticResult( + name: $mainName . " - no and single vlan interface", + result: DiagnosticResult::TYPE_DEBUG, + narrative: "Single vlan interface and not configured as a trunk port", + ); + + } + } + + return new DiagnosticResult( + name: $mainName . " - n/a, no vlan interfaces", + result: DiagnosticResult::TYPE_WARN, + narrative: "No VLAN interfaces configured for this virtual interface", + ); + + } + + + + /** + * Examine the virtual interface MTU values and provide information on it. + * + * @param VirtualInterface $vi + * @return DiagnosticResult + */ + public function mtu(VirtualInterface $vi): DiagnosticResult { + $mainName = 'L2 MTU - '; + + if(is_null($vi->mtu) || $vi->mtu === 1500 || $vi->mtu >= 9000) { + return new DiagnosticResult( + name: $mainName . "set to " . ( $vi->mtu ?: 'null' ), + result: DiagnosticResult::TYPE_DEBUG, + narrative: "L2 MTU is set to " . ( $vi->mtu ?: 'null' ), + ); + } else if ($vi->mtu < 1500) { + return new DiagnosticResult( + name: $mainName . "<1500 (" . $vi->mtu . ")", + result: DiagnosticResult::TYPE_ERROR, + narrative: "L2 MTU on virtual interface is <1500 (" . $vi->mtu . ")", + ); + } + + return new DiagnosticResult( + name: $mainName . "non-standard L2 MTU {$vi->mtu}", + result: DiagnosticResult::TYPE_WARN, + narrative: "Non-standard L2 MTU on the virtual interface: " . $vi->mtu, + ); + } + + +} \ No newline at end of file diff --git a/app/Services/Diagnostics/Suites/VlanInterfaceL2DiagnosticSuite.php b/app/Services/Diagnostics/Suites/VlanInterfaceL2DiagnosticSuite.php new file mode 100644 index 000000000..5286de914 --- /dev/null +++ b/app/Services/Diagnostics/Suites/VlanInterfaceL2DiagnosticSuite.php @@ -0,0 +1,108 @@ + + * @category IXP + * @package IXP\Services\Diagnostics + * @copyright Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL V2.0 + */ + +class VlanInterfaceL2DiagnosticSuite extends DiagnosticSuite +{ + + /** + * @param VlanInterface $vli + */ + public function __construct( + private readonly VlanInterface $vli, + ) { + + $this->name = 'Vlan Interface / L2 diagnostics on ' . $vli->vlan->name; + $this->description = " "; + $this->type = 'VLAN_INTERFACE'; + + parent::__construct(); + } + + /** + * Run the diagnostics suite + * @throws BindingResolutionException + */ + public function run(): VlanInterfaceL2DiagnosticSuite + { + + $this->results->add( $this->arping( $this->vli ) ); + + return $this; + } + + + + /** + * + * @return DiagnosticResult[] + */ + public function arping( VlanInterface $vli ): array + { + $results = []; + + foreach( $vli->layer2addresses as $l2a ) { + + $mainName = $l2a->macFormatted(':') . ' responds to arp pings'; + + $result = Process::run( sprintf( config( "ixp.exec.arping.{$vli->vlanid}" ), $l2a->macFormatted(':') ) ); + + if( $result->successful() ) { + + $results[] = new DiagnosticResult( + name: $mainName, + result: DiagnosticResult::TYPE_GOOD, + narrativeHtml: "
{$result->output()}
", + ); + + } + + $results[] = new DiagnosticResult( + name: $mainName . ' - no, see detail for more information', + result: DiagnosticResult::TYPE_ERROR, + narrativeHtml: "
{$result->output()}
", + ); + + } + + return $results; + } + +} \ No newline at end of file diff --git a/app/Services/Diagnostics/Suites/VlanInterfaceL3DiagnosticSuite.php b/app/Services/Diagnostics/Suites/VlanInterfaceL3DiagnosticSuite.php new file mode 100644 index 000000000..9404e56e2 --- /dev/null +++ b/app/Services/Diagnostics/Suites/VlanInterfaceL3DiagnosticSuite.php @@ -0,0 +1,108 @@ + + * @category IXP + * @package IXP\Services\Diagnostics + * @copyright Copyright (C) 2009 - 2024 Internet Neutral Exchange Association Company Limited By Guarantee + * @license http://www.gnu.org/licenses/gpl-2.0.html GNU GPL V2.0 + */ + +class VlanInterfaceL3DiagnosticSuite extends DiagnosticSuite +{ + + /** + * @param VlanInterface $vli + * @param int $protocol + */ + public function __construct( + private readonly VlanInterface $vli, + private readonly int $protocol, + ) { + + $this->name = 'Vlan Interface / L3 diagnostics on ' . $vli->vlan->name . ' via ' . $vli->getIPAddress($this->protocol)->address; + $this->description = " "; + $this->type = 'VLAN_INTERFACE'; + + parent::__construct(); + } + + /** + * Run the diagnostics suite + * @throws BindingResolutionException + */ + public function run(): VlanInterfaceL3DiagnosticSuite + { + + $this->results->add( $this->ping( $this->vli, $this->protocol ) ); + + return $this; + } + + + /** + * + * @return DiagnosticResult + */ + public function ping( VlanInterface $vli, int $protocol ): DiagnosticResult + { + $mainName = $vli->getIPAddress($protocol)->address . ' responds to pings'; + + $result = Process::run( sprintf( config( "ixp.exec.ping{$protocol}" ), $vli->getIPAddress($protocol)->address ) ); + + if( $result->successful() ) { + + return new DiagnosticResult( + name: $mainName, + result: DiagnosticResult::TYPE_GOOD, + narrativeHtml: "
{$result->output()}
", + ); + + } + + return new DiagnosticResult( + name: $mainName . ' - no, see detail for more information', + result: DiagnosticResult::TYPE_ERROR, + narrativeHtml: "
{$result->output()}
", + ); + + } + +} \ No newline at end of file diff --git a/app/Services/Grapher/Backend/Sflow.php b/app/Services/Grapher/Backend/Sflow.php index 36e70ac9b..66db95c8d 100644 --- a/app/Services/Grapher/Backend/Sflow.php +++ b/app/Services/Grapher/Backend/Sflow.php @@ -141,12 +141,15 @@ public static function supports(): array 'protocols' => $graphProtocols, 'categories' => [ Graph::CATEGORY_BITS => Graph::CATEGORY_BITS, Graph::CATEGORY_PACKETS => Graph::CATEGORY_PACKETS ], - 'periods' => Graph::PERIODS, + 'periods' => Graph::PERIODS_EXTENDED, 'types' => Graph::TYPES, ], ]; } + + + /** * Get the data points for a given graph * diff --git a/app/Services/Grapher/Backend/Smokeping.php b/app/Services/Grapher/Backend/Smokeping.php index 7c89332b0..a65b8ae45 100644 --- a/app/Services/Grapher/Backend/Smokeping.php +++ b/app/Services/Grapher/Backend/Smokeping.php @@ -236,7 +236,7 @@ public function rrd( Graph $graph ): string * * However we allow per VLAN overrides. See the documentation for details above this: * - * @see https://docs.ixpmanager.org/grapher/smokeping/ + * @see https://docs.ixpmanager.org/latest/grapher/smokeping/ * * @param LatencyGraph $graph * diff --git a/app/Services/Grapher/Graph.php b/app/Services/Grapher/Graph.php index 1094b0c0e..873baab45 100644 --- a/app/Services/Grapher/Graph.php +++ b/app/Services/Grapher/Graph.php @@ -23,6 +23,7 @@ * http://www.gnu.org/licenses/gpl-2.0.html */ +use Carbon\Carbon; use IXP\Services\Grapher; use IXP\Contracts\Grapher\Backend as GrapherBackend; @@ -114,6 +115,22 @@ abstract class Graph */ public const PERIOD_YEAR = 'year'; + /** + * Custom periods allow any start time and an end time that is not "now" + */ + public const PERIOD_CUSTOM = 'custom'; + + /** + * Custom Period range parameters - start + */ + protected ?Carbon $custom_date_start; + + /** + * Custom Period range parameters - end + */ + protected ?Carbon $custom_date_end; + + /** * Default period */ @@ -129,22 +146,46 @@ abstract class Graph * Array of valid periods for drill down graphs */ public const PERIODS = [ - self::PERIOD_DAY => self::PERIOD_DAY, - self::PERIOD_WEEK => self::PERIOD_WEEK, - self::PERIOD_MONTH => self::PERIOD_MONTH, - self::PERIOD_YEAR => self::PERIOD_YEAR + self::PERIOD_DAY => self::PERIOD_DAY, + self::PERIOD_WEEK => self::PERIOD_WEEK, + self::PERIOD_MONTH => self::PERIOD_MONTH, + self::PERIOD_YEAR => self::PERIOD_YEAR, + ]; + + /** + * Array of valid periods for drill down graphs + */ + public const PERIODS_EXTENDED = [ + self::PERIOD_DAY => self::PERIOD_DAY, + self::PERIOD_WEEK => self::PERIOD_WEEK, + self::PERIOD_MONTH => self::PERIOD_MONTH, + self::PERIOD_YEAR => self::PERIOD_YEAR, + self::PERIOD_CUSTOM => self::PERIOD_CUSTOM, ]; + /** * Array of valid periods for drill down graphs */ public const PERIOD_DESCS = [ - self::PERIOD_DAY => 'Day', - self::PERIOD_WEEK => 'Week', - self::PERIOD_MONTH => 'Month', - self::PERIOD_YEAR => 'Year' + self::PERIOD_DAY => 'Day', + self::PERIOD_WEEK => 'Week', + self::PERIOD_MONTH => 'Month', + self::PERIOD_YEAR => 'Year', + ]; + + /** + * Array of valid periods for drill down graphs + */ + public const PERIOD_DESCS_EXTENDED = [ + self::PERIOD_DAY => 'Day', + self::PERIOD_WEEK => 'Week', + self::PERIOD_MONTH => 'Month', + self::PERIOD_YEAR => 'Year', + self::PERIOD_CUSTOM => 'Custom', ]; + /** * 'Bits' category for graphs */ @@ -707,14 +748,16 @@ public function period(): string * Set the period we should use * * @param string $value + * @param Carbon $start + * @param Carbon $end * * @return Graph Fluid interface * * @throws ParameterException */ - public function setPeriod( string $value ): Graph + public function setPeriod( string $value, ?Carbon $start = null, ?Carbon $end = null ): Graph { - if( !isset( $this::PERIODS[ $value ] ) ) { + if( !isset( $this::PERIODS_EXTENDED[ $value ] ) ) { throw new ParameterException('Invalid period ' . $value ); } @@ -723,9 +766,64 @@ public function setPeriod( string $value ): Graph } $this->period = $value; + + if( $value === $this::PERIOD_CUSTOM ) { + $this->setPeriodStart( $start ); + $this->setPeriodEnd( $end ); + } else { + $this->setPeriodStart(); + $this->setPeriodEnd(); + } + return $this; } + /** + * Set the start date for the custom period + * + * @param Carbon|null $value + * + * @return Graph + */ + public function setPeriodStart( ?Carbon $value = null ): Graph + { + $this->custom_date_start = $value; + return $this; + } + + /** + * Get the start date for the custom period + * + * @return Carbon|null $value + */ + public function periodStart(): ?Carbon + { + return $this->custom_date_start; + } + + /** + * Set the start date for the custom period + * + * @param Carbon|null $value + * + * @return Graph + */ + public function setPeriodEnd( ?Carbon $value = null ): Graph + { + $this->custom_date_end = $value; + return $this; + } + + /** + * Get the end date for the custom period + * + * @return Carbon|null $value + */ + public function periodEnd(): ?Carbon + { + return $this->custom_date_end; + } + /** * Get the period description for a given period identifier * @@ -886,6 +984,15 @@ public function setParamsFromArray( array $params ): Graph if( isset( $params[$param] ) ) { $fn = 'set' . ucfirst( $param ); $this->$fn( $params[$param] ); + + if($param === 'period' && $params[ 'period' ] === $this::PERIOD_CUSTOM) { + if(isset($params[ 'period_start' ])) { + $this->setPeriodStart( Carbon::parse( $params[ 'period_start' ] ) ); + } + if(isset($params[ 'period_end' ])) { + $this->setPeriodEnd( Carbon::parse( $params[ 'period_end' ] ) ); + } + } } } return $this; @@ -900,9 +1007,14 @@ public function setParamsFromArray( array $params ): Graph */ public function getParamsAsArray(): array { + // todo: extend for PERIOD_CUSTOM $parameters = []; foreach( [ 'type', 'category', 'period', 'protocol'] as $param ){ $parameters[ $param ] = $this->$param(); + if($param === 'period' && $this->period === $this::PERIOD_CUSTOM) { + $parameters[ 'period_start' ] = $this->custom_date_start; + $parameters[ 'period_end' ] = $this->custom_date_end; + } } return $parameters; } @@ -918,11 +1030,14 @@ public function getParamsAsArray(): array * * @return string|null The verified / sanitised / default value */ - public static function processParameterPeriod( string $value = null, string $default = null ): string|null + public static function processParameterPeriod( string $value = null, string $default = null, $withExtended = false ): string|null { - if( !isset( self::PERIODS[ $value ] ) ) { + if( $withExtended && !isset( self::PERIODS_EXTENDED[ $value ] ) ) { + $value = $default ?? self::PERIOD_DEFAULT; + } else if( !isset( self::PERIODS[ $value ] ) ) { $value = $default ?? self::PERIOD_DEFAULT; } + return $value; } diff --git a/app/Services/Grapher/Graph/Latency.php b/app/Services/Grapher/Graph/Latency.php index 29306355b..b65d37d81 100644 --- a/app/Services/Grapher/Graph/Latency.php +++ b/app/Services/Grapher/Graph/Latency.php @@ -25,6 +25,7 @@ use Auth, Log; +use Carbon\Carbon; use Illuminate\Auth\Access\AuthorizationException; use IXP\Exceptions\Services\Grapher\{ @@ -132,12 +133,16 @@ public function __construct( Grapher $grapher, VlanInterfaceModel $vli ) * * @throws ParameterException */ - public function setPeriod( string $value ): Graph + public function setPeriod( string $value, ?Carbon $start = null, ?Carbon $end = null ): Graph { if( !isset( self::PERIODS[ $value ] ) ) { throw new ParameterException('Invalid period ' . $value ); } + if( $value === self::PERIOD_CUSTOM ) { + throw new ParameterException('Invalid period ' . $value . ' for Graph/Latency graphs' ); + } + if( $this->period() !== $value ) { $this->wipe(); } @@ -158,6 +163,29 @@ public static function resolvePeriod( $period = null ): string return self::PERIODS[ $period ] ?? 'Unknown'; } + + /** + * Process user input for the parameter: period + * + * Note that this function just sets the default if the input is invalid. + * If you want to force an exception in such cases, use setPeriod() + * + * @param string|null $value The user input value + * @param string|null $default The preferred default value + * + * @return string|null The verified / sanitised / default value + */ + public static function processParameterPeriod( string $value = null, string $default = null, $withExtended = false ): string|null + { + if( $withExtended && !isset( self::PERIODS_EXTENDED[ $value ] ) ) { + $value = $default ?? self::PERIOD_DEFAULT; + } else if( !isset( self::PERIODS[ $value ] ) ) { + $value = $default ?? self::PERIOD_DEFAULT; + } + + return $value; + } + /** * Get the vlan interface we're meant to graph for latency * diff --git a/app/Services/LookingGlass/BirdsEye.php b/app/Services/LookingGlass/BirdsEye.php index d2473e87b..ccdfa69b1 100644 --- a/app/Services/LookingGlass/BirdsEye.php +++ b/app/Services/LookingGlass/BirdsEye.php @@ -132,6 +132,17 @@ public function bgpSummary(): string return $this->apiCall( 'protocols/bgp' ); } + /** + * Get BGP neighbour information as JSON + * + * @param string $protocol Protocol name + * @return string + */ + public function bgpNeighbourSummary( string $protocol ): string + { + return $this->apiCall( 'protocol/' . urlencode( $protocol ) ); + } + /** * Get the router's status as JSON * diff --git a/app/Tasks/Irrdb/UpdateAsnDb.php b/app/Tasks/Irrdb/UpdateAsnDb.php index 01f8e7a54..9f1ee1771 100644 --- a/app/Tasks/Irrdb/UpdateAsnDb.php +++ b/app/Tasks/Irrdb/UpdateAsnDb.php @@ -68,7 +68,7 @@ public function update(): array // Delete any pre-existing entries just in case this has changed recently: $this->startTimer(); - Cache::store('file')->forget( 'irrdb:asns:ipv' . $protocol . ':' . $this->customer()->asMacro( $protocol ) ); + Cache::store()->forget( 'irrdb:asns:ipv' . $protocol . ':' . $this->customer()->asMacro( $protocol ) ); IrrdbAsn::whereCustomerId( $this->customer()->id ) ->whereProtocol( $protocol )->delete(); diff --git a/app/Tasks/Irrdb/UpdatePrefixDb.php b/app/Tasks/Irrdb/UpdatePrefixDb.php index f3f079ef3..fb45abd9c 100644 --- a/app/Tasks/Irrdb/UpdatePrefixDb.php +++ b/app/Tasks/Irrdb/UpdatePrefixDb.php @@ -73,7 +73,7 @@ public function update(): array // Delete any pre-existing entries just in case this has changed recently: $this->startTimer(); - Cache::store('file')->forget( 'irrdb:prefix:ipv' . $protocol . ':' . $this->customer()->asMacro( $protocol ) ); + Cache::store()->forget( 'irrdb:prefix:ipv' . $protocol . ':' . $this->customer()->asMacro( $protocol ) ); IrrdbPrefix::whereCustomerId( $this->customer()->id ) ->whereProtocol( $protocol )->delete(); diff --git a/app/Utils/Grapher/Mrtg.php b/app/Utils/Grapher/Mrtg.php index 9415bd470..aadb16bf8 100644 --- a/app/Utils/Grapher/Mrtg.php +++ b/app/Utils/Grapher/Mrtg.php @@ -66,10 +66,11 @@ class Mrtg * these values are taken from mrtg/src/rateup.c */ public const PERIOD_TIME = [ - Graph::PERIOD_DAY => 119988.0, // ( 33.33 * 3600 ), - Graph::PERIOD_WEEK => 719712.0, // ( 8.33 * 24 * 3600 ), - Graph::PERIOD_MONTH => 2879712.0, // ( 33.33 * 24 * 3600 ), - Graph::PERIOD_YEAR => 31622400.0 // ( 366 * 24 * 3600 ) + Graph::PERIOD_DAY => 119988.0, // ( 33.33 * 3600 ), + Graph::PERIOD_WEEK => 719712.0, // ( 8.33 * 24 * 3600 ), + Graph::PERIOD_MONTH => 2879712.0, // ( 33.33 * 24 * 3600 ), + Graph::PERIOD_YEAR => 31622400.0, // ( 366 * 24 * 3600 ) + Graph::PERIOD_CUSTOM => 86400.0, // ( placeholder - it will calculated by custom dates ) ]; /** @@ -203,8 +204,13 @@ public function data( Graph $graph ): array throw new GeneralException('Invalid period'); } - $starttime = time() - $periodsecs; - $endtime = time(); + if($graph->period() === Graph::PERIOD_CUSTOM) { + $starttime = $graph->periodStart()->timestamp; + $endtime = $graph->periodEnd()->timestamp; + } else { + $starttime = time() - $periodsecs; + $endtime = time(); + } // Run through the array and pull out the values we want for( $i = sizeof( $this->array )-1; $i >= 0; $i-- ) { diff --git a/app/Utils/Grapher/Rrd.php b/app/Utils/Grapher/Rrd.php index 77eeef938..83f247dac 100644 --- a/app/Utils/Grapher/Rrd.php +++ b/app/Utils/Grapher/Rrd.php @@ -23,6 +23,7 @@ * http://www.gnu.org/licenses/gpl-2.0.html */ +use IXP\Exceptions\Services\Grapher\ParameterException; use IXP\Exceptions\Utils\Grapher\FileError as FileErrorException; use IXP\Services\Grapher\Graph; @@ -309,10 +310,37 @@ private function getIndexKeys(): array * @throws */ public function data(): array + { + if($this->graph()->period() === Graph::PERIOD_CUSTOM) { + + if( !$this->graph()->periodStart() || !$this->graph()->periodEnd() ) { + throw new ParameterException('Period Start and Period End must be set for custom period graphs'); + } + + return $this->dataWindow( + $this->graph()->periodStart()->timestamp, + $this->graph()->periodEnd()->timestamp + ); + + } else { + + return $this->dataWindow(time() - self::PERIOD_TIME[ $this->graph()->period() ], time()); + + } + } + + /** + * @param integer $start : timestamp + * @param integer $end : timestamp + * @return array + * @throws FileErrorException + */ + public function dataWindow( int $start, int $end): array { $rrd = rrd_fetch( $this->file, [ 'AVERAGE', - '--start', time() - self::PERIOD_TIME[ $this->graph()->period() ] + '--start', $start, + '--end', $end, ]); if( $rrd === false || !is_array( $rrd ) ) { @@ -323,7 +351,7 @@ public function data(): array $this->end = $rrd['end']; $this->step = $rrd['step']; - list( $indexIn, $indexOut ) = $this->getIndexKeys(); + [ $indexIn, $indexOut ] = $this->getIndexKeys(); // we want newest first, so iterate in reverse // but.... do, we? @@ -365,7 +393,7 @@ public function png(): string { $separated_maxima = self::PERIOD_TIME[ $this->graph()->period() ] > 60*60*24*2; - list( $indexIn, $indexOut ) = $this->getIndexKeys(); + [ $indexIn, $indexOut ] = $this->getIndexKeys(); $options = [ '--width=600', @@ -435,6 +463,7 @@ public function png(): string if( $png === false ) { throw new FileErrorException("Could not open/create RRD/PNG file"); } + return $this->getLocalFilename('png'); } diff --git a/bootstrap.sh b/bootstrap.sh deleted file mode 100644 index 3d6cc6d3a..000000000 --- a/bootstrap.sh +++ /dev/null @@ -1,133 +0,0 @@ -#!/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 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 v5 / 18.04 LTS / php7.3 -## -## Barry O'Donovan 2015-2021 - -apt update - -# Defaults for MySQL and phpMyAdmin: -debconf-set-selections <<< 'mysql-server mysql-server/root_password password password' -debconf-set-selections <<< 'mysql-server mysql-server/root_password_again password password' -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 - -apt-get install -y software-properties-common -add-apt-repository -y ppa:ondrej/php -apt-get update - -apt full-upgrade -y -apt autoremove -y - -apt-get install -y apache2 php8.0 php8.0-intl php8.0-mysql php-rrd php8.0-cgi php8.0-cli \ - php8.0-snmp php8.0-curl php8.0-memcached libapache2-mod-php8.0 mysql-server mysql-client \ - php8.0-mysql memcached snmp php8.0-mbstring php8.0-xml php8.0-gd bgpq3 php8.0-memcache \ - unzip php8.0-zip git php8.0-yaml php8.0-ds php8.0-bcmath libconfig-general-perl joe \ - libnetaddr-ip-perl mrtg libconfig-general-perl libnetaddr-ip-perl rrdtool librrds-perl \ - phpmyadmin - -if ! [ -L /var/www ]; then - rm -rf /var/www - ln -fs /vagrant/public /var/www -fi - -curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer - -export MYSQL_PWD=password - -mysql -u root < /vagrant/.env -php /vagrant/artisan key:generate --force - - -cd /vagrant -su - vagrant -c "cd /vagrant && composer install" - -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 -chmod -R a+rwX /vagrant/storage /vagrant/bootstrap/cache -service apache2 restart - -# Useful screen settings for barryo: -cat >/home/vagrant/.screenrc < %n%f* %t%{= kG}%+Lw%<' -screen -t bash 0 -altscreen on -END_SCREEN - - -# enable scheduler -#echo -e "\n\n# IXP Manager cron jobs:\n* * * * * www-data /usr/bin/php /vagrant/artisan schedule:run\n\n" >>/etc/crontab - -cd /vagrant diff --git a/composer.json b/composer.json index a7d5bc37c..c8d26c79d 100644 --- a/composer.json +++ b/composer.json @@ -75,8 +75,7 @@ "psr-4": { "IXP\\": "app/", "Database\\Seeders\\": "database/seeders/", - "Database\\": "database", - "SocialiteProviders\\PeeringDB\\": "data/SocialiteProviders/PeeringDB/" + "SocialiteProviders\\PeeringDB\\": "data/SocialiteProviders/PeeringDB/" }, "files": [ "app/Support/helpers.php" diff --git a/composer.lock b/composer.lock index ccc0d1687..2555bbec6 100644 --- a/composer.lock +++ b/composer.lock @@ -410,23 +410,23 @@ }, { "name": "dasprid/enum", - "version": "1.0.5", + "version": "1.0.6", "source": { "type": "git", "url": "https://github.com/DASPRiD/Enum.git", - "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016" + "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/6faf451159fb8ba4126b925ed2d78acfce0dc016", - "reference": "6faf451159fb8ba4126b925ed2d78acfce0dc016", + "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8dfd07c6d2cf31c8da90c53b83c026c7696dda90", + "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90", "shasum": "" }, "require": { "php": ">=7.1 <9.0" }, "require-dev": { - "phpunit/phpunit": "^7 | ^8 | ^9", + "phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11", "squizlabs/php_codesniffer": "*" }, "type": "library", @@ -454,9 +454,9 @@ ], "support": { "issues": "https://github.com/DASPRiD/Enum/issues", - "source": "https://github.com/DASPRiD/Enum/tree/1.0.5" + "source": "https://github.com/DASPRiD/Enum/tree/1.0.6" }, - "time": "2023-08-25T16:18:39+00:00" + "time": "2024-08-09T14:30:48+00:00" }, { "name": "dflydev/dot-access-data", @@ -628,16 +628,16 @@ }, { "name": "doctrine/dbal", - "version": "3.8.6", + "version": "3.9.1", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "b7411825cf7efb7e51f9791dea19d86e43b399a1" + "reference": "d7dc08f98cba352b2bab5d32c5e58f7e745c11a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/b7411825cf7efb7e51f9791dea19d86e43b399a1", - "reference": "b7411825cf7efb7e51f9791dea19d86e43b399a1", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/d7dc08f98cba352b2bab5d32c5e58f7e745c11a7", + "reference": "d7dc08f98cba352b2bab5d32c5e58f7e745c11a7", "shasum": "" }, "require": { @@ -653,12 +653,12 @@ "doctrine/coding-standard": "12.0.0", "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2023.1", - "phpstan/phpstan": "1.11.5", + "phpstan/phpstan": "1.12.0", "phpstan/phpstan-strict-rules": "^1.6", - "phpunit/phpunit": "9.6.19", + "phpunit/phpunit": "9.6.20", "psalm/plugin-phpunit": "0.18.4", "slevomat/coding-standard": "8.13.1", - "squizlabs/php_codesniffer": "3.10.1", + "squizlabs/php_codesniffer": "3.10.2", "symfony/cache": "^5.4|^6.0|^7.0", "symfony/console": "^4.4|^5.4|^6.0|^7.0", "vimeo/psalm": "4.30.0" @@ -721,7 +721,7 @@ ], "support": { "issues": "https://github.com/doctrine/dbal/issues", - "source": "https://github.com/doctrine/dbal/tree/3.8.6" + "source": "https://github.com/doctrine/dbal/tree/3.9.1" }, "funding": [ { @@ -737,7 +737,7 @@ "type": "tidelift" } ], - "time": "2024-06-19T10:38:17+00:00" + "time": "2024-09-01T13:49:23+00:00" }, { "name": "doctrine/deprecations", @@ -2270,16 +2270,16 @@ }, { "name": "laravel/framework", - "version": "v11.18.1", + "version": "v11.25.0", "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "b19ba518c56852567e99fbae9321bc436c2cc5a8" + "reference": "b487a9089c0b1c71ac63bb6bc44fb4b00dc6da2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/b19ba518c56852567e99fbae9321bc436c2cc5a8", - "reference": "b19ba518c56852567e99fbae9321bc436c2cc5a8", + "url": "https://api.github.com/repos/laravel/framework/zipball/b487a9089c0b1c71ac63bb6bc44fb4b00dc6da2e", + "reference": "b487a9089c0b1c71ac63bb6bc44fb4b00dc6da2e", "shasum": "" }, "require": { @@ -2298,7 +2298,7 @@ "fruitcake/php-cors": "^1.3", "guzzlehttp/guzzle": "^7.8", "guzzlehttp/uri-template": "^1.0", - "laravel/prompts": "^0.1.18", + "laravel/prompts": "^0.1.18|^0.2.0", "laravel/serializable-closure": "^1.3", "league/commonmark": "^2.2.1", "league/flysystem": "^3.8.0", @@ -2341,6 +2341,7 @@ "illuminate/bus": "self.version", "illuminate/cache": "self.version", "illuminate/collections": "self.version", + "illuminate/concurrency": "self.version", "illuminate/conditionable": "self.version", "illuminate/config": "self.version", "illuminate/console": "self.version", @@ -2383,7 +2384,7 @@ "league/flysystem-sftp-v3": "^3.0", "mockery/mockery": "^1.6", "nyholm/psr7": "^1.2", - "orchestra/testbench-core": "^9.1.5", + "orchestra/testbench-core": "^9.5", "pda/pheanstalk": "^5.0", "phpstan/phpstan": "^1.11.5", "phpunit/phpunit": "^10.5|^11.0", @@ -2441,6 +2442,8 @@ "src/Illuminate/Events/functions.php", "src/Illuminate/Filesystem/functions.php", "src/Illuminate/Foundation/helpers.php", + "src/Illuminate/Log/functions.php", + "src/Illuminate/Support/functions.php", "src/Illuminate/Support/helpers.php" ], "psr-4": { @@ -2472,20 +2475,20 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2024-07-26T10:39:29+00:00" + "time": "2024-09-26T11:21:58+00:00" }, { "name": "laravel/horizon", - "version": "v5.26.0", + "version": "v5.29.0", "source": { "type": "git", "url": "https://github.com/laravel/horizon.git", - "reference": "ee804ece8e0376e8ddf44348de947945751c06f2" + "reference": "1d97f94412e89ff48683acd58d4a702d6bee7b88" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/horizon/zipball/ee804ece8e0376e8ddf44348de947945751c06f2", - "reference": "ee804ece8e0376e8ddf44348de947945751c06f2", + "url": "https://api.github.com/repos/laravel/horizon/zipball/1d97f94412e89ff48683acd58d4a702d6bee7b88", + "reference": "1d97f94412e89ff48683acd58d4a702d6bee7b88", "shasum": "" }, "require": { @@ -2549,22 +2552,22 @@ ], "support": { "issues": "https://github.com/laravel/horizon/issues", - "source": "https://github.com/laravel/horizon/tree/v5.26.0" + "source": "https://github.com/laravel/horizon/tree/v5.29.0" }, - "time": "2024-07-22T14:37:58+00:00" + "time": "2024-09-24T13:38:25+00:00" }, { "name": "laravel/prompts", - "version": "v0.1.24", + "version": "v0.2.1", "source": { "type": "git", "url": "https://github.com/laravel/prompts.git", - "reference": "409b0b4305273472f3754826e68f4edbd0150149" + "reference": "a132ccf64d46da183b7cf3729df260e836cc7e15" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/prompts/zipball/409b0b4305273472f3754826e68f4edbd0150149", - "reference": "409b0b4305273472f3754826e68f4edbd0150149", + "url": "https://api.github.com/repos/laravel/prompts/zipball/a132ccf64d46da183b7cf3729df260e836cc7e15", + "reference": "a132ccf64d46da183b7cf3729df260e836cc7e15", "shasum": "" }, "require": { @@ -2589,7 +2592,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "0.1.x-dev" + "dev-main": "0.2.x-dev" } }, "autoload": { @@ -2607,32 +2610,33 @@ "description": "Add beautiful and user-friendly forms to your command-line applications.", "support": { "issues": "https://github.com/laravel/prompts/issues", - "source": "https://github.com/laravel/prompts/tree/v0.1.24" + "source": "https://github.com/laravel/prompts/tree/v0.2.1" }, - "time": "2024-06-17T13:58:22+00:00" + "time": "2024-09-19T10:28:37+00:00" }, { "name": "laravel/serializable-closure", - "version": "v1.3.3", + "version": "v1.3.5", "source": { "type": "git", "url": "https://github.com/laravel/serializable-closure.git", - "reference": "3dbf8a8e914634c48d389c1234552666b3d43754" + "reference": "1dc4a3dbfa2b7628a3114e43e32120cce7cdda9c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/3dbf8a8e914634c48d389c1234552666b3d43754", - "reference": "3dbf8a8e914634c48d389c1234552666b3d43754", + "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/1dc4a3dbfa2b7628a3114e43e32120cce7cdda9c", + "reference": "1dc4a3dbfa2b7628a3114e43e32120cce7cdda9c", "shasum": "" }, "require": { "php": "^7.3|^8.0" }, "require-dev": { - "nesbot/carbon": "^2.61", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0", + "nesbot/carbon": "^2.61|^3.0", "pestphp/pest": "^1.21.3", "phpstan/phpstan": "^1.8.2", - "symfony/var-dumper": "^5.4.11" + "symfony/var-dumper": "^5.4.11|^6.2.0|^7.0.0" }, "type": "library", "extra": { @@ -2669,20 +2673,20 @@ "issues": "https://github.com/laravel/serializable-closure/issues", "source": "https://github.com/laravel/serializable-closure" }, - "time": "2023-11-08T14:08:06+00:00" + "time": "2024-09-23T13:33:08+00:00" }, { "name": "laravel/socialite", - "version": "v5.15.1", + "version": "v5.16.0", "source": { "type": "git", "url": "https://github.com/laravel/socialite.git", - "reference": "cc02625f0bd1f95dc3688eb041cce0f1e709d029" + "reference": "40a2dc98c53d9dc6d55eadb0d490d3d72b73f1bf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/socialite/zipball/cc02625f0bd1f95dc3688eb041cce0f1e709d029", - "reference": "cc02625f0bd1f95dc3688eb041cce0f1e709d029", + "url": "https://api.github.com/repos/laravel/socialite/zipball/40a2dc98c53d9dc6d55eadb0d490d3d72b73f1bf", + "reference": "40a2dc98c53d9dc6d55eadb0d490d3d72b73f1bf", "shasum": "" }, "require": { @@ -2741,20 +2745,20 @@ "issues": "https://github.com/laravel/socialite/issues", "source": "https://github.com/laravel/socialite" }, - "time": "2024-06-28T20:09:34+00:00" + "time": "2024-09-03T09:46:57+00:00" }, { "name": "laravel/telescope", - "version": "v5.1.1", + "version": "v5.2.2", "source": { "type": "git", "url": "https://github.com/laravel/telescope.git", - "reference": "7355643b998027f8fa9393e6c8c884f126204a80" + "reference": "daaf95dee9fab2dd80f59b5f6611c6c0eff44878" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/telescope/zipball/7355643b998027f8fa9393e6c8c884f126204a80", - "reference": "7355643b998027f8fa9393e6c8c884f126204a80", + "url": "https://api.github.com/repos/laravel/telescope/zipball/daaf95dee9fab2dd80f59b5f6611c6c0eff44878", + "reference": "daaf95dee9fab2dd80f59b5f6611c6c0eff44878", "shasum": "" }, "require": { @@ -2808,22 +2812,22 @@ ], "support": { "issues": "https://github.com/laravel/telescope/issues", - "source": "https://github.com/laravel/telescope/tree/v5.1.1" + "source": "https://github.com/laravel/telescope/tree/v5.2.2" }, - "time": "2024-06-27T07:12:23+00:00" + "time": "2024-08-26T12:40:52+00:00" }, { "name": "laravel/tinker", - "version": "v2.9.0", + "version": "v2.10.0", "source": { "type": "git", "url": "https://github.com/laravel/tinker.git", - "reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe" + "reference": "ba4d51eb56de7711b3a37d63aa0643e99a339ae5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/tinker/zipball/502e0fe3f0415d06d5db1f83a472f0f3b754bafe", - "reference": "502e0fe3f0415d06d5db1f83a472f0f3b754bafe", + "url": "https://api.github.com/repos/laravel/tinker/zipball/ba4d51eb56de7711b3a37d63aa0643e99a339ae5", + "reference": "ba4d51eb56de7711b3a37d63aa0643e99a339ae5", "shasum": "" }, "require": { @@ -2874,9 +2878,9 @@ ], "support": { "issues": "https://github.com/laravel/tinker/issues", - "source": "https://github.com/laravel/tinker/tree/v2.9.0" + "source": "https://github.com/laravel/tinker/tree/v2.10.0" }, - "time": "2024-01-04T16:10:04+00:00" + "time": "2024-09-23T13:32:56+00:00" }, { "name": "laravel/ui", @@ -2943,16 +2947,16 @@ }, { "name": "league/commonmark", - "version": "2.5.1", + "version": "2.5.3", "source": { "type": "git", "url": "https://github.com/thephpleague/commonmark.git", - "reference": "ac815920de0eff6de947eac0a6a94e5ed0fb147c" + "reference": "b650144166dfa7703e62a22e493b853b58d874b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/ac815920de0eff6de947eac0a6a94e5ed0fb147c", - "reference": "ac815920de0eff6de947eac0a6a94e5ed0fb147c", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/b650144166dfa7703e62a22e493b853b58d874b0", + "reference": "b650144166dfa7703e62a22e493b853b58d874b0", "shasum": "" }, "require": { @@ -2965,8 +2969,8 @@ }, "require-dev": { "cebe/markdown": "^1.0", - "commonmark/cmark": "0.31.0", - "commonmark/commonmark.js": "0.31.0", + "commonmark/cmark": "0.31.1", + "commonmark/commonmark.js": "0.31.1", "composer/package-versions-deprecated": "^1.8", "embed/embed": "^4.4", "erusev/parsedown": "^1.0", @@ -3045,7 +3049,7 @@ "type": "tidelift" } ], - "time": "2024-07-24T12:52:09+00:00" + "time": "2024-08-16T11:46:16+00:00" }, { "name": "league/config", @@ -3263,16 +3267,16 @@ }, { "name": "league/mime-type-detection", - "version": "1.15.0", + "version": "1.16.0", "source": { "type": "git", "url": "https://github.com/thephpleague/mime-type-detection.git", - "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301" + "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301", - "reference": "ce0f4d1e8a6f4eb0ddff33f57c69c50fd09f4301", + "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9", + "reference": "2d6702ff215bf922936ccc1ad31007edc76451b9", "shasum": "" }, "require": { @@ -3303,7 +3307,7 @@ "description": "Mime-type detection for Flysystem", "support": { "issues": "https://github.com/thephpleague/mime-type-detection/issues", - "source": "https://github.com/thephpleague/mime-type-detection/tree/1.15.0" + "source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0" }, "funding": [ { @@ -3315,7 +3319,7 @@ "type": "tidelift" } ], - "time": "2024-01-28T23:22:08+00:00" + "time": "2024-09-21T08:32:55+00:00" }, { "name": "league/oauth1-client", @@ -3695,16 +3699,16 @@ }, { "name": "nesbot/carbon", - "version": "3.7.0", + "version": "3.8.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "cb4374784c87d0a0294e8513a52eb63c0aff3139" + "reference": "bbd3eef89af8ba66a3aa7952b5439168fbcc529f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/cb4374784c87d0a0294e8513a52eb63c0aff3139", - "reference": "cb4374784c87d0a0294e8513a52eb63c0aff3139", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/bbd3eef89af8ba66a3aa7952b5439168fbcc529f", + "reference": "bbd3eef89af8ba66a3aa7952b5439168fbcc529f", "shasum": "" }, "require": { @@ -3797,7 +3801,7 @@ "type": "tidelift" } ], - "time": "2024-07-16T22:29:20+00:00" + "time": "2024-08-19T06:22:39+00:00" }, { "name": "nette/schema", @@ -3863,20 +3867,20 @@ }, { "name": "nette/utils", - "version": "v4.0.4", + "version": "v4.0.5", "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218" + "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/d3ad0aa3b9f934602cb3e3902ebccf10be34d218", - "reference": "d3ad0aa3b9f934602cb3e3902ebccf10be34d218", + "url": "https://api.github.com/repos/nette/utils/zipball/736c567e257dbe0fcf6ce81b4d6dbe05c6899f96", + "reference": "736c567e257dbe0fcf6ce81b4d6dbe05c6899f96", "shasum": "" }, "require": { - "php": ">=8.0 <8.4" + "php": "8.0 - 8.4" }, "conflict": { "nette/finder": "<3", @@ -3943,22 +3947,22 @@ ], "support": { "issues": "https://github.com/nette/utils/issues", - "source": "https://github.com/nette/utils/tree/v4.0.4" + "source": "https://github.com/nette/utils/tree/v4.0.5" }, - "time": "2024-01-17T16:50:36+00:00" + "time": "2024-08-07T15:39:19+00:00" }, { "name": "nikic/php-parser", - "version": "v4.19.1", + "version": "v4.19.2", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "4e1b88d21c69391150ace211e9eaf05810858d0b" + "reference": "0ed4c8949a32986043e977dbe14776c14d644c45" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4e1b88d21c69391150ace211e9eaf05810858d0b", - "reference": "4e1b88d21c69391150ace211e9eaf05810858d0b", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ed4c8949a32986043e977dbe14776c14d644c45", + "reference": "0ed4c8949a32986043e977dbe14776c14d644c45", "shasum": "" }, "require": { @@ -3999,22 +4003,22 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v4.19.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v4.19.2" }, - "time": "2024-03-17T08:10:35+00:00" + "time": "2024-09-17T19:36:00+00:00" }, { "name": "nunomaduro/termwind", - "version": "v2.0.1", + "version": "v2.1.0", "source": { "type": "git", "url": "https://github.com/nunomaduro/termwind.git", - "reference": "58c4c58cf23df7f498daeb97092e34f5259feb6a" + "reference": "e5f21eade88689536c0cdad4c3cd75f3ed26e01a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/58c4c58cf23df7f498daeb97092e34f5259feb6a", - "reference": "58c4c58cf23df7f498daeb97092e34f5259feb6a", + "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/e5f21eade88689536c0cdad4c3cd75f3ed26e01a", + "reference": "e5f21eade88689536c0cdad4c3cd75f3ed26e01a", "shasum": "" }, "require": { @@ -4024,11 +4028,11 @@ }, "require-dev": { "ergebnis/phpstan-rules": "^2.2.0", - "illuminate/console": "^11.0.0", - "laravel/pint": "^1.14.0", - "mockery/mockery": "^1.6.7", - "pestphp/pest": "^2.34.1", - "phpstan/phpstan": "^1.10.59", + "illuminate/console": "^11.1.1", + "laravel/pint": "^1.15.0", + "mockery/mockery": "^1.6.11", + "pestphp/pest": "^2.34.6", + "phpstan/phpstan": "^1.10.66", "phpstan/phpstan-strict-rules": "^1.5.2", "symfony/var-dumper": "^7.0.4", "thecodingmachine/phpstan-strict-rules": "^1.0.0" @@ -4073,7 +4077,7 @@ ], "support": { "issues": "https://github.com/nunomaduro/termwind/issues", - "source": "https://github.com/nunomaduro/termwind/tree/v2.0.1" + "source": "https://github.com/nunomaduro/termwind/tree/v2.1.0" }, "funding": [ { @@ -4089,20 +4093,20 @@ "type": "github" } ], - "time": "2024-03-06T16:17:14+00:00" + "time": "2024-09-05T15:25:50+00:00" }, { "name": "opensolutions/oss-snmp", - "version": "v1.0.3", + "version": "v1.0.4", "source": { "type": "git", "url": "https://github.com/opensolutions/OSS_SNMP.git", - "reference": "1445daf3b3a99c71246afa97c8e5e96d1f8586bc" + "reference": "2ca10d2fc14b35e3c1297741a51e2b23b02b8b53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/opensolutions/OSS_SNMP/zipball/1445daf3b3a99c71246afa97c8e5e96d1f8586bc", - "reference": "1445daf3b3a99c71246afa97c8e5e96d1f8586bc", + "url": "https://api.github.com/repos/opensolutions/OSS_SNMP/zipball/2ca10d2fc14b35e3c1297741a51e2b23b02b8b53", + "reference": "2ca10d2fc14b35e3c1297741a51e2b23b02b8b53", "shasum": "" }, "require": { @@ -4132,30 +4136,30 @@ ], "support": { "issues": "https://github.com/opensolutions/OSS_SNMP/issues", - "source": "https://github.com/opensolutions/OSS_SNMP/tree/v1.0.3" + "source": "https://github.com/opensolutions/OSS_SNMP/tree/v1.0.4" }, - "time": "2023-02-22T20:58:07+00:00" + "time": "2024-09-23T19:29:34+00:00" }, { "name": "paragonie/constant_time_encoding", - "version": "v2.7.0", + "version": "v3.0.0", "source": { "type": "git", "url": "https://github.com/paragonie/constant_time_encoding.git", - "reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105" + "reference": "df1e7fde177501eee2037dd159cf04f5f301a512" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/52a0d99e69f56b9ec27ace92ba56897fe6993105", - "reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105", + "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/df1e7fde177501eee2037dd159cf04f5f301a512", + "reference": "df1e7fde177501eee2037dd159cf04f5f301a512", "shasum": "" }, "require": { - "php": "^7|^8" + "php": "^8" }, "require-dev": { - "phpunit/phpunit": "^6|^7|^8|^9", - "vimeo/psalm": "^1|^2|^3|^4" + "phpunit/phpunit": "^9", + "vimeo/psalm": "^4|^5" }, "type": "library", "autoload": { @@ -4201,7 +4205,7 @@ "issues": "https://github.com/paragonie/constant_time_encoding/issues", "source": "https://github.com/paragonie/constant_time_encoding" }, - "time": "2024-05-08T12:18:48+00:00" + "time": "2024-05-08T12:36:18+00:00" }, { "name": "paragonie/random_compat", @@ -4475,16 +4479,16 @@ }, { "name": "phpseclib/phpseclib", - "version": "3.0.39", + "version": "3.0.42", "source": { "type": "git", "url": "https://github.com/phpseclib/phpseclib.git", - "reference": "211ebc399c6e73c225a018435fe5ae209d1d1485" + "reference": "db92f1b1987b12b13f248fe76c3a52cadb67bb98" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/211ebc399c6e73c225a018435fe5ae209d1d1485", - "reference": "211ebc399c6e73c225a018435fe5ae209d1d1485", + "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/db92f1b1987b12b13f248fe76c3a52cadb67bb98", + "reference": "db92f1b1987b12b13f248fe76c3a52cadb67bb98", "shasum": "" }, "require": { @@ -4565,7 +4569,7 @@ ], "support": { "issues": "https://github.com/phpseclib/phpseclib/issues", - "source": "https://github.com/phpseclib/phpseclib/tree/3.0.39" + "source": "https://github.com/phpseclib/phpseclib/tree/3.0.42" }, "funding": [ { @@ -4581,7 +4585,7 @@ "type": "tidelift" } ], - "time": "2024-06-24T06:27:33+00:00" + "time": "2024-09-16T03:06:04+00:00" }, { "name": "pimple/pimple", @@ -4638,24 +4642,24 @@ }, { "name": "pragmarx/google2fa", - "version": "v8.0.1", + "version": "v8.0.3", "source": { "type": "git", "url": "https://github.com/antonioribeiro/google2fa.git", - "reference": "80c3d801b31fe165f8fe99ea085e0a37834e1be3" + "reference": "6f8d87ebd5afbf7790bde1ffc7579c7c705e0fad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/80c3d801b31fe165f8fe99ea085e0a37834e1be3", - "reference": "80c3d801b31fe165f8fe99ea085e0a37834e1be3", + "url": "https://api.github.com/repos/antonioribeiro/google2fa/zipball/6f8d87ebd5afbf7790bde1ffc7579c7c705e0fad", + "reference": "6f8d87ebd5afbf7790bde1ffc7579c7c705e0fad", "shasum": "" }, "require": { - "paragonie/constant_time_encoding": "^1.0|^2.0", + "paragonie/constant_time_encoding": "^1.0|^2.0|^3.0", "php": "^7.1|^8.0" }, "require-dev": { - "phpstan/phpstan": "^0.12.18", + "phpstan/phpstan": "^1.9", "phpunit/phpunit": "^7.5.15|^8.5|^9.0" }, "type": "library", @@ -4684,9 +4688,9 @@ ], "support": { "issues": "https://github.com/antonioribeiro/google2fa/issues", - "source": "https://github.com/antonioribeiro/google2fa/tree/v8.0.1" + "source": "https://github.com/antonioribeiro/google2fa/tree/v8.0.3" }, - "time": "2022-06-13T21:57:56+00:00" + "time": "2024-09-05T11:56:40+00:00" }, { "name": "pragmarx/google2fa-laravel", @@ -5187,16 +5191,16 @@ }, { "name": "psr/log", - "version": "3.0.0", + "version": "3.0.2", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001" + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001", - "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001", + "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", + "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3", "shasum": "" }, "require": { @@ -5231,9 +5235,9 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/3.0.0" + "source": "https://github.com/php-fig/log/tree/3.0.2" }, - "time": "2021-07-14T16:46:02+00:00" + "time": "2024-09-11T13:17:53+00:00" }, { "name": "psr/simple-cache", @@ -5923,16 +5927,16 @@ }, { "name": "spatie/flare-client-php", - "version": "1.7.0", + "version": "1.8.0", "source": { "type": "git", "url": "https://github.com/spatie/flare-client-php.git", - "reference": "097040ff51e660e0f6fc863684ac4b02c93fa234" + "reference": "180f8ca4c0d0d6fc51477bd8c53ce37ab5a96122" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/097040ff51e660e0f6fc863684ac4b02c93fa234", - "reference": "097040ff51e660e0f6fc863684ac4b02c93fa234", + "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/180f8ca4c0d0d6fc51477bd8c53ce37ab5a96122", + "reference": "180f8ca4c0d0d6fc51477bd8c53ce37ab5a96122", "shasum": "" }, "require": { @@ -5950,7 +5954,7 @@ "phpstan/extension-installer": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.0", "phpstan/phpstan-phpunit": "^1.0", - "spatie/phpunit-snapshot-assertions": "^4.0|^5.0" + "spatie/pest-plugin-snapshots": "^1.0|^2.0" }, "type": "library", "extra": { @@ -5980,7 +5984,7 @@ ], "support": { "issues": "https://github.com/spatie/flare-client-php/issues", - "source": "https://github.com/spatie/flare-client-php/tree/1.7.0" + "source": "https://github.com/spatie/flare-client-php/tree/1.8.0" }, "funding": [ { @@ -5988,7 +5992,7 @@ "type": "github" } ], - "time": "2024-06-12T14:39:14+00:00" + "time": "2024-08-01T08:27:26+00:00" }, { "name": "spatie/ignition", @@ -6240,16 +6244,16 @@ }, { "name": "symfony/console", - "version": "v7.1.3", + "version": "v7.1.5", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "cb1dcb30ebc7005c29864ee78adb47b5fb7c3cd9" + "reference": "0fa539d12b3ccf068a722bbbffa07ca7079af9ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/cb1dcb30ebc7005c29864ee78adb47b5fb7c3cd9", - "reference": "cb1dcb30ebc7005c29864ee78adb47b5fb7c3cd9", + "url": "https://api.github.com/repos/symfony/console/zipball/0fa539d12b3ccf068a722bbbffa07ca7079af9ee", + "reference": "0fa539d12b3ccf068a722bbbffa07ca7079af9ee", "shasum": "" }, "require": { @@ -6313,7 +6317,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v7.1.3" + "source": "https://github.com/symfony/console/tree/v7.1.5" }, "funding": [ { @@ -6329,7 +6333,7 @@ "type": "tidelift" } ], - "time": "2024-07-26T12:41:01+00:00" + "time": "2024-09-20T08:28:38+00:00" }, { "name": "symfony/css-selector", @@ -6696,16 +6700,16 @@ }, { "name": "symfony/finder", - "version": "v7.1.3", + "version": "v7.1.4", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "717c6329886f32dc65e27461f80f2a465412fdca" + "reference": "d95bbf319f7d052082fb7af147e0f835a695e823" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/717c6329886f32dc65e27461f80f2a465412fdca", - "reference": "717c6329886f32dc65e27461f80f2a465412fdca", + "url": "https://api.github.com/repos/symfony/finder/zipball/d95bbf319f7d052082fb7af147e0f835a695e823", + "reference": "d95bbf319f7d052082fb7af147e0f835a695e823", "shasum": "" }, "require": { @@ -6740,7 +6744,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v7.1.3" + "source": "https://github.com/symfony/finder/tree/v7.1.4" }, "funding": [ { @@ -6756,20 +6760,20 @@ "type": "tidelift" } ], - "time": "2024-07-24T07:08:44+00:00" + "time": "2024-08-13T14:28:19+00:00" }, { "name": "symfony/http-foundation", - "version": "v7.1.3", + "version": "v7.1.5", "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "f602d5c17d1fa02f8019ace2687d9d136b7f4a1a" + "reference": "e30ef73b1e44eea7eb37ba69600a354e553f694b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/f602d5c17d1fa02f8019ace2687d9d136b7f4a1a", - "reference": "f602d5c17d1fa02f8019ace2687d9d136b7f4a1a", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e30ef73b1e44eea7eb37ba69600a354e553f694b", + "reference": "e30ef73b1e44eea7eb37ba69600a354e553f694b", "shasum": "" }, "require": { @@ -6817,7 +6821,7 @@ "description": "Defines an object-oriented layer for the HTTP specification", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-foundation/tree/v7.1.3" + "source": "https://github.com/symfony/http-foundation/tree/v7.1.5" }, "funding": [ { @@ -6833,20 +6837,20 @@ "type": "tidelift" } ], - "time": "2024-07-26T12:41:01+00:00" + "time": "2024-09-20T08:28:38+00:00" }, { "name": "symfony/http-kernel", - "version": "v7.1.3", + "version": "v7.1.5", "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "db9702f3a04cc471ec8c70e881825db26ac5f186" + "reference": "44204d96150a9df1fc57601ec933d23fefc2d65b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/db9702f3a04cc471ec8c70e881825db26ac5f186", - "reference": "db9702f3a04cc471ec8c70e881825db26ac5f186", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/44204d96150a9df1fc57601ec933d23fefc2d65b", + "reference": "44204d96150a9df1fc57601ec933d23fefc2d65b", "shasum": "" }, "require": { @@ -6931,7 +6935,7 @@ "description": "Provides a structured process for converting a Request into a Response", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/http-kernel/tree/v7.1.3" + "source": "https://github.com/symfony/http-kernel/tree/v7.1.5" }, "funding": [ { @@ -6947,20 +6951,20 @@ "type": "tidelift" } ], - "time": "2024-07-26T14:58:15+00:00" + "time": "2024-09-21T06:09:21+00:00" }, { "name": "symfony/mailer", - "version": "v7.1.2", + "version": "v7.1.5", "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "8fcff0af9043c8f8a8e229437cea363e282f9aee" + "reference": "bbf21460c56f29810da3df3e206e38dfbb01e80b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/8fcff0af9043c8f8a8e229437cea363e282f9aee", - "reference": "8fcff0af9043c8f8a8e229437cea363e282f9aee", + "url": "https://api.github.com/repos/symfony/mailer/zipball/bbf21460c56f29810da3df3e206e38dfbb01e80b", + "reference": "bbf21460c56f29810da3df3e206e38dfbb01e80b", "shasum": "" }, "require": { @@ -7011,7 +7015,7 @@ "description": "Helps sending emails", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/mailer/tree/v7.1.2" + "source": "https://github.com/symfony/mailer/tree/v7.1.5" }, "funding": [ { @@ -7027,20 +7031,20 @@ "type": "tidelift" } ], - "time": "2024-06-28T08:00:31+00:00" + "time": "2024-09-08T12:32:26+00:00" }, { "name": "symfony/mime", - "version": "v7.1.2", + "version": "v7.1.5", "source": { "type": "git", "url": "https://github.com/symfony/mime.git", - "reference": "26a00b85477e69a4bab63b66c5dce64f18b0cbfc" + "reference": "711d2e167e8ce65b05aea6b258c449671cdd38ff" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mime/zipball/26a00b85477e69a4bab63b66c5dce64f18b0cbfc", - "reference": "26a00b85477e69a4bab63b66c5dce64f18b0cbfc", + "url": "https://api.github.com/repos/symfony/mime/zipball/711d2e167e8ce65b05aea6b258c449671cdd38ff", + "reference": "711d2e167e8ce65b05aea6b258c449671cdd38ff", "shasum": "" }, "require": { @@ -7095,7 +7099,7 @@ "mime-type" ], "support": { - "source": "https://github.com/symfony/mime/tree/v7.1.2" + "source": "https://github.com/symfony/mime/tree/v7.1.5" }, "funding": [ { @@ -7111,24 +7115,24 @@ "type": "tidelift" } ], - "time": "2024-06-28T10:03:55+00:00" + "time": "2024-09-20T08:28:38+00:00" }, { "name": "symfony/polyfill-ctype", - "version": "v1.30.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "0424dff1c58f028c451efff2045f5d92410bd540" + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/0424dff1c58f028c451efff2045f5d92410bd540", - "reference": "0424dff1c58f028c451efff2045f5d92410bd540", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", + "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "provide": { "ext-ctype": "*" @@ -7174,7 +7178,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0" }, "funding": [ { @@ -7190,24 +7194,24 @@ "type": "tidelift" } ], - "time": "2024-05-31T15:07:36+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.30.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a" + "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/64647a7c30b2283f5d49b874d84a18fc22054b7a", - "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", + "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" @@ -7252,7 +7256,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0" }, "funding": [ { @@ -7268,26 +7272,25 @@ "type": "tidelift" } ], - "time": "2024-05-31T15:07:36+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-idn", - "version": "v1.30.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-idn.git", - "reference": "a6e83bdeb3c84391d1dfe16f42e40727ce524a5c" + "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/a6e83bdeb3c84391d1dfe16f42e40727ce524a5c", - "reference": "a6e83bdeb3c84391d1dfe16f42e40727ce524a5c", + "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c36586dcf89a12315939e00ec9b4474adcb1d773", + "reference": "c36586dcf89a12315939e00ec9b4474adcb1d773", "shasum": "" }, "require": { - "php": ">=7.1", - "symfony/polyfill-intl-normalizer": "^1.10", - "symfony/polyfill-php72": "^1.10" + "php": ">=7.2", + "symfony/polyfill-intl-normalizer": "^1.10" }, "suggest": { "ext-intl": "For best performance" @@ -7336,7 +7339,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.31.0" }, "funding": [ { @@ -7352,24 +7355,24 @@ "type": "tidelift" } ], - "time": "2024-05-31T15:07:36+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.30.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb" + "reference": "3833d7255cc303546435cb650316bff708a1c75c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb", - "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", + "reference": "3833d7255cc303546435cb650316bff708a1c75c", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "suggest": { "ext-intl": "For best performance" @@ -7417,7 +7420,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0" }, "funding": [ { @@ -7433,24 +7436,24 @@ "type": "tidelift" } ], - "time": "2024-05-31T15:07:36+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.30.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c" + "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c", - "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341", + "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "provide": { "ext-mbstring": "*" @@ -7497,7 +7500,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0" }, "funding": [ { @@ -7513,97 +7516,24 @@ "type": "tidelift" } ], - "time": "2024-06-19T12:30:46+00:00" - }, - { - "name": "symfony/polyfill-php72", - "version": "v1.30.0", - "source": { - "type": "git", - "url": "https://github.com/symfony/polyfill-php72.git", - "reference": "10112722600777e02d2745716b70c5db4ca70442" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/10112722600777e02d2745716b70c5db4ca70442", - "reference": "10112722600777e02d2745716b70c5db4ca70442", - "shasum": "" - }, - "require": { - "php": ">=7.1" - }, - "type": "library", - "extra": { - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" - } - }, - "autoload": { - "files": [ - "bootstrap.php" - ], - "psr-4": { - "Symfony\\Polyfill\\Php72\\": "" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nicolas Grekas", - "email": "p@tchwork.com" - }, - { - "name": "Symfony Community", - "homepage": "https://symfony.com/contributors" - } - ], - "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions", - "homepage": "https://symfony.com", - "keywords": [ - "compatibility", - "polyfill", - "portable", - "shim" - ], - "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/v1.30.0" - }, - "funding": [ - { - "url": "https://symfony.com/sponsor", - "type": "custom" - }, - { - "url": "https://github.com/fabpot", - "type": "github" - }, - { - "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", - "type": "tidelift" - } - ], - "time": "2024-06-19T12:30:46+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php80", - "version": "v1.30.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php80.git", - "reference": "77fa7995ac1b21ab60769b7323d600a991a90433" + "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433", - "reference": "77fa7995ac1b21ab60769b7323d600a991a90433", + "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", + "reference": "60328e362d4c2c802a54fcbf04f9d3fb892b4cf8", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "type": "library", "extra": { @@ -7650,7 +7580,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.31.0" }, "funding": [ { @@ -7666,24 +7596,24 @@ "type": "tidelift" } ], - "time": "2024-05-31T15:07:36+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-php83", - "version": "v1.30.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php83.git", - "reference": "dbdcdf1a4dcc2743591f1079d0c35ab1e2dcbbc9" + "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/dbdcdf1a4dcc2743591f1079d0c35ab1e2dcbbc9", - "reference": "dbdcdf1a4dcc2743591f1079d0c35ab1e2dcbbc9", + "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/2fb86d65e2d424369ad2905e83b236a8805ba491", + "reference": "2fb86d65e2d424369ad2905e83b236a8805ba491", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "type": "library", "extra": { @@ -7726,7 +7656,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php83/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-php83/tree/v1.31.0" }, "funding": [ { @@ -7742,24 +7672,24 @@ "type": "tidelift" } ], - "time": "2024-06-19T12:35:24+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/polyfill-uuid", - "version": "v1.30.0", + "version": "v1.31.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-uuid.git", - "reference": "2ba1f33797470debcda07fe9dce20a0003df18e9" + "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/2ba1f33797470debcda07fe9dce20a0003df18e9", - "reference": "2ba1f33797470debcda07fe9dce20a0003df18e9", + "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/21533be36c24be3f4b1669c4725c7d1d2bab4ae2", + "reference": "21533be36c24be3f4b1669c4725c7d1d2bab4ae2", "shasum": "" }, "require": { - "php": ">=7.1" + "php": ">=7.2" }, "provide": { "ext-uuid": "*" @@ -7805,7 +7735,7 @@ "uuid" ], "support": { - "source": "https://github.com/symfony/polyfill-uuid/tree/v1.30.0" + "source": "https://github.com/symfony/polyfill-uuid/tree/v1.31.0" }, "funding": [ { @@ -7821,20 +7751,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T15:07:36+00:00" + "time": "2024-09-09T11:45:10+00:00" }, { "name": "symfony/process", - "version": "v7.1.3", + "version": "v7.1.5", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "7f2f542c668ad6c313dc4a5e9c3321f733197eca" + "reference": "5c03ee6369281177f07f7c68252a280beccba847" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/7f2f542c668ad6c313dc4a5e9c3321f733197eca", - "reference": "7f2f542c668ad6c313dc4a5e9c3321f733197eca", + "url": "https://api.github.com/repos/symfony/process/zipball/5c03ee6369281177f07f7c68252a280beccba847", + "reference": "5c03ee6369281177f07f7c68252a280beccba847", "shasum": "" }, "require": { @@ -7866,7 +7796,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v7.1.3" + "source": "https://github.com/symfony/process/tree/v7.1.5" }, "funding": [ { @@ -7882,20 +7812,20 @@ "type": "tidelift" } ], - "time": "2024-07-26T12:44:47+00:00" + "time": "2024-09-19T21:48:23+00:00" }, { "name": "symfony/routing", - "version": "v7.1.3", + "version": "v7.1.4", "source": { "type": "git", "url": "https://github.com/symfony/routing.git", - "reference": "8a908a3f22d5a1b5d297578c2ceb41b02fa916d0" + "reference": "1500aee0094a3ce1c92626ed8cf3c2037e86f5a7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/routing/zipball/8a908a3f22d5a1b5d297578c2ceb41b02fa916d0", - "reference": "8a908a3f22d5a1b5d297578c2ceb41b02fa916d0", + "url": "https://api.github.com/repos/symfony/routing/zipball/1500aee0094a3ce1c92626ed8cf3c2037e86f5a7", + "reference": "1500aee0094a3ce1c92626ed8cf3c2037e86f5a7", "shasum": "" }, "require": { @@ -7947,7 +7877,7 @@ "url" ], "support": { - "source": "https://github.com/symfony/routing/tree/v7.1.3" + "source": "https://github.com/symfony/routing/tree/v7.1.4" }, "funding": [ { @@ -7963,7 +7893,7 @@ "type": "tidelift" } ], - "time": "2024-07-17T06:10:24+00:00" + "time": "2024-08-29T08:16:25+00:00" }, { "name": "symfony/service-contracts", @@ -8050,16 +7980,16 @@ }, { "name": "symfony/string", - "version": "v7.1.3", + "version": "v7.1.5", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "ea272a882be7f20cad58d5d78c215001617b7f07" + "reference": "d66f9c343fa894ec2037cc928381df90a7ad4306" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/ea272a882be7f20cad58d5d78c215001617b7f07", - "reference": "ea272a882be7f20cad58d5d78c215001617b7f07", + "url": "https://api.github.com/repos/symfony/string/zipball/d66f9c343fa894ec2037cc928381df90a7ad4306", + "reference": "d66f9c343fa894ec2037cc928381df90a7ad4306", "shasum": "" }, "require": { @@ -8117,7 +8047,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v7.1.3" + "source": "https://github.com/symfony/string/tree/v7.1.5" }, "funding": [ { @@ -8133,20 +8063,20 @@ "type": "tidelift" } ], - "time": "2024-07-22T10:25:37+00:00" + "time": "2024-09-20T08:28:38+00:00" }, { "name": "symfony/translation", - "version": "v7.1.3", + "version": "v7.1.5", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "8d5e50c813ba2859a6dfc99a0765c550507934a1" + "reference": "235535e3f84f3dfbdbde0208ede6ca75c3a489ea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/8d5e50c813ba2859a6dfc99a0765c550507934a1", - "reference": "8d5e50c813ba2859a6dfc99a0765c550507934a1", + "url": "https://api.github.com/repos/symfony/translation/zipball/235535e3f84f3dfbdbde0208ede6ca75c3a489ea", + "reference": "235535e3f84f3dfbdbde0208ede6ca75c3a489ea", "shasum": "" }, "require": { @@ -8211,7 +8141,7 @@ "description": "Provides tools to internationalize your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/translation/tree/v7.1.3" + "source": "https://github.com/symfony/translation/tree/v7.1.5" }, "funding": [ { @@ -8227,7 +8157,7 @@ "type": "tidelift" } ], - "time": "2024-07-26T12:41:01+00:00" + "time": "2024-09-16T06:30:38+00:00" }, { "name": "symfony/translation-contracts", @@ -8309,16 +8239,16 @@ }, { "name": "symfony/uid", - "version": "v7.1.1", + "version": "v7.1.5", "source": { "type": "git", "url": "https://github.com/symfony/uid.git", - "reference": "bb59febeecc81528ff672fad5dab7f06db8c8277" + "reference": "8c7bb8acb933964055215d89f9a9871df0239317" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/uid/zipball/bb59febeecc81528ff672fad5dab7f06db8c8277", - "reference": "bb59febeecc81528ff672fad5dab7f06db8c8277", + "url": "https://api.github.com/repos/symfony/uid/zipball/8c7bb8acb933964055215d89f9a9871df0239317", + "reference": "8c7bb8acb933964055215d89f9a9871df0239317", "shasum": "" }, "require": { @@ -8363,7 +8293,7 @@ "uuid" ], "support": { - "source": "https://github.com/symfony/uid/tree/v7.1.1" + "source": "https://github.com/symfony/uid/tree/v7.1.5" }, "funding": [ { @@ -8379,20 +8309,20 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:57:53+00:00" + "time": "2024-09-17T09:16:35+00:00" }, { "name": "symfony/var-dumper", - "version": "v7.1.3", + "version": "v7.1.5", "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "86af4617cca75a6e28598f49ae0690f3b9d4591f" + "reference": "e20e03889539fd4e4211e14d2179226c513c010d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/86af4617cca75a6e28598f49ae0690f3b9d4591f", - "reference": "86af4617cca75a6e28598f49ae0690f3b9d4591f", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/e20e03889539fd4e4211e14d2179226c513c010d", + "reference": "e20e03889539fd4e4211e14d2179226c513c010d", "shasum": "" }, "require": { @@ -8446,7 +8376,7 @@ "dump" ], "support": { - "source": "https://github.com/symfony/var-dumper/tree/v7.1.3" + "source": "https://github.com/symfony/var-dumper/tree/v7.1.5" }, "funding": [ { @@ -8462,7 +8392,7 @@ "type": "tidelift" } ], - "time": "2024-07-26T12:41:01+00:00" + "time": "2024-09-16T10:07:02+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", @@ -9336,26 +9266,26 @@ }, { "name": "composer/pcre", - "version": "3.2.0", + "version": "3.3.1", "source": { "type": "git", "url": "https://github.com/composer/pcre.git", - "reference": "ea4ab6f9580a4fd221e0418f2c357cdd39102a90" + "reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/pcre/zipball/ea4ab6f9580a4fd221e0418f2c357cdd39102a90", - "reference": "ea4ab6f9580a4fd221e0418f2c357cdd39102a90", + "url": "https://api.github.com/repos/composer/pcre/zipball/63aaeac21d7e775ff9bc9d45021e1745c97521c4", + "reference": "63aaeac21d7e775ff9bc9d45021e1745c97521c4", "shasum": "" }, "require": { "php": "^7.4 || ^8.0" }, "conflict": { - "phpstan/phpstan": "<1.11.8" + "phpstan/phpstan": "<1.11.10" }, "require-dev": { - "phpstan/phpstan": "^1.11.8", + "phpstan/phpstan": "^1.11.10", "phpstan/phpstan-strict-rules": "^1.1", "phpunit/phpunit": "^8 || ^9" }, @@ -9395,7 +9325,7 @@ ], "support": { "issues": "https://github.com/composer/pcre/issues", - "source": "https://github.com/composer/pcre/tree/3.2.0" + "source": "https://github.com/composer/pcre/tree/3.3.1" }, "funding": [ { @@ -9411,28 +9341,28 @@ "type": "tidelift" } ], - "time": "2024-07-25T09:36:02+00:00" + "time": "2024-08-27T18:44:43+00:00" }, { "name": "composer/semver", - "version": "3.4.2", + "version": "3.4.3", "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "c51258e759afdb17f1fd1fe83bc12baaef6309d6" + "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/c51258e759afdb17f1fd1fe83bc12baaef6309d6", - "reference": "c51258e759afdb17f1fd1fe83bc12baaef6309d6", + "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", + "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12", "shasum": "" }, "require": { "php": "^5.3.2 || ^7.0 || ^8.0" }, "require-dev": { - "phpstan/phpstan": "^1.4", - "symfony/phpunit-bridge": "^4.2 || ^5" + "phpstan/phpstan": "^1.11", + "symfony/phpunit-bridge": "^3 || ^7" }, "type": "library", "extra": { @@ -9476,7 +9406,7 @@ "support": { "irc": "ircs://irc.libera.chat:6697/composer", "issues": "https://github.com/composer/semver/issues", - "source": "https://github.com/composer/semver/tree/3.4.2" + "source": "https://github.com/composer/semver/tree/3.4.3" }, "funding": [ { @@ -9492,7 +9422,7 @@ "type": "tidelift" } ], - "time": "2024-07-12T11:35:52+00:00" + "time": "2024-09-19T14:15:21+00:00" }, { "name": "composer/xdebug-handler", @@ -9707,16 +9637,16 @@ }, { "name": "felixfbecker/language-server-protocol", - "version": "v1.5.2", + "version": "v1.5.3", "source": { "type": "git", "url": "https://github.com/felixfbecker/php-language-server-protocol.git", - "reference": "6e82196ffd7c62f7794d778ca52b69feec9f2842" + "reference": "a9e113dbc7d849e35b8776da39edaf4313b7b6c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/6e82196ffd7c62f7794d778ca52b69feec9f2842", - "reference": "6e82196ffd7c62f7794d778ca52b69feec9f2842", + "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/a9e113dbc7d849e35b8776da39edaf4313b7b6c9", + "reference": "a9e113dbc7d849e35b8776da39edaf4313b7b6c9", "shasum": "" }, "require": { @@ -9757,22 +9687,22 @@ ], "support": { "issues": "https://github.com/felixfbecker/php-language-server-protocol/issues", - "source": "https://github.com/felixfbecker/php-language-server-protocol/tree/v1.5.2" + "source": "https://github.com/felixfbecker/php-language-server-protocol/tree/v1.5.3" }, - "time": "2022-03-02T22:36:06+00:00" + "time": "2024-04-30T00:40:11+00:00" }, { "name": "fidry/cpu-core-counter", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/theofidry/cpu-core-counter.git", - "reference": "f92996c4d5c1a696a6a970e20f7c4216200fcc42" + "reference": "8520451a140d3f46ac33042715115e290cf5785f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/f92996c4d5c1a696a6a970e20f7c4216200fcc42", - "reference": "f92996c4d5c1a696a6a970e20f7c4216200fcc42", + "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/8520451a140d3f46ac33042715115e290cf5785f", + "reference": "8520451a140d3f46ac33042715115e290cf5785f", "shasum": "" }, "require": { @@ -9812,7 +9742,7 @@ ], "support": { "issues": "https://github.com/theofidry/cpu-core-counter/issues", - "source": "https://github.com/theofidry/cpu-core-counter/tree/1.1.0" + "source": "https://github.com/theofidry/cpu-core-counter/tree/1.2.0" }, "funding": [ { @@ -9820,30 +9750,30 @@ "type": "github" } ], - "time": "2024-02-07T09:43:46+00:00" + "time": "2024-08-06T10:04:20+00:00" }, { "name": "filp/whoops", - "version": "2.15.4", + "version": "2.16.0", "source": { "type": "git", "url": "https://github.com/filp/whoops.git", - "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546" + "reference": "befcdc0e5dce67252aa6322d82424be928214fa2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filp/whoops/zipball/a139776fa3f5985a50b509f2a02ff0f709d2a546", - "reference": "a139776fa3f5985a50b509f2a02ff0f709d2a546", + "url": "https://api.github.com/repos/filp/whoops/zipball/befcdc0e5dce67252aa6322d82424be928214fa2", + "reference": "befcdc0e5dce67252aa6322d82424be928214fa2", "shasum": "" }, "require": { - "php": "^5.5.9 || ^7.0 || ^8.0", + "php": "^7.1 || ^8.0", "psr/log": "^1.0.1 || ^2.0 || ^3.0" }, "require-dev": { - "mockery/mockery": "^0.9 || ^1.0", - "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3", - "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0" + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3", + "symfony/var-dumper": "^4.0 || ^5.0" }, "suggest": { "symfony/var-dumper": "Pretty print complex values better with var-dumper available", @@ -9883,7 +9813,7 @@ ], "support": { "issues": "https://github.com/filp/whoops/issues", - "source": "https://github.com/filp/whoops/tree/2.15.4" + "source": "https://github.com/filp/whoops/tree/2.16.0" }, "funding": [ { @@ -9891,7 +9821,7 @@ "type": "github" } ], - "time": "2023-11-03T12:00:00+00:00" + "time": "2024-09-25T12:00:00+00:00" }, { "name": "hamcrest/hamcrest-php", @@ -9946,16 +9876,16 @@ }, { "name": "laravel/dusk", - "version": "v8.2.2", + "version": "v8.2.6", "source": { "type": "git", "url": "https://github.com/laravel/dusk.git", - "reference": "c7c1702324b40272eaca6519c573555a03faf3d7" + "reference": "f0bf5fcf12bb8d88382513a4673c53123a2322f4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/dusk/zipball/c7c1702324b40272eaca6519c573555a03faf3d7", - "reference": "c7c1702324b40272eaca6519c573555a03faf3d7", + "url": "https://api.github.com/repos/laravel/dusk/zipball/f0bf5fcf12bb8d88382513a4673c53123a2322f4", + "reference": "f0bf5fcf12bb8d88382513a4673c53123a2322f4", "shasum": "" }, "require": { @@ -10012,22 +9942,22 @@ ], "support": { "issues": "https://github.com/laravel/dusk/issues", - "source": "https://github.com/laravel/dusk/tree/v8.2.2" + "source": "https://github.com/laravel/dusk/tree/v8.2.6" }, - "time": "2024-07-24T15:46:41+00:00" + "time": "2024-09-24T13:39:00+00:00" }, { "name": "laravel/pint", - "version": "v1.17.0", + "version": "v1.18.1", "source": { "type": "git", "url": "https://github.com/laravel/pint.git", - "reference": "4dba80c1de4b81dc4c4fb10ea6f4781495eb29f5" + "reference": "35c00c05ec43e6b46d295efc0f4386ceb30d50d9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/pint/zipball/4dba80c1de4b81dc4c4fb10ea6f4781495eb29f5", - "reference": "4dba80c1de4b81dc4c4fb10ea6f4781495eb29f5", + "url": "https://api.github.com/repos/laravel/pint/zipball/35c00c05ec43e6b46d295efc0f4386ceb30d50d9", + "reference": "35c00c05ec43e6b46d295efc0f4386ceb30d50d9", "shasum": "" }, "require": { @@ -10038,13 +9968,13 @@ "php": "^8.1.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.59.3", - "illuminate/view": "^10.48.12", - "larastan/larastan": "^2.9.7", + "friendsofphp/php-cs-fixer": "^3.64.0", + "illuminate/view": "^10.48.20", + "larastan/larastan": "^2.9.8", "laravel-zero/framework": "^10.4.0", "mockery/mockery": "^1.6.12", "nunomaduro/termwind": "^1.15.1", - "pestphp/pest": "^2.34.8" + "pestphp/pest": "^2.35.1" }, "bin": [ "builds/pint" @@ -10080,20 +10010,20 @@ "issues": "https://github.com/laravel/pint/issues", "source": "https://github.com/laravel/pint" }, - "time": "2024-07-23T16:40:20+00:00" + "time": "2024-09-24T17:22:50+00:00" }, { "name": "laravel/sail", - "version": "v1.31.0", + "version": "v1.33.0", "source": { "type": "git", "url": "https://github.com/laravel/sail.git", - "reference": "48d89608a3bb5be763c9bb87121d31e7da27c1cb" + "reference": "d54af9d5745e3680d8a6463ffd9f314aa53eb2d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/sail/zipball/48d89608a3bb5be763c9bb87121d31e7da27c1cb", - "reference": "48d89608a3bb5be763c9bb87121d31e7da27c1cb", + "url": "https://api.github.com/repos/laravel/sail/zipball/d54af9d5745e3680d8a6463ffd9f314aa53eb2d1", + "reference": "d54af9d5745e3680d8a6463ffd9f314aa53eb2d1", "shasum": "" }, "require": { @@ -10143,7 +10073,7 @@ "issues": "https://github.com/laravel/sail/issues", "source": "https://github.com/laravel/sail" }, - "time": "2024-07-22T14:36:50+00:00" + "time": "2024-09-22T19:04:21+00:00" }, { "name": "mockery/mockery", @@ -10290,16 +10220,16 @@ }, { "name": "netresearch/jsonmapper", - "version": "v4.4.1", + "version": "v4.5.0", "source": { "type": "git", "url": "https://github.com/cweiske/jsonmapper.git", - "reference": "132c75c7dd83e45353ebb9c6c9f591952995bbf0" + "reference": "8e76efb98ee8b6afc54687045e1b8dba55ac76e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/132c75c7dd83e45353ebb9c6c9f591952995bbf0", - "reference": "132c75c7dd83e45353ebb9c6c9f591952995bbf0", + "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8e76efb98ee8b6afc54687045e1b8dba55ac76e5", + "reference": "8e76efb98ee8b6afc54687045e1b8dba55ac76e5", "shasum": "" }, "require": { @@ -10335,29 +10265,29 @@ "support": { "email": "cweiske@cweiske.de", "issues": "https://github.com/cweiske/jsonmapper/issues", - "source": "https://github.com/cweiske/jsonmapper/tree/v4.4.1" + "source": "https://github.com/cweiske/jsonmapper/tree/v4.5.0" }, - "time": "2024-01-31T06:18:54+00:00" + "time": "2024-09-08T10:13:13+00:00" }, { "name": "nunomaduro/collision", - "version": "v8.3.0", + "version": "v8.4.0", "source": { "type": "git", "url": "https://github.com/nunomaduro/collision.git", - "reference": "b49f5b2891ce52726adfd162841c69d4e4c84229" + "reference": "e7d1aa8ed753f63fa816932bbc89678238843b4a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nunomaduro/collision/zipball/b49f5b2891ce52726adfd162841c69d4e4c84229", - "reference": "b49f5b2891ce52726adfd162841c69d4e4c84229", + "url": "https://api.github.com/repos/nunomaduro/collision/zipball/e7d1aa8ed753f63fa816932bbc89678238843b4a", + "reference": "e7d1aa8ed753f63fa816932bbc89678238843b4a", "shasum": "" }, "require": { "filp/whoops": "^2.15.4", "nunomaduro/termwind": "^2.0.1", "php": "^8.2.0", - "symfony/console": "^7.1.2" + "symfony/console": "^7.1.3" }, "conflict": { "laravel/framework": "<11.0.0 || >=12.0.0", @@ -10365,13 +10295,13 @@ }, "require-dev": { "larastan/larastan": "^2.9.8", - "laravel/framework": "^11.16.0", - "laravel/pint": "^1.16.2", - "laravel/sail": "^1.30.2", + "laravel/framework": "^11.19.0", + "laravel/pint": "^1.17.1", + "laravel/sail": "^1.31.0", "laravel/sanctum": "^4.0.2", "laravel/tinker": "^2.9.0", - "orchestra/testbench-core": "^9.2.1", - "pestphp/pest": "^2.34.9 || ^3.0.0", + "orchestra/testbench-core": "^9.2.3", + "pestphp/pest": "^2.35.0 || ^3.0.0", "sebastian/environment": "^6.1.0 || ^7.0.0" }, "type": "library", @@ -10434,20 +10364,20 @@ "type": "patreon" } ], - "time": "2024-07-16T22:41:01+00:00" + "time": "2024-08-03T15:32:23+00:00" }, { "name": "orchestra/testbench-core", - "version": "v9.2.2", + "version": "v9.5.1", "source": { "type": "git", "url": "https://github.com/orchestral/testbench-core.git", - "reference": "e0283b4fadbfa0104ea9ad772a390a5bfec602f0" + "reference": "a083229e30daf7c9d6e323f19df0049a590fe51b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/e0283b4fadbfa0104ea9ad772a390a5bfec602f0", - "reference": "e0283b4fadbfa0104ea9ad772a390a5bfec602f0", + "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/a083229e30daf7c9d6e323f19df0049a590fe51b", + "reference": "a083229e30daf7c9d6e323f19df0049a590fe51b", "shasum": "" }, "require": { @@ -10458,13 +10388,14 @@ "conflict": { "brianium/paratest": "<7.3.0 || >=8.0.0", "laravel/framework": "<11.11.0 || >=12.0.0", + "laravel/serializable-closure": "<1.3.0 || >=2.0.0", "nunomaduro/collision": "<8.0.0 || >=9.0.0", - "phpunit/phpunit": "<10.5.0 || 11.0.0 || >=11.3.0" + "phpunit/phpunit": "<10.5.0 || 11.0.0 || >=11.5.0" }, "require-dev": { "fakerphp/faker": "^1.23", "laravel/framework": "^11.11", - "laravel/pint": "^1.6", + "laravel/pint": "^1.17", "mockery/mockery": "^1.6", "phpstan/phpstan": "^1.11", "phpunit/phpunit": "^10.5 || ^11.0.1", @@ -10477,7 +10408,7 @@ "brianium/paratest": "Allow using parallel tresting (^7.3).", "ext-pcntl": "Required to use all features of the console signal trapping.", "fakerphp/faker": "Allow using Faker for testing (^1.23).", - "laravel/framework": "Required for testing (^11.1).", + "laravel/framework": "Required for testing (^11.11).", "mockery/mockery": "Allow using Mockery for testing (^1.6).", "nunomaduro/collision": "Allow using Laravel style tests output and parallel testing (^8.0).", "orchestra/testbench-dusk": "Allow using Laravel Dusk for testing (^9.0).", @@ -10523,7 +10454,7 @@ "issues": "https://github.com/orchestral/testbench/issues", "source": "https://github.com/orchestral/testbench-core" }, - "time": "2024-07-19T10:35:39+00:00" + "time": "2024-09-25T10:02:32+00:00" }, { "name": "phar-io/manifest", @@ -10886,16 +10817,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.29.1", + "version": "1.32.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4" + "reference": "6ca22b154efdd9e3c68c56f5d94670920a1c19a4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fcaefacf2d5c417e928405b71b400d4ce10daaf4", - "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/6ca22b154efdd9e3c68c56f5d94670920a1c19a4", + "reference": "6ca22b154efdd9e3c68c56f5d94670920a1c19a4", "shasum": "" }, "require": { @@ -10927,38 +10858,38 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.29.1" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.32.0" }, - "time": "2024-05-31T08:52:43+00:00" + "time": "2024-09-26T07:23:32+00:00" }, { "name": "phpunit/php-code-coverage", - "version": "10.1.15", + "version": "10.1.16", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "5da8b1728acd1e6ffdf2ff32ffbdfd04307f26ae" + "reference": "7e308268858ed6baedc8704a304727d20bc07c77" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/5da8b1728acd1e6ffdf2ff32ffbdfd04307f26ae", - "reference": "5da8b1728acd1e6ffdf2ff32ffbdfd04307f26ae", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7e308268858ed6baedc8704a304727d20bc07c77", + "reference": "7e308268858ed6baedc8704a304727d20bc07c77", "shasum": "" }, "require": { "ext-dom": "*", "ext-libxml": "*", "ext-xmlwriter": "*", - "nikic/php-parser": "^4.18 || ^5.0", + "nikic/php-parser": "^4.19.1 || ^5.1.0", "php": ">=8.1", - "phpunit/php-file-iterator": "^4.0", - "phpunit/php-text-template": "^3.0", - "sebastian/code-unit-reverse-lookup": "^3.0", - "sebastian/complexity": "^3.0", - "sebastian/environment": "^6.0", - "sebastian/lines-of-code": "^2.0", - "sebastian/version": "^4.0", - "theseer/tokenizer": "^1.2.0" + "phpunit/php-file-iterator": "^4.1.0", + "phpunit/php-text-template": "^3.0.1", + "sebastian/code-unit-reverse-lookup": "^3.0.0", + "sebastian/complexity": "^3.2.0", + "sebastian/environment": "^6.1.0", + "sebastian/lines-of-code": "^2.0.2", + "sebastian/version": "^4.0.1", + "theseer/tokenizer": "^1.2.3" }, "require-dev": { "phpunit/phpunit": "^10.1" @@ -10970,7 +10901,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "10.1-dev" + "dev-main": "10.1.x-dev" } }, "autoload": { @@ -10999,7 +10930,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", - "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.15" + "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/10.1.16" }, "funding": [ { @@ -11007,7 +10938,7 @@ "type": "github" } ], - "time": "2024-06-29T08:25:15+00:00" + "time": "2024-08-22T04:31:57+00:00" }, { "name": "phpunit/php-file-iterator", @@ -11254,16 +11185,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.28", + "version": "10.5.35", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "ff7fb85cdf88131b83e721fb2a327b664dbed275" + "reference": "7ac8b4e63f456046dcb4c9787da9382831a1874b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ff7fb85cdf88131b83e721fb2a327b664dbed275", - "reference": "ff7fb85cdf88131b83e721fb2a327b664dbed275", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7ac8b4e63f456046dcb4c9787da9382831a1874b", + "reference": "7ac8b4e63f456046dcb4c9787da9382831a1874b", "shasum": "" }, "require": { @@ -11277,14 +11208,14 @@ "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", "php": ">=8.1", - "phpunit/php-code-coverage": "^10.1.15", + "phpunit/php-code-coverage": "^10.1.16", "phpunit/php-file-iterator": "^4.1.0", "phpunit/php-invoker": "^4.0.0", "phpunit/php-text-template": "^3.0.1", "phpunit/php-timer": "^6.0.0", "sebastian/cli-parser": "^2.0.1", "sebastian/code-unit": "^2.0.0", - "sebastian/comparator": "^5.0.1", + "sebastian/comparator": "^5.0.2", "sebastian/diff": "^5.1.1", "sebastian/environment": "^6.1.0", "sebastian/exporter": "^5.1.2", @@ -11335,7 +11266,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.28" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.35" }, "funding": [ { @@ -11351,7 +11282,7 @@ "type": "tidelift" } ], - "time": "2024-07-18T14:54:16+00:00" + "time": "2024-09-19T10:52:21+00:00" }, { "name": "psalm/plugin-laravel", @@ -11595,16 +11526,16 @@ }, { "name": "sebastian/comparator", - "version": "5.0.1", + "version": "5.0.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "2db5010a484d53ebf536087a70b4a5423c102372" + "reference": "2d3e04c3b4c1e84a5e7382221ad8883c8fbc4f53" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2db5010a484d53ebf536087a70b4a5423c102372", - "reference": "2db5010a484d53ebf536087a70b4a5423c102372", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2d3e04c3b4c1e84a5e7382221ad8883c8fbc4f53", + "reference": "2d3e04c3b4c1e84a5e7382221ad8883c8fbc4f53", "shasum": "" }, "require": { @@ -11615,7 +11546,7 @@ "sebastian/exporter": "^5.0" }, "require-dev": { - "phpunit/phpunit": "^10.3" + "phpunit/phpunit": "^10.4" }, "type": "library", "extra": { @@ -11660,7 +11591,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/comparator/issues", "security": "https://github.com/sebastianbergmann/comparator/security/policy", - "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.1" + "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.2" }, "funding": [ { @@ -11668,7 +11599,7 @@ "type": "github" } ], - "time": "2023-08-14T13:18:12+00:00" + "time": "2024-08-12T06:03:08+00:00" }, { "name": "sebastian/complexity", @@ -12411,16 +12342,16 @@ }, { "name": "staudenmeir/dusk-updater", - "version": "v1.5", + "version": "v1.5.1", "source": { "type": "git", "url": "https://github.com/staudenmeir/dusk-updater.git", - "reference": "7841972db3997ee20bd48d8acf9d308c82585bb5" + "reference": "34a5e26ccaf729033c6511f8ebf9e7e1f127fc84" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/staudenmeir/dusk-updater/zipball/7841972db3997ee20bd48d8acf9d308c82585bb5", - "reference": "7841972db3997ee20bd48d8acf9d308c82585bb5", + "url": "https://api.github.com/repos/staudenmeir/dusk-updater/zipball/34a5e26ccaf729033c6511f8ebf9e7e1f127fc84", + "reference": "34a5e26ccaf729033c6511f8ebf9e7e1f127fc84", "shasum": "" }, "require": { @@ -12428,7 +12359,7 @@ "symfony/process": "^4.2|^5.0|^6.0|^7.0" }, "require-dev": { - "orchestra/testbench": "^6.22" + "orchestra/testbench": "^7.0|^8.0|^9.0" }, "type": "library", "extra": { @@ -12456,22 +12387,22 @@ "description": "Updater for Laravel Dusk ChromeDriver binaries", "support": { "issues": "https://github.com/staudenmeir/dusk-updater/issues", - "source": "https://github.com/staudenmeir/dusk-updater/tree/v1.5" + "source": "https://github.com/staudenmeir/dusk-updater/tree/v1.5.1" }, - "time": "2024-03-12T15:37:01+00:00" + "time": "2024-08-19T20:14:33+00:00" }, { "name": "symfony/filesystem", - "version": "v7.1.2", + "version": "v7.1.5", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "92a91985250c251de9b947a14bb2c9390b1a562c" + "reference": "61fe0566189bf32e8cfee78335d8776f64a66f5a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/92a91985250c251de9b947a14bb2c9390b1a562c", - "reference": "92a91985250c251de9b947a14bb2c9390b1a562c", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/61fe0566189bf32e8cfee78335d8776f64a66f5a", + "reference": "61fe0566189bf32e8cfee78335d8776f64a66f5a", "shasum": "" }, "require": { @@ -12508,7 +12439,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v7.1.2" + "source": "https://github.com/symfony/filesystem/tree/v7.1.5" }, "funding": [ { @@ -12524,20 +12455,20 @@ "type": "tidelift" } ], - "time": "2024-06-28T10:03:55+00:00" + "time": "2024-09-17T09:16:35+00:00" }, { "name": "symfony/yaml", - "version": "v7.1.1", + "version": "v7.1.5", "source": { "type": "git", "url": "https://github.com/symfony/yaml.git", - "reference": "fa34c77015aa6720469db7003567b9f772492bf2" + "reference": "4e561c316e135e053bd758bf3b3eb291d9919de4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/fa34c77015aa6720469db7003567b9f772492bf2", - "reference": "fa34c77015aa6720469db7003567b9f772492bf2", + "url": "https://api.github.com/repos/symfony/yaml/zipball/4e561c316e135e053bd758bf3b3eb291d9919de4", + "reference": "4e561c316e135e053bd758bf3b3eb291d9919de4", "shasum": "" }, "require": { @@ -12579,7 +12510,7 @@ "description": "Loads and dumps YAML files", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/v7.1.1" + "source": "https://github.com/symfony/yaml/tree/v7.1.5" }, "funding": [ { @@ -12595,7 +12526,7 @@ "type": "tidelift" } ], - "time": "2024-05-31T14:57:53+00:00" + "time": "2024-09-17T12:49:58+00:00" }, { "name": "theseer/tokenizer", @@ -12649,16 +12580,16 @@ }, { "name": "vimeo/psalm", - "version": "5.25.0", + "version": "5.26.1", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "01a8eb06b9e9cc6cfb6a320bf9fb14331919d505" + "reference": "d747f6500b38ac4f7dfc5edbcae6e4b637d7add0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/01a8eb06b9e9cc6cfb6a320bf9fb14331919d505", - "reference": "01a8eb06b9e9cc6cfb6a320bf9fb14331919d505", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/d747f6500b38ac4f7dfc5edbcae6e4b637d7add0", + "reference": "d747f6500b38ac4f7dfc5edbcae6e4b637d7add0", "shasum": "" }, "require": { @@ -12679,7 +12610,7 @@ "felixfbecker/language-server-protocol": "^1.5.2", "fidry/cpu-core-counter": "^0.4.1 || ^0.5.1 || ^1.0.0", "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0", - "nikic/php-parser": "^4.16", + "nikic/php-parser": "^4.17", "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", "sebastian/diff": "^4.0 || ^5.0 || ^6.0", "spatie/array-to-xml": "^2.17.0 || ^3.0", @@ -12755,7 +12686,7 @@ "issues": "https://github.com/vimeo/psalm/issues", "source": "https://github.com/vimeo/psalm" }, - "time": "2024-06-16T15:08:35+00:00" + "time": "2024-09-08T18:53:08+00:00" } ], "aliases": [], diff --git a/config/app.php b/config/app.php index 6d111a0a5..925c4c956 100644 --- a/config/app.php +++ b/config/app.php @@ -220,6 +220,8 @@ IXP\Providers\IxpServiceProvider::class, IXP\Providers\RipeAtlasProvider::class, + IXP\Providers\DiagnosticsServiceProvider::class, + /* * Third party providers */ diff --git a/config/grapher.php b/config/grapher.php index 104fc3a1e..0537285b5 100644 --- a/config/grapher.php +++ b/config/grapher.php @@ -164,7 +164,7 @@ // The follows DO NOT DEFAULT TO PUBLIC but rather customer's are only allowed access // their own graphs by default. // - // See: https://docs.ixpmanager.org/grapher/api/#access-to-member-graphs + // See: https://docs.ixpmanager.org/latest/grapher/api/#access-to-member-graphs 'customer' => env( 'GRAPHER_ACCESS_CUSTOMER', 'own_graphs_only' ), 'p2p' => env( 'GRAPHER_ACCESS_P2P', 'own_graphs_only' ), 'latency' => env( 'GRAPHER_ACCESS_LATENCY', 'own_graphs_only' ), diff --git a/config/ixp.php b/config/ixp.php index c2887c1e1..6db3743bf 100644 --- a/config/ixp.php +++ b/config/ixp.php @@ -79,7 +79,7 @@ 'peering-matrix' => [ // Minimum user auth level for the peering matrix - // See https://docs.ixpmanager.org/usage/users/#types-of-users + // See https://docs.ixpmanager.org/latest/usage/users/#types-of-users 'min-auth' => env( 'PEERING_MATRIX_MIN_AUTH', \IXP\Models\User::AUTH_PUBLIC ), // the number of days back we look is not a perfect science. generally, the bigger the interface / more @@ -116,6 +116,31 @@ ], + + 'exec' => [ + + // printf style string: + 'ping4' => env( 'IXP_EXEC_PING4', "ping -4 -i 0.01 -w 2 -c 5 %s" ), + 'ping6' => env( 'IXP_EXEC_PING6', "ping -6 -i 0.01 -w 2 -c 5 %s" ), + + // arping is indexed on vlan.id so interfaces can be set appropriately + // prepopulating some entries for ease but will need to find an alternate way + // to handle this + 'arping' => [ + 1 => env( 'IXP_EXEC_ARPING_1', false ), + 2 => env( 'IXP_EXEC_ARPING_2', false ), + 3 => env( 'IXP_EXEC_ARPING_3', false ), + 4 => env( 'IXP_EXEC_ARPING_4', false ), + 5 => env( 'IXP_EXEC_ARPING_5', false ), + 6 => env( 'IXP_EXEC_ARPING_6', false ), + 7 => env( 'IXP_EXEC_ARPING_7', false ), + 8 => env( 'IXP_EXEC_ARPING_8', false ), + 9 => env( 'IXP_EXEC_ARPING_9', false ), + 10 => env( 'IXP_EXEC_ARPING_10', false ), + ], + ], + + 'rpki' => [ 'rtr1' => [ 'host' => env( 'IXP_RPKI_RTR1_HOST', false ), @@ -153,7 +178,7 @@ // 'snmp' => [ - // See https://docs.ixpmanager.org/usage/switches/#snmp-and-port-types-iftype + // See https://docs.ixpmanager.org/latest/usage/switches/#snmp-and-port-types-iftype // Do not edit this file - set a .env variable of types to override the default. // The default is equivalent to: // IXP_SNMP_ALLOWED_INTERFACE_TYPES="6,135,136" diff --git a/config/ixp_fe.php b/config/ixp_fe.php index 7dec142c7..377540063 100644 --- a/config/ixp_fe.php +++ b/config/ixp_fe.php @@ -155,7 +155,7 @@ // 'billing_updates_notify' => env( 'IXP_FE_CUSTOMER_BILLING_UPDATES_NOTIFY', false ), - // customer notes - see: https://docs.ixpmanager.org/usage/notes/ + // customer notes - see: https://docs.ixpmanager.org/latest/usage/notes/ // // Admin users can opt to get notified when a customer note is added / edited / deleted. // For testing and demonstration purposes, this can be disabled and all updates diff --git a/config/ixp_fe_settings.php b/config/ixp_fe_settings.php index 4acd1f47e..9a45dc1d8 100644 --- a/config/ixp_fe_settings.php +++ b/config/ixp_fe_settings.php @@ -51,7 +51,7 @@ 'type' => 'radio', 'invert' => false, 'name' => 'AS112 functionality', - 'docs_url' => 'https://docs.ixpmanager.org/features/as112/', + 'docs_url' => 'https://docs.ixpmanager.org/latest/features/as112/', 'help' => 'AS112 is a service which provides anycast reverse DNS lookup for several prefixes, particularly rfc1918 space. If you are providing an AS112 service to your members, this feature enables UI elements for that.', @@ -63,7 +63,7 @@ 'type' => 'radio', 'invert' => true, 'name' => 'Console Server Connections', - 'docs_url' => 'https://docs.ixpmanager.org/features/console-servers/', // can be null + 'docs_url' => 'https://docs.ixpmanager.org/latest/features/console-servers/', // can be null 'help' => 'An IXP would typically have out of band access (for emergencies, firmware upgrades, etc) to critical infrastructure devices by means of a console server. This module allows you to record what equipment console server ports connect to. @@ -90,7 +90,7 @@ 'type' => 'radio', 'invert' => true, 'name' => 'Database Change Logging', - 'docs_url' => 'https://docs.ixpmanager.org/usage/dblogs/', + 'docs_url' => 'https://docs.ixpmanager.org/latest/usage/dblogs/', 'help' => 'Database change logging for changes made via the UI.', ], @@ -100,7 +100,7 @@ 'type' => 'radio', 'invert' => true, 'name' => 'Customer Document Store', - 'docs_url' => 'https://docs.ixpmanager.org/features/docstore/', + 'docs_url' => 'https://docs.ixpmanager.org/latest/features/docstore/', 'help' => 'A per-member document store which allows administrators to upload documents on a per-member basis. These can be made visible to administrators only or also to users assigned to that specific member. Example use cases for this are member @@ -113,7 +113,7 @@ 'type' => 'radio', 'invert' => true, 'name' => 'Document Store', - 'docs_url' => 'https://docs.ixpmanager.org/features/docstore/', + 'docs_url' => 'https://docs.ixpmanager.org/latest/features/docstore/', 'help' => 'A general document store which allows administrators to make documents generally available for specific user classes (public, customer user, customer admin, superadmin). Example use cases for this are member upgrade forms, distribution of board or management minutes, etc.', @@ -125,7 +125,7 @@ 'type' => 'radio', 'invert' => true, 'name' => 'Filtered Prefixes', - 'docs_url' => 'https://docs.ixpmanager.org/features/route-servers/#displaying-filtered-prefixes', + 'docs_url' => 'https://docs.ixpmanager.org/latest/features/route-servers/#displaying-filtered-prefixes', 'help' => 'This feature provides member\'s a live view of member prefixes filtered on the IXP\'s route servers. It requires that you are using IXP Manager\'s Bird v2 route server configuration and have enabled the looking glass.' @@ -137,7 +137,7 @@ 'type' => 'radio', 'invert' => true, 'name' => 'Looking Glass', - 'docs_url' => 'https://docs.ixpmanager.org/features/looking-glass/', + 'docs_url' => 'https://docs.ixpmanager.org/latest/features/looking-glass/', 'help' => 'IXP Manager supports full looking glass features when using the Bird BGP daemon and Bird\'s Eye (a simple secure micro service for querying Bird). This feature is an required element of some other features such as the filtered prefixes.', @@ -159,7 +159,7 @@ 'type' => 'radio', 'invert' => true, 'name' => 'Member Logos', - 'docs_url' => 'https://docs.ixpmanager.org/usage/customers/#customer-logos', + 'docs_url' => 'https://docs.ixpmanager.org/latest/usage/customers/#customer-logos', 'help' => 'Allows customer users and administrators to upload and manage their organisation\'s logo.', ], @@ -169,7 +169,7 @@ 'type' => 'radio', 'invert' => true, 'name' => 'Peering Manager', - 'docs_url' => 'https://docs.ixpmanager.org/features/peering-manager/', + 'docs_url' => 'https://docs.ixpmanager.org/latest/features/peering-manager/', 'help' => 'The Peering Manager is a fantastic tool that allows your members to view, compose, request and track their peering requests with other IXP members.', ], @@ -180,10 +180,10 @@ 'type' => 'radio', 'invert' => true, 'name' => 'Peering Matrix', - 'docs_url' => 'https://docs.ixpmanager.org/features/peering-matrix/', + 'docs_url' => 'https://docs.ixpmanager.org/latest/features/peering-matrix/', 'help' => 'The peering matrix system builds up a list of who is peering with whom over your IXP. You will need sflow running with a - BGP detector running.', ], @@ -448,8 +448,45 @@ 'fields' => [ + 'peeringdb_oauth_enabled' => [ + 'config_key' => 'auth.peeringdb_oauth_enabled', + 'dotenv_key' => 'AUTH_PEERINGDB_ENABLED', + 'type' => 'radio', + 'name' => 'PeeringDB OAuth Enabled', + 'docs_url' => 'https://docs.ixpmanager.org/latest/features/peeringdb-oauth/', + 'help' => 'Enable OAuth with PeeringDB. Note a number of additional settings below are required.', + ], + + 'peeringdb_oauth_client_id' => [ + 'config_key' => 'services.peeringdb_oauth_client_id', + 'dotenv_key' => 'PEERINGDB_OAUTH_CLIENT_ID', + 'type' => 'text', + 'rules' => 'nullable|max:255', + 'name' => 'PeeringDB OAuth Client ID', + 'docs_url' => 'https://docs.ixpmanager.org/latest/features/peeringdb-oauth/', + 'help' => 'PeeringDB OAuth client ID - you will receive this from PeeringDB', + ], + + 'peeringdb_oauth_client_secret' => [ + 'config_key' => 'services.peeringdb_oauth_client_secret', + 'dotenv_key' => 'PEERINGDB_OAUTH_CLIENT_SECRET', + 'type' => 'text', + 'rules' => 'nullable|max:255', + 'name' => 'PeeringDB OAuth Client Secret', + 'docs_url' => 'https://docs.ixpmanager.org/latest/features/peeringdb-oauth/', + 'help' => 'PeeringDB OAuth client secret - you will receive this from PeeringDB', + ], - // do wee need here add the peeringdb api authentication and oauth data? + 'peeringdb_oauth_redirect' => [ + 'config_key' => 'services.peeringdb_oauth_redirect', + 'dotenv_key' => 'PEERINGDB_OAUTH_REDIRECT', + 'type' => 'text', + 'rules' => 'nullable|max:255', + 'name' => 'PeeringDB OAuth Redirect', + 'docs_url' => 'https://docs.ixpmanager.org/latest/features/peeringdb-oauth/', + 'help' => 'PeeringDB OAuth - post authentication redirect target on IXP Manager. Assuming your ' + . 'APP_URL is correct, then: ' . config('app.url') . '/auth/login/peeringdb/callback' + ], ], @@ -474,95 +511,116 @@ rate limited can be avoided.", ], + ], + ], + + 'ixf_export' => [ + + 'title' => 'IX-F Export', + 'description' => "Configuration options for the IX-F export.", + + 'fields' => [ + 'public' => [ - 'config_key' => 'ixp_api.public', + 'config_key' => 'ixp_api.json_export_schema.public', 'dotenv_key' => 'IXP_API_JSONEXPORTSCHEMA_PUBLIC', - 'type' => 'text', + 'type' => 'radio', 'rules' => '', - 'name' => 'JSON Export is Public', - 'docs_url' => null, - 'help' => 'If false, an API key is required', + 'name' => 'IX-F Export is Public', + 'docs_url' => 'https://docs.ixpmanager.org/latest/features/ixf-export/', + 'help' => 'We strongly advise you not to disable public access if you are a standard IXP. Remember, the ' + . 'public version is essentially the same list as you would provide on your standard website\'s list of members. ' + . 'If you disable this then only logged in users can access the IX-F export.', ], + 'access_key' => [ - 'config_key' => 'ixp_api.access_key', + 'config_key' => 'ixp_api.json_export_schema.access_key', 'dotenv_key' => 'IXP_API_JSONEXPORTSCHEMA_ACCESS_KEY', 'type' => 'text', 'rules' => '', - 'name' => 'JSON Export Access Key', - 'docs_url' => null, - 'help' => '', + 'name' => 'IX-F Export Access Key', + 'docs_url' => 'https://docs.ixpmanager.org/7.0/features/ixf-export/#configuration-options', + 'help' => 'If you disable public access, then you can set an access key (password) here to allow remote non-logged in access.', ], + 'excludes_rfc5398' => [ - 'config_key' => 'ixp_api.excludes.rfc5398', + 'config_key' => 'ixp_api.json_export_schema.excludes.rfc5398', 'dotenv_key' => 'IXP_API_JSONEXPORTSCHEMA_EXCLUDE_RFC5398', - 'type' => 'text', + 'type' => 'radio', 'rules' => '', - 'name' => 'JSON Export Excludes RFC5398', - 'docs_url' => null, - 'help' => '', + 'name' => 'IX-F Export - Exclude rfc5398 ASNs', + 'docs_url' => 'https://docs.ixpmanager.org/7.0/features/ixf-export/#excluding-members', + 'help' => 'Excludes members with documentation ASNs (64496 - 64511, 65536 - 65551)', ], + 'excludes_rfc6996' => [ - 'config_key' => 'ixp_api.excludes.rfc6996', + 'config_key' => 'ixp_api.json_export_schema.excludes.rfc6996', 'dotenv_key' => 'IXP_API_JSONEXPORTSCHEMA_EXCLUDE_RFC6996', - 'type' => 'text', + 'type' => 'radio', 'rules' => '', - 'name' => 'JSON Export Excludes RFC6996', - 'docs_url' => null, - 'help' => '', + 'name' => 'IX-F Export - Exclude rfc6996 ASNs', + 'docs_url' => 'https://docs.ixpmanager.org/7.0/features/ixf-export/#excluding-members', + 'help' => 'Excludes members with private ASNs (64512 - 65534, 4200000000 - 4294967294)', ], + 'excludes_tags' => [ - 'config_key' => 'ixp_api.excludes.tags', + 'config_key' => 'ixp_api.json_export_schema.excludes.tags', 'dotenv_key' => 'IXP_API_JSONEXPORTSCHEMA_EXCLUDE_TAGS', 'type' => 'text', 'rules' => '', - 'name' => 'JSON Export Excludes Tags', - 'docs_url' => null, - 'help' => '', + 'name' => 'IX-F Export - Excludes Tags', + 'docs_url' => 'https://docs.ixpmanager.org/7.0/features/ixf-export/#excluding-members', + 'help' => 'You can exclude members by tag by setting this option. E.g. tag1|tag2', ], - 'excludes_asnum' => [ - 'config_key' => 'ixp_api.excludes.asnum', + + 'excludes_asnum' => [ + 'config_key' => 'ixp_api.json_export_schema.excludes.asnum', 'dotenv_key' => 'IXP_API_JSONEXPORTSCHEMA_EXCLUDE_ASNUM', 'type' => 'text', 'rules' => '', - 'name' => 'JSON Export Excludes AS Num', - 'docs_url' => null, - 'help' => '', + 'name' => 'IX-F Export - Excludes ASNs', + 'docs_url' => 'https://docs.ixpmanager.org/7.0/features/ixf-export/#excluding-members', + 'help' => 'You can exclude members by ASN by setting this option. E.g. 64496|64497|...', ], + 'excludes_switch' => [ - 'config_key' => 'ixp_api.excludes.switch', + 'config_key' => 'ixp_api.json_export_schema.excludes.switch', 'dotenv_key' => 'IXP_API_JSONEXPORTSCHEMA_EXCLUDE_SWITCH', 'type' => 'text', 'rules' => '', - 'name' => 'JSON Export Excludes Switches', - 'docs_url' => null, - 'help' => '', + 'name' => 'IX-F Export - Exclude Switch Info', + 'docs_url' => 'https://docs.ixpmanager.org/7.0/features/ixf-export/#excluding-some-data', + 'help' => 'If you need, e.g., to exclude the model and software version from switch information, you can set the following: model|software', ], - 'excludes_ixp' => [ - 'config_key' => 'ixp_api.excludes.ixp', + + 'excludes_ixp' => [ + 'config_key' => 'ixp_api.json_export_schema.excludes.ixp', 'dotenv_key' => 'IXP_API_JSONEXPORTSCHEMA_EXCLUDE_IXP', 'type' => 'text', 'rules' => '', - 'name' => 'JSON Export Excludes IXPs', - 'docs_url' => null, - 'help' => '', + 'name' => 'IX-F Export - Exclude IXP Info', + 'docs_url' => 'https://docs.ixpmanager.org/7.0/features/ixf-export/#excluding-some-data', + 'help' => 'If you need, e.g., to exclude some of your IXP information, you can set the following: name|url', ], + 'excludes_member' => [ - 'config_key' => 'ixp_api.excludes.member', + 'config_key' => 'ixp_api.json_export_schema.excludes.member', 'dotenv_key' => 'IXP_API_JSONEXPORTSCHEMA_EXCLUDE_MEMBER', 'type' => 'text', 'rules' => '', - 'name' => 'JSON Export Excludes Members', - 'docs_url' => null, - 'help' => '', + 'name' => 'IX-F Export - Exclude Member Info', + 'docs_url' => 'https://docs.ixpmanager.org/7.0/features/ixf-export/#excluding-some-data', + 'help' => 'If you need, e.g., to exclude some member information, you can set the following: peering_policy|member_type', ], - 'excludes_intinfo' => [ - 'config_key' => 'ixp_api.excludes.intinfo', + + 'excludes_intinfo' => [ + 'config_key' => 'ixp_api.json_export_schema.excludes.intinfo', 'dotenv_key' => 'IXP_API_JSONEXPORTSCHEMA_EXCLUDE_INTINFO', 'type' => 'text', 'rules' => '', - 'name' => 'JSON Export Excludes Int Info', - 'docs_url' => null, - 'help' => '', + 'name' => 'IX-F Export - Exclude Interface Info', + 'docs_url' => 'https://docs.ixpmanager.org/7.0/features/ixf-export/#excluding-some-data', + 'help' => 'If you need, e.g., to exclude some of your members\' interface information, you can set the following: mac_addresses|routeserver', ], ], @@ -581,8 +639,10 @@ 'config_key' => 'ixp_fe.admin.default_graph_period', 'dotenv_key' => 'IXP_FE_ADMIN_DASHBOARD_DEFAULT_GRAPH_PERIOD', 'type' => 'select', - 'options' => [ 'type' => 'array', 'list' => IXP\Services\Grapher\Graph::PERIODS ], - 'name' => "Admin Dashbaord Graph Period", + 'options' => [ 'type' => 'array', 'list' => array_filter( IXP\Services\Grapher\Graph::PERIODS, function( $k ) { + return $k !== IXP\Services\Grapher\Graph::PERIOD_CUSTOM; + }, ARRAY_FILTER_USE_KEY ) ], + 'name' => "Default Graph Period", 'help' => 'Default graph period on the admin dashboard.', ], @@ -594,7 +654,7 @@ 'type' => 'text', 'rules' => 'nullable|max:255|email', 'name' => 'Billing Updates Notification', - 'docs_url' => 'https://docs.ixpmanager.org/usage/customers/#notification-of-billing-details-changed', + 'docs_url' => 'https://docs.ixpmanager.org/latest/usage/customers/#notification-of-billing-details-changed', 'help' => "If a member edits their billing details in their portal, the changes can be emailed to this address. If left blank, then no emails will be sent.", ], @@ -603,13 +663,34 @@ ], ], - 'misc_options' => [ + 'route_servers' => [ - 'title' => 'Miscellaneous', - 'description' => "These are various frontend options which you can tweak as appropriate.", + 'title' => 'Route Servers', + 'description' => "Options for route servers. Changing any of these will affect production route servers! Proceed with caution. ", 'fields' => [ + 'min_v4_subnet_size' => [ + 'config_key' => 'ixp.irrdb.min_v4_subnet_size', + 'dotenv_key' => 'IXP_IRRDB_MIN_V4_SUBNET_SIZE', + 'type' => 'text', + 'rules' => 'between:1,32', + 'name' => 'Minimum IPv4 Subnet Size', + 'docs_url' => 'https://docs.ixpmanager.org/7.0/features/route-servers/', + 'help' => 'Minimum ipv4 subnet size accepted by route servers. Should be no more specific than a /24.', + ], + + 'min_v6_subnet_size' => [ + 'config_key' => 'ixp.irrdb.min_v6_subnet_size', + 'dotenv_key' => 'IXP_IRRDB_MIN_V6_SUBNET_SIZE', + 'type' => 'text', + 'rules' => 'between:1,128', + 'name' => 'Minimum IPv6 Subnet Size', + 'docs_url' => 'https://docs.ixpmanager.org/7.0/features/route-servers/', + 'help' => 'Minimum ipv6 subnet size accepted by route servers. Should be no more specific than a /48.', + ], + + 'rs-filters-ttl' => [ // this via config() will give default value 'config_key' => 'ixp_fe.frontend.rs-filters.ttl', @@ -622,45 +703,91 @@ need to know how often you update their configurations. The text you enter here will be displayed on the route server filters page.", ], + 'rpki_rtr1_host' => [ 'config_key' => 'ixp.rpki.rtr1.host', 'dotenv_key' => 'IXP_RPKI_RTR1_HOST', 'type' => 'text', 'rules' => '', - 'name' => 'RPKI RTR1 Host', - 'docs_url' => null, - 'help' => '', + 'name' => 'RPKI Validator #1 Host', + 'docs_url' => 'https://docs.ixpmanager.org/latest/features/rpki/', + 'help' => 'IP address of the first RPKI local cache / validator. This will be inserted into the generated route server configuration if RPKI is enabled.', ], + 'rpki_rtr1_port' => [ 'config_key' => 'ixp.rpki.rtr1.port', 'dotenv_key' => 'IXP_RPKI_RTR1_PORT', 'type' => 'text', - 'rules' => 'between:1000,9999', - 'name' => 'RPKI RTR1 Port', - 'docs_url' => null, - 'help' => '', + 'rules' => 'between:1,65535', + 'name' => 'RPKI Validator #1 Port', + 'docs_url' => 'https://docs.ixpmanager.org/latest/features/rpki/', + 'help' => 'Port to connect to on the first RPKI local cache / validator. This will be inserted into the generated route server configuration if RPKI is enabled.', ], + 'rpki_rtr2_host' => [ 'config_key' => 'ixp.rpki.rtr2.host', 'dotenv_key' => 'IXP_RPKI_RTR2_HOST', 'type' => 'text', 'rules' => '', - 'name' => 'RPKI RTR2 Host', - 'docs_url' => null, - 'help' => '', + 'name' => 'RPKI Validator #2 Host', + 'docs_url' => 'https://docs.ixpmanager.org/latest/features/rpki/', + 'help' => 'IP address of the second RPKI local cache / validator. This will be inserted into the generated route server configuration if RPKI is enabled.', ], + 'rpki_rtr2_port' => [ 'config_key' => 'ixp.rpki.rtr2.port', 'dotenv_key' => 'IXP_RPKI_RTR2_PORT', 'type' => 'text', - 'rules' => 'between:1000,9999', - 'name' => 'RPKI RTR2 Port', + 'rules' => 'between:1,65535', + 'name' => 'RPKI Validator #2 Port', + 'docs_url' => 'https://docs.ixpmanager.org/latest/features/rpki/', + 'help' => 'Port to connect to on the second RPKI local cache / validator. This will be inserted into the generated route server configuration if RPKI is enabled.', + ], + + ], + ], + + + 'utilities' => [ + + 'title' => 'System Utilities', + 'description' => "Paths and options for system utilities.", + + 'fields' => [ + + 'bgpq3' => [ + 'config_key' => 'ixp.irrdb.bgpq3.path', + 'dotenv_key' => 'IXP_IRRDB_BGPQ3_PATH', + 'type' => 'text', + 'rules' => '', + 'name' => 'Path to bgpq3 utility', + 'docs_url' => 'https://docs.ixpmanager.org/latest/features/irrdb/', + 'help' => 'Full path to the bgpq3 utility.', + ], + + 'ping4' => [ + 'config_key' => 'ixp.exec.ping4', + 'dotenv_key' => 'IXP_EXEC_PING4', + 'type' => 'text', + 'rules' => '', + 'name' => 'Diagnostics - ipv4 ping', 'docs_url' => null, - 'help' => '', + 'help' => 'ping command for ipv4 diagnostics. %s is the placeholder for the target IP.', + ], + + 'ping6' => [ + 'config_key' => 'ixp.exec.ping6', + 'dotenv_key' => 'IXP_EXEC_PING6', + 'type' => 'text', + 'rules' => '', + 'name' => 'Diagnostics - ipv6 ping', + 'docs_url' => null, + 'help' => 'ping command for ipv6 diagnostics. %s is the placeholder for the target IP.', ], ], + ], ], diff --git a/data/ci/ci_test_db.sql b/data/ci/ci_test_db.sql index 0a0005f6d..ab8d25569 100644 --- a/data/ci/ci_test_db.sql +++ b/data/ci/ci_test_db.sql @@ -1,8 +1,8 @@ --- MySQL dump 10.13 Distrib 8.3.0, for macos14.2 (arm64) +-- MySQL dump 10.13 Distrib 8.0.36, for macos14 (arm64) -- --- Host: localhost Database: myapp_test +-- Host: 127.0.0.1 Database: ixp_ci -- ------------------------------------------------------ --- Server version 8.3.0 +-- Server version 8.0.36 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; @@ -305,11 +305,11 @@ CREATE TABLE `company_billing_detail` ( `vatNumber` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL, `vatRate` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL, `purchaseOrderRequired` tinyint(1) NOT NULL DEFAULT '0', - `purchaseOrderNumber` varchar(50) COLLATE utf8mb3_unicode_ci DEFAULT NULL, + `purchaseOrderNumber` varchar(50) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL, `invoiceMethod` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL, `invoiceEmail` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL, `billingFrequency` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL, - `notes` longtext COLLATE utf8mb3_unicode_ci, + `notes` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) @@ -344,7 +344,7 @@ CREATE TABLE `company_registration_detail` ( `townCity` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL, `postcode` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL, `country` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL, - `notes` longtext COLLATE utf8mb3_unicode_ci, + `notes` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci, `created_at` timestamp NULL DEFAULT NULL, `updated_at` timestamp NULL DEFAULT NULL, PRIMARY KEY (`id`) @@ -1211,6 +1211,37 @@ INSERT INTO `irrdb_prefix` VALUES (1,4,'192.175.48.0/24',4,'2014-01-06 14:42:30' /*!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 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 */; +/*!40000 ALTER TABLE `irrdb_update_logs` ENABLE KEYS */; +UNLOCK TABLES; + -- -- Table structure for table `irrdbconfig` -- @@ -1419,7 +1450,7 @@ CREATE TABLE `migrations` ( `migration` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `batch` int NOT NULL, PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=34 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; +) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- @@ -1428,7 +1459,7 @@ CREATE TABLE `migrations` ( LOCK TABLES `migrations` WRITE; /*!40000 ALTER TABLE `migrations` DISABLE KEYS */; -INSERT INTO `migrations` VALUES (1,'2014_10_12_100000_create_password_resets_table',1),(2,'2018_08_08_100000_create_telescope_entries_table',1),(3,'2019_03_25_211956_create_failed_jobs_table',1),(4,'2020_02_06_204556_create_docstore_directories',2),(5,'2020_02_06_204608_create_docstore_files',2),(6,'2020_02_06_204911_create_docstore_logs',2),(7,'2020_03_09_110945_create_docstore_customer_directories',3),(8,'2020_03_09_111505_create_docstore_customer_files',3),(9,'2020_07_21_094354_create_route_server_filters',4),(12,'2020_09_03_153723_add_timestamps',5),(13,'2020_09_18_095136_delete_ixp_table',6),(14,'2020_11_16_102415_database_fixes',7),(15,'2021_03_12_150418_create_log_table',8),(16,'2021_04_14_125742_user_pref',9),(17,'2021_04_14_101948_update_timestamps',10),(18,'2021_05_18_085721_add_note_infrastructure',11),(19,'2021_05_18_114206_update_pp_prefix_size',12),(20,'2020_06_01_143931_database_schema_at_end_v5',13),(21,'2021_03_30_124916_create_atlas_probes',13),(22,'2021_03_30_125238_create_atlas_runs',13),(23,'2021_03_30_125422_create_atlas_measurements',13),(24,'2021_03_30_125723_create_atlas_results',13),(25,'2021_06_11_141137_update_db_doctrine2eloquent',13),(26,'2021_07_20_134716_fix_last_updated_and_timestamps',13),(27,'2021_09_16_195333_add_rate_limit_col_to_physint',13),(28,'2021_09_17_144421_modernise_irrdb_conf_table',13),(29,'2021_09_21_100354_create_route_server_filters_prod',14),(30,'2021_09_21_162700_rs_pairing',15),(31,'2022_02_12_183121_add_colo_pp_type_patch_panel',15),(32,'2023_09_26_191150_add_registration_details',15),(33,'2024_03_18_191322_add_export_to_ixf_vlan',15); +INSERT INTO `migrations` VALUES (1,'2014_10_12_100000_create_password_resets_table',1),(2,'2018_08_08_100000_create_telescope_entries_table',1),(3,'2019_03_25_211956_create_failed_jobs_table',1),(4,'2020_02_06_204556_create_docstore_directories',2),(5,'2020_02_06_204608_create_docstore_files',2),(6,'2020_02_06_204911_create_docstore_logs',2),(7,'2020_03_09_110945_create_docstore_customer_directories',3),(8,'2020_03_09_111505_create_docstore_customer_files',3),(9,'2020_07_21_094354_create_route_server_filters',4),(12,'2020_09_03_153723_add_timestamps',5),(13,'2020_09_18_095136_delete_ixp_table',6),(14,'2020_11_16_102415_database_fixes',7),(15,'2021_03_12_150418_create_log_table',8),(16,'2021_04_14_125742_user_pref',9),(17,'2021_04_14_101948_update_timestamps',10),(18,'2021_05_18_085721_add_note_infrastructure',11),(19,'2021_05_18_114206_update_pp_prefix_size',12),(20,'2020_06_01_143931_database_schema_at_end_v5',13),(21,'2021_03_30_124916_create_atlas_probes',13),(22,'2021_03_30_125238_create_atlas_runs',13),(23,'2021_03_30_125422_create_atlas_measurements',13),(24,'2021_03_30_125723_create_atlas_results',13),(25,'2021_06_11_141137_update_db_doctrine2eloquent',13),(26,'2021_07_20_134716_fix_last_updated_and_timestamps',13),(27,'2021_09_16_195333_add_rate_limit_col_to_physint',13),(28,'2021_09_17_144421_modernise_irrdb_conf_table',13),(29,'2021_09_21_100354_create_route_server_filters_prod',14),(30,'2021_09_21_162700_rs_pairing',15),(31,'2022_02_12_183121_add_colo_pp_type_patch_panel',15),(32,'2023_09_26_191150_add_registration_details',15),(33,'2024_03_18_191322_add_export_to_ixf_vlan',15),(34,'2024_08_10_125003_create_irrdb_update_logs',16),(35,'2024_09_05_111855_create_p2p_daily_stats_table',17); /*!40000 ALTER TABLE `migrations` ENABLE KEYS */; UNLOCK TABLES; @@ -1523,6 +1554,44 @@ LOCK TABLES `oui` WRITE; /*!40000 ALTER TABLE `oui` ENABLE KEYS */; UNLOCK TABLES; +-- +-- Table structure for table `p2p_daily_stats` +-- + +DROP TABLE IF EXISTS `p2p_daily_stats`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!50503 SET character_set_client = utf8mb4 */; +CREATE TABLE `p2p_daily_stats` ( + `id` bigint unsigned NOT NULL AUTO_INCREMENT, + `day` date NOT NULL, + `cust_id` int NOT NULL, + `peer_id` int NOT NULL, + `ipv4_total_in` double DEFAULT NULL, + `ipv4_total_out` double DEFAULT NULL, + `ipv6_total_in` double DEFAULT NULL, + `ipv6_total_out` double DEFAULT NULL, + `ipv4_max_in` double DEFAULT NULL, + `ipv4_max_out` double DEFAULT NULL, + `ipv6_max_in` double DEFAULT NULL, + `ipv6_max_out` double DEFAULT NULL, + `created_at` timestamp NULL DEFAULT NULL, + `updated_at` timestamp NULL DEFAULT NULL, + PRIMARY KEY (`id`), + UNIQUE KEY `p2p_daily_stats_day_cust_id_peer_id_unique` (`day`,`cust_id`,`peer_id`), + KEY `p2p_daily_stats_cust_id_foreign` (`cust_id`), + CONSTRAINT `p2p_daily_stats_cust_id_foreign` FOREIGN KEY (`cust_id`) REFERENCES `cust` (`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 `p2p_daily_stats` +-- + +LOCK TABLES `p2p_daily_stats` WRITE; +/*!40000 ALTER TABLE `p2p_daily_stats` DISABLE KEYS */; +/*!40000 ALTER TABLE `p2p_daily_stats` ENABLE KEYS */; +UNLOCK TABLES; + -- -- Table structure for table `password_resets` -- @@ -2955,4 +3024,4 @@ UNLOCK TABLES; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; --- Dump completed on 2024-04-23 9:46:51 +-- Dump completed on 2024-09-22 14:43:01 diff --git a/data/ci/known-good/ci-apiv4-b2-rc1-lan1-ipv4.conf b/data/ci/known-good/ci-apiv4-b2-rc1-lan1-ipv4.conf index 1961ad89c..ca57238e2 100644 --- a/data/ci/known-good/ci-apiv4-b2-rc1-lan1-ipv4.conf +++ b/data/ci/known-good/ci-apiv4-b2-rc1-lan1-ipv4.conf @@ -30,7 +30,7 @@ protocol device { } # This function excludes weird networks # rfc1918, class D, class E, too long and too short prefixes -function avoid_martians() +function avoid_martians() -> bool prefix set martians; { @@ -177,7 +177,7 @@ protocol rpki rpki2 { define TRANSIT_ASNS = [ 174, 701, 1299, 2914, 3257, 3320, 3356, 3491, 4134, 5511, 6453, 6461, 6762, 6830, 7018 ]; -function filter_has_transit_path() +function filter_has_transit_path() -> bool int set transit_asns; { transit_asns = TRANSIT_ASNS; @@ -207,7 +207,7 @@ int set transit_asns; -function f_import_as42() +function f_import_as42() -> bool prefix set allnet; ip set allips; @@ -455,7 +455,7 @@ protocol bgp pb_as42_vli3_ipv4 { -function f_import_as112() +function f_import_as112() -> bool prefix set allnet; ip set allips; @@ -595,7 +595,7 @@ protocol bgp pb_as112_vli4_ipv4 { -function f_import_as1213() +function f_import_as1213() -> bool prefix set allnet; ip set allips; diff --git a/data/ci/known-good/ci-apiv4-b2-rc1-lan1-ipv6.conf b/data/ci/known-good/ci-apiv4-b2-rc1-lan1-ipv6.conf index 5f1b083e7..963f89a9d 100644 --- a/data/ci/known-good/ci-apiv4-b2-rc1-lan1-ipv6.conf +++ b/data/ci/known-good/ci-apiv4-b2-rc1-lan1-ipv6.conf @@ -30,7 +30,7 @@ protocol device { } # This function excludes weird networks # rfc1918, class D, class E, too long and too short prefixes -function avoid_martians() +function avoid_martians() -> bool prefix set martians; { @@ -186,7 +186,7 @@ protocol rpki rpki2 { define TRANSIT_ASNS = [ 174, 701, 1299, 2914, 3257, 3320, 3356, 3491, 4134, 5511, 6453, 6461, 6762, 6830, 7018 ]; -function filter_has_transit_path() +function filter_has_transit_path() -> bool int set transit_asns; { transit_asns = TRANSIT_ASNS; @@ -217,7 +217,7 @@ int set transit_asns; -function f_import_as1213() +function f_import_as1213() -> bool prefix set allnet; ip set allips; @@ -359,7 +359,7 @@ protocol bgp pb_as1213_vli1_ipv6 { -function f_import_as25441() +function f_import_as25441() -> bool prefix set allnet; ip set allips; diff --git a/database/migrations/2014_10_12_100000_create_password_resets_table.php b/database/migrations/2014_10_12_100000_create_password_resets_table.php index d879fe340..75f0458f3 100644 --- a/database/migrations/2014_10_12_100000_create_password_resets_table.php +++ b/database/migrations/2014_10_12_100000_create_password_resets_table.php @@ -24,6 +24,7 @@ use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; use Illuminate\Database\Migrations\Migration; + class CreatePasswordResetsTable extends Migration { /** diff --git a/database/migrations/2020_09_03_153723_add_timestamps.php b/database/migrations/2020_09_03_153723_add_timestamps.php index 683fc2a12..16ea3b5a6 100644 --- a/database/migrations/2020_09_03_153723_add_timestamps.php +++ b/database/migrations/2020_09_03_153723_add_timestamps.php @@ -95,8 +95,8 @@ public function up() }); Schema::table('cust', function (Blueprint $table) { - $table->dateTime( 'created_at' )->change(); - $table->dateTime( 'updated_at' )->change(); + $table->dateTime( 'created_at' )->nullable()->change(); + $table->dateTime( 'updated_at' )->nullable()->change(); }); Schema::table('cust_notes', function (Blueprint $table) { @@ -173,7 +173,7 @@ public function up() Schema::table('patch_panel', function (Blueprint $table) { $table->timestamps(); - $table->date( 'installation_date' )->change(); + $table->date( 'installation_date' )->nullable()->change(); }); Schema::table('patch_panel_port', function (Blueprint $table) { @@ -326,8 +326,8 @@ public function down() }); Schema::table('cust', function (Blueprint $table) { - $table->date( 'created' )->change(); - $table->date( 'lastupdated' )->change(); + $table->date( 'created' )->nullable()->change(); + $table->date( 'lastupdated' )->nullable()->change(); }); Schema::table('cust_notes', function (Blueprint $table) { diff --git a/database/migrations/2020_09_18_095136_delete_ixp_table.php b/database/migrations/2020_09_18_095136_delete_ixp_table.php index d0096861c..0cd982742 100644 --- a/database/migrations/2020_09_18_095136_delete_ixp_table.php +++ b/database/migrations/2020_09_18_095136_delete_ixp_table.php @@ -38,24 +38,32 @@ public function up() $table->drop(); }); - $sm = Schema::getConnection()->getDoctrineSchemaManager(); + $infrastructure_fks = array_column( + Schema::getConnection()->select('SELECT CONSTRAINT_NAME FROM information_schema.KEY_COLUMN_USAGE ' + . 'WHERE TABLE_SCHEMA = "ixp" AND TABLE_NAME = "infrastructure" AND ' + . 'REFERENCED_TABLE_SCHEMA = "ixp" AND REFERENCED_TABLE_NAME = "ixp"' + ), 'CONSTRAINT_NAME' + ); - foreach( $sm->listTableForeignKeys('infrastructure') as $fk ) { - if( $fk->getForeignTableName() === 'ixp' ) { - Schema::table( 'infrastructure', function( Blueprint $table ) use ( $fk ) { - $table->dropForeign( $fk->getName() ); - $table->dropColumn( 'ixp_id' ); - } ); - } + foreach( $infrastructure_fks as $fk ) { + Schema::table( 'infrastructure', function( Blueprint $table ) use ( $fk ) { + $table->dropForeign( $fk ); + $table->dropColumn( 'ixp_id' ); + } ); } - foreach( $sm->listTableForeignKeys('traffic_daily') as $fk ) { - if( $fk->getForeignTableName() === 'ixp' ) { - Schema::table( 'traffic_daily', function( Blueprint $table ) use ( $fk ) { - $table->dropForeign( $fk->getName() ); - $table->dropColumn( 'ixp_id' ); - } ); - } + $traffic_daily_fks = array_column( + Schema::getConnection()->select('SELECT CONSTRAINT_NAME FROM information_schema.KEY_COLUMN_USAGE ' + . 'WHERE TABLE_SCHEMA = "ixp" AND TABLE_NAME = "traffic_daily" AND ' + . 'REFERENCED_TABLE_SCHEMA = "ixp" AND REFERENCED_TABLE_NAME = "ixp"' + ), 'CONSTRAINT_NAME' + ); + + foreach( $traffic_daily_fks as $fk ) { + Schema::table( 'traffic_daily', function( Blueprint $table ) use ( $fk ) { + $table->dropForeign( $fk ); + $table->dropColumn( 'ixp_id' ); + } ); } Schema::table('ixp', function (Blueprint $table) { diff --git a/database/migrations/2020_11_16_102415_database_fixes.php b/database/migrations/2020_11_16_102415_database_fixes.php index 43dc6944a..c8d8c48f4 100644 --- a/database/migrations/2020_11_16_102415_database_fixes.php +++ b/database/migrations/2020_11_16_102415_database_fixes.php @@ -37,8 +37,9 @@ public function up(): void { // Change the default value of the chargeable field to CHARGEABLE_NO Schema::table('patch_panel_port',function ( $table ) { - $table->integer( 'chargeable' )->default( PatchPanelPort::CHARGEABLE_NO )->change(); + $table->integer( 'chargeable' )->nullable(false)->default( PatchPanelPort::CHARGEABLE_NO )->change(); }); + // Update Patch panel ports that have chargeable set to 0 to 2 (CHARGEABLE_NO) DB::table('patch_panel_port')->where('chargeable' , 0 ) ->update( [ 'chargeable' => PatchPanelPort::CHARGEABLE_NO ] ); diff --git a/database/migrations/2021_04_14_101948_update_timestamps.php b/database/migrations/2021_04_14_101948_update_timestamps.php index 7223106a2..ef61e4c5f 100644 --- a/database/migrations/2021_04_14_101948_update_timestamps.php +++ b/database/migrations/2021_04_14_101948_update_timestamps.php @@ -47,7 +47,7 @@ public function up() DB::statement("ALTER TABLE cust MODIFY COLUMN created_at DATETIME AFTER peeringdb_oauth"); DB::statement("ALTER TABLE cust MODIFY COLUMN updated_at DATETIME AFTER created_at"); $table->timestamp( 'created_at' )->change(); - $table->timestamp( 'updated_at' )->change(); + $table->timestamp( 'updated_at' )->nullable()->change(); }); Schema::table('cust_notes', function (Blueprint $table) { @@ -76,24 +76,24 @@ public function up() Schema::table('peering_manager', function (Blueprint $table) { $table->timestamp( 'created_at' )->change(); - $table->timestamp( 'updated_at' )->change(); + $table->timestamp( 'updated_at' )->nullable()->change(); }); Schema::table('routers', function (Blueprint $table) { DB::statement("ALTER TABLE routers MODIFY COLUMN updated_at DATETIME AFTER created_at"); - $table->timestamp( 'updated_at' )->change(); + $table->timestamp( 'updated_at' )->nullable()->change(); }); Schema::table('user', function (Blueprint $table) { DB::statement("ALTER TABLE user MODIFY COLUMN created_at DATETIME AFTER extra_attributes"); DB::statement("ALTER TABLE user MODIFY COLUMN updated_at DATETIME AFTER created_at"); $table->timestamp( 'created_at' )->change(); - $table->timestamp( 'updated_at' )->change(); + $table->timestamp( 'updated_at' )->nullable()->change(); }); Schema::table('user_2fa', function (Blueprint $table) { $table->timestamp( 'created_at' )->change(); - $table->timestamp( 'updated_at' )->change(); + $table->timestamp( 'updated_at' )->nullable()->change(); }); Schema::table('user_remember_tokens', function (Blueprint $table) { diff --git a/database/migrations/2021_07_20_134716_fix_last_updated_and_timestamps.php b/database/migrations/2021_07_20_134716_fix_last_updated_and_timestamps.php index 52a3ce857..2d128f43b 100644 --- a/database/migrations/2021_07_20_134716_fix_last_updated_and_timestamps.php +++ b/database/migrations/2021_07_20_134716_fix_last_updated_and_timestamps.php @@ -17,7 +17,6 @@ public function up() if( !Schema::hasColumn( 'routers', 'last_updated' ) ) { $table->dateTime( 'last_updated' )->nullable(); } else { - $table->dateTime( 'last_updated' )->change(); $table->dateTime( 'last_updated' )->nullable()->change(); } diff --git a/database/migrations/2024_09_05_111855_create_p2p_daily_stats_table.php b/database/migrations/2024_09_05_111855_create_p2p_daily_stats_table.php new file mode 100644 index 000000000..558dc66a1 --- /dev/null +++ b/database/migrations/2024_09_05_111855_create_p2p_daily_stats_table.php @@ -0,0 +1,42 @@ +id(); + $table->date('day'); + $table->integer('cust_id'); + $table->foreign('cust_id')->references('id')->on('cust')->onDelete('cascade'); + $table->integer('peer_id'); + $table->bigInteger('ipv4_total_in')->nullable()->unsigned(); + $table->bigInteger('ipv4_total_out')->nullable()->unsigned(); + $table->bigInteger('ipv6_total_in')->nullable()->unsigned(); + $table->bigInteger('ipv6_total_out')->nullable()->unsigned(); + $table->bigInteger('ipv4_max_in')->nullable()->unsigned(); + $table->bigInteger('ipv4_max_out')->nullable()->unsigned(); + $table->bigInteger('ipv6_max_in')->nullable()->unsigned(); + $table->bigInteger('ipv6_max_out')->nullable()->unsigned(); + + $table->unique(['day', 'cust_id', 'peer_id']); + + $table->timestamps(); + }); + } + + /** + * Reverse the migrations. + */ + public function down(): void + { + Schema::dropIfExists('p2p_daily_stats'); + } +}; diff --git a/database/vagrant-base.sql b/database/vagrant-base.sql deleted file mode 100644 index fb15ec0c1..000000000 --- a/database/vagrant-base.sql +++ /dev/null @@ -1,2168 +0,0 @@ --- MySQL dump 10.13 Distrib 5.7.25, for osx10.14 (x86_64) --- --- Host: localhost Database: ixp --- ------------------------------------------------------ --- Server version 5.7.25 - -/*!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 */; -/*!40101 SET NAMES utf8 */; -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `api_keys` ( - `id` bigint(20) NOT NULL AUTO_INCREMENT, - `user_id` int(11) NOT NULL, - `apiKey` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `expires` datetime DEFAULT NULL, - `allowedIPs` mediumtext COLLATE utf8_unicode_ci, - `created` datetime NOT NULL, - `lastseenAt` datetime DEFAULT NULL, - `lastseenFrom` varchar(255) COLLATE utf8_unicode_ci 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=utf8 COLLATE=utf8_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,'Syy4R8uXTquJNkSav4mmbk5eZWOgoc6FKUJPqOoGHhBjhsC9',NULL,'','2014-01-06 14:43:19','2014-12-08 21:02:12','127.0.0.1'); -/*!40000 ALTER TABLE `api_keys` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `bgp_sessions` --- - -DROP TABLE IF EXISTS `bgp_sessions`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `bgp_sessions` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `srcipaddressid` int(11) NOT NULL, - `protocol` int(11) NOT NULL, - `dstipaddressid` int(11) NOT NULL, - `packetcount` int(11) NOT NULL DEFAULT '0', - `last_seen` datetime NOT NULL, - `source` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `src_protocol_dst` (`srcipaddressid`,`protocol`,`dstipaddressid`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `bgpsessiondata` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `srcipaddressid` int(11) DEFAULT NULL, - `dstipaddressid` int(11) DEFAULT NULL, - `protocol` int(11) DEFAULT NULL, - `vlan` int(11) DEFAULT NULL, - `packetcount` int(11) DEFAULT '0', - `timestamp` datetime DEFAULT NULL, - `source` varchar(40) COLLATE utf8_unicode_ci DEFAULT NULL, - PRIMARY KEY (`id`), - KEY `idx_timestamp` (`timestamp`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `cabinet` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `locationid` int(11) DEFAULT NULL, - `name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `cololocation` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `height` int(11) DEFAULT NULL, - `type` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `notes` longtext COLLATE utf8_unicode_ci, - `u_counts_from` smallint(6) 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=2 DEFAULT CHARSET=utf8 COLLATE=utf8_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,'Cabinet 1','c1',0,'','',NULL); -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `company_billing_detail` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `billingContactName` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `billingAddress1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `billingAddress2` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `billingAddress3` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `billingTownCity` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `billingPostcode` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `billingCountry` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `billingEmail` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `billingTelephone` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `vatNumber` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `vatRate` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `purchaseOrderRequired` tinyint(1) NOT NULL DEFAULT '0', - `invoiceMethod` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `invoiceEmail` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `billingFrequency` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -/*!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,NULL,'c/o The Bill Payers','Money House, Moneybags Street',NULL,'Dublin','D4','IE',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL),(2,'','','','','','','','','','','',0,'','',''),(3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL),(4,'','','','','','','','','','','',0,'','',''),(5,'','','','','','','','','','','',0,'','',''); -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `company_registration_detail` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `registeredName` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `companyNumber` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `jurisdiction` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `address1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `address2` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `address3` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `townCity` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `postcode` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `country` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -/*!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,'INEX','123456','Ireland','5 Somewhere',NULL,NULL,'Dublin','D4','IE'),(2,'','','','','','','','',''),(3,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,'','','','','','','','',''),(5,'','','','','','','','',''); -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `console_server` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `vendor_id` int(11) DEFAULT NULL, - `cabinet_id` int(11) DEFAULT NULL, - `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, - `hostname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, - `model` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, - `serialNumber` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, - `active` tinyint(1) DEFAULT '1', - `notes` longtext COLLATE utf8mb4_unicode_ci, - 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=utf8mb4 COLLATE=utf8mb4_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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `consoleserverconnection` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `custid` int(11) DEFAULT NULL, - `switchid` int(11) DEFAULT NULL, - `description` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `port` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `speed` int(11) DEFAULT NULL, - `parity` int(11) DEFAULT NULL, - `stopbits` int(11) DEFAULT NULL, - `flowcontrol` int(11) DEFAULT NULL, - `autobaud` tinyint(1) DEFAULT NULL, - `notes` longtext COLLATE utf8_unicode_ci, - `console_server_id` int(11) 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=utf8 COLLATE=utf8_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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `contact` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `user_id` int(11) DEFAULT NULL, - `custid` int(11) DEFAULT NULL, - `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `position` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL, - `email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `phone` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL, - `mobile` varchar(50) COLLATE utf8_unicode_ci DEFAULT NULL, - `facilityaccess` tinyint(1) NOT NULL DEFAULT '0', - `mayauthorize` tinyint(1) NOT NULL DEFAULT '0', - `notes` longtext COLLATE utf8_unicode_ci, - `lastupdated` datetime DEFAULT NULL, - `lastupdatedby` int(11) DEFAULT NULL, - `creator` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL, - `created` datetime DEFAULT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `UNIQ_4C62E638A76ED395` (`user_id`), - KEY `IDX_4C62E638DA0209B9` (`custid`), - CONSTRAINT `FK_4C62E638A76ED395` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE SET NULL, - CONSTRAINT `FK_4C62E638DA0209B9` FOREIGN KEY (`custid`) REFERENCES `cust` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_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,NULL,1,'Vagrant','Master of the Universe','joe@example.com','+353 86 123 4567','+353 1 123 4567',0,0,'','2015-08-20 15:19:12',1,'1','2014-01-06 13:54:22'),(2,NULL,4,'Customer AS112','','none@example.com','','',0,0,'','2015-08-20 15:24:41',1,'vagrant','2015-08-20 15:24:41'),(3,NULL,4,'AS112 User','','none@example.com','','',0,0,'','2015-08-20 15:25:30',1,'vagrant','2015-08-20 15:25:20'); -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `contact_group` ( - `id` bigint(20) NOT NULL AUTO_INCREMENT, - `name` varchar(20) COLLATE utf8_unicode_ci NOT NULL, - `description` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `type` varchar(20) COLLATE utf8_unicode_ci NOT NULL, - `active` tinyint(1) NOT NULL DEFAULT '1', - `limited_to` int(11) NOT NULL DEFAULT '0', - `created` datetime NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `UNIQ_40EA54CA5E237E06` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_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,'2014-01-06 13:54:22'),(2,'Technical','Contact role for technical matters','ROLE',1,0,'2014-01-06 13:54:22'),(3,'Admin','Contact role for admin matters','ROLE',1,0,'2014-01-06 13:54:22'),(4,'Marketing','Contact role for marketing matters','ROLE',1,0,'2014-01-06 13:54:22'); -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `contact_to_group` ( - `contact_id` int(11) NOT NULL, - `contact_group_id` bigint(20) NOT 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=utf8 COLLATE=utf8_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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `corebundles` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `description` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `type` int(11) NOT NULL, - `graph_title` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `bfd` tinyint(1) NOT NULL DEFAULT '0', - `ipv4_subnet` varchar(18) COLLATE utf8_unicode_ci DEFAULT NULL, - `ipv6_subnet` varchar(43) COLLATE utf8_unicode_ci DEFAULT NULL, - `stp` tinyint(1) NOT NULL DEFAULT '0', - `cost` int(10) unsigned DEFAULT NULL, - `preference` int(10) unsigned DEFAULT NULL, - `enabled` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_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 */; -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `coreinterfaces` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `physical_interface_id` int(11) 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 DEFAULT CHARSET=utf8 COLLATE=utf8_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 */; -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `corelinks` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `core_interface_sidea_id` int(11) NOT NULL, - `core_interface_sideb_id` int(11) NOT NULL, - `core_bundle_id` int(11) NOT NULL, - `bfd` tinyint(1) NOT NULL DEFAULT '0', - `ipv4_subnet` varchar(18) COLLATE utf8_unicode_ci DEFAULT NULL, - `ipv6_subnet` varchar(43) COLLATE utf8_unicode_ci DEFAULT NULL, - `enabled` tinyint(1) NOT NULL DEFAULT '0', - 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 DEFAULT CHARSET=utf8 COLLATE=utf8_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 */; -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `cust` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `irrdb` int(11) DEFAULT NULL, - `company_registered_detail_id` int(11) DEFAULT NULL, - `company_billing_details_id` int(11) DEFAULT NULL, - `reseller` int(11) DEFAULT NULL, - `name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `type` int(11) DEFAULT NULL, - `shortname` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `abbreviatedName` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL, - `autsys` int(11) DEFAULT NULL, - `maxprefixes` int(11) DEFAULT NULL, - `peeringemail` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `nocphone` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `noc24hphone` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `nocfax` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `nocemail` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `nochours` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `nocwww` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `peeringmacro` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `peeringmacrov6` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `peeringpolicy` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `corpwww` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `datejoin` date DEFAULT NULL, - `dateleave` date DEFAULT NULL, - `status` smallint(6) DEFAULT NULL, - `activepeeringmatrix` tinyint(1) DEFAULT NULL, - `lastupdated` date DEFAULT NULL, - `lastupdatedby` int(11) DEFAULT NULL, - `creator` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `created` date DEFAULT NULL, - `MD5Support` varchar(255) COLLATE utf8_unicode_ci DEFAULT 'UNKNOWN', - `isReseller` tinyint(1) NOT NULL DEFAULT '0', - `in_manrs` tinyint(1) NOT NULL DEFAULT '0', - `in_peeringdb` tinyint(1) NOT NULL DEFAULT '0', - 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=6 DEFAULT CHARSET=utf8 COLLATE=utf8_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,NULL,1,1,NULL,'VAGRANT IXP',3,'vagrant','VAGRANT IXP',2128,1000,'peering@example.com','+353 1 123 4567','+353 1 123 4567','+353 1 123 4568','noc@siep.com','24x7','http://www.example.com/noc/','AS-INEX','AS-INEX','mandatory','http://www.example.com/','2014-01-06',NULL,1,1,'2015-08-20',1,'travis','2014-01-06','YES',0,0,0),(2,1,2,2,NULL,'HEAnet',1,'heanet','HEAnet',1213,1000,'peering@example.com','','','','','0','','AS-HEANET',NULL,'open','http://www.example.com/','2014-01-06',NULL,1,1,NULL,NULL,'travis','2014-01-06','UNKNOWN',0,0,0),(3,13,3,3,NULL,'PCH DNS',1,'pchdns','PCH DNS',42,2000,'peering@example.com','','','','','0','','AS-PCH',NULL,'open','http://www.example.com/','2014-01-06',NULL,1,1,'2014-01-06',1,'travis','2014-01-06','YES',0,0,0),(4,2,4,4,NULL,'AS112',4,'as112','AS112',112,20,'peering@example.com','','','','','0','','',NULL,'open','http://www.example.com/','2014-01-06',NULL,1,1,NULL,NULL,'travis','2014-01-06','NO',0,0,0),(5,1,5,5,NULL,'Imagine',1,'imagine','Imagine',25441,1000,'peering@example.com','','','','','0','','AS-IBIS',NULL,'open','http://www.example.com/','2014-01-06',NULL,1,1,NULL,NULL,'travis','2014-01-06','YES',0,0,0); -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `cust_notes` ( - `id` bigint(20) NOT NULL AUTO_INCREMENT, - `customer_id` int(11) NOT NULL, - `private` tinyint(1) NOT NULL DEFAULT '1', - `title` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `note` longtext COLLATE utf8_unicode_ci NOT NULL, - `created` datetime NOT NULL, - `updated` datetime NOT 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=utf8 COLLATE=utf8_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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `cust_tag` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `tag` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, - `display_as` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, - `description` longtext COLLATE utf8mb4_unicode_ci, - `internal_only` tinyint(1) NOT NULL DEFAULT '0', - `created` datetime NOT NULL, - `updated` datetime NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `UNIQ_6B54CFB8389B783` (`tag`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `cust_to_cust_tag` ( - `customer_tag_id` int(11) NOT NULL, - `customer_id` int(11) NOT 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=utf8mb4 COLLATE=utf8mb4_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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `custkit` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `custid` int(11) DEFAULT NULL, - `cabinetid` int(11) DEFAULT NULL, - `name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `descr` varchar(255) COLLATE utf8_unicode_ci 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=utf8 COLLATE=utf8_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_ixp` --- - -DROP TABLE IF EXISTS `customer_to_ixp`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `customer_to_ixp` ( - `customer_id` int(11) NOT NULL, - `ixp_id` int(11) NOT NULL, - PRIMARY KEY (`customer_id`,`ixp_id`), - KEY `IDX_E85DBF209395C3F3` (`customer_id`), - KEY `IDX_E85DBF20A5A4E881` (`ixp_id`), - CONSTRAINT `FK_E85DBF209395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `cust` (`id`), - CONSTRAINT `FK_E85DBF20A5A4E881` FOREIGN KEY (`ixp_id`) REFERENCES `ixp` (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `customer_to_ixp` --- - -LOCK TABLES `customer_to_ixp` WRITE; -/*!40000 ALTER TABLE `customer_to_ixp` DISABLE KEYS */; -INSERT INTO `customer_to_ixp` VALUES (1,1),(2,1),(3,1),(4,1),(5,1); -/*!40000 ALTER TABLE `customer_to_ixp` 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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `customer_to_users` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `customer_id` int(11) NOT NULL, - `user_id` int(11) NOT NULL, - `privs` int(11) NOT NULL, - `last_login_date` datetime DEFAULT NULL, - `last_login_from` tinytext COLLATE utf8mb4_unicode_ci, - `created_at` datetime NOT NULL, - `extra_attributes` json DEFAULT NULL COMMENT '(DC2Type:json)', - 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,'2019-05-11 14:37:47','127.0.0.1','2019-05-11 14:37:17','{\"created_by\": {\"type\": \"migration-script\"}}'),(2,4,2,2,'1970-01-01 00:00:00','','2019-05-11 14:37:17','{\"created_by\": {\"type\": \"migration-script\"}}'),(3,4,3,1,'1970-01-01 00:00:00','','2019-05-11 14:37:17','{\"created_by\": {\"type\": \"migration-script\"}}'); -/*!40000 ALTER TABLE `customer_to_users` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `failed_jobs` --- - -DROP TABLE IF EXISTS `failed_jobs`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `failed_jobs` ( - `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `connection` text COLLATE utf8mb4_unicode_ci NOT NULL, - `queue` text COLLATE utf8mb4_unicode_ci NOT NULL, - `payload` longtext COLLATE utf8mb4_unicode_ci NOT NULL, - `exception` longtext 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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `infrastructure` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `ixp_id` int(11) NOT NULL, - `name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `shortname` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `isPrimary` tinyint(1) NOT NULL DEFAULT '0', - `peeringdb_ix_id` bigint(20) DEFAULT NULL, - `ixf_ix_id` bigint(20) DEFAULT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `IXPSN` (`shortname`,`ixp_id`), - KEY `IDX_D129B190A5A4E881` (`ixp_id`), - CONSTRAINT `FK_D129B190A5A4E881` FOREIGN KEY (`ixp_id`) REFERENCES `ixp` (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_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,1,'Infrastructure #1','#1',1,NULL,NULL),(2,1,'Infrastructure #2','#2',0,NULL,NULL); -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ipv4address` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `vlanid` int(11) DEFAULT NULL, - `address` varchar(16) COLLATE utf8_unicode_ci 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=253 DEFAULT CHARSET=utf8 COLLATE=utf8_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,'10.1.0.1'),(10,1,'10.1.0.10'),(100,1,'10.1.0.100'),(101,1,'10.1.0.101'),(102,1,'10.1.0.102'),(103,1,'10.1.0.103'),(104,1,'10.1.0.104'),(105,1,'10.1.0.105'),(106,1,'10.1.0.106'),(107,1,'10.1.0.107'),(108,1,'10.1.0.108'),(109,1,'10.1.0.109'),(11,1,'10.1.0.11'),(110,1,'10.1.0.110'),(111,1,'10.1.0.111'),(112,1,'10.1.0.112'),(113,1,'10.1.0.113'),(114,1,'10.1.0.114'),(115,1,'10.1.0.115'),(116,1,'10.1.0.116'),(117,1,'10.1.0.117'),(118,1,'10.1.0.118'),(119,1,'10.1.0.119'),(12,1,'10.1.0.12'),(120,1,'10.1.0.120'),(121,1,'10.1.0.121'),(122,1,'10.1.0.122'),(123,1,'10.1.0.123'),(124,1,'10.1.0.124'),(125,1,'10.1.0.125'),(126,1,'10.1.0.126'),(13,1,'10.1.0.13'),(14,1,'10.1.0.14'),(15,1,'10.1.0.15'),(16,1,'10.1.0.16'),(17,1,'10.1.0.17'),(18,1,'10.1.0.18'),(19,1,'10.1.0.19'),(2,1,'10.1.0.2'),(20,1,'10.1.0.20'),(21,1,'10.1.0.21'),(22,1,'10.1.0.22'),(23,1,'10.1.0.23'),(24,1,'10.1.0.24'),(25,1,'10.1.0.25'),(26,1,'10.1.0.26'),(27,1,'10.1.0.27'),(28,1,'10.1.0.28'),(29,1,'10.1.0.29'),(3,1,'10.1.0.3'),(30,1,'10.1.0.30'),(31,1,'10.1.0.31'),(32,1,'10.1.0.32'),(33,1,'10.1.0.33'),(34,1,'10.1.0.34'),(35,1,'10.1.0.35'),(36,1,'10.1.0.36'),(37,1,'10.1.0.37'),(38,1,'10.1.0.38'),(39,1,'10.1.0.39'),(4,1,'10.1.0.4'),(40,1,'10.1.0.40'),(41,1,'10.1.0.41'),(42,1,'10.1.0.42'),(43,1,'10.1.0.43'),(44,1,'10.1.0.44'),(45,1,'10.1.0.45'),(46,1,'10.1.0.46'),(47,1,'10.1.0.47'),(48,1,'10.1.0.48'),(49,1,'10.1.0.49'),(5,1,'10.1.0.5'),(50,1,'10.1.0.50'),(51,1,'10.1.0.51'),(52,1,'10.1.0.52'),(53,1,'10.1.0.53'),(54,1,'10.1.0.54'),(55,1,'10.1.0.55'),(56,1,'10.1.0.56'),(57,1,'10.1.0.57'),(58,1,'10.1.0.58'),(59,1,'10.1.0.59'),(6,1,'10.1.0.6'),(60,1,'10.1.0.60'),(61,1,'10.1.0.61'),(62,1,'10.1.0.62'),(63,1,'10.1.0.63'),(64,1,'10.1.0.64'),(65,1,'10.1.0.65'),(66,1,'10.1.0.66'),(67,1,'10.1.0.67'),(68,1,'10.1.0.68'),(69,1,'10.1.0.69'),(7,1,'10.1.0.7'),(70,1,'10.1.0.70'),(71,1,'10.1.0.71'),(72,1,'10.1.0.72'),(73,1,'10.1.0.73'),(74,1,'10.1.0.74'),(75,1,'10.1.0.75'),(76,1,'10.1.0.76'),(77,1,'10.1.0.77'),(78,1,'10.1.0.78'),(79,1,'10.1.0.79'),(8,1,'10.1.0.8'),(80,1,'10.1.0.80'),(81,1,'10.1.0.81'),(82,1,'10.1.0.82'),(83,1,'10.1.0.83'),(84,1,'10.1.0.84'),(85,1,'10.1.0.85'),(86,1,'10.1.0.86'),(87,1,'10.1.0.87'),(88,1,'10.1.0.88'),(89,1,'10.1.0.89'),(9,1,'10.1.0.9'),(90,1,'10.1.0.90'),(91,1,'10.1.0.91'),(92,1,'10.1.0.92'),(93,1,'10.1.0.93'),(94,1,'10.1.0.94'),(95,1,'10.1.0.95'),(96,1,'10.1.0.96'),(97,1,'10.1.0.97'),(98,1,'10.1.0.98'),(99,1,'10.1.0.99'),(127,2,'10.2.0.1'),(136,2,'10.2.0.10'),(226,2,'10.2.0.100'),(227,2,'10.2.0.101'),(228,2,'10.2.0.102'),(229,2,'10.2.0.103'),(230,2,'10.2.0.104'),(231,2,'10.2.0.105'),(232,2,'10.2.0.106'),(233,2,'10.2.0.107'),(234,2,'10.2.0.108'),(235,2,'10.2.0.109'),(137,2,'10.2.0.11'),(236,2,'10.2.0.110'),(237,2,'10.2.0.111'),(238,2,'10.2.0.112'),(239,2,'10.2.0.113'),(240,2,'10.2.0.114'),(241,2,'10.2.0.115'),(242,2,'10.2.0.116'),(243,2,'10.2.0.117'),(244,2,'10.2.0.118'),(245,2,'10.2.0.119'),(138,2,'10.2.0.12'),(246,2,'10.2.0.120'),(247,2,'10.2.0.121'),(248,2,'10.2.0.122'),(249,2,'10.2.0.123'),(250,2,'10.2.0.124'),(251,2,'10.2.0.125'),(252,2,'10.2.0.126'),(139,2,'10.2.0.13'),(140,2,'10.2.0.14'),(141,2,'10.2.0.15'),(142,2,'10.2.0.16'),(143,2,'10.2.0.17'),(144,2,'10.2.0.18'),(145,2,'10.2.0.19'),(128,2,'10.2.0.2'),(146,2,'10.2.0.20'),(147,2,'10.2.0.21'),(148,2,'10.2.0.22'),(149,2,'10.2.0.23'),(150,2,'10.2.0.24'),(151,2,'10.2.0.25'),(152,2,'10.2.0.26'),(153,2,'10.2.0.27'),(154,2,'10.2.0.28'),(155,2,'10.2.0.29'),(129,2,'10.2.0.3'),(156,2,'10.2.0.30'),(157,2,'10.2.0.31'),(158,2,'10.2.0.32'),(159,2,'10.2.0.33'),(160,2,'10.2.0.34'),(161,2,'10.2.0.35'),(162,2,'10.2.0.36'),(163,2,'10.2.0.37'),(164,2,'10.2.0.38'),(165,2,'10.2.0.39'),(130,2,'10.2.0.4'),(166,2,'10.2.0.40'),(167,2,'10.2.0.41'),(168,2,'10.2.0.42'),(169,2,'10.2.0.43'),(170,2,'10.2.0.44'),(171,2,'10.2.0.45'),(172,2,'10.2.0.46'),(173,2,'10.2.0.47'),(174,2,'10.2.0.48'),(175,2,'10.2.0.49'),(131,2,'10.2.0.5'),(176,2,'10.2.0.50'),(177,2,'10.2.0.51'),(178,2,'10.2.0.52'),(179,2,'10.2.0.53'),(180,2,'10.2.0.54'),(181,2,'10.2.0.55'),(182,2,'10.2.0.56'),(183,2,'10.2.0.57'),(184,2,'10.2.0.58'),(185,2,'10.2.0.59'),(132,2,'10.2.0.6'),(186,2,'10.2.0.60'),(187,2,'10.2.0.61'),(188,2,'10.2.0.62'),(189,2,'10.2.0.63'),(190,2,'10.2.0.64'),(191,2,'10.2.0.65'),(192,2,'10.2.0.66'),(193,2,'10.2.0.67'),(194,2,'10.2.0.68'),(195,2,'10.2.0.69'),(133,2,'10.2.0.7'),(196,2,'10.2.0.70'),(197,2,'10.2.0.71'),(198,2,'10.2.0.72'),(199,2,'10.2.0.73'),(200,2,'10.2.0.74'),(201,2,'10.2.0.75'),(202,2,'10.2.0.76'),(203,2,'10.2.0.77'),(204,2,'10.2.0.78'),(205,2,'10.2.0.79'),(134,2,'10.2.0.8'),(206,2,'10.2.0.80'),(207,2,'10.2.0.81'),(208,2,'10.2.0.82'),(209,2,'10.2.0.83'),(210,2,'10.2.0.84'),(211,2,'10.2.0.85'),(212,2,'10.2.0.86'),(213,2,'10.2.0.87'),(214,2,'10.2.0.88'),(215,2,'10.2.0.89'),(135,2,'10.2.0.9'),(216,2,'10.2.0.90'),(217,2,'10.2.0.91'),(218,2,'10.2.0.92'),(219,2,'10.2.0.93'),(220,2,'10.2.0.94'),(221,2,'10.2.0.95'),(222,2,'10.2.0.96'),(223,2,'10.2.0.97'),(224,2,'10.2.0.98'),(225,2,'10.2.0.99'); -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ipv6address` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `vlanid` int(11) DEFAULT NULL, - `address` varchar(40) COLLATE utf8_unicode_ci 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=801 DEFAULT CHARSET=utf8 COLLATE=utf8_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:1::1'),(16,1,'2001:db8:1::10'),(256,1,'2001:db8:1::100'),(257,1,'2001:db8:1::101'),(258,1,'2001:db8:1::102'),(259,1,'2001:db8:1::103'),(260,1,'2001:db8:1::104'),(261,1,'2001:db8:1::105'),(262,1,'2001:db8:1::106'),(263,1,'2001:db8:1::107'),(264,1,'2001:db8:1::108'),(265,1,'2001:db8:1::109'),(266,1,'2001:db8:1::10a'),(267,1,'2001:db8:1::10b'),(268,1,'2001:db8:1::10c'),(269,1,'2001:db8:1::10d'),(270,1,'2001:db8:1::10e'),(271,1,'2001:db8:1::10f'),(17,1,'2001:db8:1::11'),(272,1,'2001:db8:1::110'),(273,1,'2001:db8:1::111'),(274,1,'2001:db8:1::112'),(275,1,'2001:db8:1::113'),(276,1,'2001:db8:1::114'),(277,1,'2001:db8:1::115'),(278,1,'2001:db8:1::116'),(279,1,'2001:db8:1::117'),(280,1,'2001:db8:1::118'),(281,1,'2001:db8:1::119'),(282,1,'2001:db8:1::11a'),(283,1,'2001:db8:1::11b'),(284,1,'2001:db8:1::11c'),(285,1,'2001:db8:1::11d'),(286,1,'2001:db8:1::11e'),(287,1,'2001:db8:1::11f'),(18,1,'2001:db8:1::12'),(288,1,'2001:db8:1::120'),(289,1,'2001:db8:1::121'),(290,1,'2001:db8:1::122'),(291,1,'2001:db8:1::123'),(292,1,'2001:db8:1::124'),(293,1,'2001:db8:1::125'),(294,1,'2001:db8:1::126'),(295,1,'2001:db8:1::127'),(296,1,'2001:db8:1::128'),(297,1,'2001:db8:1::129'),(298,1,'2001:db8:1::12a'),(299,1,'2001:db8:1::12b'),(300,1,'2001:db8:1::12c'),(301,1,'2001:db8:1::12d'),(302,1,'2001:db8:1::12e'),(303,1,'2001:db8:1::12f'),(19,1,'2001:db8:1::13'),(304,1,'2001:db8:1::130'),(305,1,'2001:db8:1::131'),(306,1,'2001:db8:1::132'),(307,1,'2001:db8:1::133'),(308,1,'2001:db8:1::134'),(309,1,'2001:db8:1::135'),(310,1,'2001:db8:1::136'),(311,1,'2001:db8:1::137'),(312,1,'2001:db8:1::138'),(313,1,'2001:db8:1::139'),(314,1,'2001:db8:1::13a'),(315,1,'2001:db8:1::13b'),(316,1,'2001:db8:1::13c'),(317,1,'2001:db8:1::13d'),(318,1,'2001:db8:1::13e'),(319,1,'2001:db8:1::13f'),(20,1,'2001:db8:1::14'),(320,1,'2001:db8:1::140'),(321,1,'2001:db8:1::141'),(322,1,'2001:db8:1::142'),(323,1,'2001:db8:1::143'),(324,1,'2001:db8:1::144'),(325,1,'2001:db8:1::145'),(326,1,'2001:db8:1::146'),(327,1,'2001:db8:1::147'),(328,1,'2001:db8:1::148'),(329,1,'2001:db8:1::149'),(330,1,'2001:db8:1::14a'),(331,1,'2001:db8:1::14b'),(332,1,'2001:db8:1::14c'),(333,1,'2001:db8:1::14d'),(334,1,'2001:db8:1::14e'),(335,1,'2001:db8:1::14f'),(21,1,'2001:db8:1::15'),(336,1,'2001:db8:1::150'),(337,1,'2001:db8:1::151'),(338,1,'2001:db8:1::152'),(339,1,'2001:db8:1::153'),(340,1,'2001:db8:1::154'),(341,1,'2001:db8:1::155'),(342,1,'2001:db8:1::156'),(343,1,'2001:db8:1::157'),(344,1,'2001:db8:1::158'),(345,1,'2001:db8:1::159'),(346,1,'2001:db8:1::15a'),(347,1,'2001:db8:1::15b'),(348,1,'2001:db8:1::15c'),(349,1,'2001:db8:1::15d'),(350,1,'2001:db8:1::15e'),(351,1,'2001:db8:1::15f'),(22,1,'2001:db8:1::16'),(352,1,'2001:db8:1::160'),(353,1,'2001:db8:1::161'),(354,1,'2001:db8:1::162'),(355,1,'2001:db8:1::163'),(356,1,'2001:db8:1::164'),(357,1,'2001:db8:1::165'),(358,1,'2001:db8:1::166'),(359,1,'2001:db8:1::167'),(360,1,'2001:db8:1::168'),(361,1,'2001:db8:1::169'),(362,1,'2001:db8:1::16a'),(363,1,'2001:db8:1::16b'),(364,1,'2001:db8:1::16c'),(365,1,'2001:db8:1::16d'),(366,1,'2001:db8:1::16e'),(367,1,'2001:db8:1::16f'),(23,1,'2001:db8:1::17'),(368,1,'2001:db8:1::170'),(369,1,'2001:db8:1::171'),(370,1,'2001:db8:1::172'),(371,1,'2001:db8:1::173'),(372,1,'2001:db8:1::174'),(373,1,'2001:db8:1::175'),(374,1,'2001:db8:1::176'),(375,1,'2001:db8:1::177'),(376,1,'2001:db8:1::178'),(377,1,'2001:db8:1::179'),(378,1,'2001:db8:1::17a'),(379,1,'2001:db8:1::17b'),(380,1,'2001:db8:1::17c'),(381,1,'2001:db8:1::17d'),(382,1,'2001:db8:1::17e'),(383,1,'2001:db8:1::17f'),(24,1,'2001:db8:1::18'),(384,1,'2001:db8:1::180'),(385,1,'2001:db8:1::181'),(386,1,'2001:db8:1::182'),(387,1,'2001:db8:1::183'),(388,1,'2001:db8:1::184'),(389,1,'2001:db8:1::185'),(390,1,'2001:db8:1::186'),(391,1,'2001:db8:1::187'),(392,1,'2001:db8:1::188'),(393,1,'2001:db8:1::189'),(394,1,'2001:db8:1::18a'),(395,1,'2001:db8:1::18b'),(396,1,'2001:db8:1::18c'),(397,1,'2001:db8:1::18d'),(398,1,'2001:db8:1::18e'),(399,1,'2001:db8:1::18f'),(25,1,'2001:db8:1::19'),(400,1,'2001:db8:1::190'),(26,1,'2001:db8:1::1a'),(27,1,'2001:db8:1::1b'),(28,1,'2001:db8:1::1c'),(29,1,'2001:db8:1::1d'),(30,1,'2001:db8:1::1e'),(31,1,'2001:db8:1::1f'),(2,1,'2001:db8:1::2'),(32,1,'2001:db8:1::20'),(33,1,'2001:db8:1::21'),(34,1,'2001:db8:1::22'),(35,1,'2001:db8:1::23'),(36,1,'2001:db8:1::24'),(37,1,'2001:db8:1::25'),(38,1,'2001:db8:1::26'),(39,1,'2001:db8:1::27'),(40,1,'2001:db8:1::28'),(41,1,'2001:db8:1::29'),(42,1,'2001:db8:1::2a'),(43,1,'2001:db8:1::2b'),(44,1,'2001:db8:1::2c'),(45,1,'2001:db8:1::2d'),(46,1,'2001:db8:1::2e'),(47,1,'2001:db8:1::2f'),(3,1,'2001:db8:1::3'),(48,1,'2001:db8:1::30'),(49,1,'2001:db8:1::31'),(50,1,'2001:db8:1::32'),(51,1,'2001:db8:1::33'),(52,1,'2001:db8:1::34'),(53,1,'2001:db8:1::35'),(54,1,'2001:db8:1::36'),(55,1,'2001:db8:1::37'),(56,1,'2001:db8:1::38'),(57,1,'2001:db8:1::39'),(58,1,'2001:db8:1::3a'),(59,1,'2001:db8:1::3b'),(60,1,'2001:db8:1::3c'),(61,1,'2001:db8:1::3d'),(62,1,'2001:db8:1::3e'),(63,1,'2001:db8:1::3f'),(4,1,'2001:db8:1::4'),(64,1,'2001:db8:1::40'),(65,1,'2001:db8:1::41'),(66,1,'2001:db8:1::42'),(67,1,'2001:db8:1::43'),(68,1,'2001:db8:1::44'),(69,1,'2001:db8:1::45'),(70,1,'2001:db8:1::46'),(71,1,'2001:db8:1::47'),(72,1,'2001:db8:1::48'),(73,1,'2001:db8:1::49'),(74,1,'2001:db8:1::4a'),(75,1,'2001:db8:1::4b'),(76,1,'2001:db8:1::4c'),(77,1,'2001:db8:1::4d'),(78,1,'2001:db8:1::4e'),(79,1,'2001:db8:1::4f'),(5,1,'2001:db8:1::5'),(80,1,'2001:db8:1::50'),(81,1,'2001:db8:1::51'),(82,1,'2001:db8:1::52'),(83,1,'2001:db8:1::53'),(84,1,'2001:db8:1::54'),(85,1,'2001:db8:1::55'),(86,1,'2001:db8:1::56'),(87,1,'2001:db8:1::57'),(88,1,'2001:db8:1::58'),(89,1,'2001:db8:1::59'),(90,1,'2001:db8:1::5a'),(91,1,'2001:db8:1::5b'),(92,1,'2001:db8:1::5c'),(93,1,'2001:db8:1::5d'),(94,1,'2001:db8:1::5e'),(95,1,'2001:db8:1::5f'),(6,1,'2001:db8:1::6'),(96,1,'2001:db8:1::60'),(97,1,'2001:db8:1::61'),(98,1,'2001:db8:1::62'),(99,1,'2001:db8:1::63'),(100,1,'2001:db8:1::64'),(101,1,'2001:db8:1::65'),(102,1,'2001:db8:1::66'),(103,1,'2001:db8:1::67'),(104,1,'2001:db8:1::68'),(105,1,'2001:db8:1::69'),(106,1,'2001:db8:1::6a'),(107,1,'2001:db8:1::6b'),(108,1,'2001:db8:1::6c'),(109,1,'2001:db8:1::6d'),(110,1,'2001:db8:1::6e'),(111,1,'2001:db8:1::6f'),(7,1,'2001:db8:1::7'),(112,1,'2001:db8:1::70'),(113,1,'2001:db8:1::71'),(114,1,'2001:db8:1::72'),(115,1,'2001:db8:1::73'),(116,1,'2001:db8:1::74'),(117,1,'2001:db8:1::75'),(118,1,'2001:db8:1::76'),(119,1,'2001:db8:1::77'),(120,1,'2001:db8:1::78'),(121,1,'2001:db8:1::79'),(122,1,'2001:db8:1::7a'),(123,1,'2001:db8:1::7b'),(124,1,'2001:db8:1::7c'),(125,1,'2001:db8:1::7d'),(126,1,'2001:db8:1::7e'),(127,1,'2001:db8:1::7f'),(8,1,'2001:db8:1::8'),(128,1,'2001:db8:1::80'),(129,1,'2001:db8:1::81'),(130,1,'2001:db8:1::82'),(131,1,'2001:db8:1::83'),(132,1,'2001:db8:1::84'),(133,1,'2001:db8:1::85'),(134,1,'2001:db8:1::86'),(135,1,'2001:db8:1::87'),(136,1,'2001:db8:1::88'),(137,1,'2001:db8:1::89'),(138,1,'2001:db8:1::8a'),(139,1,'2001:db8:1::8b'),(140,1,'2001:db8:1::8c'),(141,1,'2001:db8:1::8d'),(142,1,'2001:db8:1::8e'),(143,1,'2001:db8:1::8f'),(9,1,'2001:db8:1::9'),(144,1,'2001:db8:1::90'),(145,1,'2001:db8:1::91'),(146,1,'2001:db8:1::92'),(147,1,'2001:db8:1::93'),(148,1,'2001:db8:1::94'),(149,1,'2001:db8:1::95'),(150,1,'2001:db8:1::96'),(151,1,'2001:db8:1::97'),(152,1,'2001:db8:1::98'),(153,1,'2001:db8:1::99'),(154,1,'2001:db8:1::9a'),(155,1,'2001:db8:1::9b'),(156,1,'2001:db8:1::9c'),(157,1,'2001:db8:1::9d'),(158,1,'2001:db8:1::9e'),(159,1,'2001:db8:1::9f'),(10,1,'2001:db8:1::a'),(160,1,'2001:db8:1::a0'),(161,1,'2001:db8:1::a1'),(162,1,'2001:db8:1::a2'),(163,1,'2001:db8:1::a3'),(164,1,'2001:db8:1::a4'),(165,1,'2001:db8:1::a5'),(166,1,'2001:db8:1::a6'),(167,1,'2001:db8:1::a7'),(168,1,'2001:db8:1::a8'),(169,1,'2001:db8:1::a9'),(170,1,'2001:db8:1::aa'),(171,1,'2001:db8:1::ab'),(172,1,'2001:db8:1::ac'),(173,1,'2001:db8:1::ad'),(174,1,'2001:db8:1::ae'),(175,1,'2001:db8:1::af'),(11,1,'2001:db8:1::b'),(176,1,'2001:db8:1::b0'),(177,1,'2001:db8:1::b1'),(178,1,'2001:db8:1::b2'),(179,1,'2001:db8:1::b3'),(180,1,'2001:db8:1::b4'),(181,1,'2001:db8:1::b5'),(182,1,'2001:db8:1::b6'),(183,1,'2001:db8:1::b7'),(184,1,'2001:db8:1::b8'),(185,1,'2001:db8:1::b9'),(186,1,'2001:db8:1::ba'),(187,1,'2001:db8:1::bb'),(188,1,'2001:db8:1::bc'),(189,1,'2001:db8:1::bd'),(190,1,'2001:db8:1::be'),(191,1,'2001:db8:1::bf'),(12,1,'2001:db8:1::c'),(192,1,'2001:db8:1::c0'),(193,1,'2001:db8:1::c1'),(194,1,'2001:db8:1::c2'),(195,1,'2001:db8:1::c3'),(196,1,'2001:db8:1::c4'),(197,1,'2001:db8:1::c5'),(198,1,'2001:db8:1::c6'),(199,1,'2001:db8:1::c7'),(200,1,'2001:db8:1::c8'),(201,1,'2001:db8:1::c9'),(202,1,'2001:db8:1::ca'),(203,1,'2001:db8:1::cb'),(204,1,'2001:db8:1::cc'),(205,1,'2001:db8:1::cd'),(206,1,'2001:db8:1::ce'),(207,1,'2001:db8:1::cf'),(13,1,'2001:db8:1::d'),(208,1,'2001:db8:1::d0'),(209,1,'2001:db8:1::d1'),(210,1,'2001:db8:1::d2'),(211,1,'2001:db8:1::d3'),(212,1,'2001:db8:1::d4'),(213,1,'2001:db8:1::d5'),(214,1,'2001:db8:1::d6'),(215,1,'2001:db8:1::d7'),(216,1,'2001:db8:1::d8'),(217,1,'2001:db8:1::d9'),(218,1,'2001:db8:1::da'),(219,1,'2001:db8:1::db'),(220,1,'2001:db8:1::dc'),(221,1,'2001:db8:1::dd'),(222,1,'2001:db8:1::de'),(223,1,'2001:db8:1::df'),(14,1,'2001:db8:1::e'),(224,1,'2001:db8:1::e0'),(225,1,'2001:db8:1::e1'),(226,1,'2001:db8:1::e2'),(227,1,'2001:db8:1::e3'),(228,1,'2001:db8:1::e4'),(229,1,'2001:db8:1::e5'),(230,1,'2001:db8:1::e6'),(231,1,'2001:db8:1::e7'),(232,1,'2001:db8:1::e8'),(233,1,'2001:db8:1::e9'),(234,1,'2001:db8:1::ea'),(235,1,'2001:db8:1::eb'),(236,1,'2001:db8:1::ec'),(237,1,'2001:db8:1::ed'),(238,1,'2001:db8:1::ee'),(239,1,'2001:db8:1::ef'),(15,1,'2001:db8:1::f'),(240,1,'2001:db8:1::f0'),(241,1,'2001:db8:1::f1'),(242,1,'2001:db8:1::f2'),(243,1,'2001:db8:1::f3'),(244,1,'2001:db8:1::f4'),(245,1,'2001:db8:1::f5'),(246,1,'2001:db8:1::f6'),(247,1,'2001:db8:1::f7'),(248,1,'2001:db8:1::f8'),(249,1,'2001:db8:1::f9'),(250,1,'2001:db8:1::fa'),(251,1,'2001:db8:1::fb'),(252,1,'2001:db8:1::fc'),(253,1,'2001:db8:1::fd'),(254,1,'2001:db8:1::fe'),(255,1,'2001:db8:1::ff'),(401,2,'2001:db8:2::1'),(416,2,'2001:db8:2::10'),(656,2,'2001:db8:2::100'),(657,2,'2001:db8:2::101'),(658,2,'2001:db8:2::102'),(659,2,'2001:db8:2::103'),(660,2,'2001:db8:2::104'),(661,2,'2001:db8:2::105'),(662,2,'2001:db8:2::106'),(663,2,'2001:db8:2::107'),(664,2,'2001:db8:2::108'),(665,2,'2001:db8:2::109'),(666,2,'2001:db8:2::10a'),(667,2,'2001:db8:2::10b'),(668,2,'2001:db8:2::10c'),(669,2,'2001:db8:2::10d'),(670,2,'2001:db8:2::10e'),(671,2,'2001:db8:2::10f'),(417,2,'2001:db8:2::11'),(672,2,'2001:db8:2::110'),(673,2,'2001:db8:2::111'),(674,2,'2001:db8:2::112'),(675,2,'2001:db8:2::113'),(676,2,'2001:db8:2::114'),(677,2,'2001:db8:2::115'),(678,2,'2001:db8:2::116'),(679,2,'2001:db8:2::117'),(680,2,'2001:db8:2::118'),(681,2,'2001:db8:2::119'),(682,2,'2001:db8:2::11a'),(683,2,'2001:db8:2::11b'),(684,2,'2001:db8:2::11c'),(685,2,'2001:db8:2::11d'),(686,2,'2001:db8:2::11e'),(687,2,'2001:db8:2::11f'),(418,2,'2001:db8:2::12'),(688,2,'2001:db8:2::120'),(689,2,'2001:db8:2::121'),(690,2,'2001:db8:2::122'),(691,2,'2001:db8:2::123'),(692,2,'2001:db8:2::124'),(693,2,'2001:db8:2::125'),(694,2,'2001:db8:2::126'),(695,2,'2001:db8:2::127'),(696,2,'2001:db8:2::128'),(697,2,'2001:db8:2::129'),(698,2,'2001:db8:2::12a'),(699,2,'2001:db8:2::12b'),(700,2,'2001:db8:2::12c'),(701,2,'2001:db8:2::12d'),(702,2,'2001:db8:2::12e'),(703,2,'2001:db8:2::12f'),(419,2,'2001:db8:2::13'),(704,2,'2001:db8:2::130'),(705,2,'2001:db8:2::131'),(706,2,'2001:db8:2::132'),(707,2,'2001:db8:2::133'),(708,2,'2001:db8:2::134'),(709,2,'2001:db8:2::135'),(710,2,'2001:db8:2::136'),(711,2,'2001:db8:2::137'),(712,2,'2001:db8:2::138'),(713,2,'2001:db8:2::139'),(714,2,'2001:db8:2::13a'),(715,2,'2001:db8:2::13b'),(716,2,'2001:db8:2::13c'),(717,2,'2001:db8:2::13d'),(718,2,'2001:db8:2::13e'),(719,2,'2001:db8:2::13f'),(420,2,'2001:db8:2::14'),(720,2,'2001:db8:2::140'),(721,2,'2001:db8:2::141'),(722,2,'2001:db8:2::142'),(723,2,'2001:db8:2::143'),(724,2,'2001:db8:2::144'),(725,2,'2001:db8:2::145'),(726,2,'2001:db8:2::146'),(727,2,'2001:db8:2::147'),(728,2,'2001:db8:2::148'),(729,2,'2001:db8:2::149'),(730,2,'2001:db8:2::14a'),(731,2,'2001:db8:2::14b'),(732,2,'2001:db8:2::14c'),(733,2,'2001:db8:2::14d'),(734,2,'2001:db8:2::14e'),(735,2,'2001:db8:2::14f'),(421,2,'2001:db8:2::15'),(736,2,'2001:db8:2::150'),(737,2,'2001:db8:2::151'),(738,2,'2001:db8:2::152'),(739,2,'2001:db8:2::153'),(740,2,'2001:db8:2::154'),(741,2,'2001:db8:2::155'),(742,2,'2001:db8:2::156'),(743,2,'2001:db8:2::157'),(744,2,'2001:db8:2::158'),(745,2,'2001:db8:2::159'),(746,2,'2001:db8:2::15a'),(747,2,'2001:db8:2::15b'),(748,2,'2001:db8:2::15c'),(749,2,'2001:db8:2::15d'),(750,2,'2001:db8:2::15e'),(751,2,'2001:db8:2::15f'),(422,2,'2001:db8:2::16'),(752,2,'2001:db8:2::160'),(753,2,'2001:db8:2::161'),(754,2,'2001:db8:2::162'),(755,2,'2001:db8:2::163'),(756,2,'2001:db8:2::164'),(757,2,'2001:db8:2::165'),(758,2,'2001:db8:2::166'),(759,2,'2001:db8:2::167'),(760,2,'2001:db8:2::168'),(761,2,'2001:db8:2::169'),(762,2,'2001:db8:2::16a'),(763,2,'2001:db8:2::16b'),(764,2,'2001:db8:2::16c'),(765,2,'2001:db8:2::16d'),(766,2,'2001:db8:2::16e'),(767,2,'2001:db8:2::16f'),(423,2,'2001:db8:2::17'),(768,2,'2001:db8:2::170'),(769,2,'2001:db8:2::171'),(770,2,'2001:db8:2::172'),(771,2,'2001:db8:2::173'),(772,2,'2001:db8:2::174'),(773,2,'2001:db8:2::175'),(774,2,'2001:db8:2::176'),(775,2,'2001:db8:2::177'),(776,2,'2001:db8:2::178'),(777,2,'2001:db8:2::179'),(778,2,'2001:db8:2::17a'),(779,2,'2001:db8:2::17b'),(780,2,'2001:db8:2::17c'),(781,2,'2001:db8:2::17d'),(782,2,'2001:db8:2::17e'),(783,2,'2001:db8:2::17f'),(424,2,'2001:db8:2::18'),(784,2,'2001:db8:2::180'),(785,2,'2001:db8:2::181'),(786,2,'2001:db8:2::182'),(787,2,'2001:db8:2::183'),(788,2,'2001:db8:2::184'),(789,2,'2001:db8:2::185'),(790,2,'2001:db8:2::186'),(791,2,'2001:db8:2::187'),(792,2,'2001:db8:2::188'),(793,2,'2001:db8:2::189'),(794,2,'2001:db8:2::18a'),(795,2,'2001:db8:2::18b'),(796,2,'2001:db8:2::18c'),(797,2,'2001:db8:2::18d'),(798,2,'2001:db8:2::18e'),(799,2,'2001:db8:2::18f'),(425,2,'2001:db8:2::19'),(800,2,'2001:db8:2::190'),(426,2,'2001:db8:2::1a'),(427,2,'2001:db8:2::1b'),(428,2,'2001:db8:2::1c'),(429,2,'2001:db8:2::1d'),(430,2,'2001:db8:2::1e'),(431,2,'2001:db8:2::1f'),(402,2,'2001:db8:2::2'),(432,2,'2001:db8:2::20'),(433,2,'2001:db8:2::21'),(434,2,'2001:db8:2::22'),(435,2,'2001:db8:2::23'),(436,2,'2001:db8:2::24'),(437,2,'2001:db8:2::25'),(438,2,'2001:db8:2::26'),(439,2,'2001:db8:2::27'),(440,2,'2001:db8:2::28'),(441,2,'2001:db8:2::29'),(442,2,'2001:db8:2::2a'),(443,2,'2001:db8:2::2b'),(444,2,'2001:db8:2::2c'),(445,2,'2001:db8:2::2d'),(446,2,'2001:db8:2::2e'),(447,2,'2001:db8:2::2f'),(403,2,'2001:db8:2::3'),(448,2,'2001:db8:2::30'),(449,2,'2001:db8:2::31'),(450,2,'2001:db8:2::32'),(451,2,'2001:db8:2::33'),(452,2,'2001:db8:2::34'),(453,2,'2001:db8:2::35'),(454,2,'2001:db8:2::36'),(455,2,'2001:db8:2::37'),(456,2,'2001:db8:2::38'),(457,2,'2001:db8:2::39'),(458,2,'2001:db8:2::3a'),(459,2,'2001:db8:2::3b'),(460,2,'2001:db8:2::3c'),(461,2,'2001:db8:2::3d'),(462,2,'2001:db8:2::3e'),(463,2,'2001:db8:2::3f'),(404,2,'2001:db8:2::4'),(464,2,'2001:db8:2::40'),(465,2,'2001:db8:2::41'),(466,2,'2001:db8:2::42'),(467,2,'2001:db8:2::43'),(468,2,'2001:db8:2::44'),(469,2,'2001:db8:2::45'),(470,2,'2001:db8:2::46'),(471,2,'2001:db8:2::47'),(472,2,'2001:db8:2::48'),(473,2,'2001:db8:2::49'),(474,2,'2001:db8:2::4a'),(475,2,'2001:db8:2::4b'),(476,2,'2001:db8:2::4c'),(477,2,'2001:db8:2::4d'),(478,2,'2001:db8:2::4e'),(479,2,'2001:db8:2::4f'),(405,2,'2001:db8:2::5'),(480,2,'2001:db8:2::50'),(481,2,'2001:db8:2::51'),(482,2,'2001:db8:2::52'),(483,2,'2001:db8:2::53'),(484,2,'2001:db8:2::54'),(485,2,'2001:db8:2::55'),(486,2,'2001:db8:2::56'),(487,2,'2001:db8:2::57'),(488,2,'2001:db8:2::58'),(489,2,'2001:db8:2::59'),(490,2,'2001:db8:2::5a'),(491,2,'2001:db8:2::5b'),(492,2,'2001:db8:2::5c'),(493,2,'2001:db8:2::5d'),(494,2,'2001:db8:2::5e'),(495,2,'2001:db8:2::5f'),(406,2,'2001:db8:2::6'),(496,2,'2001:db8:2::60'),(497,2,'2001:db8:2::61'),(498,2,'2001:db8:2::62'),(499,2,'2001:db8:2::63'),(500,2,'2001:db8:2::64'),(501,2,'2001:db8:2::65'),(502,2,'2001:db8:2::66'),(503,2,'2001:db8:2::67'),(504,2,'2001:db8:2::68'),(505,2,'2001:db8:2::69'),(506,2,'2001:db8:2::6a'),(507,2,'2001:db8:2::6b'),(508,2,'2001:db8:2::6c'),(509,2,'2001:db8:2::6d'),(510,2,'2001:db8:2::6e'),(511,2,'2001:db8:2::6f'),(407,2,'2001:db8:2::7'),(512,2,'2001:db8:2::70'),(513,2,'2001:db8:2::71'),(514,2,'2001:db8:2::72'),(515,2,'2001:db8:2::73'),(516,2,'2001:db8:2::74'),(517,2,'2001:db8:2::75'),(518,2,'2001:db8:2::76'),(519,2,'2001:db8:2::77'),(520,2,'2001:db8:2::78'),(521,2,'2001:db8:2::79'),(522,2,'2001:db8:2::7a'),(523,2,'2001:db8:2::7b'),(524,2,'2001:db8:2::7c'),(525,2,'2001:db8:2::7d'),(526,2,'2001:db8:2::7e'),(527,2,'2001:db8:2::7f'),(408,2,'2001:db8:2::8'),(528,2,'2001:db8:2::80'),(529,2,'2001:db8:2::81'),(530,2,'2001:db8:2::82'),(531,2,'2001:db8:2::83'),(532,2,'2001:db8:2::84'),(533,2,'2001:db8:2::85'),(534,2,'2001:db8:2::86'),(535,2,'2001:db8:2::87'),(536,2,'2001:db8:2::88'),(537,2,'2001:db8:2::89'),(538,2,'2001:db8:2::8a'),(539,2,'2001:db8:2::8b'),(540,2,'2001:db8:2::8c'),(541,2,'2001:db8:2::8d'),(542,2,'2001:db8:2::8e'),(543,2,'2001:db8:2::8f'),(409,2,'2001:db8:2::9'),(544,2,'2001:db8:2::90'),(545,2,'2001:db8:2::91'),(546,2,'2001:db8:2::92'),(547,2,'2001:db8:2::93'),(548,2,'2001:db8:2::94'),(549,2,'2001:db8:2::95'),(550,2,'2001:db8:2::96'),(551,2,'2001:db8:2::97'),(552,2,'2001:db8:2::98'),(553,2,'2001:db8:2::99'),(554,2,'2001:db8:2::9a'),(555,2,'2001:db8:2::9b'),(556,2,'2001:db8:2::9c'),(557,2,'2001:db8:2::9d'),(558,2,'2001:db8:2::9e'),(559,2,'2001:db8:2::9f'),(410,2,'2001:db8:2::a'),(560,2,'2001:db8:2::a0'),(561,2,'2001:db8:2::a1'),(562,2,'2001:db8:2::a2'),(563,2,'2001:db8:2::a3'),(564,2,'2001:db8:2::a4'),(565,2,'2001:db8:2::a5'),(566,2,'2001:db8:2::a6'),(567,2,'2001:db8:2::a7'),(568,2,'2001:db8:2::a8'),(569,2,'2001:db8:2::a9'),(570,2,'2001:db8:2::aa'),(571,2,'2001:db8:2::ab'),(572,2,'2001:db8:2::ac'),(573,2,'2001:db8:2::ad'),(574,2,'2001:db8:2::ae'),(575,2,'2001:db8:2::af'),(411,2,'2001:db8:2::b'),(576,2,'2001:db8:2::b0'),(577,2,'2001:db8:2::b1'),(578,2,'2001:db8:2::b2'),(579,2,'2001:db8:2::b3'),(580,2,'2001:db8:2::b4'),(581,2,'2001:db8:2::b5'),(582,2,'2001:db8:2::b6'),(583,2,'2001:db8:2::b7'),(584,2,'2001:db8:2::b8'),(585,2,'2001:db8:2::b9'),(586,2,'2001:db8:2::ba'),(587,2,'2001:db8:2::bb'),(588,2,'2001:db8:2::bc'),(589,2,'2001:db8:2::bd'),(590,2,'2001:db8:2::be'),(591,2,'2001:db8:2::bf'),(412,2,'2001:db8:2::c'),(592,2,'2001:db8:2::c0'),(593,2,'2001:db8:2::c1'),(594,2,'2001:db8:2::c2'),(595,2,'2001:db8:2::c3'),(596,2,'2001:db8:2::c4'),(597,2,'2001:db8:2::c5'),(598,2,'2001:db8:2::c6'),(599,2,'2001:db8:2::c7'),(600,2,'2001:db8:2::c8'),(601,2,'2001:db8:2::c9'),(602,2,'2001:db8:2::ca'),(603,2,'2001:db8:2::cb'),(604,2,'2001:db8:2::cc'),(605,2,'2001:db8:2::cd'),(606,2,'2001:db8:2::ce'),(607,2,'2001:db8:2::cf'),(413,2,'2001:db8:2::d'),(608,2,'2001:db8:2::d0'),(609,2,'2001:db8:2::d1'),(610,2,'2001:db8:2::d2'),(611,2,'2001:db8:2::d3'),(612,2,'2001:db8:2::d4'),(613,2,'2001:db8:2::d5'),(614,2,'2001:db8:2::d6'),(615,2,'2001:db8:2::d7'),(616,2,'2001:db8:2::d8'),(617,2,'2001:db8:2::d9'),(618,2,'2001:db8:2::da'),(619,2,'2001:db8:2::db'),(620,2,'2001:db8:2::dc'),(621,2,'2001:db8:2::dd'),(622,2,'2001:db8:2::de'),(623,2,'2001:db8:2::df'),(414,2,'2001:db8:2::e'),(624,2,'2001:db8:2::e0'),(625,2,'2001:db8:2::e1'),(626,2,'2001:db8:2::e2'),(627,2,'2001:db8:2::e3'),(628,2,'2001:db8:2::e4'),(629,2,'2001:db8:2::e5'),(630,2,'2001:db8:2::e6'),(631,2,'2001:db8:2::e7'),(632,2,'2001:db8:2::e8'),(633,2,'2001:db8:2::e9'),(634,2,'2001:db8:2::ea'),(635,2,'2001:db8:2::eb'),(636,2,'2001:db8:2::ec'),(637,2,'2001:db8:2::ed'),(638,2,'2001:db8:2::ee'),(639,2,'2001:db8:2::ef'),(415,2,'2001:db8:2::f'),(640,2,'2001:db8:2::f0'),(641,2,'2001:db8:2::f1'),(642,2,'2001:db8:2::f2'),(643,2,'2001:db8:2::f3'),(644,2,'2001:db8:2::f4'),(645,2,'2001:db8:2::f5'),(646,2,'2001:db8:2::f6'),(647,2,'2001:db8:2::f7'),(648,2,'2001:db8:2::f8'),(649,2,'2001:db8:2::f9'),(650,2,'2001:db8:2::fa'),(651,2,'2001:db8:2::fb'),(652,2,'2001:db8:2::fc'),(653,2,'2001:db8:2::fd'),(654,2,'2001:db8:2::fe'),(655,2,'2001:db8:2::ff'); -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `irrdb_asn` ( - `id` bigint(20) NOT NULL AUTO_INCREMENT, - `customer_id` int(11) NOT NULL, - `asn` int(11) NOT NULL, - `protocol` int(11) NOT NULL, - `first_seen` datetime DEFAULT NULL, - `last_seen` datetime 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=105 DEFAULT CHARSET=utf8 COLLATE=utf8_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,4,112,4,'2014-01-06 14:42:49',NULL),(2,4,112,6,'2014-01-06 14:42:50',NULL),(3,2,112,4,'2014-01-06 14:42:50',NULL),(4,2,1213,4,'2014-01-06 14:42:50',NULL),(5,2,1921,4,'2014-01-06 14:42:50',NULL),(6,2,2128,4,'2014-01-06 14:42:50',NULL),(7,2,2850,4,'2014-01-06 14:42:50',NULL),(8,2,42310,4,'2014-01-06 14:42:50',NULL),(9,2,112,6,'2014-01-06 14:42:51',NULL),(10,2,1213,6,'2014-01-06 14:42:51',NULL),(11,2,1921,6,'2014-01-06 14:42:51',NULL),(12,2,2128,6,'2014-01-06 14:42:51',NULL),(13,2,2850,6,'2014-01-06 14:42:51',NULL),(14,2,42310,6,'2014-01-06 14:42:51',NULL),(15,5,11521,4,'2014-01-06 14:42:51',NULL),(16,5,25441,4,'2014-01-06 14:42:51',NULL),(17,5,34317,4,'2014-01-06 14:42:51',NULL),(18,5,35272,4,'2014-01-06 14:42:51',NULL),(19,5,39064,4,'2014-01-06 14:42:51',NULL),(20,5,43178,4,'2014-01-06 14:42:51',NULL),(21,5,43610,4,'2014-01-06 14:42:51',NULL),(22,5,47615,4,'2014-01-06 14:42:51',NULL),(23,5,48342,4,'2014-01-06 14:42:51',NULL),(24,5,49573,4,'2014-01-06 14:42:51',NULL),(25,5,197853,4,'2014-01-06 14:42:51',NULL),(26,5,197904,4,'2014-01-06 14:42:51',NULL),(27,5,11521,6,'2014-01-06 14:42:52',NULL),(28,5,25441,6,'2014-01-06 14:42:52',NULL),(29,5,34317,6,'2014-01-06 14:42:52',NULL),(30,5,35272,6,'2014-01-06 14:42:52',NULL),(31,5,39064,6,'2014-01-06 14:42:52',NULL),(32,5,43178,6,'2014-01-06 14:42:52',NULL),(33,5,43610,6,'2014-01-06 14:42:52',NULL),(34,5,47615,6,'2014-01-06 14:42:52',NULL),(35,5,48342,6,'2014-01-06 14:42:52',NULL),(36,5,49573,6,'2014-01-06 14:42:52',NULL),(37,5,197853,6,'2014-01-06 14:42:52',NULL),(38,5,197904,6,'2014-01-06 14:42:52',NULL),(39,3,27,4,'2014-01-06 14:42:52',NULL),(40,3,42,4,'2014-01-06 14:42:52',NULL),(41,3,187,4,'2014-01-06 14:42:52',NULL),(42,3,297,4,'2014-01-06 14:42:52',NULL),(43,3,715,4,'2014-01-06 14:42:52',NULL),(44,3,3856,4,'2014-01-06 14:42:52',NULL),(45,3,7251,4,'2014-01-06 14:42:52',NULL),(46,3,13202,4,'2014-01-06 14:42:52',NULL),(47,3,16327,4,'2014-01-06 14:42:52',NULL),(48,3,16668,4,'2014-01-06 14:42:52',NULL),(49,3,16686,4,'2014-01-06 14:42:52',NULL),(50,3,20144,4,'2014-01-06 14:42:52',NULL),(51,3,20539,4,'2014-01-06 14:42:52',NULL),(52,3,21312,4,'2014-01-06 14:42:52',NULL),(53,3,24999,4,'2014-01-06 14:42:52',NULL),(54,3,27678,4,'2014-01-06 14:42:52',NULL),(55,3,32978,4,'2014-01-06 14:42:52',NULL),(56,3,32979,4,'2014-01-06 14:42:52',NULL),(57,3,35160,4,'2014-01-06 14:42:52',NULL),(58,3,38052,4,'2014-01-06 14:42:52',NULL),(59,3,44876,4,'2014-01-06 14:42:52',NULL),(60,3,45170,4,'2014-01-06 14:42:52',NULL),(61,3,45494,4,'2014-01-06 14:42:52',NULL),(62,3,48582,4,'2014-01-06 14:42:52',NULL),(63,3,48892,4,'2014-01-06 14:42:52',NULL),(64,3,50843,4,'2014-01-06 14:42:52',NULL),(65,3,51874,4,'2014-01-06 14:42:52',NULL),(66,3,52234,4,'2014-01-06 14:42:52',NULL),(67,3,52306,4,'2014-01-06 14:42:52',NULL),(68,3,54145,4,'2014-01-06 14:42:52',NULL),(69,3,59464,4,'2014-01-06 14:42:52',NULL),(70,3,60313,4,'2014-01-06 14:42:52',NULL),(71,3,197058,4,'2014-01-06 14:42:52',NULL),(72,3,27,6,'2014-01-06 14:42:52',NULL),(73,3,42,6,'2014-01-06 14:42:52',NULL),(74,3,187,6,'2014-01-06 14:42:52',NULL),(75,3,297,6,'2014-01-06 14:42:52',NULL),(76,3,715,6,'2014-01-06 14:42:52',NULL),(77,3,3856,6,'2014-01-06 14:42:52',NULL),(78,3,7251,6,'2014-01-06 14:42:52',NULL),(79,3,13202,6,'2014-01-06 14:42:52',NULL),(80,3,16327,6,'2014-01-06 14:42:52',NULL),(81,3,16668,6,'2014-01-06 14:42:52',NULL),(82,3,16686,6,'2014-01-06 14:42:52',NULL),(83,3,20144,6,'2014-01-06 14:42:52',NULL),(84,3,20539,6,'2014-01-06 14:42:52',NULL),(85,3,21312,6,'2014-01-06 14:42:52',NULL),(86,3,24999,6,'2014-01-06 14:42:52',NULL),(87,3,27678,6,'2014-01-06 14:42:52',NULL),(88,3,32978,6,'2014-01-06 14:42:52',NULL),(89,3,32979,6,'2014-01-06 14:42:52',NULL),(90,3,35160,6,'2014-01-06 14:42:52',NULL),(91,3,38052,6,'2014-01-06 14:42:52',NULL),(92,3,44876,6,'2014-01-06 14:42:52',NULL),(93,3,45170,6,'2014-01-06 14:42:52',NULL),(94,3,45494,6,'2014-01-06 14:42:52',NULL),(95,3,48582,6,'2014-01-06 14:42:52',NULL),(96,3,48892,6,'2014-01-06 14:42:52',NULL),(97,3,50843,6,'2014-01-06 14:42:52',NULL),(98,3,51874,6,'2014-01-06 14:42:52',NULL),(99,3,52234,6,'2014-01-06 14:42:52',NULL),(100,3,52306,6,'2014-01-06 14:42:52',NULL),(101,3,54145,6,'2014-01-06 14:42:52',NULL),(102,3,59464,6,'2014-01-06 14:42:52',NULL),(103,3,60313,6,'2014-01-06 14:42:52',NULL),(104,3,197058,6,'2014-01-06 14:42:52',NULL); -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `irrdb_prefix` ( - `id` bigint(20) NOT NULL AUTO_INCREMENT, - `customer_id` int(11) NOT NULL, - `prefix` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `protocol` int(11) NOT NULL, - `first_seen` datetime DEFAULT NULL, - `last_seen` datetime 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=649 DEFAULT CHARSET=utf8 COLLATE=utf8_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,4,'192.175.48.0/24',4,'2014-01-06 14:42:30','2014-01-06 14:42:30'),(2,2,'4.53.84.128/26',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(3,2,'4.53.146.192/26',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(4,2,'77.72.72.0/21',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(5,2,'87.32.0.0/12',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(6,2,'91.123.224.0/20',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(7,2,'134.226.0.0/16',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(8,2,'136.201.0.0/16',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(9,2,'136.206.0.0/16',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(10,2,'137.43.0.0/16',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(11,2,'140.203.0.0/16',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(12,2,'143.239.0.0/16',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(13,2,'147.252.0.0/16',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(14,2,'149.153.0.0/16',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(15,2,'149.157.0.0/16',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(16,2,'157.190.0.0/16',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(17,2,'160.6.0.0/16',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(18,2,'176.97.158.0/24',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(19,2,'192.174.68.0/24',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(20,2,'192.175.48.0/24',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(21,2,'193.1.0.0/16',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(22,2,'193.242.111.0/24',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(23,2,'194.0.24.0/24',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(24,2,'194.0.25.0/24',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(25,2,'194.0.26.0/24',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(26,2,'194.88.240.0/23',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(27,2,'212.3.242.128/26',4,'2014-01-06 14:42:31','2014-01-06 14:42:31'),(28,2,'2001:678:20::/48',6,'2014-01-06 14:42:32','2014-01-06 14:42:32'),(29,2,'2001:678:24::/48',6,'2014-01-06 14:42:32','2014-01-06 14:42:32'),(30,2,'2001:67c:1bc::/48',6,'2014-01-06 14:42:32','2014-01-06 14:42:32'),(31,2,'2001:67c:10b8::/48',6,'2014-01-06 14:42:32','2014-01-06 14:42:32'),(32,2,'2001:67c:10e0::/48',6,'2014-01-06 14:42:32','2014-01-06 14:42:32'),(33,2,'2001:770::/32',6,'2014-01-06 14:42:32','2014-01-06 14:42:32'),(34,2,'2001:7f8:18::/48',6,'2014-01-06 14:42:32','2014-01-06 14:42:32'),(35,2,'2001:1900:2205::/48',6,'2014-01-06 14:42:32','2014-01-06 14:42:32'),(36,2,'2001:1900:2206::/48',6,'2014-01-06 14:42:32','2014-01-06 14:42:32'),(37,2,'2620:4f:8000::/48',6,'2014-01-06 14:42:32','2014-01-06 14:42:32'),(38,2,'2a01:4b0::/32',6,'2014-01-06 14:42:32','2014-01-06 14:42:32'),(39,5,'31.169.96.0/21',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(40,5,'62.231.32.0/19',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(41,5,'78.135.128.0/17',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(42,5,'83.141.64.0/18',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(43,5,'85.134.128.0/17',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(44,5,'87.192.0.0/16',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(45,5,'87.232.0.0/16',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(46,5,'89.28.176.0/21',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(47,5,'89.124.0.0/14',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(48,5,'89.124.0.0/15',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(49,5,'89.125.0.0/16',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(50,5,'89.126.0.0/16',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(51,5,'89.126.0.0/19',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(52,5,'89.126.0.0/20',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(53,5,'89.126.32.0/19',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(54,5,'89.126.64.0/19',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(55,5,'89.126.96.0/19',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(56,5,'91.194.126.0/23',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(57,5,'91.194.126.0/24',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(58,5,'91.194.127.0/24',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(59,5,'91.209.106.0/24',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(60,5,'91.209.106.0/25',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(61,5,'91.209.106.128/25',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(62,5,'91.213.49.0/24',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(63,5,'91.220.224.0/24',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(64,5,'141.105.112.0/21',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(65,5,'176.52.216.0/21',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(66,5,'195.5.172.0/24',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(67,5,'195.60.166.0/23',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(68,5,'216.245.44.0/24',4,'2014-01-06 14:42:33','2014-01-06 14:42:33'),(69,5,'2001:67c:20::/48',6,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(70,5,'2001:67c:338::/48',6,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(71,5,'2001:4d68::/32',6,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(72,5,'2a01:268::/32',6,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(73,5,'2a01:8f80::/32',6,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(74,3,'31.135.128.0/19',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(75,3,'31.135.128.0/21',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(76,3,'31.135.136.0/21',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(77,3,'31.135.144.0/22',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(78,3,'31.135.148.0/22',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(79,3,'31.135.152.0/22',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(80,3,'31.135.152.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(81,3,'31.135.154.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(82,3,'36.0.4.0/22',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(83,3,'63.246.32.0/20',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(84,3,'64.68.192.0/20',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(85,3,'64.68.192.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(86,3,'64.68.193.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(87,3,'64.68.194.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(88,3,'64.68.195.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(89,3,'64.68.196.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(90,3,'64.78.200.0/21',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(91,3,'64.185.240.0/20',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(92,3,'65.22.4.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(93,3,'65.22.5.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(94,3,'65.22.19.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(95,3,'65.22.23.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(96,3,'65.22.27.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(97,3,'65.22.31.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(98,3,'65.22.35.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(99,3,'65.22.39.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(100,3,'65.22.47.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(101,3,'65.22.51.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(102,3,'65.22.55.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(103,3,'65.22.59.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(104,3,'65.22.63.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(105,3,'65.22.67.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(106,3,'65.22.71.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(107,3,'65.22.79.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(108,3,'65.22.83.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(109,3,'65.22.87.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(110,3,'65.22.91.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(111,3,'65.22.95.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(112,3,'65.22.99.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(113,3,'65.22.103.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(114,3,'65.22.107.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(115,3,'65.22.111.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(116,3,'65.22.115.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(117,3,'65.22.119.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(118,3,'65.22.123.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(119,3,'65.22.127.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(120,3,'65.22.131.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(121,3,'65.22.135.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(122,3,'65.22.139.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(123,3,'65.22.143.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(124,3,'65.22.147.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(125,3,'65.22.151.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(126,3,'65.22.155.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(127,3,'65.22.159.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(128,3,'65.22.163.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(129,3,'65.22.171.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(130,3,'65.22.175.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(131,3,'65.22.179.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(132,3,'65.22.183.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(133,3,'65.22.187.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(134,3,'65.22.191.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(135,3,'65.22.195.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(136,3,'65.22.199.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(137,3,'65.22.203.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(138,3,'65.22.207.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(139,3,'65.22.211.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(140,3,'65.22.215.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(141,3,'65.22.219.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(142,3,'65.22.223.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(143,3,'65.22.227.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(144,3,'65.22.231.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(145,3,'65.22.235.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(146,3,'65.22.239.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(147,3,'65.22.243.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(148,3,'65.22.247.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(149,3,'66.96.112.0/20',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(150,3,'66.102.32.0/20',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(151,3,'66.175.104.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(152,3,'66.185.112.0/20',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(153,3,'66.225.199.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(154,3,'66.225.200.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(155,3,'66.225.201.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(156,3,'67.21.37.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(157,3,'67.22.112.0/21',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(158,3,'67.158.48.0/20',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(159,3,'68.65.112.0/21',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(160,3,'68.65.126.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(161,3,'68.65.126.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(162,3,'68.65.127.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(163,3,'69.166.10.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(164,3,'69.166.12.0/22',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(165,3,'70.40.0.0/21',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(166,3,'70.40.8.0/21',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(167,3,'72.0.48.0/20',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(168,3,'72.0.48.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(169,3,'72.0.49.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(170,3,'72.0.50.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(171,3,'72.0.51.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(172,3,'72.0.52.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(173,3,'72.0.53.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(174,3,'72.0.54.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(175,3,'72.0.55.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(176,3,'72.0.56.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(177,3,'72.0.57.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(178,3,'72.0.58.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(179,3,'72.0.59.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(180,3,'72.0.60.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(181,3,'72.0.61.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(182,3,'72.0.62.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(183,3,'72.0.63.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(184,3,'72.42.112.0/20',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(185,3,'72.42.112.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(186,3,'72.42.113.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(187,3,'72.42.114.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(188,3,'72.42.115.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(189,3,'72.42.116.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(190,3,'72.42.117.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(191,3,'72.42.118.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(192,3,'72.42.119.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(193,3,'72.42.120.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(194,3,'72.42.121.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(195,3,'72.42.122.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(196,3,'72.42.123.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(197,3,'72.42.124.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(198,3,'72.42.125.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(199,3,'72.42.126.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(200,3,'72.42.127.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(201,3,'74.63.16.0/20',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(202,3,'74.63.16.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(203,3,'74.63.17.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(204,3,'74.63.18.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(205,3,'74.63.19.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(206,3,'74.63.20.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(207,3,'74.63.21.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(208,3,'74.63.22.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(209,3,'74.63.23.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(210,3,'74.63.24.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(211,3,'74.63.25.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(212,3,'74.63.26.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(213,3,'74.63.27.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(214,3,'74.80.64.0/18',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(215,3,'74.80.64.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(216,3,'74.80.65.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(217,3,'74.80.66.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(218,3,'74.80.67.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(219,3,'74.80.68.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(220,3,'74.80.69.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(221,3,'74.80.70.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(222,3,'74.80.71.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(223,3,'74.80.72.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(224,3,'74.80.73.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(225,3,'74.80.74.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(226,3,'74.80.75.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(227,3,'74.80.76.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(228,3,'74.80.77.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(229,3,'74.80.78.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(230,3,'74.80.79.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(231,3,'74.80.80.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(232,3,'74.80.81.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(233,3,'74.80.82.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(234,3,'74.80.83.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(235,3,'74.80.84.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(236,3,'74.80.85.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(237,3,'74.80.86.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(238,3,'74.80.87.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(239,3,'74.80.88.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(240,3,'74.80.89.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(241,3,'74.80.90.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(242,3,'74.80.91.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(243,3,'74.80.92.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(244,3,'74.80.93.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(245,3,'74.80.94.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(246,3,'74.80.95.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(247,3,'74.80.96.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(248,3,'74.80.97.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(249,3,'74.80.98.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(250,3,'74.80.99.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(251,3,'74.80.100.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(252,3,'74.80.101.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(253,3,'74.80.102.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(254,3,'74.80.103.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(255,3,'74.80.104.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(256,3,'74.80.105.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(257,3,'74.80.106.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(258,3,'74.80.107.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(259,3,'74.80.108.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(260,3,'74.80.109.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(261,3,'74.80.110.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(262,3,'74.80.111.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(263,3,'74.80.112.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(264,3,'74.80.113.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(265,3,'74.80.114.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(266,3,'74.80.115.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(267,3,'74.80.116.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(268,3,'74.80.117.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(269,3,'74.80.118.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(270,3,'74.80.119.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(271,3,'74.80.120.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(272,3,'74.80.121.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(273,3,'74.80.122.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(274,3,'74.80.123.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(275,3,'74.80.124.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(276,3,'74.80.125.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(277,3,'74.80.126.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(278,3,'74.80.126.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(279,3,'74.80.127.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(280,3,'74.118.212.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(281,3,'74.118.213.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(282,3,'74.118.214.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(283,3,'75.127.16.0/20',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(284,3,'76.191.16.0/20',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(285,3,'89.19.120.0/21',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(286,3,'89.19.120.0/22',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(287,3,'89.19.124.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(288,3,'89.19.126.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(289,3,'91.201.224.0/22',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(290,3,'91.201.224.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(291,3,'91.201.224.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(292,3,'91.201.225.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(293,3,'91.201.226.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(294,3,'91.201.226.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(295,3,'91.201.227.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(296,3,'91.209.1.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(297,3,'91.209.193.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(298,3,'91.222.16.0/22',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(299,3,'91.222.40.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(300,3,'91.222.41.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(301,3,'91.222.42.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(302,3,'91.222.43.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(303,3,'91.241.93.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(304,3,'93.95.24.0/21',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(305,3,'93.95.24.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(306,3,'93.95.25.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(307,3,'93.95.26.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(308,3,'93.171.128.0/22',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(309,3,'95.47.163.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(310,3,'101.251.4.0/22',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(311,3,'114.69.222.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(312,3,'128.8.0.0/16',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(313,3,'128.161.0.0/16',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(314,3,'129.2.0.0/16',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(315,3,'130.135.0.0/16',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(316,3,'130.167.0.0/16',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(317,3,'131.161.128.0/18',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(318,3,'131.182.0.0/16',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(319,3,'139.229.0.0/16',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(320,3,'140.169.0.0/16',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(321,3,'146.5.0.0/16',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(322,3,'146.58.0.0/16',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(323,3,'150.144.0.0/16',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(324,3,'156.154.43.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(325,3,'156.154.50.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(326,3,'156.154.59.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(327,3,'156.154.96.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(328,3,'156.154.99.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(329,3,'158.154.0.0/16',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(330,3,'169.222.0.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(331,3,'183.91.132.0/22',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(332,3,'192.5.41.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(333,3,'192.12.123.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(334,3,'192.42.70.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(335,3,'192.58.36.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(336,3,'192.67.83.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(337,3,'192.67.107.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(338,3,'192.67.108.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(339,3,'192.68.52.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(340,3,'192.68.148.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(341,3,'192.68.162.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(342,3,'192.70.244.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(343,3,'192.70.249.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(344,3,'192.77.80.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(345,3,'192.84.8.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(346,3,'192.88.124.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(347,3,'192.92.65.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(348,3,'192.92.90.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(349,3,'192.100.9.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(350,3,'192.100.10.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(351,3,'192.100.15.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(352,3,'192.101.148.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(353,3,'192.102.15.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(354,3,'192.102.219.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(355,3,'192.102.233.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(356,3,'192.102.234.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(357,3,'192.112.18.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(358,3,'192.112.223.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(359,3,'192.112.224.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(360,3,'192.124.20.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(361,3,'192.138.101.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(362,3,'192.138.172.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(363,3,'192.149.89.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(364,3,'192.149.104.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(365,3,'192.149.107.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(366,3,'192.149.133.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(367,3,'192.150.32.0/21',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(368,3,'192.153.157.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(369,3,'192.188.4.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(370,3,'192.203.230.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(371,3,'192.225.64.0/19',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(372,3,'192.243.0.0/20',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(373,3,'192.243.16.0/21',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(374,3,'193.29.206.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(375,3,'193.110.16.0/22',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(376,3,'193.110.16.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(377,3,'193.110.18.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(378,3,'193.111.240.0/22',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(379,3,'193.178.228.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(380,3,'193.178.228.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(381,3,'193.178.229.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(382,3,'194.0.12.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(383,3,'194.0.13.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(384,3,'194.0.14.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(385,3,'194.0.17.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(386,3,'194.0.27.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(387,3,'194.0.36.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(388,3,'194.0.42.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(389,3,'194.0.47.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(390,3,'194.28.144.0/22',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(391,3,'194.117.58.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(392,3,'194.117.60.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(393,3,'194.117.61.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(394,3,'194.117.62.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(395,3,'194.117.63.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(396,3,'194.146.180.0/22',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(397,3,'194.146.180.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(398,3,'194.146.180.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(399,3,'194.146.181.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(400,3,'194.146.182.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(401,3,'194.146.182.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(402,3,'194.146.183.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(403,3,'194.146.228.0/22',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(404,3,'194.146.228.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(405,3,'194.146.228.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(406,3,'194.146.229.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(407,3,'194.146.230.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(408,3,'194.146.230.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(409,3,'194.146.231.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(410,3,'194.153.148.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(411,3,'195.64.162.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(412,3,'195.64.162.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(413,3,'195.64.163.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(414,3,'195.82.138.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(415,3,'198.9.0.0/16',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(416,3,'198.49.1.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(417,3,'198.116.0.0/14',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(418,3,'198.120.0.0/14',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(419,3,'198.182.28.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(420,3,'198.182.31.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(421,3,'198.182.167.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(422,3,'199.4.137.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(423,3,'199.7.64.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(424,3,'199.7.77.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(425,3,'199.7.83.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(426,3,'199.7.86.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(427,3,'199.7.91.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(428,3,'199.7.94.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(429,3,'199.7.95.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(430,3,'199.43.132.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(431,3,'199.115.156.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(432,3,'199.115.157.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(433,3,'199.120.141.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(434,3,'199.120.142.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(435,3,'199.120.144.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(436,3,'199.182.32.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(437,3,'199.182.40.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(438,3,'199.184.181.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(439,3,'199.184.182.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(440,3,'199.184.184.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(441,3,'199.249.112.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(442,3,'199.249.113.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(443,3,'199.249.114.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(444,3,'199.249.115.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(445,3,'199.249.116.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(446,3,'199.249.117.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(447,3,'199.249.118.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(448,3,'199.249.119.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(449,3,'199.249.120.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(450,3,'199.249.121.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(451,3,'199.249.122.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(452,3,'199.249.123.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(453,3,'199.249.124.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(454,3,'199.249.125.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(455,3,'199.249.126.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(456,3,'199.249.127.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(457,3,'199.254.171.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(458,3,'200.1.121.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(459,3,'200.1.131.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(460,3,'200.7.4.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(461,3,'200.16.98.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(462,3,'202.6.102.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(463,3,'202.7.4.0/22',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(464,3,'202.52.0.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(465,3,'202.53.186.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(466,3,'202.53.191.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(467,3,'203.119.88.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(468,3,'204.14.112.0/21',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(469,3,'204.19.119.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(470,3,'204.26.57.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(471,3,'204.61.208.0/21',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(472,3,'204.61.208.0/22',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(473,3,'204.61.208.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(474,3,'204.61.210.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(475,3,'204.61.210.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(476,3,'204.61.212.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(477,3,'204.61.216.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(478,3,'204.194.22.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(479,3,'204.194.22.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(480,3,'204.194.23.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(481,3,'205.132.46.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(482,3,'205.207.155.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(483,3,'206.51.254.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(484,3,'206.108.113.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(485,3,'206.196.160.0/19',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(486,3,'206.220.228.0/22',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(487,3,'206.220.228.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(488,3,'206.220.230.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(489,3,'206.223.122.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(490,3,'207.34.5.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(491,3,'207.34.6.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(492,3,'208.15.19.0/24',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(493,3,'208.49.115.64/27',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(494,3,'208.67.88.0/22',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(495,3,'216.21.2.0/23',4,'2014-01-06 14:42:34','2014-01-06 14:42:34'),(496,3,'2001:500:3::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(497,3,'2001:500:14::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(498,3,'2001:500:15::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(499,3,'2001:500:40::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(500,3,'2001:500:41::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(501,3,'2001:500:42::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(502,3,'2001:500:43::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(503,3,'2001:500:44::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(504,3,'2001:500:45::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(505,3,'2001:500:46::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(506,3,'2001:500:47::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(507,3,'2001:500:48::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(508,3,'2001:500:49::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(509,3,'2001:500:4a::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(510,3,'2001:500:4b::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(511,3,'2001:500:4c::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(512,3,'2001:500:4d::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(513,3,'2001:500:4e::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(514,3,'2001:500:4f::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(515,3,'2001:500:50::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(516,3,'2001:500:51::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(517,3,'2001:500:52::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(518,3,'2001:500:53::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(519,3,'2001:500:54::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(520,3,'2001:500:55::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(521,3,'2001:500:56::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(522,3,'2001:500:7d::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(523,3,'2001:500:83::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(524,3,'2001:500:8c::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(525,3,'2001:500:9c::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(526,3,'2001:500:9d::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(527,3,'2001:500:a4::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(528,3,'2001:500:a5::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(529,3,'2001:500:e0::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(530,3,'2001:500:e1::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(531,3,'2001:678:3::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(532,3,'2001:678:28::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(533,3,'2001:678:4c::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(534,3,'2001:678:60::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(535,3,'2001:678:78::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(536,3,'2001:678:94::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(537,3,'2001:dd8:7::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(538,3,'2001:1398:121::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(539,3,'2404:2c00::/32',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(540,3,'2620:0:870::/45',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(541,3,'2620:0:876::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(542,3,'2620:49::/44',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(543,3,'2620:49::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(544,3,'2620:49:a::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(545,3,'2620:49:b::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(546,3,'2620:95:8000::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(547,3,'2620:171::/40',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(548,3,'2620:171:f0::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(549,3,'2620:171:f1::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(550,3,'2620:171:f2::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(551,3,'2620:171:f3::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(552,3,'2620:171:f4::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(553,3,'2620:171:f5::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(554,3,'2620:171:f6::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(555,3,'2620:171:f7::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(556,3,'2620:171:f8::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(557,3,'2620:171:f9::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(558,3,'2620:171:a00::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(559,3,'2620:171:a01::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(560,3,'2620:171:a02::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(561,3,'2620:171:a03::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(562,3,'2620:171:a04::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(563,3,'2620:171:a05::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(564,3,'2620:171:a06::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(565,3,'2620:171:a07::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(566,3,'2620:171:a08::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(567,3,'2620:171:a09::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(568,3,'2620:171:a0a::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(569,3,'2620:171:a0b::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(570,3,'2620:171:a0c::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(571,3,'2620:171:a0d::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(572,3,'2620:171:a0e::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(573,3,'2620:171:a0f::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(574,3,'2620:171:ad0::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(575,3,'2620:171:d00::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(576,3,'2620:171:d01::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(577,3,'2620:171:d02::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(578,3,'2620:171:d03::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(579,3,'2620:171:d04::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(580,3,'2620:171:d05::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(581,3,'2620:171:d06::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(582,3,'2620:171:d07::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(583,3,'2620:171:d08::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(584,3,'2620:171:d09::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(585,3,'2620:171:d0a::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(586,3,'2620:171:d0b::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(587,3,'2620:171:d0c::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(588,3,'2620:171:d0d::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(589,3,'2620:171:d0e::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(590,3,'2620:171:d0f::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(591,3,'2620:171:dd0::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(592,3,'2a01:8840:4::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(593,3,'2a01:8840:5::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(594,3,'2a01:8840:15::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(595,3,'2a01:8840:19::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(596,3,'2a01:8840:1d::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(597,3,'2a01:8840:21::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(598,3,'2a01:8840:25::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(599,3,'2a01:8840:29::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(600,3,'2a01:8840:2d::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(601,3,'2a01:8840:31::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(602,3,'2a01:8840:35::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(603,3,'2a01:8840:39::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(604,3,'2a01:8840:3d::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(605,3,'2a01:8840:41::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(606,3,'2a01:8840:45::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(607,3,'2a01:8840:4d::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(608,3,'2a01:8840:51::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(609,3,'2a01:8840:55::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(610,3,'2a01:8840:59::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(611,3,'2a01:8840:5d::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(612,3,'2a01:8840:61::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(613,3,'2a01:8840:65::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(614,3,'2a01:8840:69::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(615,3,'2a01:8840:6d::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(616,3,'2a01:8840:71::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(617,3,'2a01:8840:75::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(618,3,'2a01:8840:79::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(619,3,'2a01:8840:7d::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(620,3,'2a01:8840:81::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(621,3,'2a01:8840:85::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(622,3,'2a01:8840:89::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(623,3,'2a01:8840:8d::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(624,3,'2a01:8840:91::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(625,3,'2a01:8840:95::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(626,3,'2a01:8840:99::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(627,3,'2a01:8840:9d::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(628,3,'2a01:8840:a1::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(629,3,'2a01:8840:a5::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(630,3,'2a01:8840:a9::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(631,3,'2a01:8840:ad::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(632,3,'2a01:8840:b1::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(633,3,'2a01:8840:b5::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(634,3,'2a01:8840:b9::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(635,3,'2a01:8840:bd::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(636,3,'2a01:8840:c1::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(637,3,'2a01:8840:c5::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(638,3,'2a01:8840:c9::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(639,3,'2a01:8840:cd::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(640,3,'2a01:8840:d1::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(641,3,'2a01:8840:d5::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(642,3,'2a01:8840:d9::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(643,3,'2a01:8840:dd::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(644,3,'2a01:8840:e1::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(645,3,'2a01:8840:e5::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(646,3,'2a01:8840:e9::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(647,3,'2a01:8840:ed::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'),(648,3,'2a01:8840:f1::/48',6,'2014-01-06 14:42:36','2014-01-06 14:42:36'); -/*!40000 ALTER TABLE `irrdb_prefix` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `irrdbconfig` --- - -DROP TABLE IF EXISTS `irrdbconfig`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `irrdbconfig` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `host` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `protocol` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `source` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `notes` longtext COLLATE utf8_unicode_ci, - PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COLLATE=utf8_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.ripe.net','ripe','RIPE','RIPE Query from RIPE Database'),(2,'whois.radb.net','irrd','RADB','RADB Query from RADB Database'),(3,'whois.lacnic.net','ripe','LACNIC','LACNIC Query from LACNIC Database'),(4,'whois.afrinic.net','ripe','AFRINIC','AFRINIC Query from AFRINIC Database'),(5,'whois.apnic.net','ripe','APNIC','APNIC Query from APNIC Database'),(6,'rr.level3.net','ripe','LEVEL3','Level3 Query from Level3 Database'),(7,'whois.radb.net','irrd','ARIN','ARIN Query from RADB Database'),(8,'whois.radb.net','irrd','RADB,ARIN','RADB+ARIN Query from RADB Database'),(9,'whois.radb.net','irrd','ALTDB','ALTDB Query from RADB Database'),(10,'whois.radb.net','irrd','RADB,RIPE','RADB+RIPE Query from RADB Database'),(11,'whois.radb.net','irrd','RADB,APNIC,ARIN','RADB+APNIC+ARIN Query from RADB Database'),(12,'whois.radb.net','irrd','RIPE,ARIN','RIPE+ARIN Query from RADB Database'),(13,'whois.radb.net','irrd','RADB,RIPE,APNIC,ARIN',''); -/*!40000 ALTER TABLE `irrdbconfig` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ixp` --- - -DROP TABLE IF EXISTS `ixp`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ixp` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `shortname` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `address1` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `address2` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `address3` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `address4` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `country` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `UNIQ_FA4AB7F64082763` (`shortname`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ixp` --- - -LOCK TABLES `ixp` WRITE; -/*!40000 ALTER TABLE `ixp` DISABLE KEYS */; -INSERT INTO `ixp` VALUES (1,'VAGRANT IXP','vagrant','5 Somewhere','Somebourogh','Dublin','D4','IE'); -/*!40000 ALTER TABLE `ixp` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `l2address` --- - -DROP TABLE IF EXISTS `l2address`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `l2address` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `vlan_interface_id` int(11) NOT NULL, - `mac` varchar(12) COLLATE utf8_unicode_ci DEFAULT NULL, - `firstseen` datetime DEFAULT NULL, - `lastseen` datetime DEFAULT NULL, - `created` datetime 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 DEFAULT CHARSET=utf8 COLLATE=utf8_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 */; -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `location` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `shortname` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `tag` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `address` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `nocphone` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `nocfax` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `nocemail` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `officephone` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `officefax` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `officeemail` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `notes` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `pdb_facility_id` bigint(20) DEFAULT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `UNIQ_5E9E89CB64082763` (`shortname`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_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,'Location 1','l1',NULL,'','','','','','','','',NULL); -/*!40000 ALTER TABLE `location` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `logos` --- - -DROP TABLE IF EXISTS `logos`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `logos` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `customer_id` int(11) DEFAULT NULL, - `type` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `original_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `stored_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `uploaded_by` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `uploaded_at` datetime NOT NULL, - `width` int(11) NOT NULL, - `height` int(11) NOT NULL, - PRIMARY KEY (`id`), - KEY `IDX_9F54004F9395C3F3` (`customer_id`), - CONSTRAINT `FK_9F54004F9395C3F3` FOREIGN KEY (`customer_id`) REFERENCES `cust` (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `macaddress` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `virtualinterfaceid` int(11) DEFAULT NULL, - `firstseen` datetime DEFAULT NULL, - `lastseen` datetime DEFAULT NULL, - `mac` varchar(12) COLLATE utf8_unicode_ci 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=utf8 COLLATE=utf8_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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `migrations` ( - `id` int(10) unsigned NOT NULL AUTO_INCREMENT, - `migration` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, - `batch` int(11) NOT NULL, - PRIMARY KEY (`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 `migrations` --- - -LOCK TABLES `migrations` WRITE; -/*!40000 ALTER TABLE `migrations` DISABLE KEYS */; -INSERT INTO `migrations` VALUES (1,'2014_10_12_100000_create_password_resets_table',1),(2,'2018_08_08_100000_create_telescope_entries_table',1),(3,'2019_03_25_211956_create_failed_jobs_table',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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `netinfo` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `vlan_id` int(11) NOT NULL, - `protocol` int(11) NOT NULL, - `property` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `ix` int(11) NOT NULL DEFAULT '0', - `value` longtext COLLATE utf8_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=utf8 COLLATE=utf8_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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `networkinfo` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `vlanid` int(11) DEFAULT NULL, - `protocol` int(11) DEFAULT NULL, - `network` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `masklen` int(11) DEFAULT NULL, - `rs1address` varchar(40) COLLATE utf8_unicode_ci DEFAULT NULL, - `rs2address` varchar(40) COLLATE utf8_unicode_ci DEFAULT NULL, - `dnsfile` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - PRIMARY KEY (`id`), - KEY `IDX_6A0AF167F48D6D0` (`vlanid`), - CONSTRAINT `FK_6A0AF167F48D6D0` FOREIGN KEY (`vlanid`) REFERENCES `vlan` (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_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 */; -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `oui` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `oui` varchar(6) COLLATE utf8_unicode_ci NOT NULL, - `organisation` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `UNIQ_DAEC0140DAEC0140` (`oui`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `password_resets` ( - `email` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, - `token` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, - `created_at` timestamp NULL DEFAULT NULL, - KEY `password_resets_email_index` (`email`) -) 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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `patch_panel` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `cabinet_id` int(11) DEFAULT NULL, - `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `colo_reference` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `cable_type` int(11) NOT NULL, - `connector_type` int(11) NOT NULL, - `installation_date` datetime DEFAULT NULL, - `port_prefix` varchar(10) COLLATE utf8_unicode_ci NOT NULL, - `chargeable` int(11) NOT NULL DEFAULT '0', - `location_notes` longtext COLLATE utf8_unicode_ci NOT NULL, - `active` tinyint(1) NOT NULL DEFAULT '1', - `u_position` int(11) DEFAULT NULL, - `mounted_at` smallint(6) DEFAULT NULL, - PRIMARY KEY (`id`), - KEY `IDX_79A52562D351EC` (`cabinet_id`), - CONSTRAINT `FK_79A52562D351EC` FOREIGN KEY (`cabinet_id`) REFERENCES `cabinet` (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_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 */; -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `patch_panel_port` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `switch_port_id` int(11) DEFAULT NULL, - `patch_panel_id` int(11) DEFAULT NULL, - `customer_id` int(11) DEFAULT NULL, - `duplex_master_id` int(11) DEFAULT NULL, - `description` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `number` smallint(6) NOT NULL, - `state` int(11) NOT NULL, - `colo_circuit_ref` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL, - `ticket_ref` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL, - `notes` longtext COLLATE utf8_unicode_ci, - `private_notes` longtext COLLATE utf8_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(11) NOT NULL DEFAULT '0', - `owned_by` int(11) NOT NULL DEFAULT '0', - `loa_code` varchar(25) COLLATE utf8_unicode_ci DEFAULT NULL, - `colo_billing_ref` varchar(30) COLLATE utf8_unicode_ci 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 DEFAULT CHARSET=utf8 COLLATE=utf8_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 */; -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `patch_panel_port_file` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `patch_panel_port_id` int(11) DEFAULT NULL, - `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `type` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `uploaded_at` datetime NOT NULL, - `uploaded_by` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `size` int(11) NOT NULL, - `is_private` tinyint(1) NOT NULL DEFAULT '0', - `storage_location` varchar(255) COLLATE utf8_unicode_ci NOT 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=utf8 COLLATE=utf8_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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `patch_panel_port_history` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `patch_panel_port_id` int(11) DEFAULT NULL, - `duplex_master_id` int(11) DEFAULT NULL, - `description` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `number` smallint(6) NOT NULL, - `state` int(11) NOT NULL, - `colo_circuit_ref` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL, - `ticket_ref` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL, - `notes` longtext COLLATE utf8_unicode_ci, - `private_notes` longtext COLLATE utf8_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(11) NOT NULL DEFAULT '0', - `owned_by` int(11) NOT NULL DEFAULT '0', - `customer` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `switchport` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `colo_billing_ref` varchar(30) COLLATE utf8_unicode_ci 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=utf8 COLLATE=utf8_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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `patch_panel_port_history_file` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `patch_panel_port_history_id` int(11) DEFAULT NULL, - `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `type` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `uploaded_at` datetime NOT NULL, - `uploaded_by` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `size` int(11) NOT NULL, - `is_private` tinyint(1) NOT NULL DEFAULT '0', - `storage_location` varchar(255) COLLATE utf8_unicode_ci NOT 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=utf8 COLLATE=utf8_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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `peering_manager` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `custid` int(11) DEFAULT NULL, - `peerid` int(11) DEFAULT NULL, - `email_last_sent` datetime DEFAULT NULL, - `emails_sent` int(11) DEFAULT NULL, - `peered` tinyint(1) DEFAULT NULL, - `rejected` tinyint(1) DEFAULT NULL, - `notes` longtext COLLATE utf8_unicode_ci, - `created` datetime DEFAULT NULL, - `updated` datetime 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=utf8 COLLATE=utf8_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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `peering_matrix` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `x_custid` int(11) DEFAULT NULL, - `y_custid` int(11) DEFAULT NULL, - `vlan` int(11) DEFAULT NULL, - `x_as` int(11) DEFAULT NULL, - `y_as` int(11) DEFAULT NULL, - `peering_status` varchar(255) COLLATE utf8_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=utf8 COLLATE=utf8_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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `physicalinterface` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `switchportid` int(11) DEFAULT NULL, - `fanout_physical_interface_id` int(11) DEFAULT NULL, - `virtualinterfaceid` int(11) DEFAULT NULL, - `status` int(11) DEFAULT NULL, - `speed` int(11) DEFAULT NULL, - `duplex` varchar(16) COLLATE utf8_unicode_ci DEFAULT NULL, - `notes` longtext COLLATE utf8_unicode_ci, - `autoneg` tinyint(1) NOT NULL DEFAULT '1', - 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=9 DEFAULT CHARSET=utf8 COLLATE=utf8_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,3,NULL,1,1,1000,'full','',1),(2,4,NULL,1,1,1000,'full','',1),(3,25,NULL,2,1,1000,'full',NULL,1),(4,8,NULL,3,1,100,'full',NULL,1),(5,6,NULL,4,1,10,'full',NULL,1),(6,30,NULL,5,1,10,'full',NULL,1),(7,9,NULL,6,1,1000,'full',NULL,1),(8,32,NULL,7,1,10000,'full',NULL,1); -/*!40000 ALTER TABLE `physicalinterface` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `routers` --- - -DROP TABLE IF EXISTS `routers`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `routers` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `vlan_id` int(11) NOT NULL, - `handle` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `protocol` smallint(5) unsigned NOT NULL, - `type` smallint(5) unsigned NOT NULL, - `name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `shortname` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `router_id` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `peering_ip` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `asn` int(10) unsigned NOT NULL, - `software` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `mgmt_host` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `api` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `api_type` smallint(5) unsigned NOT NULL, - `lg_access` smallint(5) unsigned DEFAULT NULL, - `quarantine` tinyint(1) NOT NULL, - `bgp_lc` tinyint(1) NOT NULL, - `template` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `skip_md5` tinyint(1) NOT NULL, - `last_updated` datetime DEFAULT NULL, - `rpki` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - UNIQUE KEY `UNIQ_504FC9BE918020D9` (`handle`), - KEY `IDX_504FC9BE8B4937A1` (`vlan_id`), - CONSTRAINT `FK_504FC9BE8B4937A1` FOREIGN KEY (`vlan_id`) REFERENCES `vlan` (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_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 */; -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `rs_prefixes` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `custid` int(11) DEFAULT NULL, - `timestamp` datetime DEFAULT NULL, - `prefix` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL, - `protocol` int(11) DEFAULT NULL, - `irrdb` int(11) DEFAULT NULL, - `rs_origin` int(11) 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=utf8 COLLATE=utf8_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 `sflow_receiver` --- - -DROP TABLE IF EXISTS `sflow_receiver`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `sflow_receiver` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `virtual_interface_id` int(11) DEFAULT NULL, - `dst_ip` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `dst_port` int(11) NOT 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=utf8 COLLATE=utf8_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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `switch` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `infrastructure` int(11) DEFAULT NULL, - `cabinetid` int(11) DEFAULT NULL, - `vendorid` int(11) DEFAULT NULL, - `name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `hostname` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `ipv4addr` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `ipv6addr` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `snmppasswd` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `model` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `active` tinyint(1) DEFAULT '1', - `os` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `osDate` datetime DEFAULT NULL, - `osVersion` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `lastPolled` datetime DEFAULT NULL, - `notes` longtext COLLATE utf8_unicode_ci, - `serialNumber` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `mauSupported` tinyint(1) DEFAULT NULL, - `asn` int(10) unsigned DEFAULT NULL, - `loopback_ip` varchar(39) COLLATE utf8_unicode_ci DEFAULT NULL, - `loopback_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `mgmt_mac_address` varchar(12) COLLATE utf8_unicode_ci DEFAULT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `UNIQ_6FE94B185E237E06` (`name`), - UNIQUE KEY `UNIQ_6FE94B1850C101F8` (`loopback_ip`), - KEY `IDX_6FE94B18D129B190` (`infrastructure`), - KEY `IDX_6FE94B182B96718A` (`cabinetid`), - KEY `IDX_6FE94B18420FB55F` (`vendorid`), - 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=3 DEFAULT CHARSET=utf8 COLLATE=utf8_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,1,12,'Switch 1','s1','10.0.0.1','','public','FESX624',1,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL),(2,2,1,12,'Switch 2','s2','10.0.0.2','','public','FESX624',1,NULL,NULL,NULL,NULL,'',NULL,NULL,NULL,NULL,NULL,NULL); -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `switchport` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `switchid` int(11) DEFAULT NULL, - `type` int(11) DEFAULT NULL, - `name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `active` tinyint(1) NOT NULL DEFAULT '1', - `ifIndex` int(11) DEFAULT NULL, - `ifName` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `ifAlias` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `ifHighSpeed` int(11) DEFAULT NULL, - `ifMtu` int(11) DEFAULT NULL, - `ifPhysAddress` varchar(17) COLLATE utf8_unicode_ci DEFAULT NULL, - `ifAdminStatus` int(11) DEFAULT NULL, - `ifOperStatus` int(11) DEFAULT NULL, - `ifLastChange` int(11) DEFAULT NULL, - `lastSnmpPoll` datetime DEFAULT NULL, - `lagIfIndex` int(11) DEFAULT NULL, - `mauType` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `mauState` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `mauAvailability` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `mauJacktype` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `mauAutoNegSupported` tinyint(1) DEFAULT NULL, - `mauAutoNegAdminState` tinyint(1) DEFAULT NULL, - PRIMARY KEY (`id`), - KEY `IDX_F84274F1DC2C08F8` (`switchid`), - CONSTRAINT `FK_F84274F1DC2C08F8` FOREIGN KEY (`switchid`) REFERENCES `switch` (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8 COLLATE=utf8_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,1,'GigabitEthernet1',1,1,'GigabitEthernet1','GigabitEthernet1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(2,1,1,'GigabitEthernet2',1,2,'GigabitEthernet2','GigabitEthernet2',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(3,1,1,'GigabitEthernet3',1,3,'GigabitEthernet3','GigabitEthernet3',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(4,1,1,'GigabitEthernet4',1,4,'GigabitEthernet4','GigabitEthernet4',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(5,1,1,'GigabitEthernet5',1,5,'GigabitEthernet5','GigabitEthernet5',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(6,1,1,'GigabitEthernet6',1,6,'GigabitEthernet6','GigabitEthernet6',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(7,1,1,'GigabitEthernet7',1,7,'GigabitEthernet7','GigabitEthernet7',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(8,1,1,'GigabitEthernet8',1,8,'GigabitEthernet8','GigabitEthernet8',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(9,1,1,'GigabitEthernet9',1,9,'GigabitEthernet9','GigabitEthernet9',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(10,1,1,'GigabitEthernet10',1,10,'GigabitEthernet10','GigabitEthernet10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(11,1,1,'GigabitEthernet11',1,11,'GigabitEthernet11','GigabitEthernet11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(12,1,1,'GigabitEthernet12',1,12,'GigabitEthernet12','GigabitEthernet12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(13,1,1,'GigabitEthernet13',1,13,'GigabitEthernet13','GigabitEthernet13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(14,1,1,'GigabitEthernet14',1,14,'GigabitEthernet14','GigabitEthernet14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(15,1,1,'GigabitEthernet15',1,15,'GigabitEthernet15','GigabitEthernet15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(16,1,1,'GigabitEthernet16',1,16,'GigabitEthernet16','GigabitEthernet16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(17,1,1,'GigabitEthernet17',1,17,'GigabitEthernet17','GigabitEthernet17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(18,1,1,'GigabitEthernet18',1,18,'GigabitEthernet18','GigabitEthernet18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(19,1,1,'GigabitEthernet19',1,19,'GigabitEthernet19','GigabitEthernet19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(20,1,1,'GigabitEthernet20',1,20,'GigabitEthernet20','GigabitEthernet20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(21,1,1,'GigabitEthernet21',1,21,'GigabitEthernet21','GigabitEthernet21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(22,1,1,'GigabitEthernet22',1,22,'GigabitEthernet22','GigabitEthernet22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(23,1,1,'GigabitEthernet23',1,23,'GigabitEthernet23','GigabitEthernet23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(24,1,1,'GigabitEthernet24',1,24,'GigabitEthernet24','GigabitEthernet24',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(25,2,1,'GigabitEthernet1',1,25,'GigabitEthernet1','GigabitEthernet1',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(26,2,1,'GigabitEthernet2',1,26,'GigabitEthernet2','GigabitEthernet2',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(27,2,1,'GigabitEthernet3',1,27,'GigabitEthernet3','GigabitEthernet3',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(28,2,1,'GigabitEthernet4',1,28,'GigabitEthernet4','GigabitEthernet4',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(29,2,1,'GigabitEthernet5',1,29,'GigabitEthernet5','GigabitEthernet5',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(30,2,1,'GigabitEthernet6',1,30,'GigabitEthernet6','GigabitEthernet6',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(31,2,1,'GigabitEthernet7',1,31,'GigabitEthernet7','GigabitEthernet7',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(32,2,1,'GigabitEthernet8',1,32,'GigabitEthernet8','GigabitEthernet8',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(33,2,1,'GigabitEthernet9',1,33,'GigabitEthernet9','GigabitEthernet9',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(34,2,1,'GigabitEthernet10',1,34,'GigabitEthernet10','GigabitEthernet10',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(35,2,1,'GigabitEthernet11',1,35,'GigabitEthernet11','GigabitEthernet11',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(36,2,1,'GigabitEthernet12',1,36,'GigabitEthernet12','GigabitEthernet12',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(37,2,1,'GigabitEthernet13',1,37,'GigabitEthernet13','GigabitEthernet13',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(38,2,1,'GigabitEthernet14',1,38,'GigabitEthernet14','GigabitEthernet14',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(39,2,1,'GigabitEthernet15',1,39,'GigabitEthernet15','GigabitEthernet15',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(40,2,1,'GigabitEthernet16',1,40,'GigabitEthernet16','GigabitEthernet16',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(41,2,1,'GigabitEthernet17',1,41,'GigabitEthernet17','GigabitEthernet17',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(42,2,1,'GigabitEthernet18',1,42,'GigabitEthernet18','GigabitEthernet18',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(43,2,1,'GigabitEthernet19',1,43,'GigabitEthernet19','GigabitEthernet19',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(44,2,1,'GigabitEthernet20',1,44,'GigabitEthernet20','GigabitEthernet20',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(45,2,1,'GigabitEthernet21',1,45,'GigabitEthernet21','GigabitEthernet21',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(46,2,1,'GigabitEthernet22',1,46,'GigabitEthernet22','GigabitEthernet22',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(47,2,1,'GigabitEthernet23',1,47,'GigabitEthernet23','GigabitEthernet23',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),(48,2,1,'GigabitEthernet24',1,48,'GigabitEthernet24','GigabitEthernet24',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `telescope_entries` ( - `sequence` bigint(20) unsigned NOT NULL AUTO_INCREMENT, - `uuid` char(36) COLLATE utf8mb4_unicode_ci NOT NULL, - `batch_id` char(36) COLLATE utf8mb4_unicode_ci NOT NULL, - `family_hash` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, - `should_display_on_index` tinyint(1) NOT NULL DEFAULT '1', - `type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL, - `content` longtext 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`) -) ENGINE=InnoDB AUTO_INCREMENT=63 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 */; -INSERT INTO `telescope_entries` VALUES (1,'8da95c94-85e6-40d2-95e2-b2d12a7637c3','8da95c94-f112-426f-9707-56c5859260d0',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[\"ixp\",\"migrations\"],\"sql\":\"select * from information_schema.tables where table_schema = ? and table_name = ?\",\"time\":\"2.38\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/artisan\",\"line\":37,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:02'),(2,'8da95c94-9a7a-4338-800d-48214ec105d1','8da95c94-f112-426f-9707-56c5859260d0',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[],\"sql\":\"create table `migrations` (`id` int unsigned not null auto_increment primary key, `migration` varchar(255) not null, `batch` int not null) default character set utf8mb4 collate \'utf8mb4_unicode_ci\'\",\"time\":\"17.53\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/artisan\",\"line\":37,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:02'),(3,'8da95c94-9ba8-4e78-896d-002ac01f7f6c','8da95c94-f112-426f-9707-56c5859260d0',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[],\"sql\":\"select `migration` from `migrations` order by `batch` asc, `migration` asc\",\"time\":\"0.74\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/artisan\",\"line\":37,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:02'),(4,'8da95c94-9d6b-48e5-abb7-2981d857f30d','8da95c94-f112-426f-9707-56c5859260d0',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[],\"sql\":\"select max(`batch`) as aggregate from `migrations`\",\"time\":\"0.56\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/artisan\",\"line\":37,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:02'),(5,'8da95c94-a37b-455b-a47f-c15517b065d0','8da95c94-f112-426f-9707-56c5859260d0',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[],\"sql\":\"create table `password_resets` (`email` varchar(255) not null, `token` varchar(255) not null, `created_at` timestamp null) default character set utf8mb4 collate \'utf8mb4_unicode_ci\'\",\"time\":\"12.33\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/database\\/migrations\\/2014_10_12_100000_create_password_resets_table.php\",\"line\":40,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:02'),(6,'8da95c94-a8a9-4b07-a1a6-d75c2144d2b1','8da95c94-f112-426f-9707-56c5859260d0',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[],\"sql\":\"alter table `password_resets` add index `password_resets_email_index`(`email`)\",\"time\":\"12.14\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/database\\/migrations\\/2014_10_12_100000_create_password_resets_table.php\",\"line\":40,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:02'),(7,'8da95c94-a972-46d1-8e7e-a497b7779152','8da95c94-f112-426f-9707-56c5859260d0',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[\"2014_10_12_100000_create_password_resets_table\",1],\"sql\":\"insert into `migrations` (`migration`, `batch`) values (?, ?)\",\"time\":\"0.58\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/artisan\",\"line\":37,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:02'),(8,'8da95c94-af51-4a1b-9600-00517b316bf8','8da95c94-f112-426f-9707-56c5859260d0',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[],\"sql\":\"create table `telescope_entries` (`sequence` bigint unsigned not null auto_increment primary key, `uuid` char(36) not null, `batch_id` char(36) not null, `family_hash` varchar(255) null, `should_display_on_index` tinyint(1) not null default \'1\', `type` varchar(20) not null, `content` longtext not null, `created_at` datetime null) default character set utf8mb4 collate \'utf8mb4_unicode_ci\'\",\"time\":\"11.06\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/artisan\",\"line\":37,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:02'),(9,'8da95c94-b815-44a3-8482-1e69661555ec','8da95c94-f112-426f-9707-56c5859260d0',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[],\"sql\":\"alter table `telescope_entries` add unique `telescope_entries_uuid_unique`(`uuid`)\",\"time\":\"21.25\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/artisan\",\"line\":37,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:02'),(10,'8da95c94-c20c-4086-b4e6-d313279c0c4b','8da95c94-f112-426f-9707-56c5859260d0',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[],\"sql\":\"alter table `telescope_entries` add index `telescope_entries_batch_id_index`(`batch_id`)\",\"time\":\"24.40\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/artisan\",\"line\":37,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:02'),(11,'8da95c94-c6e5-46e7-a1af-1bf933ea50c4','8da95c94-f112-426f-9707-56c5859260d0',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[],\"sql\":\"alter table `telescope_entries` add index `telescope_entries_type_should_display_on_index_index`(`type`, `should_display_on_index`)\",\"time\":\"11.14\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/artisan\",\"line\":37,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:02'),(12,'8da95c94-cc4f-4259-9af3-6cc6b4784723','8da95c94-f112-426f-9707-56c5859260d0',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[],\"sql\":\"alter table `telescope_entries` add index `telescope_entries_family_hash_index`(`family_hash`)\",\"time\":\"12.57\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/artisan\",\"line\":37,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:02'),(13,'8da95c94-d4af-4cf8-b596-c19296c1f3fc','8da95c94-f112-426f-9707-56c5859260d0',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[],\"sql\":\"create table `telescope_entries_tags` (`entry_uuid` char(36) not null, `tag` varchar(255) not null) default character set utf8mb4 collate \'utf8mb4_unicode_ci\'\",\"time\":\"18.83\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/artisan\",\"line\":37,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:02'),(14,'8da95c94-d980-4011-8695-f628a9c98fbf','8da95c94-f112-426f-9707-56c5859260d0',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[],\"sql\":\"alter table `telescope_entries_tags` add index `telescope_entries_tags_entry_uuid_tag_index`(`entry_uuid`, `tag`)\",\"time\":\"11.20\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/artisan\",\"line\":37,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:02'),(15,'8da95c94-de02-4d1c-8dea-29c53ebdb526','8da95c94-f112-426f-9707-56c5859260d0',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[],\"sql\":\"alter table `telescope_entries_tags` add index `telescope_entries_tags_tag_index`(`tag`)\",\"time\":\"10.38\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/artisan\",\"line\":37,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:02'),(16,'8da95c94-e52d-4853-b938-63d237ba3551','8da95c94-f112-426f-9707-56c5859260d0',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[],\"sql\":\"alter table `telescope_entries_tags` add constraint `telescope_entries_tags_entry_uuid_foreign` foreign key (`entry_uuid`) references `telescope_entries` (`uuid`) on delete cascade\",\"time\":\"17.24\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/artisan\",\"line\":37,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:02'),(17,'8da95c94-e9da-4281-a400-52a53df36cb4','8da95c94-f112-426f-9707-56c5859260d0',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[],\"sql\":\"create table `telescope_monitoring` (`tag` varchar(255) not null) default character set utf8mb4 collate \'utf8mb4_unicode_ci\'\",\"time\":\"10.50\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/artisan\",\"line\":37,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:02'),(18,'8da95c94-ea8f-4f69-9f61-bb752895e2f6','8da95c94-f112-426f-9707-56c5859260d0',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[\"2018_08_08_100000_create_telescope_entries_table\",1],\"sql\":\"insert into `migrations` (`migration`, `batch`) values (?, ?)\",\"time\":\"0.55\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/artisan\",\"line\":37,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:02'),(19,'8da95c94-efac-481f-9579-19fe72388a50','8da95c94-f112-426f-9707-56c5859260d0',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[],\"sql\":\"create table `failed_jobs` (`id` bigint unsigned not null auto_increment primary key, `connection` text not null, `queue` text not null, `payload` longtext not null, `exception` longtext not null, `failed_at` timestamp default CURRENT_TIMESTAMP not null) default character set utf8mb4 collate \'utf8mb4_unicode_ci\'\",\"time\":\"10.67\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/database\\/migrations\\/2019_03_25_211956_create_failed_jobs_table.php\",\"line\":23,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:02'),(20,'8da95c94-f05a-4ec9-9b74-37b97fc80ec3','8da95c94-f112-426f-9707-56c5859260d0',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[\"2019_03_25_211956_create_failed_jobs_table\",1],\"sql\":\"insert into `migrations` (`migration`, `batch`) values (?, ?)\",\"time\":\"0.55\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/artisan\",\"line\":37,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:02'),(21,'8da95c94-f0c6-4ad5-a016-723a20882c90','8da95c94-f112-426f-9707-56c5859260d0',NULL,1,'command','{\"command\":\"migrate\",\"exit_code\":0,\"arguments\":{\"command\":\"migrate\"},\"options\":{\"database\":null,\"force\":false,\"path\":null,\"realpath\":false,\"pretend\":false,\"seed\":false,\"step\":false,\"help\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":false,\"no-ansi\":false,\"no-interaction\":false,\"env\":null},\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:02'),(22,'8da95c9c-6567-4f6e-abe5-d7bc3a1bf65e','8da95c9c-6f55-4bf6-a430-aa4bf8e82dec',NULL,1,'command','{\"command\":\"list\",\"exit_code\":0,\"arguments\":{\"command\":\"list\",\"namespace\":null},\"options\":{\"raw\":false,\"format\":\"txt\",\"help\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":false,\"no-ansi\":false,\"no-interaction\":false,\"env\":null},\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:07'),(23,'8da95cab-8fd2-44d2-b53b-cf778555f5b6','8da95cab-c4d7-4ee6-bfad-0aef24f90e13',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[],\"sql\":\"delete from `customer_to_users`\",\"time\":\"6.50\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/app\\/Console\\/Commands\\/Upgrade\\/Customer2Users.php\",\"line\":87,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:17'),(24,'8da95cab-c06c-4157-9837-9306a89d4ffe','8da95cab-c4d7-4ee6-bfad-0aef24f90e13',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[1,1],\"sql\":\"update `user_logins` set `customer_to_user_id` = ? where `user_id` = ?\",\"time\":\"0.76\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/app\\/Console\\/Commands\\/Upgrade\\/Customer2Users.php\",\"line\":114,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:17'),(25,'8da95cab-c245-4a95-b997-af0077fed669','8da95cab-c4d7-4ee6-bfad-0aef24f90e13',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[2,2],\"sql\":\"update `user_logins` set `customer_to_user_id` = ? where `user_id` = ?\",\"time\":\"0.29\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/app\\/Console\\/Commands\\/Upgrade\\/Customer2Users.php\",\"line\":114,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:17'),(26,'8da95cab-c430-45bc-b1e2-85088f948c40','8da95cab-c4d7-4ee6-bfad-0aef24f90e13',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[3,3],\"sql\":\"update `user_logins` set `customer_to_user_id` = ? where `user_id` = ?\",\"time\":\"0.26\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/app\\/Console\\/Commands\\/Upgrade\\/Customer2Users.php\",\"line\":114,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:17'),(27,'8da95cab-c4a3-4d59-a708-7e367c24c07f','8da95cab-c4d7-4ee6-bfad-0aef24f90e13',NULL,1,'command','{\"command\":\"update:customer2users\",\"exit_code\":0,\"arguments\":{\"command\":\"update:customer2users\"},\"options\":{\"help\":false,\"quiet\":false,\"verbose\":false,\"version\":false,\"ansi\":false,\"no-ansi\":false,\"no-interaction\":false,\"env\":null},\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:17'),(28,'8da95ccb-f01e-49fe-942e-bdf31b61c5de','8da95ccb-f13f-4788-9f98-7110591c52d9',NULL,1,'request','{\"uri\":\"\\/\",\"method\":\"GET\",\"controller_action\":\"Closure\",\"middleware\":[\"web\"],\"headers\":{\"upgrade-insecure-requests\":\"1\",\"connection\":\"keep-alive\",\"dnt\":\"1\",\"accept-encoding\":\"gzip, deflate\",\"accept-language\":\"en-IE,en-GB;q=0.7,en;q=0.3\",\"accept\":\"text\\/html,application\\/xhtml+xml,application\\/xml;q=0.9,*\\/*;q=0.8\",\"user-agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.14; rv:66.0) Gecko\\/20100101 Firefox\\/66.0\",\"host\":\"ixp-ibn.ldev\",\"content-length\":\"\",\"content-type\":\"\"},\"payload\":[],\"session\":{\"_token\":\"FT7s9S0hPibpHMiCebIC9W261NvsXxKEBnGWYUcx\",\"_previous\":{\"url\":\"http:\\/\\/ixp-ibn.ldev\"},\"_flash\":{\"old\":[],\"new\":[]}},\"response_status\":302,\"response\":\"Redirected to http:\\/\\/ixp-ibn.ldev\\/login\",\"duration\":254,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:38'),(29,'8da95ccc-49b0-4828-bfe3-1f6aad405b18','8da95ccc-4c15-47c1-86f3-ad44c098268d',NULL,1,'request','{\"uri\":\"\\/login\",\"method\":\"GET\",\"controller_action\":\"IXP\\\\Http\\\\Controllers\\\\Auth\\\\LoginController@showLoginForm\",\"middleware\":[\"web\",\"guest\"],\"headers\":{\"upgrade-insecure-requests\":\"1\",\"cookie\":\"XSRF-TOKEN=eyJpdiI6IlErXC9SaXVqZXhubFwvWjVraGp2NmJTUT09IiwidmFsdWUiOiI5K0pqV2EzVzVZbUg2dWZHK2hnemxXN0hlOWNxNVwvd3dWTldmYitDXC9QSzhQR2Y0WWtDYlJPWjN2YUo2bVBtNzUiLCJtYWMiOiIzMjIwOWRjMjZiODE4MTVlNzJhYTY3NjU2MzQ4ZGI2MGUwNjk4MGU1NTViZDQ4NGE4MTk4Mzk5MjVkNTNlNTVlIn0%3D; IXP_Manager=eyJpdiI6InROeFBCRDZoa2JkWGl3MG9XSjlsSXc9PSIsInZhbHVlIjoiNFIyWEhsWmtoSitFU3FPNXAzaE83SEo0czA4NGhycnJvbU1sY1FvNHo3YWpHdDNQR0x5Rjd5U1pvVnFUTXJTNiIsIm1hYyI6ImRiNjFiMTc3NDlmZjk4NmE0MzJlZTdlOGY1ODVmOTEwYjE1MDc5ZGY3NzhiMzFlNjZkMmE0YjVjZDA2YjgxMWIifQ%3D%3D\",\"connection\":\"keep-alive\",\"dnt\":\"1\",\"accept-encoding\":\"gzip, deflate\",\"accept-language\":\"en-IE,en-GB;q=0.7,en;q=0.3\",\"accept\":\"text\\/html,application\\/xhtml+xml,application\\/xml;q=0.9,*\\/*;q=0.8\",\"user-agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.14; rv:66.0) Gecko\\/20100101 Firefox\\/66.0\",\"host\":\"ixp-ibn.ldev\",\"content-length\":\"\",\"content-type\":\"\"},\"payload\":[],\"session\":{\"_token\":\"FT7s9S0hPibpHMiCebIC9W261NvsXxKEBnGWYUcx\",\"_previous\":{\"url\":\"http:\\/\\/ixp-ibn.ldev\\/login\"},\"_flash\":{\"old\":[],\"new\":[]},\"url\":{\"intended\":\"http:\\/\\/ixp-ibn.ldev\\/login\"}},\"response_status\":200,\"response\":{\"view\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/resources\\/views\\/auth\\/login.foil.php\",\"data\":[]},\"duration\":179,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:38'),(30,'8da95cda-1832-4535-b4fe-a2df241f2f6d','8da95cda-4b45-4e96-bb41-14253ff97d19',NULL,1,'cache','{\"type\":\"missed\",\"key\":\"vagrant|127.0.0.1\",\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:47'),(31,'8da95cda-4a7d-4c5e-8062-e8e8f6ef2fc6','8da95cda-4b45-4e96-bb41-14253ff97d19',NULL,1,'request','{\"uri\":\"\\/login\",\"method\":\"POST\",\"controller_action\":\"IXP\\\\Http\\\\Controllers\\\\Auth\\\\LoginController@login\",\"middleware\":[\"web\",\"guest\"],\"headers\":{\"upgrade-insecure-requests\":\"1\",\"cookie\":\"XSRF-TOKEN=eyJpdiI6IlhhWWlhd2N0b2pSSmM4Q1BFa2F6dlE9PSIsInZhbHVlIjoiTkRINldoaGNqXC95TCthZHdBa1VzVVwvWDRZMDFYaFlCeVUzSWJYVExRNm5PWk0ydGlNb3RvemVcL3hwYyt1V1FkNiIsIm1hYyI6IjQxNWVlMzhkODllYTU2YzFhZDQwY2I5YTdiZDEzNzc5ZWZlZWY1NjAzM2JhMWFhYTI1YWI2ODhmNTMxNzljNTMifQ%3D%3D; IXP_Manager=eyJpdiI6Im9rbVp3T1ZsZERcL0MrV3F1N0U5NHFBPT0iLCJ2YWx1ZSI6IjlQbnltaE9sVlk2MEFLOVkyU3FQZFwvYktqdXZGQVBWZDI2dnpWV2RseGE0eFVxeU8rdnY2RXVhV0VZcFBYUWl1IiwibWFjIjoiMThlOGU2OTFiZjA0ZjU4ZGU5MTg2NjUyNjg0YzJmYWI2ZTdmZGY5YjZjMTRlMjY1MzFlMjBjNGFlNmQ4NWM5NSJ9\",\"connection\":\"keep-alive\",\"dnt\":\"1\",\"content-length\":\"82\",\"content-type\":\"application\\/x-www-form-urlencoded\",\"referer\":\"http:\\/\\/ixp-ibn.ldev\\/login\",\"accept-encoding\":\"gzip, deflate\",\"accept-language\":\"en-IE,en-GB;q=0.7,en;q=0.3\",\"accept\":\"text\\/html,application\\/xhtml+xml,application\\/xml;q=0.9,*\\/*;q=0.8\",\"user-agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.14; rv:66.0) Gecko\\/20100101 Firefox\\/66.0\",\"host\":\"ixp-ibn.ldev\"},\"payload\":{\"username\":\"vagrant\",\"password\":\"********\",\"_token\":\"FT7s9S0hPibpHMiCebIC9W261NvsXxKEBnGWYUcx\"},\"session\":{\"_token\":\"DKeD4q0Ssmn2xBbh6e7kEq9wzMUPAECXT2sp8KoJ\",\"_previous\":{\"url\":\"http:\\/\\/ixp-ibn.ldev\\/login\"},\"_flash\":{\"old\":[],\"new\":[]},\"url\":[],\"login_web_59ba36addc2b2f9401580f014c7f58ea4e30989d\":1},\"response_status\":302,\"response\":\"Redirected to http:\\/\\/ixp-ibn.ldev\\/login\",\"duration\":321,\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:47'),(32,'8da95cda-9a9e-4e33-ac8c-93293a1408d1','8da95cda-9bb6-4ab8-bb02-6e9aad6f2983',NULL,1,'request','{\"uri\":\"\\/login\",\"method\":\"GET\",\"controller_action\":\"IXP\\\\Http\\\\Controllers\\\\Auth\\\\LoginController@showLoginForm\",\"middleware\":[\"web\",\"guest\"],\"headers\":{\"upgrade-insecure-requests\":\"1\",\"cookie\":\"XSRF-TOKEN=eyJpdiI6Iklobm5tMVRXUGhXQnlKXC9zUXJQQWtRPT0iLCJ2YWx1ZSI6IkpaY091ZG5RajBsTmdENUJ6NTBOWWg3SGtmaTNEaU93UWVFOU1HWjBmdHpPUEZMUGFlNHd0ak9PRG5yUGMyS2ciLCJtYWMiOiJhNzRmNjgxMDVlYzM0MWUzNDc2MzJmOTJiMWM3NjI1YWExNWYzNDdjOGNmODEzMTI1NTcxOTlhMjgyMzRiNWJlIn0%3D; IXP_Manager=eyJpdiI6IlpQSnFyMFFmSlhxMGxQdWVoSldHVlE9PSIsInZhbHVlIjoib3lBVk1nK2RBTTB5RWd2empYNXMwenhySDFmUlR5ZGgwTFZkbXFEQk90MmFwdmpuQ3V1ZEdvMWwwZ2d6eXdZdCIsIm1hYyI6ImJiODJjNjc2NThjOTg2OGE0MzA0MTEzYjI2Y2U4NzA3MGJmYmIyMjg2N2ExYTY4MWExNTYzZmY0NGQ0YzJlNDEifQ%3D%3D\",\"connection\":\"keep-alive\",\"dnt\":\"1\",\"referer\":\"http:\\/\\/ixp-ibn.ldev\\/login\",\"accept-encoding\":\"gzip, deflate\",\"accept-language\":\"en-IE,en-GB;q=0.7,en;q=0.3\",\"accept\":\"text\\/html,application\\/xhtml+xml,application\\/xml;q=0.9,*\\/*;q=0.8\",\"user-agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.14; rv:66.0) Gecko\\/20100101 Firefox\\/66.0\",\"host\":\"ixp-ibn.ldev\",\"content-length\":\"\",\"content-type\":\"\"},\"payload\":[],\"session\":{\"_token\":\"DKeD4q0Ssmn2xBbh6e7kEq9wzMUPAECXT2sp8KoJ\",\"_previous\":{\"url\":\"http:\\/\\/ixp-ibn.ldev\\/login\"},\"_flash\":{\"old\":[],\"new\":[]},\"url\":[],\"login_web_59ba36addc2b2f9401580f014c7f58ea4e30989d\":1},\"response_status\":302,\"response\":\"Redirected to http:\\/\\/ixp-ibn.ldev\",\"duration\":153,\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(33,'8da95cda-eb0a-4e26-a3ae-f0e9faed8ea0','8da95cda-ebe7-4d01-afa2-3b58be3710c3',NULL,1,'request','{\"uri\":\"\\/\",\"method\":\"GET\",\"controller_action\":\"Closure\",\"middleware\":[\"web\"],\"headers\":{\"upgrade-insecure-requests\":\"1\",\"cookie\":\"XSRF-TOKEN=eyJpdiI6InBOUjB6RXdoNXdkQlwvSVVBMWxQaUhnPT0iLCJ2YWx1ZSI6Im9qNnlOdjhlblJpamMxRXNPSTNcL1hrem9xSDEzQkp3M0kzcGVNSXJ4bksxd0hUWmNmYmhKZDh6QVQyYThKeHdkIiwibWFjIjoiZDEwMmFkODBmNzc1NDU3ZTRhN2Q5MzQ2OWZmNjhlYzNhOTU3N2E5NjU4MDc2NTk1OWExYTUwMTgxNWJlMWQyZCJ9; IXP_Manager=eyJpdiI6ImorNnhpS2lmZzZaQm8yaVpuamdmK1E9PSIsInZhbHVlIjoiczFJeWlESTdNNW4xUHJnTm1Gd3IzNjhMeEdhcEd5WHBXd1wvV2NGU0hvU1ZpVTFZRFZHZHk3cmdKTUNVcFcyWXUiLCJtYWMiOiIyMTk5ZmE2MWI2NzNiNWQyZjVlYTZjNDI5MjdlYWUwY2NmNGI0YzJiMzQ0OTdmNTkyNjQ4YmNhMjllNzFjMTJlIn0%3D\",\"connection\":\"keep-alive\",\"dnt\":\"1\",\"referer\":\"http:\\/\\/ixp-ibn.ldev\\/login\",\"accept-encoding\":\"gzip, deflate\",\"accept-language\":\"en-IE,en-GB;q=0.7,en;q=0.3\",\"accept\":\"text\\/html,application\\/xhtml+xml,application\\/xml;q=0.9,*\\/*;q=0.8\",\"user-agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.14; rv:66.0) Gecko\\/20100101 Firefox\\/66.0\",\"host\":\"ixp-ibn.ldev\",\"content-length\":\"\",\"content-type\":\"\"},\"payload\":[],\"session\":{\"_token\":\"DKeD4q0Ssmn2xBbh6e7kEq9wzMUPAECXT2sp8KoJ\",\"_previous\":{\"url\":\"http:\\/\\/ixp-ibn.ldev\"},\"_flash\":{\"old\":[],\"new\":[]},\"url\":[],\"login_web_59ba36addc2b2f9401580f014c7f58ea4e30989d\":1},\"response_status\":302,\"response\":\"Redirected to http:\\/\\/ixp-ibn.ldev\\/admin\",\"duration\":158,\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(34,'8da95cdb-324e-4d33-8829-71e48083ee84','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'cache','{\"type\":\"missed\",\"key\":\"admin_ctypes\",\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(35,'8da95cdb-3f68-4114-aa58-5fdccf8e544c','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[],\"sql\":\"SELECT v.name AS vlanname, COUNT(vli.id) AS overall_count, SUM(vli.rsclient = 1) AS rsclient_count\\n FROM `vlaninterface` AS vli\\n LEFT JOIN virtualinterface AS vi ON vli.virtualinterfaceid = vi.id\\n LEFT JOIN cust AS c ON vi.custid = c.id\\n LEFT JOIN vlan AS v ON vli.vlanid = v.id\\n WHERE v.`private` = 0 AND c.type IN (1,4)\\n GROUP BY vlanname\",\"time\":\"0.96\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/database\\/Repositories\\/VlanInterface.php\",\"line\":752,\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(36,'8da95cdb-3ff4-4678-b1fc-56c67c36dcea','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'query','{\"connection\":\"mysql\",\"bindings\":[],\"sql\":\"SELECT v.name AS vlanname, COUNT(vli.id) AS overall_count, SUM(vli.ipv6enabled = 1) AS ipv6_count\\n FROM `vlaninterface` AS vli\\n LEFT JOIN virtualinterface AS vi ON vli.virtualinterfaceid = vi.id\\n LEFT JOIN cust AS c ON vi.custid = c.id\\n LEFT JOIN vlan AS v ON vli.vlanid = v.id\\n WHERE v.`private` = 0 AND c.type IN (1,4)\\n GROUP BY vlanname\",\"time\":\"0.57\",\"slow\":false,\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/database\\/Repositories\\/VlanInterface.php\",\"line\":779,\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(37,'8da95cdb-406b-4616-8d2f-6829ebf8347f','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'cache','{\"type\":\"set\",\"key\":\"admin_ctypes\",\"value\":{\"types\":{\"1\":\"3\",\"3\":\"1\",\"4\":\"1\"},\"speeds\":{\"10\":2,\"100\":1,\"1000\":4,\"10000\":1},\"custsByLocation\":{\"Location 1\":8},\"byLocation\":{\"Location 1\":{\"1000\":4,\"100\":1,\"10\":2,\"10000\":1}},\"byLan\":{\"Infrastructure #1\":{\"1000\":3,\"100\":1,\"10\":1},\"Infrastructure #2\":{\"1000\":1,\"10\":1,\"10000\":1}},\"byIxp\":{\"VAGRANT IXP\":{\"1000\":1,\"100\":1,\"10\":1,\"10000\":1}},\"rsUsage\":[{\"vlanname\":\"Peering LAN 1\",\"overall_count\":4,\"rsclient_count\":\"4\"},{\"vlanname\":\"Peering LAN 2\",\"overall_count\":3,\"rsclient_count\":\"3\"}],\"ipv6Usage\":[{\"vlanname\":\"Peering LAN 1\",\"overall_count\":4,\"ipv6_count\":\"2\"},{\"vlanname\":\"Peering LAN 2\",\"overall_count\":3,\"ipv6_count\":\"2\"}],\"cached_at\":\"2019-05-11T14:37:48.621150Z\"},\"expiration\":300,\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(38,'8da95cdb-412f-433a-9660-7912dace02c4','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'cache','{\"type\":\"missed\",\"key\":\"admin_stats_week\",\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(39,'8da95cdb-5461-4dfa-85d2-12c698a2b6de','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'cache','{\"type\":\"set\",\"key\":\"admin_stats_week\",\"value\":{\"ixp\":{},\"1\":{},\"2\":{}},\"expiration\":300,\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(40,'8da95cdb-55db-4f8d-8e59-5aba480ec518','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'cache','{\"type\":\"missed\",\"key\":\"admin_home_customers\",\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(41,'8da95cdb-5764-4b10-80df-c87b152f8919','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'cache','{\"type\":\"set\",\"key\":\"admin_home_customers\",\"value\":{\"4\":\"AS112\",\"2\":\"HEAnet\",\"5\":\"Imagine\",\"3\":\"PCH DNS\",\"1\":\"VAGRANT IXP\"},\"expiration\":3600,\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(42,'8da95cdb-5a60-4e71-bf02-109c50c0397c','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'cache','{\"type\":\"hit\",\"key\":\"admin_home_customers\",\"value\":{\"4\":\"AS112\",\"2\":\"HEAnet\",\"5\":\"Imagine\",\"3\":\"PCH DNS\",\"1\":\"VAGRANT IXP\"},\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(43,'8da95cdb-5b5b-4a7c-9781-5619c9e9d1dc','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'cache','{\"type\":\"missed\",\"key\":\"grapher::ixp001-protoall-bits-week-png.png\",\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(44,'8da95cdb-5cb6-45ad-a7aa-0d7ef2c8cb3f','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'cache','0','2019-05-11 14:37:48'),(45,'8da95cdb-5e34-4529-8aee-e560c34a77a4','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'cache','{\"type\":\"missed\",\"key\":\"grapher::ixp001-protoall-bits-week-png.data\",\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(46,'8da95cdb-6460-4ee4-9f20-81005e52b3d3','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'cache','{\"type\":\"set\",\"key\":\"grapher::ixp001-protoall-bits-week-png.data\",\"value\":[[1454455800,81294362816,81285576440,88069944432,88106694760],[1454457600,70861891680,70879651504,80870320288,80939228632],[1454459400,61820900952,61836187968,66968352168,67014678488],[1454461200,53303777096,53305052864,62845305440,62931096184],[1454463000,46965082136,46977456320,49870513416,49862850104],[1454464800,40384565960,40392848672,45678738008,45636379632],[1454466600,38216781752,38224697040,40799594304,40807874304],[1454468400,35944029240,35956335128,39960841976,39987092904],[1454470200,32967694816,32978399560,35519703248,35509715920],[1454472000,30070160152,30082385616,33153776584,33172195320],[1454473800,24414319016,24419567880,26577381368,26585448936],[1454475600,23904858944,23912816624,28590035120,28612257208],[1454477400,30063386920,30074640448,31599770560,31591656360],[1454479200,27785035432,27794444608,32122766120,32086708720],[1454481000,29279816552,29284912832,30922314872,30918322360],[1454482800,30666057464,30679904160,35515780640,35503495920],[1454484600,37357081544,37371358112,41662438288,41650997536],[1454486400,43327042600,43340908536,45779987440,45788160344],[1454488200,50489368880,50505400192,54572934248,54572019256],[1454490000,57200462984,57214479368,61853898576,61778503184],[1454491800,63373343256,63393476680,68516850000,68544855408],[1454493600,69064495536,69074671520,74284354992,74181294872],[1454495400,70013051296,70043538464,73622118040,73634910728],[1454497200,73012892712,73015317200,78255883456,78166086880],[1454499000,73352036232,73383848632,76636250720,76666954016],[1454500800,75620013040,75637879848,80283491816,80223183568],[1454502600,76228595344,76243703864,81054704368,81053125928],[1454504400,75999819824,76021488840,87437191816,87489136552],[1454506200,78292126288,78308144544,83569412240,83555038472],[1454508000,78085704544,78111659880,83185345296,83187726680],[1454509800,78345803896,78368818680,81801939440,81804611224],[1454511600,78013894008,78033177688,85710113408,85601906328],[1454513400,79577108928,79609217552,83162806944,83214050000],[1454515200,81293692760,81305309584,88821967104,88636556016],[1454517000,84816123360,84846219120,88918795392,88935110568],[1454518800,87081432392,87091507432,94021487096,93905920584],[1454520600,85651853808,85688961648,90248297272,90225347048],[1454522400,83505885640,83518601184,90176417144,89989158328],[1454524200,83793986488,83805506328,86665926344,86676329168],[1454526000,85511366136,85497869576,96762520456,96761447928],[1454527800,88476854712,88476454824,92160504896,92161351168],[1454529600,90648352872,90620921072,97641977904,97464214088],[1454531400,94026246008,93904977944,102154981240,102208628152],[1454533200,94198091872,94169919552,105749290568,105506634816],[1454535000,97110596728,97097309832,101634669488,101587174880],[1454536800,95556494568,95519992032,106372441136,106175058520],[1454538600,91696338768,91653353688,97470650608,97394349312],[1454540400,86827737208,86786107000,97104688184,96882082448],[1454542200,79701142008,79671642200,86761395400,86724876184],[1454544000,70123725592,70109586560,79172492272,79062640088],[1454545800,60995768104,61013157120,65948718584,65968776328],[1454547600,51537418600,51541293520,60431968360,60464608536],[1454549400,46418530088,46429869168,49621685936,49624261992],[1454551200,40376559632,40385829512,46871778392,46816799256],[1454553000,36917014256,36924532872,40277913368,40279221896],[1454554800,35410467488,35421283280,38138767224,38152503432],[1454556600,33269377160,33277090248,36432315808,36427636560],[1454558400,30547892968,30557396104,34193108352,34194383304],[1454560200,31117152736,31126264400,33853356856,33868214264],[1454562000,27903115128,27911278000,30223005072,30198625336],[1454563800,29934257672,29944865160,31506004712,31492730776],[1454565600,29441624672,29452300504,31908599968,31920348632],[1454567400,30348890248,30362244816,31980203864,32017690152],[1454569200,32179799496,32194323696,38244244752,38223516480],[1454571000,39366868856,39381515616,44505251488,44497151872],[1454572800,45996071472,46009294272,50062178904,50060593008],[1454574600,54807359568,54826227872,58070999064,58095039016],[1454576400,58276891720,58291351432,62305218472,62272611040],[1454578200,65252116728,65276435440,68656748056,68691325488],[1454580000,70086442808,70100528008,75931323424,75882340384],[1454581800,71930873456,71954324240,76252227928,76232277096],[1454583600,73408477528,73422544360,80465551304,80381818024],[1454585400,73455023456,73476718576,76442831336,76449727248],[1454587200,73239310816,73256046544,78661128224,78660634608],[1454589000,74237058536,74259646000,77340780208,77300023376],[1454590800,74964145272,74979110536,82920864392,82946083856],[1454592600,76809569096,76824240448,80064745264,80073796136],[1454594400,78100494176,78123839856,84511234640,84459278928],[1454596200,80466829544,80497494000,85060051544,85097480376],[1454598000,79293975272,79302495264,86915567736,86794316736],[1454599800,80392108824,80429461136,84012543440,83991247112],[1454601600,81984696224,82000466944,90237052568,90099949968],[1454603400,83126675616,83167204552,87233539496,87259043504],[1454605200,86443378304,86456597808,93991535760,93760894992],[1454607000,84513029168,84541310664,87859023048,87861768752],[1454608800,82589188984,82590017384,89199089152,88960602080],[1454610600,81692031704,81710528048,87764791192,87737411496],[1454612400,81436198776,81425187960,90264573040,90276420992],[1454614200,84071655264,84065463216,88066380704,88019011000],[1454616000,86614534032,86575647704,92804890792,92501827776],[1454617800,89907786856,89891653920,94556947296,94526956864],[1454619600,90940322576,90902602992,97276698920,97074876920],[1454621400,91819805536,91790983824,96481755968,96440473776],[1454623200,92839727080,92804172520,100117498896,99991715848],[1454625000,92579642360,92534196984,97562440600,97511791880],[1454626800,87659012520,87616060016,96628441184,96517502616],[1454628600,80090564440,80075514848,86851725672,86812310264],[1454630400,71545922224,71554291416,80467583936,80437053704],[1454632200,62981815624,62994380352,68179041600,68182648104],[1454634000,53779200528,53789997832,60927596696,60876776144],[1454635800,47277584224,47286596712,50927426888,50909429640],[1454637600,41026057808,41039247616,46214662192,46217699320],[1454639400,39383384936,39393919384,41802158416,41810225840],[1454641200,38794575608,38806824920,42883686072,42879516648],[1454643000,35771532760,35782286024,39361694576,39420423120],[1454644800,32261048376,32276826344,34701189880,34725474368],[1454646600,29589233832,29600958336,31761446336,31781482656],[1454648400,29002513576,29014087848,32288004048,32278281648],[1454650200,29895545880,29909371168,31954177568,31968767016],[1454652000,27768558936,27777968400,29728539720,29759542872],[1454653800,29464792272,29472097472,31411361648,31421028200],[1454655600,30423344512,30440973616,35401609136,35419534864],[1454657400,36985723216,36999985512,41006096752,41038368760],[1454659200,44306848280,44322889208,48474948920,48501553440],[1454661000,52106017048,52127083488,56038247120,56071574888],[1454662800,58431305184,58442361528,63086069168,63100869216],[1454664600,65132835200,65154774240,70261450840,70274799136],[1454666400,69027263272,69045404928,73692640008,73615980072],[1454668200,74354528840,74374535976,78701134464,78744029528],[1454670000,74035681200,74059215200,80040231704,80019278488],[1454671800,76155425048,76172657296,79529553000,79586814032],[1454673600,77201223000,77208283480,84144927920,84061288616],[1454675400,76618118088,76645229032,80326782152,80357024160],[1454677200,79549706568,79571666872,89202983328,89164870240],[1454679000,77138576104,77160551048,81251421304,81218265112],[1454680800,77066053152,77082186408,84314591488,84319207408],[1454682600,78949139680,78976938696,83071722112,83113883416],[1454684400,79057866040,79081264416,86101271528,85996828208],[1454686200,79144830352,79178862640,84364029176,84368287792],[1454688000,83198448968,83213494168,90495799128,90247050520],[1454689800,84953897344,84987291232,88368824480,88403817168],[1454691600,85091261696,85110719544,92081300744,91926442608],[1454693400,83391813912,83418296216,86807594640,86801574296],[1454695200,81663347184,81682287888,88283661112,88179522120],[1454697000,81375857456,81407486760,84702708408,84711773792],[1454698800,81688933936,81707529960,88450534256,88293906176],[1454700600,82318779800,82342788136,85426675872,85443623304],[1454702400,84787308568,84809255376,91408951816,91308697504],[1454704200,88754271928,88768685400,92482828864,92560383840],[1454706000,90803521808,90832576440,97675678448,97722071904],[1454707800,91612321776,91643840680,95574520072,95619477240],[1454709600,89608557896,89611301280,96616261504,96506777952],[1454711400,89500657448,89537073720,93721649416,93832095160],[1454713200,86665768776,86681079080,95677260024,95611031704],[1454715000,81781610280,81795772496,87560692520,87544151232],[1454716800,76014803152,76035591240,84960518456,85013712240],[1454718600,70021784376,70030907080,75041417936,75036067680],[1454720400,61331252176,61346404144,69398993992,69565920552],[1454722200,53780100328,53796932144,57557002832,57597809896],[1454724000,46353875272,46365433512,51565310088,51524669976],[1454725800,41243110496,41253014344,43854038928,43880993672],[1454727600,36769041240,36781714640,41075537720,41118023992],[1454729400,33497848976,33508769408,36320000176,36326492688],[1454731200,31045760368,31055440832,34052138040,34054560520],[1454733000,29848131368,29861875104,31416929104,31444169152],[1454734800,27358375856,27369089312,29617380512,29618447760],[1454736600,29378137528,29388613800,31919808512,31939410176],[1454738400,27611983816,27622568328,33403838184,33425163720],[1454740200,27089762760,27099282832,28703305824,28713841776],[1454742000,28737630024,28751976696,32431573736,32458045776],[1454743800,30756620824,30770650680,33567867896,33595693952],[1454745600,35672584032,35679646240,39091242744,39096327632],[1454747400,43631690192,43655557736,47215009296,47232414912],[1454749200,50212727384,50220092648,53546642672,53565627840],[1454751000,56257103664,56281898760,59389403912,59409253128],[1454752800,60004430168,60017699272,63455192864,63471363856],[1454754600,62144861376,62168576608,64350585784,64353294504],[1454756400,63882762576,63894235760,68615160216,68473431120],[1454758200,65726957088,65751822008,68794827056,68795088240],[1454760000,67498977400,67514699648,72489149360,72382598112],[1454761800,69373478600,69398247056,72178800752,72203651264],[1454763600,68556996040,68574036776,77100602488,77117762960],[1454765400,68938490880,68965160696,72240949736,72275569424],[1454767200,70057915504,70074033808,75362620256,75252930240],[1454769000,71577845848,71599414120,74736074312,74750242520],[1454770800,73959031800,73972174216,79940258664,79881389584],[1454772600,77195529776,77223553840,80466923752,80459406832],[1454774400,78513721400,78528805352,84462663952,84454338640],[1454776200,78969925656,79007048192,82615809008,82613047968],[1454778000,78719323720,78736046632,84185175488,84099313736],[1454779800,80959915944,80984503856,84152050328,84139376864],[1454781600,81118758912,81139350208,88388113096,88325246408],[1454783400,82487747352,82507356800,86789030376,86799310160],[1454785200,81723737320,81751659136,88420317368,88423779616],[1454787000,81514561576,81556262880,84660799584,84715692344],[1454788800,82846652816,82862919008,89335489944,89178351248],[1454790600,84816813464,84848066832,89194987320,89200051072],[1454792400,85311473904,85321879280,92615473608,92494265448],[1454794200,87908701736,87941461984,92803561328,92879680872],[1454796000,88546960872,88564808736,96976257264,96808990608],[1454797800,86625768440,86649160472,92563798240,92602694544],[1454799600,83144457928,83161564240,92505249520,92422916056],[1454801400,77998634264,78026186888,82895489248,82973338632],[1454803200,72780651152,72784481088,80267213200,80111372928],[1454805000,68267004384,68287852368,73934205232,73996117104],[1454806800,60477147464,60481616192,67816176208,67737847912],[1454808600,54907568168,54926146008,61041737280,61115098312],[1454810400,47030399904,47031295600,53222990008,53229097016],[1454812200,44998669392,45016382048,47951635440,48021841232],[1454814000,40884028328,40896067808,44915492496,44950109872],[1454815800,35649389592,35661029072,40349572016,40388050600],[1454817600,32954768824,32967110376,37344349656,37381316752],[1454819400,30661975616,30672840912,33084184992,33114596904],[1454821200,28931749064,28940710024,31144626528,31169671712],[1454823000,29538408176,29550405688,32015687992,32025484304],[1454824800,27059677136,27065867048,30969181024,30971519128],[1454826600,27703711848,27718478784,29947035176,29982042216],[1454828400,28359654344,28371151528,33329150880,33348586192],[1454830200,28960660032,28975635304,30932819896,30923375600],[1454832000,31942829064,31950467664,35128894512,35143944800],[1454833800,40435342240,40458916200,46566526872,46602123648],[1454835600,47722869232,47736410976,51900868192,51949814040],[1454837400,55738901680,55760465424,60708801920,60730316856],[1454839200,61086942328,61096311736,65518079544,65369489728],[1454841000,62854760040,62876951528,67179225960,67188450584],[1454842800,65180849360,65190971552,69487103248,69495334440],[1454844600,68553563664,68580929128,71955718784,72003619200],[1454846400,70157175488,70166860976,75890306800,75721886168],[1454848200,68443916048,68461305728,72001921280,72062211600],[1454850000,69710763688,69725118880,75714028376,75615794392],[1454851800,71449959712,71476562496,75005339288,75011123528],[1454853600,72142666040,72157543400,78179738488,78095240208],[1454855400,73705399160,73727919000,77932969768,77956928000],[1454857200,76342537920,76351363864,81806770088,81712828104],[1454859000,81822434792,81830423496,86922176896,86935487032],[1454860800,83265260200,83294779912,90762971896,90889921160],[1454862600,86888626304,86897184032,91536147744,91555520368],[1454864400,86125819144,86166091184,95301490704,95464561840],[1454866200,81847453152,81879707776,85640523488,85704200272],[1454868000,82974618880,82997094144,91062651744,90990369592],[1454869800,83241200320,83269713016,86637064912,86668095288],[1454871600,85909254528,85921878056,98680720360,98691446280],[1454873400,88315410392,88344324992,92066529048,92111042544],[1454875200,89900599928,89915385160,98334423920,98177988568],[1454877000,90367178048,90388415552,94892186864,94925800224],[1454878800,90345120128,90338759160,99092140584,98857492400],[1454880600,93315708416,93335305136,97619499600,97647244152],[1454882400,93470750928,93451614312,103445624824,103253903136],[1454884200,91365124328,91353232704,96256066760,96269899144],[1454886000,84740946320,84727951480,94223274368,94089304408],[1454887800,77301934320,77305954168,83973991760,83957138472],[1454889600,67836065952,67843247336,76283912256,76279249720],[1454891400,60934372800,60948731792,66883576352,66917665880],[1454893200,50892264016,50898265872,59038233416,59064762560],[1454895000,45922650856,45937474288,49353227456,49364606376],[1454896800,38668500408,38675954576,43880770640,43842198568],[1454898600,36530061880,36535207000,39964861504,39955435128],[1454900400,32756280120,32773812648,37160851880,37251710728],[1454902200,31586843792,31601126800,33820380192,33846207712],[1454904000,30634813184,30646727960,32867181960,32849335512],[1454905800,30817581032,30831990736,33498671352,33509499248],[1454907600,28508081712,28519002072,31850589200,31899893384],[1454909400,28514713576,28526004896,30218647944,30208335400],[1454911200,27370284368,27377324168,30896659152,30919054968],[1454913000,26343020464,26353420256,27614120144,27632757200],[1454914800,28320753128,28330517200,32463105424,32485427296],[1454916600,36234435696,36250292520,41030791240,41052216360],[1454918400,43479495656,43494124368,47772260344,47782113784],[1454920200,52311196464,52336421944,56167824344,56210392200],[1454922000,58119150632,58124864776,62430923456,62387087576],[1454923800,66945033720,66969680008,71456705080,71495807984],[1454925600,72319675408,72334758816,78233082616,78207399488],[1454927400,74350189800,74384333984,77351525072,77402259248],[1454929200,75018344400,75026661704,80539634832,80449555392],[1454931000,76143645984,76170238048,80474782448,80425504456],[1454932800,77568531568,77584673824,83851924176,83762926232],[1454934600,78703458696,78723356896,82353935056,82345517744],[1454936400,80538368480,80558048424,87906104496,87855474432],[1454938200,79329207168,79353015192,84701163736,84686792720],[1454940000,78059302936,78075453048,84953279704,84842232016],[1454941800,79648084088,79678243608,83154753848,83192930704],[1454943600,79861005040,79879672944,87632547432,87518351384],[1454945400,80216070024,80245069336,83536516120,83516951152],[1454947200,81035854216,81051648528,89207838304,89036841512],[1454949000,83888855984,83930306664,88203533032,88244742448],[1454950800,86290247128,85940388464,95481893728,92886730448],[1454952600,84341445440,84368681480,87781001968,87784991792],[1454954400,82526607968,82537352144,91065452488,90880267512],[1454956200,83205070744,83223681720,86916244952,86911430432],[1454958000,85974861696,85955119024,94870145824,94884743488],[1454959800,87590515256,87580183840,91873256184,91847332312],[1454961600,90259693744,90226306368,97502486504,97286684704],[1454963400,92742870824,92719081048,97924667472,97894228304],[1454965200,93098099000,93061335312,101107937352,100965391688],[1454967000,95236527320,95191469936,99685203416,99595539920],[1454968800,95407964936,95359657200,103500551976,103368779344],[1454970600,93488040720,93432792688,97732670264,97671919936],[1454972400,87095861600,87063618224,97213971000,97203384152],[1454974200,73853506040,73873037816,80612326656,80619506224],[1454976000,63716405648,63721648896,72607502488,72412285632],[1454977800,55054658984,55067690976,60311020072,60322670728],[1454979600,48498144600,48501415480,56643262584,56658586056],[1454981400,44272526792,44284996752,47014808008,47033847048],[1454983200,38750026464,38763359064,44346460304,44351784144],[1454985000,34199270672,34212675024,37762416896,37789498768],[1454986800,32231608760,32244283600,35247101672,35284426032],[1454988600,31305485912,31317945960,33665030320,33646376688],[1454990400,29637662360,29653914640,33404294208,33487706688],[1454992200,27895272080,27902689280,29698939560,29707282832],[1454994000,26896945440,26911209528,30098653608,30184091408],[1454994300,26997528560,27016147096,29243767472,29273266224],[1454994600,28555356880,28572670008,29243767472,29273266224],[1454994900,27632946808,27626263200,29281823888,29283592392],[1454995200,28731024264,28736591960,29281823888,29283592392],[1454995500,28239276896,28264665096,30242587176,30297833464],[1454995800,29533703312,29563942856,30242587176,30297833464],[1454996100,28845010360,28834004648,32149475432,32193755264],[1454996400,30900827840,30941132192,32149475432,32193755264],[1454996700,28546890864,28571254344,29422495944,29427928056],[1454997000,28831344952,28837382528,29422495944,29427928056],[1454997300,27780462168,27792883232,28399202632,28424414000],[1454997600,27875247016,27897542896,28399202632,28424414000],[1454997900,27125257656,27139617184,28120455504,28130514152],[1454998200,27559443008,27567579760,28120455504,28130514152],[1454998500,26993432256,26999999304,28678699064,28692005056],[1454998800,27947540904,27963277816,28678699064,28692005056],[1454999100,27381309880,27404034840,29982390400,30009595776],[1454999400,29305953504,29324062248,29982390400,30009595776],[1454999700,28561779064,28565849416,31098570112,31122463784],[1455000000,29725569936,29737944008,31098570112,31122463784],[1455000300,28398652928,28396237848,36961402232,37011148112],[1455000600,34289813784,34327101120,36961402232,37011148112],[1455000900,29176750640,29182875872,30881229456,30876170320],[1455001200,30625323256,30632641824,30881229456,30876170320],[1455001500,31077556528,31099358712,33703653712,33693491072],[1455001800,33127250424,33129963312,33703653712,33693491072],[1455002100,33256848936,33278918304,36908125928,36907790360],[1455002400,36710826736,36717719952,36908125928,36907790360],[1455002700,37089449752,37102290152,39245528432,39232063640],[1455003000,38450960760,38460627608,39245528432,39232063640],[1455003300,38228692536,38274212720,43842677688,43835296864],[1455003600,42834358024,42835448160,43842677688,43835296864],[1455003900,41548202080,41564877552,43874263672,43883895480],[1455004200,43079733976,43094350272,43874263672,43883895480],[1455004500,42230153856,42251023712,44747117736,44754653136],[1455004800,44701558904,44713942656,44747117736,44754653136],[1455005100,45672205592,45700062048,48526541432,48566391112],[1455005400,47718891360,47749777232,48526541432,48566391112],[1455005700,47123721624,47142526784,50174802048,50212914120],[1455006000,49678311112,49707115736,50174802048,50212914120],[1455006300,49624524048,49632136032,52373118320,52379485736],[1455006600,51113208984,51152829800,52373118320,52379485736],[1455006900,50206778984,50270220832,56759019024,56649152680],[1455007200,54998899416,54923776480,56759019024,56649152680],[1455007500,52410440416,52421813464,55470254240,55510774624],[1455007800,54903742760,54937434824,55470254240,55510774624],[1455008100,55151866848,55170196080,58933399960,58950114240],[1455008400,58432274040,58443166808,58933399960,58950114240],[1455008700,59654960648,59654018912,65678837720,65679798584],[1455009000,64955535872,64957204376,65678837720,65679798584],[1455009300,64503760904,64525826616,67370427576,67440163656],[1455009600,65973905624,66028283096,67370427576,67440163656],[1455009900,64637866160,64653405624,68880974400,68882106936],[1455010200,66932647592,66939890728,68880974400,68882106936],[1455010500,64672315208,64696440552,71937087448,71973833704],[1455010800,69721421584,69757115608,71937087448,71973833704],[1455011100,66038508624,66054881008,69249529656,69222240296],[1455011400,67849782152,67849005720,69249529656,69222240296],[1455011700,66222551440,66265585960,70049701960,70053646392],[1455012000,69242723760,69258310048,70049701960,70053646392],[1455012300,68932630536,68957902528,72691549048,72675776704],[1455012600,71182860808,71184290240,72691549048,72675776704],[1455012900,69068109560,69115498784,72318656504,72386103784],[1455013200,70374610608,70416969352,72318656504,72386103784],[1455013500,67595984768,67600373168,71712579944,71764481352],[1455013800,69746853992,69805480536,71712579944,71764481352],[1455014100,67785133832,67831034600,77050264040,76989853144],[1455014400,74095400816,74063279696,77050264040,76989853144],[1455014700,69105139064,69138139416,72728835216,72772489840],[1455015000,70908607104,70940345456,72728835216,72772489840],[1455015300,68213344392,68222541808,71818885632,71838670352],[1455015600,70676665504,70692772656,71818885632,71838670352],[1455015900,69905450360,69915335024,74802386552,74817927352],[1455016200,73441907160,73460362144,74802386552,74817927352],[1455016500,71484836072,71513912792,74332375240,74372445864],[1455016800,73075314264,73108008144,74332375240,74372445864],[1455017100,71589785384,71604165560,75196148816,75206179992],[1455017400,72904394000,72944930688,75196148816,75206179992],[1455017700,70228145520,70293697896,80365006672,80254065720],[1455018000,77526182768,77461481752,80365006672,80254065720],[1455018300,73187682328,73223005104,77783809336,77819756640],[1455018600,75942398672,75977052760,77783809336,77819756640],[1455018900,73412768448,73444890664,77187889088,77220687800],[1455019200,75721614248,75741161040,77187889088,77220687800],[1455019500,74435880264,74434527648,79346702040,79365472488],[1455019800,78171472200,78201439088,79346702040,79365472488],[1455020100,76821345608,76865794920,80130484664,80147642440],[1455020400,77874256264,77899380648,80130484664,80147642440],[1455020700,74501618800,74529626776,78813618648,78802805768],[1455021000,75950236496,75968816048,78813618648,78802805768],[1455021300,72414236768,72463991800,82769117576,82692514960],[1455021600,78001062704,77966150128,82769117576,82692514960],[1455021900,71146516504,71200188488,90311723920,90337707184],[1455022200,85057768560,85068444408,90311723920,90337707184],[1455022500,75520180104,75528993584,80305264600,80396943128],[1455022800,78231837360,78301885704,80305264600,80396943128],[1455023100,75113336952,75135626304,79091962720,79115277288],[1455023400,77093653296,77110413104,79091962720,79115277288],[1455023700,74308783296,74326282264,78729876472,78788127552],[1455024000,76709864016,76754922440,78729876472,78788127552],[1455024300,73956795784,73977676520,78590860400,78625529936],[1455024600,75868316320,75913141000,78590860400,78625529936],[1455024900,72697970752,72734189296,83882294008,83795068496],[1455025200,80927458312,80873705480,83882294008,83795068496],[1455025500,75688031048,75721058776,78974151696,79042871720],[1455025800,77546967600,77594913040,78974151696,79042871720],[1455026100,75590605648,75593481704,79103746016,79113650320],[1455026400,77427030504,77441388264,79103746016,79113650320],[1455026700,75349445784,75375200184,79747886808,79777586824],[1455027000,78378562768,78412239040,79747886808,79777586824],[1455027300,77086570592,77134779552,81882227280,81945172232],[1455027600,79981209312,80028380584,81882227280,81945172232],[1455027900,76986501440,76992791272,80451228080,80443642392],[1455028200,77950953096,77971532360,80451228080,80443642392],[1455028500,74881495088,74943282960,84798178136,84773715272],[1455028800,81627885152,81614522824,84798178136,84773715272],[1455029100,76319217272,76326214024,80325849480,80323448008],[1455029400,78452546352,78468950568,80325849480,80323448008],[1455029700,75747611416,75800724744,79408869240,79450208744],[1455030000,78061584744,78086828200,79408869240,79450208744],[1455030300,76551873808,76558786248,80502420152,80555772656],[1455030600,78976651984,79024117856,80502420152,80555772656],[1455030900,77205500816,77239874992,81383849728,81418251656],[1455031200,79134726360,79157940232,81383849728,81418251656],[1455031500,75944794416,75976223992,80519253120,80639668144],[1455031800,78039367064,78155024224,80519253120,80639668144],[1455032100,75048053736,75108285088,87094254400,86956265664],[1455032400,83612504280,83505420952,87094254400,86956265664],[1455032700,77611007488,77605728992,82337636080,82421621344],[1455033000,80424282240,80480684312,82337636080,82421621344],[1455033300,77834526680,77841962456,82271623568,82312101120],[1455033600,80380078016,80413621624,82271623568,82312101120],[1455033900,77725726312,77741505808,82038367296,82048597424],[1455034200,80579684480,80592640384,82038367296,82048597424],[1455034500,78941799968,78963732584,83354989504,83384403496],[1455034800,81659112920,81690068544,83354989504,83384403496],[1455035100,79614978816,79654002384,84061012728,84112503400],[1455035400,81319109240,81422628544,84061012728,84112503400],[1455035700,78132175536,78269462024,90043346272,89845526432],[1455036000,86860219952,86731025488,90043346272,89845526432],[1455036300,81881949680,81893353976,87192422240,87177791384],[1455036600,85202551352,85216681392,87192422240,87177791384],[1455036900,82300036032,82351064120,86358430712,86337364272],[1455037200,84734183696,84728167448,86358430712,86337364272],[1455037500,82530119184,82557994200,86567521000,86595024088],[1455037800,84405025136,84425585512,86567521000,86595024088],[1455038100,81281008192,81289297240,85697560280,85714168048],[1455038400,83701465648,83717783432,85697560280,85714168048],[1455038700,80898070096,80907738008,84765412624,84759589920],[1455039000,82350802760,82411275120,84765412624,84759589920],[1455039300,79177439264,79292610784,87776229768,87533323152],[1455039600,84438792200,84274906568,87776229768,87533323152],[1455039900,78549724672,78553172544,81925422608,81920679312],[1455040200,79949766496,79932208328,81925422608,81920679312],[1455040500,77267822144,77239250936,81905981952,81924753616],[1455040800,80224017288,80228703432,81905981952,81924753616],[1455041100,78482163384,78467573848,83715978272,83732960848],[1455041400,82047186680,82049504712,83715978272,83732960848],[1455041700,80258438480,80240253000,85292992400,85306538432],[1455042000,83413810296,83418343696,85292992400,85306538432],[1455042300,81428595544,81409632992,87294325824,87265064904],[1455042600,84542686976,84556110696,87294325824,87265064904],[1455042900,81260824200,81302015424,92631835024,92404065344],[1455043200,88579304048,88415578104,92631835024,92404065344],[1455043500,82300169080,82273109584,90980048672,90934361200],[1455043800,88223074736,88169093824,90980048672,90934361200],[1455044100,83648466568,83607357136,87484584416,87524644624],[1455044400,85515004648,85535962184,87484584416,87524644624],[1455044700,82887883952,82867679384,87480918088,87464260680],[1455045000,85389782872,85367840408,87480918088,87464260680],[1455045300,82695215336,82659009032,87819277400,87776534136],[1455045600,85799276880,85750662064,87819277400,87776534136],[1455045900,82956304232,82915274168,87351284008,87365162536],[1455046200,85339618168,85366708448,87351284008,87365162536],[1455046500,83677873288,83685005160,95223350016,95031168120],[1455046800,92075294768,91930208000,95223350016,95031168120],[1455047100,86459459104,86414906136,90157818536,90101858144],[1455047400,88625247912,88569182448,90157818536,90101858144],[1455047700,86873025712,86817662784,91426354688,91373491024],[1455048000,90540015112,90493074088,91426354688,91373491024],[1455048300,90511439544,90483851776,95758874616,95746321784],[1455048600,94183383680,94156801912,95758874616,95746321784],[1455048900,92446469312,92387272872,97533544232,97473281496],[1455049200,95441351840,95396379664,97533544232,97473281496],[1455049500,92452981056,92416703416,97242940184,97135505064],[1455049800,94629575704,94602596768,97242940184,97135505064],[1455050100,91431778584,91512032936,103031991896,102790254984],[1455050400,99203271872,99028649952,103031991896,102790254984],[1455050700,92828672840,92791878568,98537589544,98470069704],[1455051000,96364872712,96310789304,98537589544,98470069704],[1455051300,93138510808,93098594384,97417917872,97336156336],[1455051600,95829803544,95766382712,97417917872,97336156336],[1455051900,94672032352,94632776088,101139582280,101054329696],[1455052200,99189459104,99114044000,101139582280,101054329696],[1455052500,96208952040,96153068368,100006583968,99943496128],[1455052800,97300332784,97231034448,100006583968,99943496128],[1455053100,93268881848,93204377016,98565059976,98550048768],[1455053400,95434123176,95429843680,98565059976,98550048768],[1455053700,91390611952,91364997136,102852221704,102649425488],[1455054000,99090777472,98946787968,102852221704,102649425488],[1455054300,92918739992,92884130368,99118705984,99021422888],[1455054600,97517969592,97415310280,99118705984,99021422888],[1455054900,95169439536,95097934760,98397964584,98441098416],[1455055200,96166075432,96178905312,98397964584,98441098416],[1455055500,93086773744,93009284448,98024050744,97886772896],[1455055800,96083081008,95993608880,98024050744,97886772896],[1455056100,93717384928,93704018128,99185850912,99086027360],[1455056400,96827253120,96743157488,99185850912,99086027360],[1455056700,92825047272,92769778664,96953317024,96876401888],[1455057000,94029893568,93975406752,96953317024,96876401888],[1455057300,89703711904,89660065080,99281828936,99078903440],[1455057600,95350204928,95194407384,99281828936,99078903440],[1455057900,87845615464,87797144928,91215632384,91173729952],[1455058200,88773297944,88719101224,91215632384,91173729952],[1455058500,84557073768,84483290360,87746554312,87693106256],[1455058800,85838841760,85783272552,87746554312,87693106256],[1455059100,83060305312,83009165848,86962139632,86935328496],[1455059400,84661293280,84627166768,86962139632,86935328496],[1455059700,81060978744,81002702368,85037370688,84958525720],[1455060000,82597658992,82530203064,85037370688,84958525720],[1455060300,78267503432,78237497456,80924960344,80927611536],[1455060600,78077890864,78067570208,80924960344,80927611536],[1455060900,73798424544,73745453232,81538766648,81433964448],[1455061200,78183656544,78101321192,81538766648,81433964448],[1455061500,71305012504,71265692824,73216050512,73155698864],[1455061800,71453325936,71394328576,73216050512,73155698864],[1455062100,68033672472,67989155808,69940441440,69927056720],[1455062400,68980620904,68947727984,69940441440,69927056720],[1455062700,67390119592,67350429608,69306464512,69377142240],[1455063000,66891074680,66935143792,69306464512,69377142240],[1455063300,61831356248,61820699872,63443232768,63453169424],[1455063600,61856827176,61870061576,63443232768,63453169424],[1455063900,58624875704,58649997128,60333124656,60369663856],[1455064200,58015989928,58043615896,60333124656,60369663856],[1455064500,53880685040,53886141944,59094139848,59095613336],[1455064800,55281784232,55282544824,59094139848,59095613336],[1455065100,48905361704,48912135752,58300635888,58341265472],[1455065400,54657716608,54690801176,58300635888,58341265472],[1455065700,47611427064,47620508784,49777461232,49766015064],[1455066000,49110558680,49083554248,49777461232,49766015064],[1455066300,48339673152,48318968808,50298733184,50388292440],[1455066600,48843940512,48908541744,50298733184,50388292440],[1455066900,46415288440,46426136792,48496692320,48512166296],[1455067200,46649537744,46669275808,48496692320,48512166296],[1455067500,42836521544,42862085072,43818396840,43833645560],[1455067800,42291356536,42298133288,43818396840,43833645560],[1455068100,39642080320,39645777408,43066089832,43138314456],[1455068400,41292661360,41348172256,43066089832,43138314456],[1455068700,37498099336,37515383728,39029098088,39053916952],[1455069000,37872115464,37894065344,39029098088,39053916952],[1455069300,35222042232,35232543256,35612543264,35610130736],[1455069600,34857925880,34847281576,35612543264,35610130736],[1455069900,33739848936,33726763856,35649503672,35685016640],[1455070200,34812435920,34836475512,35649503672,35685016640],[1455070500,33059329448,33069502600,33888125064,33938088152],[1455070800,33187793592,33231962088,33888125064,33938088152],[1455071100,31832850232,31853085776,32613801024,32604908632],[1455071400,31820316752,31810533432,32613801024,32604908632],[1455071700,30723298960,30719529208,33850150424,33877704112],[1455072000,33174779680,33185087744,33850150424,33877704112],[1455072300,31531621488,31528068592,31694711904,31667226344],[1455072600,30360366464,30402474472,31105228480,31164246528],[1455072900,29135284200,29142180560,30266916720,30280157928],[1455073200,29959632928,29969604096,30266916720,30280157928],[1455073500,30202861200,30209903288,32667809816,32686414944],[1455073800,31675619296,31684634024,32667809816,32686414944],[1455074100,29861355920,29859811264,30909246488,30936379464],[1455074400,30530590168,30547225032,30909246488,30936379464],[1455074700,30262904480,30262266528,31853782264,31870615792],[1455075000,30998244400,31005229984,31853782264,31870615792],[1455075300,29780734808,29781267256,32204869784,32261188592],[1455075600,31143441160,31195027896,32204869784,32261188592],[1455075900,29227019528,29256414024,30204904168,30202975040],[1455076200,29106788920,29108831400,30204904168,30202975040],[1455076500,27010476912,27021255944,27919994488,27930502960],[1455076800,27484464720,27483379464,27919994488,27930502960],[1455077100,27310705960,27300962936,29347327424,29381078784],[1455077400,28404316784,28425114304,29347327424,29381078784],[1455077700,26690527424,26693030432,27714515408,27745034728],[1455078000,27379646480,27409549784,27714515408,27745034728],[1455078300,27081276576,27100498304,28249896144,28244776056],[1455078600,27562810480,27559919728,28249896144,28244776056],[1455078900,26656852024,26667098296,29001877616,29042877368],[1455079200,27707917464,27734171648,29001877616,29042877368],[1455079500,25213273872,25217971728,25991300440,26022830616],[1455079800,26063091912,26085549352,26222885848,26225149144],[1455080100,26575177672,26583716520,27481070960,27505746936],[1455080400,26766586712,26788543192,27481070960,27505746936],[1455080700,25833749192,25855062360,27461327448,27496311456],[1455081000,26896122592,26919900776,27461327448,27496311456],[1455081300,26449499192,26453044760,28404808280,28418340944],[1455081600,27562206984,27568212592,28404808280,28418340944],[1455081900,26322588768,26323718200,27786173880,27816053704],[1455082200,27033630392,27050041224,27786173880,27816053704],[1455082500,26042264704,26042598536,28284920504,28331301488],[1455082800,27031148888,27068048728,28284920504,28331301488],[1455083100,24828721936,24844807432,26101218952,26116406448],[1455083400,25643173128,25655252912,26101218952,26116406448],[1455083700,25721702136,25726966312,28420441992,28425429248],[1455084000,28293065784,28291453696,28420441992,28425429248],[1455084300,28548749072,28544571136,29890722760,29916075312],[1455084600,29075301648,29100240576,29890722760,29916075312],[1455084900,28185745496,28209928464,30386426720,30410955240],[1455085200,29499436408,29514404064,30386426720,30410955240],[1455085500,28262904512,28261060688,30081670584,30090475232],[1455085800,28891631816,28905143696,30081670584,30090475232],[1455086100,27328712744,27351533392,31033848248,31053098328],[1455086400,29801009768,29819850344,31033848248,31053098328],[1455086700,28117716472,28133353168,31101656656,31110207288],[1455087000,30440405280,30450270392,31101656656,31110207288],[1455087300,30081772128,30090568560,32944246336,32942771344],[1455087600,33846614104,33845827704,35855110128,35855856392],[1455087900,36641122752,36652470344,38730766072,38770297688],[1455088200,37739576224,37775933000,38730766072,38770297688],[1455088500,36572185248,36593896536,39426283744,39428142144],[1455088800,38691676672,38696633152,39426283744,39428142144],[1455089100,37712378992,37729327128,39594295368,39624207272],[1455089400,39153293072,39182580808,39594295368,39624207272],[1455089700,39721246664,39744386888,45668084568,45673491200],[1455090000,44121416896,44130374520,45668084568,45673491200],[1455090300,42004268904,42017729576,45142435232,45147771176],[1455090600,45036310216,45042742352,45142435232,45147771176],[1455090900,46138112432,46157964864,49695276832,49744320968],[1455091200,48704861744,48745032208,49695276832,49744320968],[1455091500,48320473128,48345623600,53159232144,53196960384],[1455091800,52710264952,52726269864,53159232144,53196960384],[1455092100,53150962544,53146168648,56979286240,57047743280],[1455092400,55731221072,55772544928,56979286240,57047743280],[1455092700,54426649488,54429985104,58166762000,58226240064],[1455093000,56983345856,57038807040,58166762000,58226240064],[1455093300,56367565200,56399948976,63664404272,63645678720],[1455093600,62334278008,62315130936,63664404272,63645678720],[1455093900,60675006752,60676125264,63789009880,63844578816],[1455094200,62792702408,62834612000,63789009880,63844578816],[1455094500,62634565840,62636187904,67929524440,67904078400],[1455094800,67390912600,67391237312,67929524440,67904078400],[1455095100,67616795608,67674495400,71280383688,71338120488],[1455095400,69667481984,69711188312,71280383688,71338120488],[1455095700,68152401296,68169141144,73577208688,73605093008],[1455096000,73637539000,73646417440,73771822616,73738397632],[1455096300,76144234568,76141724952,82346805584,82425122912],[1455096600,78755313152,78859023456,82346805584,82425122912],[1455096900,72377971344,72495890392,78583726208,78539225160],[1455097200,76220505064,76206568656,78583726208,78539225160],[1455097500,72892382512,72929459568,77651714752,77647729648],[1455097800,75920424816,75925632312,77651714752,77647729648],[1455098100,73166972576,73177371168,76043043696,76013519864],[1455098400,74727278608,74735070696,76043043696,76013519864],[1455098700,74679439840,74725785480,82093117824,82026456424],[1455099000,79377992504,79358617984,82093117824,82026456424],[1455099300,75278515280,75356620704,80446354720,80503799336],[1455099600,78189871888,78231038880,80446354720,80503799336],[1455099900,75053022576,75057491952,80066078072,80069306472],[1455100200,78330502504,78319023624,80066078072,80069306472],[1455100500,76431231008,76411266624,83969626808,84042751400],[1455100800,80860915456,80920334192,83969626808,84042751400],[1455101100,75600768920,75638655720,79728309992,79788805752],[1455101400,77875616696,77926698776,79728309992,79788805752],[1455101700,74667556776,74709395728,77451116024,77525860472],[1455102000,76152664216,76195403472,77451116024,77525860472],[1455102300,75640083456,75622772888,82081848960,82097264312],[1455102600,80143787024,80178201664,82081848960,82097264312],[1455102900,76937368032,76996489824,79881250040,79893630512],[1455103200,78071203584,77697806688,79881250040,79893630512],[1455103500,75326487392,74212257776,78740305888,77939339784],[1455103800,76572577008,76002536088,78740305888,77939339784],[1455104100,73976297056,73959697128,83310422928,83384229064],[1455104400,80723821584,80800311840,83310422928,83384229064],[1455104700,76058777496,76117968824,78682295072,78680880232],[1455105000,77604061312,77595811656,78682295072,78680880232],[1455105300,76745626144,76737563376,80944281448,80977796936],[1455105600,79540016752,79579763080,80944281448,80977796936],[1455105900,77121693368,77168260168,78873955408,78902352864],[1455106200,77182871744,77209300000,78873955408,78902352864],[1455106500,75152113784,75175080096,79683667208,79709041680],[1455106800,77767379064,77785911160,79683667208,79709041680],[1455107100,74645194152,74659967360,77862801352,77908708256],[1455107400,75568464040,75601448472,77862801352,77908708256],[1455107700,72868083160,72886997512,82223250040,82299142008],[1455108000,78407664872,78459271736,82223250040,82299142008],[1455108300,72483440456,72488282592,82356528936,82392707704],[1455108600,79125142720,79156133872,82356528936,82392707704],[1455108900,73234816432,73264208720,76639138544,76694538832],[1455109200,75317974680,75349751528,76639138544,76694538832],[1455109500,73422129104,73408859784,76199793280,76206556176],[1455109800,74833009720,74841116576,76199793280,76206556176],[1455110100,73507246784,73536051536,78197852824,78273605720],[1455110400,76514553880,76574953312,78197852824,78273605720],[1455110700,74501727144,74533423688,78960252296,79006017072],[1455111000,76451744120,76499064080,78960252296,79006017072],[1455111300,73728061712,73757663712,84375439136,84323944144],[1455111600,81281609600,81244905736,84375439136,84323944144],[1455111900,75572990240,75588578184,78756997088,78824954760],[1455112200,77446698688,77494767024,78756997088,78824954760],[1455112500,75641053920,75644346552,78841192576,78846889072],[1455112800,77528346544,77544030848,78841192576,78846889072],[1455113100,76389627600,76425186784,81335931024,81364173336],[1455113400,79805622896,79838400960,81335931024,81364173336],[1455113700,77968781504,77998552368,82356853856,82350768424],[1455114000,80789290688,80780431872,82356853856,82350768424],[1455114300,78891791152,78908765656,83495463048,83599504776],[1455114600,80750403200,80847851176,83495463048,83599504776],[1455114900,77133582648,77182791104,87073543992,86994800920],[1455115200,83812114536,83765932608,87073543992,86994800920],[1455115500,78130028008,78175675200,82025585416,82125657448],[1455115800,80582008432,80640741760,82025585416,82125657448],[1455116100,78723038456,78712904960,82323103696,82374502408],[1455116400,80915247808,80954611280,82323103696,82374502408],[1455116700,79081355400,79099183528,82536714696,82568507496],[1455117000,80890245464,80920423824,82536714696,82568507496],[1455117300,78229801792,78264272512,81053190240,81108776096],[1455117600,79262752328,79314149032,81053190240,81108776096],[1455117900,77170627552,77200738928,82119909864,82118749480],[1455118200,79620934360,79659513384,82119909864,82118749480],[1455118500,76333104472,76412302576,84889202888,84788457224],[1455118800,83180456120,83113847592,84889202888,84788457224],[1455119100,79886158344,79913412384,82519833344,82571608192],[1455119400,81013695584,81056940096,82519833344,82571608192],[1455119700,78549004376,78566810808,81969607424,81974675640],[1455120000,80803765232,80819016888,81969607424,81974675640],[1455120300,79665470000,79707782872,84419470744,84468979752],[1455120600,82942155536,82981647736,84419470744,84468979752],[1455120900,81034541680,81053144352,85654204776,85681876448],[1455121200,83680484504,83714219712,85654204776,85681876448],[1455121500,80689081008,80717627544,85410832464,85384649288],[1455121800,82842068856,82876593504,85410832464,85384649288],[1455122100,79178299704,79289577640,87943585232,87810721880],[1455122400,85278283208,85186032192,87943585232,87810721880],[1455122700,80447695280,80463628800,84201653048,84253876816],[1455123000,82760741400,82802889160,84201653048,84253876816],[1455123300,81115544040,81138350624,85837101016,85871373744],[1455123600,84116769824,84139634192,85837101016,85871373744],[1455123900,81770614672,81768628864,86109883816,86111551920],[1455124200,84273554880,84279688464,86109883816,86111551920],[1455124500,81632513912,81668345928,85716888856,85805720400],[1455124800,83926923008,83990908712,85716888856,85805720400],[1455125100,80809080448,80810788432,83449480224,83437326056],[1455125400,81238539888,81282194096,83449480224,83437326056],[1455125700,78550423048,78644821552,87540461712,87343572168],[1455126000,84560414464,84430959304,87540461712,87343572168],[1455126300,78759452976,78778840680,81533164912,81536511280],[1455126600,79582344792,79587321776,81533164912,81536511280],[1455126900,76790440888,76810327456,80911821568,80961696784],[1455127200,80194675288,80234253032,80911821568,80961696784],[1455127500,80618772120,80636489328,86056731656,86078225856],[1455127800,84259428168,84258630536,86056731656,86078225856],[1455128100,81980377832,81942900072,86556780992,86553697232],[1455128400,84331212352,84332111048,86556780992,86553697232],[1455128700,80977995704,80980135824,85029853632,85012091744],[1455129000,82748418832,82757649576,85029853632,85012091744],[1455129300,80124464176,80143058200,89544955680,89368861528],[1455129600,85426733872,85290920992,89544955680,89368861528],[1455129900,79196813376,79159346000,90119798112,90108123240],[1455130200,86717149680,86694229208,90119798112,90108123240],[1455130500,80875158512,80848832032,85478801824,85509964936],[1455130800,84185812848,84205608616,85478801824,85509964936],[1455131100,82951653264,82939516328,87442240168,87413533528],[1455131400,85785736096,85762501224,87442240168,87413533528],[1455131700,83653186032,83650246400,87940314440,87958441760],[1455132000,85965467704,85960110008,87940314440,87958441760],[1455132300,83315561208,83274799400,88306713224,88314605664],[1455132600,86005467664,86026848784,88306713224,88314605664],[1455132900,83117605208,82563186208,92004039896,89122225576],[1455133200,88870003264,86830663040,92004039896,89122225576],[1455133500,82708332144,82669665392,86137873944,86108257144],[1455133800,85083989512,85051626160,86137873944,86108257144],[1455134100,84210923120,84175111864,88680961792,88653575352],[1455134400,87397411160,87364186696,88680961792,88653575352],[1455134700,86305907384,86251328992,91540388568,91464547512],[1455135000,89677040128,89611538504,91540388568,91464547512],[1455135300,86763043848,86722354736,91042535184,91002699760],[1455135600,89593090336,89545662512,91042535184,91002699760],[1455135900,87755264152,87695615968,92304835688,92261637136],[1455136200,89855199096,89846169736,92304835688,92261637136],[1455136500,86514226264,86538488152,96922140704,96749073328],[1455136800,94623288880,94479862440,96922140704,96749073328],[1455137100,90716468696,90655239616,94889004616,94860017272],[1455137400,92831623472,92793175016,94889004616,94860017272],[1455137700,89872594776,89807575424,94647782624,94569673152],[1455138000,93473063432,93393668728,94647782624,94569673152],[1455138300,93054581672,92972099504,99103862144,99020888624],[1455138600,96929200968,96859353256,99103862144,99020888624],[1455138900,93464953936,93416433912,97391754336,97320663640],[1455139200,95502482912,95455103008,97391754336,97320663640],[1455139500,92940134000,92931522808,97826188192,97774435192],[1455139800,95081210896,95052904160,97826188192,97774435192],[1455140100,91654960992,91649110104,103089314424,102959657112],[1455140400,99785748424,99668938896,103089314424,102959657112],[1455140700,93849620504,93755274552,97924635744,97812787104],[1455141000,95736573656,95660115232,97924635744,97812787104],[1455141300,92525968664,92502126856,96938069880,96844693664],[1455141600,95094881616,95009749040,96938069880,96844693664],[1455141900,92499318736,92431743464,96677595448,96607147624],[1455142200,94702145424,94632608352,96677595448,96607147624],[1455142500,91839418200,91775341312,95918257184,95863307072],[1455142800,93865936640,93806444472,95918257184,95863307072],[1455143100,90638504752,90575499240,94393946008,94348900640],[1455143400,91304926992,91246608088,94393946008,94348900640],[1455143700,86652705984,86593916832,95187452904,95240270760],[1455144000,91546337064,91570422112,95187452904,95240270760],[1455144300,84150840304,84102287264,86412735112,86343425824],[1455144600,84515482416,84447580856,86412735112,86343425824],[1455144900,81058226192,81003118544,83724809688,83695852376],[1455145200,82321854224,82286225448,83724809688,83695852376],[1455145500,80354470112,80308018248,84155456888,84122974224],[1455145800,82107256280,82063751096,84155456888,84122974224],[1455146100,78339283192,78282702840,81489877304,81471111008],[1455146400,79236105952,79204999632,81489877304,81471111008],[1455146700,74753427016,74698713088,77448339480,77411045816],[1455147000,74849079056,74820744656,77448339480,77411045816],[1455147300,70490494520,70480457120,77557477800,77535907592],[1455147600,74201101248,74176081336,77557477800,77535907592],[1455147900,67537766792,67519014224,69720494120,69739446704],[1455148200,67619241712,67629905800,69720494120,69739446704],[1455148500,63798111216,63785411752,66609071280,66584266200],[1455148800,65247584096,65229675432,66609071280,66584266200],[1455149100,62914094456,62923836368,65415886656,65457241728],[1455149400,63805546296,63825678296,65415886656,65457241728],[1455149700,60760006688,60756186440,62684830760,62750139448],[1455150000,60614298568,60652411296,62684830760,62750139448],[1455150300,56332716352,56330274544,58087309720,58151786952],[1455150600,55748041904,55799578776,58087309720,58151786952],[1455150900,51428904016,51451077032,55801784264,55827144624],[1455151200,52872380768,52891488480,55801784264,55827144624],[1455151500,47870480240,47878298096,53508032368,53525749472],[1455151800,50993427800,51003866320,53508032368,53525749472],[1455152100,45731937120,45728995688,46877502464,46882877584],[1455152400,45849838616,45852561120,46877502464,46882877584],[1455152700,44300335984,44303425704,46633380120,46654500576],[1455153000,45392295584,45414052200,46633380120,46654500576],[1455153300,42823630200,42838909416,43585365080,43579181024],[1455153600,42717099936,42719834816,43585365080,43579181024],[1455153900,40786328664,40804836392,40957678936,40963448704],[1455154200,39659204088,39669306248,40957678936,40963448704],[1455154500,37643151456,37654335264,41534535936,41511066728],[1455154800,39630263824,39626042712,41534535936,41511066728],[1455155100,36017012536,36047354576,37624900728,37633952952],[1455155400,36754564752,36761805120,37624900728,37633952952],[1455155700,34777674056,34784116168,34876471344,34879801904],[1455156000,34348069112,34352208056,34523623912,34538067144],[1455156300,35260930528,35248338120,38543064592,38545270232],[1455156600,37760872688,37774587872,38543064592,38545270232],[1455156900,36166013432,36206344032,36467787336,36511639848],[1455157200,36034558256,36062698032,36467787336,36511639848],[1455157500,35300957632,35298608200,35894143688,35903325256],[1455157800,34439960328,34447261816,35894143688,35903325256],[1455158100,32465703480,32473644472,36937057248,36962549496],[1455158400,35783091224,35811727264,36937057248,36962549496],[1455158700,34313109952,34344588736,36797489368,36819260736],[1455159000,35580302312,35599101576,36797489368,36819260736],[1455159300,33648403696,33652304568,35405492264,35387931280],[1455159600,34344286432,34339385880,35405492264,35387931280],[1455159900,32495243768,32507659776,33629058136,33615751296],[1455160200,32867967208,32868841392,33629058136,33615751296],[1455160500,31908539016,31934678192,33760867920,33771810400],[1455160800,33764023896,33756368368,33770940184,33771810400],[1455161100,33562147096,33552727160,33770940184,33722527320],[1455161400,30971268888,31031653504,33007063048,33101307240],[1455161700,27281360128,27276981176,29926433400,29953285104],[1455162000,28890771112,28914255288,29926433400,29953285104],[1455162300,27054924120,27068429448,28098101200,28104515896],[1455162600,27236081304,27247524760,28098101200,28104515896],[1455162900,26179205440,26196305256,28314734272,28318022560],[1455163200,28259386984,28262494064,28314734272,28318022560],[1455163500,28764503960,28768203576,30407192144,30413495448],[1455163800,29880725520,29887937168,30407192144,30413495448],[1455164100,28929099736,28944192120,29504769416,29535179736],[1455164400,28763184848,28786172000,29504769416,29535179736],[1455164700,27202253088,27215945088,27440702392,27473608664],[1455165000,26419923024,26429540248,27440702392,27473608664],[1455165300,24817213544,24794207080,27203456096,27249721440],[1455165600,25869957992,25899505032,27203456096,27249721440],[1455165900,23448120568,23453207160,24778743336,24816204312],[1455166200,24250755232,24280922184,24778743336,24816204312],[1455166500,23918224064,23936303688,26073973056,26102242376],[1455166800,26187961760,26205879264,26433937400,26429516776],[1455167100,27405165400,27400626728,29861800952,29856963680],[1455167400,28735907384,28747902464,29861800952,29856963680],[1455167700,26676924680,26712083960,27629837216,27631161016],[1455168000,27131378968,27132697672,27629837216,27631161016],[1455168300,26427913944,26433549144,27384884944,27401648008],[1455168600,26634085552,26645949696,27384884944,27401648008],[1455168900,25970599640,25960492936,29429293952,29377973744],[1455169200,28652634096,28634204200,29429293952,29377973744],[1455169500,26745307416,26792179440,26976683904,27029227824],[1455169800,25697180488,25723844520,26160061024,26192586480],[1455170100,25385998048,25396102064,27125386072,27125595800],[1455170400,26849776304,26850292400,27125386072,27125595800],[1455170700,27011521496,27016456792,28924976112,28939417136],[1455171000,28324805080,28341727280,28924976112,28939417136],[1455171300,27293817920,27310859112,28064978384,28068351544],[1455171600,27429487992,27434657712,28064978384,28068351544],[1455171900,26626837728,26641167008,28113604352,28141745184],[1455172200,27449148832,27459952928,28113604352,28141745184],[1455172500,26916950448,26900785736,30176677648,30198264928],[1455172800,29250446208,29273954672,30176677648,30198264928],[1455173100,28720085952,28738987096,33533863344,33523672424],[1455173400,32326064920,32328712792,33533863344,33523672424],[1455173700,30588736592,30610808776,32927577048,32927247584],[1455173905,32927577048,32927247584,32927577048,32927247584],[1455174216,33318989448,33335985072,33318989448,33335985072]],\"expiration\":5,\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(47,'8da95cdb-65b4-44ff-ab5c-1260b67be953','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'cache','{\"type\":\"hit\",\"key\":\"admin_home_customers\",\"value\":{\"4\":\"AS112\",\"2\":\"HEAnet\",\"5\":\"Imagine\",\"3\":\"PCH DNS\",\"1\":\"VAGRANT IXP\"},\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(48,'8da95cdb-668a-407a-9c87-c18979b81fd2','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'cache','{\"type\":\"missed\",\"key\":\"grapher::infrastructure001-protoall-bits-week-png.png\",\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(49,'8da95cdb-672c-4dbf-afe5-0f2d036a2c62','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'cache','0','2019-05-11 14:37:48'),(50,'8da95cdb-6868-4c22-bdf8-58f0e59e3d7c','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'cache','{\"type\":\"missed\",\"key\":\"grapher::infrastructure001-protoall-bits-week-png.data\",\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(51,'8da95cdb-6d83-416d-a917-88ecabe0c5a0','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'cache','{\"type\":\"set\",\"key\":\"grapher::infrastructure001-protoall-bits-week-png.data\",\"value\":[[1454455800,81294362816,81285576440,88069944432,88106694760],[1454457600,70861891680,70879651504,80870320288,80939228632],[1454459400,61820900952,61836187968,66968352168,67014678488],[1454461200,53303777096,53305052864,62845305440,62931096184],[1454463000,46965082136,46977456320,49870513416,49862850104],[1454464800,40384565960,40392848672,45678738008,45636379632],[1454466600,38216781752,38224697040,40799594304,40807874304],[1454468400,35944029240,35956335128,39960841976,39987092904],[1454470200,32967694816,32978399560,35519703248,35509715920],[1454472000,30070160152,30082385616,33153776584,33172195320],[1454473800,24414319016,24419567880,26577381368,26585448936],[1454475600,23904858944,23912816624,28590035120,28612257208],[1454477400,30063386920,30074640448,31599770560,31591656360],[1454479200,27785035432,27794444608,32122766120,32086708720],[1454481000,29279816552,29284912832,30922314872,30918322360],[1454482800,30666057464,30679904160,35515780640,35503495920],[1454484600,37357081544,37371358112,41662438288,41650997536],[1454486400,43327042600,43340908536,45779987440,45788160344],[1454488200,50489368880,50505400192,54572934248,54572019256],[1454490000,57200462984,57214479368,61853898576,61778503184],[1454491800,63373343256,63393476680,68516850000,68544855408],[1454493600,69064495536,69074671520,74284354992,74181294872],[1454495400,70013051296,70043538464,73622118040,73634910728],[1454497200,73012892712,73015317200,78255883456,78166086880],[1454499000,73352036232,73383848632,76636250720,76666954016],[1454500800,75620013040,75637879848,80283491816,80223183568],[1454502600,76228595344,76243703864,81054704368,81053125928],[1454504400,75999819824,76021488840,87437191816,87489136552],[1454506200,78292126288,78308144544,83569412240,83555038472],[1454508000,78085704544,78111659880,83185345296,83187726680],[1454509800,78345803896,78368818680,81801939440,81804611224],[1454511600,78013894008,78033177688,85710113408,85601906328],[1454513400,79577108928,79609217552,83162806944,83214050000],[1454515200,81293692760,81305309584,88821967104,88636556016],[1454517000,84816123360,84846219120,88918795392,88935110568],[1454518800,87081432392,87091507432,94021487096,93905920584],[1454520600,85651853808,85688961648,90248297272,90225347048],[1454522400,83505885640,83518601184,90176417144,89989158328],[1454524200,83793986488,83805506328,86665926344,86676329168],[1454526000,85511366136,85497869576,96762520456,96761447928],[1454527800,88476854712,88476454824,92160504896,92161351168],[1454529600,90648352872,90620921072,97641977904,97464214088],[1454531400,94026246008,93904977944,102154981240,102208628152],[1454533200,94198091872,94169919552,105749290568,105506634816],[1454535000,97110596728,97097309832,101634669488,101587174880],[1454536800,95556494568,95519992032,106372441136,106175058520],[1454538600,91696338768,91653353688,97470650608,97394349312],[1454540400,86827737208,86786107000,97104688184,96882082448],[1454542200,79701142008,79671642200,86761395400,86724876184],[1454544000,70123725592,70109586560,79172492272,79062640088],[1454545800,60995768104,61013157120,65948718584,65968776328],[1454547600,51537418600,51541293520,60431968360,60464608536],[1454549400,46418530088,46429869168,49621685936,49624261992],[1454551200,40376559632,40385829512,46871778392,46816799256],[1454553000,36917014256,36924532872,40277913368,40279221896],[1454554800,35410467488,35421283280,38138767224,38152503432],[1454556600,33269377160,33277090248,36432315808,36427636560],[1454558400,30547892968,30557396104,34193108352,34194383304],[1454560200,31117152736,31126264400,33853356856,33868214264],[1454562000,27903115128,27911278000,30223005072,30198625336],[1454563800,29934257672,29944865160,31506004712,31492730776],[1454565600,29441624672,29452300504,31908599968,31920348632],[1454567400,30348890248,30362244816,31980203864,32017690152],[1454569200,32179799496,32194323696,38244244752,38223516480],[1454571000,39366868856,39381515616,44505251488,44497151872],[1454572800,45996071472,46009294272,50062178904,50060593008],[1454574600,54807359568,54826227872,58070999064,58095039016],[1454576400,58276891720,58291351432,62305218472,62272611040],[1454578200,65252116728,65276435440,68656748056,68691325488],[1454580000,70086442808,70100528008,75931323424,75882340384],[1454581800,71930873456,71954324240,76252227928,76232277096],[1454583600,73408477528,73422544360,80465551304,80381818024],[1454585400,73455023456,73476718576,76442831336,76449727248],[1454587200,73239310816,73256046544,78661128224,78660634608],[1454589000,74237058536,74259646000,77340780208,77300023376],[1454590800,74964145272,74979110536,82920864392,82946083856],[1454592600,76809569096,76824240448,80064745264,80073796136],[1454594400,78100494176,78123839856,84511234640,84459278928],[1454596200,80466829544,80497494000,85060051544,85097480376],[1454598000,79293975272,79302495264,86915567736,86794316736],[1454599800,80392108824,80429461136,84012543440,83991247112],[1454601600,81984696224,82000466944,90237052568,90099949968],[1454603400,83126675616,83167204552,87233539496,87259043504],[1454605200,86443378304,86456597808,93991535760,93760894992],[1454607000,84513029168,84541310664,87859023048,87861768752],[1454608800,82589188984,82590017384,89199089152,88960602080],[1454610600,81692031704,81710528048,87764791192,87737411496],[1454612400,81436198776,81425187960,90264573040,90276420992],[1454614200,84071655264,84065463216,88066380704,88019011000],[1454616000,86614534032,86575647704,92804890792,92501827776],[1454617800,89907786856,89891653920,94556947296,94526956864],[1454619600,90940322576,90902602992,97276698920,97074876920],[1454621400,91819805536,91790983824,96481755968,96440473776],[1454623200,92839727080,92804172520,100117498896,99991715848],[1454625000,92579642360,92534196984,97562440600,97511791880],[1454626800,87659012520,87616060016,96628441184,96517502616],[1454628600,80090564440,80075514848,86851725672,86812310264],[1454630400,71545922224,71554291416,80467583936,80437053704],[1454632200,62981815624,62994380352,68179041600,68182648104],[1454634000,53779200528,53789997832,60927596696,60876776144],[1454635800,47277584224,47286596712,50927426888,50909429640],[1454637600,41026057808,41039247616,46214662192,46217699320],[1454639400,39383384936,39393919384,41802158416,41810225840],[1454641200,38794575608,38806824920,42883686072,42879516648],[1454643000,35771532760,35782286024,39361694576,39420423120],[1454644800,32261048376,32276826344,34701189880,34725474368],[1454646600,29589233832,29600958336,31761446336,31781482656],[1454648400,29002513576,29014087848,32288004048,32278281648],[1454650200,29895545880,29909371168,31954177568,31968767016],[1454652000,27768558936,27777968400,29728539720,29759542872],[1454653800,29464792272,29472097472,31411361648,31421028200],[1454655600,30423344512,30440973616,35401609136,35419534864],[1454657400,36985723216,36999985512,41006096752,41038368760],[1454659200,44306848280,44322889208,48474948920,48501553440],[1454661000,52106017048,52127083488,56038247120,56071574888],[1454662800,58431305184,58442361528,63086069168,63100869216],[1454664600,65132835200,65154774240,70261450840,70274799136],[1454666400,69027263272,69045404928,73692640008,73615980072],[1454668200,74354528840,74374535976,78701134464,78744029528],[1454670000,74035681200,74059215200,80040231704,80019278488],[1454671800,76155425048,76172657296,79529553000,79586814032],[1454673600,77201223000,77208283480,84144927920,84061288616],[1454675400,76618118088,76645229032,80326782152,80357024160],[1454677200,79549706568,79571666872,89202983328,89164870240],[1454679000,77138576104,77160551048,81251421304,81218265112],[1454680800,77066053152,77082186408,84314591488,84319207408],[1454682600,78949139680,78976938696,83071722112,83113883416],[1454684400,79057866040,79081264416,86101271528,85996828208],[1454686200,79144830352,79178862640,84364029176,84368287792],[1454688000,83198448968,83213494168,90495799128,90247050520],[1454689800,84953897344,84987291232,88368824480,88403817168],[1454691600,85091261696,85110719544,92081300744,91926442608],[1454693400,83391813912,83418296216,86807594640,86801574296],[1454695200,81663347184,81682287888,88283661112,88179522120],[1454697000,81375857456,81407486760,84702708408,84711773792],[1454698800,81688933936,81707529960,88450534256,88293906176],[1454700600,82318779800,82342788136,85426675872,85443623304],[1454702400,84787308568,84809255376,91408951816,91308697504],[1454704200,88754271928,88768685400,92482828864,92560383840],[1454706000,90803521808,90832576440,97675678448,97722071904],[1454707800,91612321776,91643840680,95574520072,95619477240],[1454709600,89608557896,89611301280,96616261504,96506777952],[1454711400,89500657448,89537073720,93721649416,93832095160],[1454713200,86665768776,86681079080,95677260024,95611031704],[1454715000,81781610280,81795772496,87560692520,87544151232],[1454716800,76014803152,76035591240,84960518456,85013712240],[1454718600,70021784376,70030907080,75041417936,75036067680],[1454720400,61331252176,61346404144,69398993992,69565920552],[1454722200,53780100328,53796932144,57557002832,57597809896],[1454724000,46353875272,46365433512,51565310088,51524669976],[1454725800,41243110496,41253014344,43854038928,43880993672],[1454727600,36769041240,36781714640,41075537720,41118023992],[1454729400,33497848976,33508769408,36320000176,36326492688],[1454731200,31045760368,31055440832,34052138040,34054560520],[1454733000,29848131368,29861875104,31416929104,31444169152],[1454734800,27358375856,27369089312,29617380512,29618447760],[1454736600,29378137528,29388613800,31919808512,31939410176],[1454738400,27611983816,27622568328,33403838184,33425163720],[1454740200,27089762760,27099282832,28703305824,28713841776],[1454742000,28737630024,28751976696,32431573736,32458045776],[1454743800,30756620824,30770650680,33567867896,33595693952],[1454745600,35672584032,35679646240,39091242744,39096327632],[1454747400,43631690192,43655557736,47215009296,47232414912],[1454749200,50212727384,50220092648,53546642672,53565627840],[1454751000,56257103664,56281898760,59389403912,59409253128],[1454752800,60004430168,60017699272,63455192864,63471363856],[1454754600,62144861376,62168576608,64350585784,64353294504],[1454756400,63882762576,63894235760,68615160216,68473431120],[1454758200,65726957088,65751822008,68794827056,68795088240],[1454760000,67498977400,67514699648,72489149360,72382598112],[1454761800,69373478600,69398247056,72178800752,72203651264],[1454763600,68556996040,68574036776,77100602488,77117762960],[1454765400,68938490880,68965160696,72240949736,72275569424],[1454767200,70057915504,70074033808,75362620256,75252930240],[1454769000,71577845848,71599414120,74736074312,74750242520],[1454770800,73959031800,73972174216,79940258664,79881389584],[1454772600,77195529776,77223553840,80466923752,80459406832],[1454774400,78513721400,78528805352,84462663952,84454338640],[1454776200,78969925656,79007048192,82615809008,82613047968],[1454778000,78719323720,78736046632,84185175488,84099313736],[1454779800,80959915944,80984503856,84152050328,84139376864],[1454781600,81118758912,81139350208,88388113096,88325246408],[1454783400,82487747352,82507356800,86789030376,86799310160],[1454785200,81723737320,81751659136,88420317368,88423779616],[1454787000,81514561576,81556262880,84660799584,84715692344],[1454788800,82846652816,82862919008,89335489944,89178351248],[1454790600,84816813464,84848066832,89194987320,89200051072],[1454792400,85311473904,85321879280,92615473608,92494265448],[1454794200,87908701736,87941461984,92803561328,92879680872],[1454796000,88546960872,88564808736,96976257264,96808990608],[1454797800,86625768440,86649160472,92563798240,92602694544],[1454799600,83144457928,83161564240,92505249520,92422916056],[1454801400,77998634264,78026186888,82895489248,82973338632],[1454803200,72780651152,72784481088,80267213200,80111372928],[1454805000,68267004384,68287852368,73934205232,73996117104],[1454806800,60477147464,60481616192,67816176208,67737847912],[1454808600,54907568168,54926146008,61041737280,61115098312],[1454810400,47030399904,47031295600,53222990008,53229097016],[1454812200,44998669392,45016382048,47951635440,48021841232],[1454814000,40884028328,40896067808,44915492496,44950109872],[1454815800,35649389592,35661029072,40349572016,40388050600],[1454817600,32954768824,32967110376,37344349656,37381316752],[1454819400,30661975616,30672840912,33084184992,33114596904],[1454821200,28931749064,28940710024,31144626528,31169671712],[1454823000,29538408176,29550405688,32015687992,32025484304],[1454824800,27059677136,27065867048,30969181024,30971519128],[1454826600,27703711848,27718478784,29947035176,29982042216],[1454828400,28359654344,28371151528,33329150880,33348586192],[1454830200,28960660032,28975635304,30932819896,30923375600],[1454832000,31942829064,31950467664,35128894512,35143944800],[1454833800,40435342240,40458916200,46566526872,46602123648],[1454835600,47722869232,47736410976,51900868192,51949814040],[1454837400,55738901680,55760465424,60708801920,60730316856],[1454839200,61086942328,61096311736,65518079544,65369489728],[1454841000,62854760040,62876951528,67179225960,67188450584],[1454842800,65180849360,65190971552,69487103248,69495334440],[1454844600,68553563664,68580929128,71955718784,72003619200],[1454846400,70157175488,70166860976,75890306800,75721886168],[1454848200,68443916048,68461305728,72001921280,72062211600],[1454850000,69710763688,69725118880,75714028376,75615794392],[1454851800,71449959712,71476562496,75005339288,75011123528],[1454853600,72142666040,72157543400,78179738488,78095240208],[1454855400,73705399160,73727919000,77932969768,77956928000],[1454857200,76342537920,76351363864,81806770088,81712828104],[1454859000,81822434792,81830423496,86922176896,86935487032],[1454860800,83265260200,83294779912,90762971896,90889921160],[1454862600,86888626304,86897184032,91536147744,91555520368],[1454864400,86125819144,86166091184,95301490704,95464561840],[1454866200,81847453152,81879707776,85640523488,85704200272],[1454868000,82974618880,82997094144,91062651744,90990369592],[1454869800,83241200320,83269713016,86637064912,86668095288],[1454871600,85909254528,85921878056,98680720360,98691446280],[1454873400,88315410392,88344324992,92066529048,92111042544],[1454875200,89900599928,89915385160,98334423920,98177988568],[1454877000,90367178048,90388415552,94892186864,94925800224],[1454878800,90345120128,90338759160,99092140584,98857492400],[1454880600,93315708416,93335305136,97619499600,97647244152],[1454882400,93470750928,93451614312,103445624824,103253903136],[1454884200,91365124328,91353232704,96256066760,96269899144],[1454886000,84740946320,84727951480,94223274368,94089304408],[1454887800,77301934320,77305954168,83973991760,83957138472],[1454889600,67836065952,67843247336,76283912256,76279249720],[1454891400,60934372800,60948731792,66883576352,66917665880],[1454893200,50892264016,50898265872,59038233416,59064762560],[1454895000,45922650856,45937474288,49353227456,49364606376],[1454896800,38668500408,38675954576,43880770640,43842198568],[1454898600,36530061880,36535207000,39964861504,39955435128],[1454900400,32756280120,32773812648,37160851880,37251710728],[1454902200,31586843792,31601126800,33820380192,33846207712],[1454904000,30634813184,30646727960,32867181960,32849335512],[1454905800,30817581032,30831990736,33498671352,33509499248],[1454907600,28508081712,28519002072,31850589200,31899893384],[1454909400,28514713576,28526004896,30218647944,30208335400],[1454911200,27370284368,27377324168,30896659152,30919054968],[1454913000,26343020464,26353420256,27614120144,27632757200],[1454914800,28320753128,28330517200,32463105424,32485427296],[1454916600,36234435696,36250292520,41030791240,41052216360],[1454918400,43479495656,43494124368,47772260344,47782113784],[1454920200,52311196464,52336421944,56167824344,56210392200],[1454922000,58119150632,58124864776,62430923456,62387087576],[1454923800,66945033720,66969680008,71456705080,71495807984],[1454925600,72319675408,72334758816,78233082616,78207399488],[1454927400,74350189800,74384333984,77351525072,77402259248],[1454929200,75018344400,75026661704,80539634832,80449555392],[1454931000,76143645984,76170238048,80474782448,80425504456],[1454932800,77568531568,77584673824,83851924176,83762926232],[1454934600,78703458696,78723356896,82353935056,82345517744],[1454936400,80538368480,80558048424,87906104496,87855474432],[1454938200,79329207168,79353015192,84701163736,84686792720],[1454940000,78059302936,78075453048,84953279704,84842232016],[1454941800,79648084088,79678243608,83154753848,83192930704],[1454943600,79861005040,79879672944,87632547432,87518351384],[1454945400,80216070024,80245069336,83536516120,83516951152],[1454947200,81035854216,81051648528,89207838304,89036841512],[1454949000,83888855984,83930306664,88203533032,88244742448],[1454950800,86290247128,85940388464,95481893728,92886730448],[1454952600,84341445440,84368681480,87781001968,87784991792],[1454954400,82526607968,82537352144,91065452488,90880267512],[1454956200,83205070744,83223681720,86916244952,86911430432],[1454958000,85974861696,85955119024,94870145824,94884743488],[1454959800,87590515256,87580183840,91873256184,91847332312],[1454961600,90259693744,90226306368,97502486504,97286684704],[1454963400,92742870824,92719081048,97924667472,97894228304],[1454965200,93098099000,93061335312,101107937352,100965391688],[1454967000,95236527320,95191469936,99685203416,99595539920],[1454968800,95407964936,95359657200,103500551976,103368779344],[1454970600,93488040720,93432792688,97732670264,97671919936],[1454972400,87095861600,87063618224,97213971000,97203384152],[1454974200,73853506040,73873037816,80612326656,80619506224],[1454976000,63716405648,63721648896,72607502488,72412285632],[1454977800,55054658984,55067690976,60311020072,60322670728],[1454979600,48498144600,48501415480,56643262584,56658586056],[1454981400,44272526792,44284996752,47014808008,47033847048],[1454983200,38750026464,38763359064,44346460304,44351784144],[1454985000,34199270672,34212675024,37762416896,37789498768],[1454986800,32231608760,32244283600,35247101672,35284426032],[1454988600,31305485912,31317945960,33665030320,33646376688],[1454990400,29637662360,29653914640,33404294208,33487706688],[1454992200,27895272080,27902689280,29698939560,29707282832],[1454994000,26896945440,26911209528,30098653608,30184091408],[1454994300,26997528560,27016147096,29243767472,29273266224],[1454994600,28555356880,28572670008,29243767472,29273266224],[1454994900,27632946808,27626263200,29281823888,29283592392],[1454995200,28731024264,28736591960,29281823888,29283592392],[1454995500,28239276896,28264665096,30242587176,30297833464],[1454995800,29533703312,29563942856,30242587176,30297833464],[1454996100,28845010360,28834004648,32149475432,32193755264],[1454996400,30900827840,30941132192,32149475432,32193755264],[1454996700,28546890864,28571254344,29422495944,29427928056],[1454997000,28831344952,28837382528,29422495944,29427928056],[1454997300,27780462168,27792883232,28399202632,28424414000],[1454997600,27875247016,27897542896,28399202632,28424414000],[1454997900,27125257656,27139617184,28120455504,28130514152],[1454998200,27559443008,27567579760,28120455504,28130514152],[1454998500,26993432256,26999999304,28678699064,28692005056],[1454998800,27947540904,27963277816,28678699064,28692005056],[1454999100,27381309880,27404034840,29982390400,30009595776],[1454999400,29305953504,29324062248,29982390400,30009595776],[1454999700,28561779064,28565849416,31098570112,31122463784],[1455000000,29725569936,29737944008,31098570112,31122463784],[1455000300,28398652928,28396237848,36961402232,37011148112],[1455000600,34289813784,34327101120,36961402232,37011148112],[1455000900,29176750640,29182875872,30881229456,30876170320],[1455001200,30625323256,30632641824,30881229456,30876170320],[1455001500,31077556528,31099358712,33703653712,33693491072],[1455001800,33127250424,33129963312,33703653712,33693491072],[1455002100,33256848936,33278918304,36908125928,36907790360],[1455002400,36710826736,36717719952,36908125928,36907790360],[1455002700,37089449752,37102290152,39245528432,39232063640],[1455003000,38450960760,38460627608,39245528432,39232063640],[1455003300,38228692536,38274212720,43842677688,43835296864],[1455003600,42834358024,42835448160,43842677688,43835296864],[1455003900,41548202080,41564877552,43874263672,43883895480],[1455004200,43079733976,43094350272,43874263672,43883895480],[1455004500,42230153856,42251023712,44747117736,44754653136],[1455004800,44701558904,44713942656,44747117736,44754653136],[1455005100,45672205592,45700062048,48526541432,48566391112],[1455005400,47718891360,47749777232,48526541432,48566391112],[1455005700,47123721624,47142526784,50174802048,50212914120],[1455006000,49678311112,49707115736,50174802048,50212914120],[1455006300,49624524048,49632136032,52373118320,52379485736],[1455006600,51113208984,51152829800,52373118320,52379485736],[1455006900,50206778984,50270220832,56759019024,56649152680],[1455007200,54998899416,54923776480,56759019024,56649152680],[1455007500,52410440416,52421813464,55470254240,55510774624],[1455007800,54903742760,54937434824,55470254240,55510774624],[1455008100,55151866848,55170196080,58933399960,58950114240],[1455008400,58432274040,58443166808,58933399960,58950114240],[1455008700,59654960648,59654018912,65678837720,65679798584],[1455009000,64955535872,64957204376,65678837720,65679798584],[1455009300,64503760904,64525826616,67370427576,67440163656],[1455009600,65973905624,66028283096,67370427576,67440163656],[1455009900,64637866160,64653405624,68880974400,68882106936],[1455010200,66932647592,66939890728,68880974400,68882106936],[1455010500,64672315208,64696440552,71937087448,71973833704],[1455010800,69721421584,69757115608,71937087448,71973833704],[1455011100,66038508624,66054881008,69249529656,69222240296],[1455011400,67849782152,67849005720,69249529656,69222240296],[1455011700,66222551440,66265585960,70049701960,70053646392],[1455012000,69242723760,69258310048,70049701960,70053646392],[1455012300,68932630536,68957902528,72691549048,72675776704],[1455012600,71182860808,71184290240,72691549048,72675776704],[1455012900,69068109560,69115498784,72318656504,72386103784],[1455013200,70374610608,70416969352,72318656504,72386103784],[1455013500,67595984768,67600373168,71712579944,71764481352],[1455013800,69746853992,69805480536,71712579944,71764481352],[1455014100,67785133832,67831034600,77050264040,76989853144],[1455014400,74095400816,74063279696,77050264040,76989853144],[1455014700,69105139064,69138139416,72728835216,72772489840],[1455015000,70908607104,70940345456,72728835216,72772489840],[1455015300,68213344392,68222541808,71818885632,71838670352],[1455015600,70676665504,70692772656,71818885632,71838670352],[1455015900,69905450360,69915335024,74802386552,74817927352],[1455016200,73441907160,73460362144,74802386552,74817927352],[1455016500,71484836072,71513912792,74332375240,74372445864],[1455016800,73075314264,73108008144,74332375240,74372445864],[1455017100,71589785384,71604165560,75196148816,75206179992],[1455017400,72904394000,72944930688,75196148816,75206179992],[1455017700,70228145520,70293697896,80365006672,80254065720],[1455018000,77526182768,77461481752,80365006672,80254065720],[1455018300,73187682328,73223005104,77783809336,77819756640],[1455018600,75942398672,75977052760,77783809336,77819756640],[1455018900,73412768448,73444890664,77187889088,77220687800],[1455019200,75721614248,75741161040,77187889088,77220687800],[1455019500,74435880264,74434527648,79346702040,79365472488],[1455019800,78171472200,78201439088,79346702040,79365472488],[1455020100,76821345608,76865794920,80130484664,80147642440],[1455020400,77874256264,77899380648,80130484664,80147642440],[1455020700,74501618800,74529626776,78813618648,78802805768],[1455021000,75950236496,75968816048,78813618648,78802805768],[1455021300,72414236768,72463991800,82769117576,82692514960],[1455021600,78001062704,77966150128,82769117576,82692514960],[1455021900,71146516504,71200188488,90311723920,90337707184],[1455022200,85057768560,85068444408,90311723920,90337707184],[1455022500,75520180104,75528993584,80305264600,80396943128],[1455022800,78231837360,78301885704,80305264600,80396943128],[1455023100,75113336952,75135626304,79091962720,79115277288],[1455023400,77093653296,77110413104,79091962720,79115277288],[1455023700,74308783296,74326282264,78729876472,78788127552],[1455024000,76709864016,76754922440,78729876472,78788127552],[1455024300,73956795784,73977676520,78590860400,78625529936],[1455024600,75868316320,75913141000,78590860400,78625529936],[1455024900,72697970752,72734189296,83882294008,83795068496],[1455025200,80927458312,80873705480,83882294008,83795068496],[1455025500,75688031048,75721058776,78974151696,79042871720],[1455025800,77546967600,77594913040,78974151696,79042871720],[1455026100,75590605648,75593481704,79103746016,79113650320],[1455026400,77427030504,77441388264,79103746016,79113650320],[1455026700,75349445784,75375200184,79747886808,79777586824],[1455027000,78378562768,78412239040,79747886808,79777586824],[1455027300,77086570592,77134779552,81882227280,81945172232],[1455027600,79981209312,80028380584,81882227280,81945172232],[1455027900,76986501440,76992791272,80451228080,80443642392],[1455028200,77950953096,77971532360,80451228080,80443642392],[1455028500,74881495088,74943282960,84798178136,84773715272],[1455028800,81627885152,81614522824,84798178136,84773715272],[1455029100,76319217272,76326214024,80325849480,80323448008],[1455029400,78452546352,78468950568,80325849480,80323448008],[1455029700,75747611416,75800724744,79408869240,79450208744],[1455030000,78061584744,78086828200,79408869240,79450208744],[1455030300,76551873808,76558786248,80502420152,80555772656],[1455030600,78976651984,79024117856,80502420152,80555772656],[1455030900,77205500816,77239874992,81383849728,81418251656],[1455031200,79134726360,79157940232,81383849728,81418251656],[1455031500,75944794416,75976223992,80519253120,80639668144],[1455031800,78039367064,78155024224,80519253120,80639668144],[1455032100,75048053736,75108285088,87094254400,86956265664],[1455032400,83612504280,83505420952,87094254400,86956265664],[1455032700,77611007488,77605728992,82337636080,82421621344],[1455033000,80424282240,80480684312,82337636080,82421621344],[1455033300,77834526680,77841962456,82271623568,82312101120],[1455033600,80380078016,80413621624,82271623568,82312101120],[1455033900,77725726312,77741505808,82038367296,82048597424],[1455034200,80579684480,80592640384,82038367296,82048597424],[1455034500,78941799968,78963732584,83354989504,83384403496],[1455034800,81659112920,81690068544,83354989504,83384403496],[1455035100,79614978816,79654002384,84061012728,84112503400],[1455035400,81319109240,81422628544,84061012728,84112503400],[1455035700,78132175536,78269462024,90043346272,89845526432],[1455036000,86860219952,86731025488,90043346272,89845526432],[1455036300,81881949680,81893353976,87192422240,87177791384],[1455036600,85202551352,85216681392,87192422240,87177791384],[1455036900,82300036032,82351064120,86358430712,86337364272],[1455037200,84734183696,84728167448,86358430712,86337364272],[1455037500,82530119184,82557994200,86567521000,86595024088],[1455037800,84405025136,84425585512,86567521000,86595024088],[1455038100,81281008192,81289297240,85697560280,85714168048],[1455038400,83701465648,83717783432,85697560280,85714168048],[1455038700,80898070096,80907738008,84765412624,84759589920],[1455039000,82350802760,82411275120,84765412624,84759589920],[1455039300,79177439264,79292610784,87776229768,87533323152],[1455039600,84438792200,84274906568,87776229768,87533323152],[1455039900,78549724672,78553172544,81925422608,81920679312],[1455040200,79949766496,79932208328,81925422608,81920679312],[1455040500,77267822144,77239250936,81905981952,81924753616],[1455040800,80224017288,80228703432,81905981952,81924753616],[1455041100,78482163384,78467573848,83715978272,83732960848],[1455041400,82047186680,82049504712,83715978272,83732960848],[1455041700,80258438480,80240253000,85292992400,85306538432],[1455042000,83413810296,83418343696,85292992400,85306538432],[1455042300,81428595544,81409632992,87294325824,87265064904],[1455042600,84542686976,84556110696,87294325824,87265064904],[1455042900,81260824200,81302015424,92631835024,92404065344],[1455043200,88579304048,88415578104,92631835024,92404065344],[1455043500,82300169080,82273109584,90980048672,90934361200],[1455043800,88223074736,88169093824,90980048672,90934361200],[1455044100,83648466568,83607357136,87484584416,87524644624],[1455044400,85515004648,85535962184,87484584416,87524644624],[1455044700,82887883952,82867679384,87480918088,87464260680],[1455045000,85389782872,85367840408,87480918088,87464260680],[1455045300,82695215336,82659009032,87819277400,87776534136],[1455045600,85799276880,85750662064,87819277400,87776534136],[1455045900,82956304232,82915274168,87351284008,87365162536],[1455046200,85339618168,85366708448,87351284008,87365162536],[1455046500,83677873288,83685005160,95223350016,95031168120],[1455046800,92075294768,91930208000,95223350016,95031168120],[1455047100,86459459104,86414906136,90157818536,90101858144],[1455047400,88625247912,88569182448,90157818536,90101858144],[1455047700,86873025712,86817662784,91426354688,91373491024],[1455048000,90540015112,90493074088,91426354688,91373491024],[1455048300,90511439544,90483851776,95758874616,95746321784],[1455048600,94183383680,94156801912,95758874616,95746321784],[1455048900,92446469312,92387272872,97533544232,97473281496],[1455049200,95441351840,95396379664,97533544232,97473281496],[1455049500,92452981056,92416703416,97242940184,97135505064],[1455049800,94629575704,94602596768,97242940184,97135505064],[1455050100,91431778584,91512032936,103031991896,102790254984],[1455050400,99203271872,99028649952,103031991896,102790254984],[1455050700,92828672840,92791878568,98537589544,98470069704],[1455051000,96364872712,96310789304,98537589544,98470069704],[1455051300,93138510808,93098594384,97417917872,97336156336],[1455051600,95829803544,95766382712,97417917872,97336156336],[1455051900,94672032352,94632776088,101139582280,101054329696],[1455052200,99189459104,99114044000,101139582280,101054329696],[1455052500,96208952040,96153068368,100006583968,99943496128],[1455052800,97300332784,97231034448,100006583968,99943496128],[1455053100,93268881848,93204377016,98565059976,98550048768],[1455053400,95434123176,95429843680,98565059976,98550048768],[1455053700,91390611952,91364997136,102852221704,102649425488],[1455054000,99090777472,98946787968,102852221704,102649425488],[1455054300,92918739992,92884130368,99118705984,99021422888],[1455054600,97517969592,97415310280,99118705984,99021422888],[1455054900,95169439536,95097934760,98397964584,98441098416],[1455055200,96166075432,96178905312,98397964584,98441098416],[1455055500,93086773744,93009284448,98024050744,97886772896],[1455055800,96083081008,95993608880,98024050744,97886772896],[1455056100,93717384928,93704018128,99185850912,99086027360],[1455056400,96827253120,96743157488,99185850912,99086027360],[1455056700,92825047272,92769778664,96953317024,96876401888],[1455057000,94029893568,93975406752,96953317024,96876401888],[1455057300,89703711904,89660065080,99281828936,99078903440],[1455057600,95350204928,95194407384,99281828936,99078903440],[1455057900,87845615464,87797144928,91215632384,91173729952],[1455058200,88773297944,88719101224,91215632384,91173729952],[1455058500,84557073768,84483290360,87746554312,87693106256],[1455058800,85838841760,85783272552,87746554312,87693106256],[1455059100,83060305312,83009165848,86962139632,86935328496],[1455059400,84661293280,84627166768,86962139632,86935328496],[1455059700,81060978744,81002702368,85037370688,84958525720],[1455060000,82597658992,82530203064,85037370688,84958525720],[1455060300,78267503432,78237497456,80924960344,80927611536],[1455060600,78077890864,78067570208,80924960344,80927611536],[1455060900,73798424544,73745453232,81538766648,81433964448],[1455061200,78183656544,78101321192,81538766648,81433964448],[1455061500,71305012504,71265692824,73216050512,73155698864],[1455061800,71453325936,71394328576,73216050512,73155698864],[1455062100,68033672472,67989155808,69940441440,69927056720],[1455062400,68980620904,68947727984,69940441440,69927056720],[1455062700,67390119592,67350429608,69306464512,69377142240],[1455063000,66891074680,66935143792,69306464512,69377142240],[1455063300,61831356248,61820699872,63443232768,63453169424],[1455063600,61856827176,61870061576,63443232768,63453169424],[1455063900,58624875704,58649997128,60333124656,60369663856],[1455064200,58015989928,58043615896,60333124656,60369663856],[1455064500,53880685040,53886141944,59094139848,59095613336],[1455064800,55281784232,55282544824,59094139848,59095613336],[1455065100,48905361704,48912135752,58300635888,58341265472],[1455065400,54657716608,54690801176,58300635888,58341265472],[1455065700,47611427064,47620508784,49777461232,49766015064],[1455066000,49110558680,49083554248,49777461232,49766015064],[1455066300,48339673152,48318968808,50298733184,50388292440],[1455066600,48843940512,48908541744,50298733184,50388292440],[1455066900,46415288440,46426136792,48496692320,48512166296],[1455067200,46649537744,46669275808,48496692320,48512166296],[1455067500,42836521544,42862085072,43818396840,43833645560],[1455067800,42291356536,42298133288,43818396840,43833645560],[1455068100,39642080320,39645777408,43066089832,43138314456],[1455068400,41292661360,41348172256,43066089832,43138314456],[1455068700,37498099336,37515383728,39029098088,39053916952],[1455069000,37872115464,37894065344,39029098088,39053916952],[1455069300,35222042232,35232543256,35612543264,35610130736],[1455069600,34857925880,34847281576,35612543264,35610130736],[1455069900,33739848936,33726763856,35649503672,35685016640],[1455070200,34812435920,34836475512,35649503672,35685016640],[1455070500,33059329448,33069502600,33888125064,33938088152],[1455070800,33187793592,33231962088,33888125064,33938088152],[1455071100,31832850232,31853085776,32613801024,32604908632],[1455071400,31820316752,31810533432,32613801024,32604908632],[1455071700,30723298960,30719529208,33850150424,33877704112],[1455072000,33174779680,33185087744,33850150424,33877704112],[1455072300,31531621488,31528068592,31694711904,31667226344],[1455072600,30360366464,30402474472,31105228480,31164246528],[1455072900,29135284200,29142180560,30266916720,30280157928],[1455073200,29959632928,29969604096,30266916720,30280157928],[1455073500,30202861200,30209903288,32667809816,32686414944],[1455073800,31675619296,31684634024,32667809816,32686414944],[1455074100,29861355920,29859811264,30909246488,30936379464],[1455074400,30530590168,30547225032,30909246488,30936379464],[1455074700,30262904480,30262266528,31853782264,31870615792],[1455075000,30998244400,31005229984,31853782264,31870615792],[1455075300,29780734808,29781267256,32204869784,32261188592],[1455075600,31143441160,31195027896,32204869784,32261188592],[1455075900,29227019528,29256414024,30204904168,30202975040],[1455076200,29106788920,29108831400,30204904168,30202975040],[1455076500,27010476912,27021255944,27919994488,27930502960],[1455076800,27484464720,27483379464,27919994488,27930502960],[1455077100,27310705960,27300962936,29347327424,29381078784],[1455077400,28404316784,28425114304,29347327424,29381078784],[1455077700,26690527424,26693030432,27714515408,27745034728],[1455078000,27379646480,27409549784,27714515408,27745034728],[1455078300,27081276576,27100498304,28249896144,28244776056],[1455078600,27562810480,27559919728,28249896144,28244776056],[1455078900,26656852024,26667098296,29001877616,29042877368],[1455079200,27707917464,27734171648,29001877616,29042877368],[1455079500,25213273872,25217971728,25991300440,26022830616],[1455079800,26063091912,26085549352,26222885848,26225149144],[1455080100,26575177672,26583716520,27481070960,27505746936],[1455080400,26766586712,26788543192,27481070960,27505746936],[1455080700,25833749192,25855062360,27461327448,27496311456],[1455081000,26896122592,26919900776,27461327448,27496311456],[1455081300,26449499192,26453044760,28404808280,28418340944],[1455081600,27562206984,27568212592,28404808280,28418340944],[1455081900,26322588768,26323718200,27786173880,27816053704],[1455082200,27033630392,27050041224,27786173880,27816053704],[1455082500,26042264704,26042598536,28284920504,28331301488],[1455082800,27031148888,27068048728,28284920504,28331301488],[1455083100,24828721936,24844807432,26101218952,26116406448],[1455083400,25643173128,25655252912,26101218952,26116406448],[1455083700,25721702136,25726966312,28420441992,28425429248],[1455084000,28293065784,28291453696,28420441992,28425429248],[1455084300,28548749072,28544571136,29890722760,29916075312],[1455084600,29075301648,29100240576,29890722760,29916075312],[1455084900,28185745496,28209928464,30386426720,30410955240],[1455085200,29499436408,29514404064,30386426720,30410955240],[1455085500,28262904512,28261060688,30081670584,30090475232],[1455085800,28891631816,28905143696,30081670584,30090475232],[1455086100,27328712744,27351533392,31033848248,31053098328],[1455086400,29801009768,29819850344,31033848248,31053098328],[1455086700,28117716472,28133353168,31101656656,31110207288],[1455087000,30440405280,30450270392,31101656656,31110207288],[1455087300,30081772128,30090568560,32944246336,32942771344],[1455087600,33846614104,33845827704,35855110128,35855856392],[1455087900,36641122752,36652470344,38730766072,38770297688],[1455088200,37739576224,37775933000,38730766072,38770297688],[1455088500,36572185248,36593896536,39426283744,39428142144],[1455088800,38691676672,38696633152,39426283744,39428142144],[1455089100,37712378992,37729327128,39594295368,39624207272],[1455089400,39153293072,39182580808,39594295368,39624207272],[1455089700,39721246664,39744386888,45668084568,45673491200],[1455090000,44121416896,44130374520,45668084568,45673491200],[1455090300,42004268904,42017729576,45142435232,45147771176],[1455090600,45036310216,45042742352,45142435232,45147771176],[1455090900,46138112432,46157964864,49695276832,49744320968],[1455091200,48704861744,48745032208,49695276832,49744320968],[1455091500,48320473128,48345623600,53159232144,53196960384],[1455091800,52710264952,52726269864,53159232144,53196960384],[1455092100,53150962544,53146168648,56979286240,57047743280],[1455092400,55731221072,55772544928,56979286240,57047743280],[1455092700,54426649488,54429985104,58166762000,58226240064],[1455093000,56983345856,57038807040,58166762000,58226240064],[1455093300,56367565200,56399948976,63664404272,63645678720],[1455093600,62334278008,62315130936,63664404272,63645678720],[1455093900,60675006752,60676125264,63789009880,63844578816],[1455094200,62792702408,62834612000,63789009880,63844578816],[1455094500,62634565840,62636187904,67929524440,67904078400],[1455094800,67390912600,67391237312,67929524440,67904078400],[1455095100,67616795608,67674495400,71280383688,71338120488],[1455095400,69667481984,69711188312,71280383688,71338120488],[1455095700,68152401296,68169141144,73577208688,73605093008],[1455096000,73637539000,73646417440,73771822616,73738397632],[1455096300,76144234568,76141724952,82346805584,82425122912],[1455096600,78755313152,78859023456,82346805584,82425122912],[1455096900,72377971344,72495890392,78583726208,78539225160],[1455097200,76220505064,76206568656,78583726208,78539225160],[1455097500,72892382512,72929459568,77651714752,77647729648],[1455097800,75920424816,75925632312,77651714752,77647729648],[1455098100,73166972576,73177371168,76043043696,76013519864],[1455098400,74727278608,74735070696,76043043696,76013519864],[1455098700,74679439840,74725785480,82093117824,82026456424],[1455099000,79377992504,79358617984,82093117824,82026456424],[1455099300,75278515280,75356620704,80446354720,80503799336],[1455099600,78189871888,78231038880,80446354720,80503799336],[1455099900,75053022576,75057491952,80066078072,80069306472],[1455100200,78330502504,78319023624,80066078072,80069306472],[1455100500,76431231008,76411266624,83969626808,84042751400],[1455100800,80860915456,80920334192,83969626808,84042751400],[1455101100,75600768920,75638655720,79728309992,79788805752],[1455101400,77875616696,77926698776,79728309992,79788805752],[1455101700,74667556776,74709395728,77451116024,77525860472],[1455102000,76152664216,76195403472,77451116024,77525860472],[1455102300,75640083456,75622772888,82081848960,82097264312],[1455102600,80143787024,80178201664,82081848960,82097264312],[1455102900,76937368032,76996489824,79881250040,79893630512],[1455103200,78071203584,77697806688,79881250040,79893630512],[1455103500,75326487392,74212257776,78740305888,77939339784],[1455103800,76572577008,76002536088,78740305888,77939339784],[1455104100,73976297056,73959697128,83310422928,83384229064],[1455104400,80723821584,80800311840,83310422928,83384229064],[1455104700,76058777496,76117968824,78682295072,78680880232],[1455105000,77604061312,77595811656,78682295072,78680880232],[1455105300,76745626144,76737563376,80944281448,80977796936],[1455105600,79540016752,79579763080,80944281448,80977796936],[1455105900,77121693368,77168260168,78873955408,78902352864],[1455106200,77182871744,77209300000,78873955408,78902352864],[1455106500,75152113784,75175080096,79683667208,79709041680],[1455106800,77767379064,77785911160,79683667208,79709041680],[1455107100,74645194152,74659967360,77862801352,77908708256],[1455107400,75568464040,75601448472,77862801352,77908708256],[1455107700,72868083160,72886997512,82223250040,82299142008],[1455108000,78407664872,78459271736,82223250040,82299142008],[1455108300,72483440456,72488282592,82356528936,82392707704],[1455108600,79125142720,79156133872,82356528936,82392707704],[1455108900,73234816432,73264208720,76639138544,76694538832],[1455109200,75317974680,75349751528,76639138544,76694538832],[1455109500,73422129104,73408859784,76199793280,76206556176],[1455109800,74833009720,74841116576,76199793280,76206556176],[1455110100,73507246784,73536051536,78197852824,78273605720],[1455110400,76514553880,76574953312,78197852824,78273605720],[1455110700,74501727144,74533423688,78960252296,79006017072],[1455111000,76451744120,76499064080,78960252296,79006017072],[1455111300,73728061712,73757663712,84375439136,84323944144],[1455111600,81281609600,81244905736,84375439136,84323944144],[1455111900,75572990240,75588578184,78756997088,78824954760],[1455112200,77446698688,77494767024,78756997088,78824954760],[1455112500,75641053920,75644346552,78841192576,78846889072],[1455112800,77528346544,77544030848,78841192576,78846889072],[1455113100,76389627600,76425186784,81335931024,81364173336],[1455113400,79805622896,79838400960,81335931024,81364173336],[1455113700,77968781504,77998552368,82356853856,82350768424],[1455114000,80789290688,80780431872,82356853856,82350768424],[1455114300,78891791152,78908765656,83495463048,83599504776],[1455114600,80750403200,80847851176,83495463048,83599504776],[1455114900,77133582648,77182791104,87073543992,86994800920],[1455115200,83812114536,83765932608,87073543992,86994800920],[1455115500,78130028008,78175675200,82025585416,82125657448],[1455115800,80582008432,80640741760,82025585416,82125657448],[1455116100,78723038456,78712904960,82323103696,82374502408],[1455116400,80915247808,80954611280,82323103696,82374502408],[1455116700,79081355400,79099183528,82536714696,82568507496],[1455117000,80890245464,80920423824,82536714696,82568507496],[1455117300,78229801792,78264272512,81053190240,81108776096],[1455117600,79262752328,79314149032,81053190240,81108776096],[1455117900,77170627552,77200738928,82119909864,82118749480],[1455118200,79620934360,79659513384,82119909864,82118749480],[1455118500,76333104472,76412302576,84889202888,84788457224],[1455118800,83180456120,83113847592,84889202888,84788457224],[1455119100,79886158344,79913412384,82519833344,82571608192],[1455119400,81013695584,81056940096,82519833344,82571608192],[1455119700,78549004376,78566810808,81969607424,81974675640],[1455120000,80803765232,80819016888,81969607424,81974675640],[1455120300,79665470000,79707782872,84419470744,84468979752],[1455120600,82942155536,82981647736,84419470744,84468979752],[1455120900,81034541680,81053144352,85654204776,85681876448],[1455121200,83680484504,83714219712,85654204776,85681876448],[1455121500,80689081008,80717627544,85410832464,85384649288],[1455121800,82842068856,82876593504,85410832464,85384649288],[1455122100,79178299704,79289577640,87943585232,87810721880],[1455122400,85278283208,85186032192,87943585232,87810721880],[1455122700,80447695280,80463628800,84201653048,84253876816],[1455123000,82760741400,82802889160,84201653048,84253876816],[1455123300,81115544040,81138350624,85837101016,85871373744],[1455123600,84116769824,84139634192,85837101016,85871373744],[1455123900,81770614672,81768628864,86109883816,86111551920],[1455124200,84273554880,84279688464,86109883816,86111551920],[1455124500,81632513912,81668345928,85716888856,85805720400],[1455124800,83926923008,83990908712,85716888856,85805720400],[1455125100,80809080448,80810788432,83449480224,83437326056],[1455125400,81238539888,81282194096,83449480224,83437326056],[1455125700,78550423048,78644821552,87540461712,87343572168],[1455126000,84560414464,84430959304,87540461712,87343572168],[1455126300,78759452976,78778840680,81533164912,81536511280],[1455126600,79582344792,79587321776,81533164912,81536511280],[1455126900,76790440888,76810327456,80911821568,80961696784],[1455127200,80194675288,80234253032,80911821568,80961696784],[1455127500,80618772120,80636489328,86056731656,86078225856],[1455127800,84259428168,84258630536,86056731656,86078225856],[1455128100,81980377832,81942900072,86556780992,86553697232],[1455128400,84331212352,84332111048,86556780992,86553697232],[1455128700,80977995704,80980135824,85029853632,85012091744],[1455129000,82748418832,82757649576,85029853632,85012091744],[1455129300,80124464176,80143058200,89544955680,89368861528],[1455129600,85426733872,85290920992,89544955680,89368861528],[1455129900,79196813376,79159346000,90119798112,90108123240],[1455130200,86717149680,86694229208,90119798112,90108123240],[1455130500,80875158512,80848832032,85478801824,85509964936],[1455130800,84185812848,84205608616,85478801824,85509964936],[1455131100,82951653264,82939516328,87442240168,87413533528],[1455131400,85785736096,85762501224,87442240168,87413533528],[1455131700,83653186032,83650246400,87940314440,87958441760],[1455132000,85965467704,85960110008,87940314440,87958441760],[1455132300,83315561208,83274799400,88306713224,88314605664],[1455132600,86005467664,86026848784,88306713224,88314605664],[1455132900,83117605208,82563186208,92004039896,89122225576],[1455133200,88870003264,86830663040,92004039896,89122225576],[1455133500,82708332144,82669665392,86137873944,86108257144],[1455133800,85083989512,85051626160,86137873944,86108257144],[1455134100,84210923120,84175111864,88680961792,88653575352],[1455134400,87397411160,87364186696,88680961792,88653575352],[1455134700,86305907384,86251328992,91540388568,91464547512],[1455135000,89677040128,89611538504,91540388568,91464547512],[1455135300,86763043848,86722354736,91042535184,91002699760],[1455135600,89593090336,89545662512,91042535184,91002699760],[1455135900,87755264152,87695615968,92304835688,92261637136],[1455136200,89855199096,89846169736,92304835688,92261637136],[1455136500,86514226264,86538488152,96922140704,96749073328],[1455136800,94623288880,94479862440,96922140704,96749073328],[1455137100,90716468696,90655239616,94889004616,94860017272],[1455137400,92831623472,92793175016,94889004616,94860017272],[1455137700,89872594776,89807575424,94647782624,94569673152],[1455138000,93473063432,93393668728,94647782624,94569673152],[1455138300,93054581672,92972099504,99103862144,99020888624],[1455138600,96929200968,96859353256,99103862144,99020888624],[1455138900,93464953936,93416433912,97391754336,97320663640],[1455139200,95502482912,95455103008,97391754336,97320663640],[1455139500,92940134000,92931522808,97826188192,97774435192],[1455139800,95081210896,95052904160,97826188192,97774435192],[1455140100,91654960992,91649110104,103089314424,102959657112],[1455140400,99785748424,99668938896,103089314424,102959657112],[1455140700,93849620504,93755274552,97924635744,97812787104],[1455141000,95736573656,95660115232,97924635744,97812787104],[1455141300,92525968664,92502126856,96938069880,96844693664],[1455141600,95094881616,95009749040,96938069880,96844693664],[1455141900,92499318736,92431743464,96677595448,96607147624],[1455142200,94702145424,94632608352,96677595448,96607147624],[1455142500,91839418200,91775341312,95918257184,95863307072],[1455142800,93865936640,93806444472,95918257184,95863307072],[1455143100,90638504752,90575499240,94393946008,94348900640],[1455143400,91304926992,91246608088,94393946008,94348900640],[1455143700,86652705984,86593916832,95187452904,95240270760],[1455144000,91546337064,91570422112,95187452904,95240270760],[1455144300,84150840304,84102287264,86412735112,86343425824],[1455144600,84515482416,84447580856,86412735112,86343425824],[1455144900,81058226192,81003118544,83724809688,83695852376],[1455145200,82321854224,82286225448,83724809688,83695852376],[1455145500,80354470112,80308018248,84155456888,84122974224],[1455145800,82107256280,82063751096,84155456888,84122974224],[1455146100,78339283192,78282702840,81489877304,81471111008],[1455146400,79236105952,79204999632,81489877304,81471111008],[1455146700,74753427016,74698713088,77448339480,77411045816],[1455147000,74849079056,74820744656,77448339480,77411045816],[1455147300,70490494520,70480457120,77557477800,77535907592],[1455147600,74201101248,74176081336,77557477800,77535907592],[1455147900,67537766792,67519014224,69720494120,69739446704],[1455148200,67619241712,67629905800,69720494120,69739446704],[1455148500,63798111216,63785411752,66609071280,66584266200],[1455148800,65247584096,65229675432,66609071280,66584266200],[1455149100,62914094456,62923836368,65415886656,65457241728],[1455149400,63805546296,63825678296,65415886656,65457241728],[1455149700,60760006688,60756186440,62684830760,62750139448],[1455150000,60614298568,60652411296,62684830760,62750139448],[1455150300,56332716352,56330274544,58087309720,58151786952],[1455150600,55748041904,55799578776,58087309720,58151786952],[1455150900,51428904016,51451077032,55801784264,55827144624],[1455151200,52872380768,52891488480,55801784264,55827144624],[1455151500,47870480240,47878298096,53508032368,53525749472],[1455151800,50993427800,51003866320,53508032368,53525749472],[1455152100,45731937120,45728995688,46877502464,46882877584],[1455152400,45849838616,45852561120,46877502464,46882877584],[1455152700,44300335984,44303425704,46633380120,46654500576],[1455153000,45392295584,45414052200,46633380120,46654500576],[1455153300,42823630200,42838909416,43585365080,43579181024],[1455153600,42717099936,42719834816,43585365080,43579181024],[1455153900,40786328664,40804836392,40957678936,40963448704],[1455154200,39659204088,39669306248,40957678936,40963448704],[1455154500,37643151456,37654335264,41534535936,41511066728],[1455154800,39630263824,39626042712,41534535936,41511066728],[1455155100,36017012536,36047354576,37624900728,37633952952],[1455155400,36754564752,36761805120,37624900728,37633952952],[1455155700,34777674056,34784116168,34876471344,34879801904],[1455156000,34348069112,34352208056,34523623912,34538067144],[1455156300,35260930528,35248338120,38543064592,38545270232],[1455156600,37760872688,37774587872,38543064592,38545270232],[1455156900,36166013432,36206344032,36467787336,36511639848],[1455157200,36034558256,36062698032,36467787336,36511639848],[1455157500,35300957632,35298608200,35894143688,35903325256],[1455157800,34439960328,34447261816,35894143688,35903325256],[1455158100,32465703480,32473644472,36937057248,36962549496],[1455158400,35783091224,35811727264,36937057248,36962549496],[1455158700,34313109952,34344588736,36797489368,36819260736],[1455159000,35580302312,35599101576,36797489368,36819260736],[1455159300,33648403696,33652304568,35405492264,35387931280],[1455159600,34344286432,34339385880,35405492264,35387931280],[1455159900,32495243768,32507659776,33629058136,33615751296],[1455160200,32867967208,32868841392,33629058136,33615751296],[1455160500,31908539016,31934678192,33760867920,33771810400],[1455160800,33764023896,33756368368,33770940184,33771810400],[1455161100,33562147096,33552727160,33770940184,33722527320],[1455161400,30971268888,31031653504,33007063048,33101307240],[1455161700,27281360128,27276981176,29926433400,29953285104],[1455162000,28890771112,28914255288,29926433400,29953285104],[1455162300,27054924120,27068429448,28098101200,28104515896],[1455162600,27236081304,27247524760,28098101200,28104515896],[1455162900,26179205440,26196305256,28314734272,28318022560],[1455163200,28259386984,28262494064,28314734272,28318022560],[1455163500,28764503960,28768203576,30407192144,30413495448],[1455163800,29880725520,29887937168,30407192144,30413495448],[1455164100,28929099736,28944192120,29504769416,29535179736],[1455164400,28763184848,28786172000,29504769416,29535179736],[1455164700,27202253088,27215945088,27440702392,27473608664],[1455165000,26419923024,26429540248,27440702392,27473608664],[1455165300,24817213544,24794207080,27203456096,27249721440],[1455165600,25869957992,25899505032,27203456096,27249721440],[1455165900,23448120568,23453207160,24778743336,24816204312],[1455166200,24250755232,24280922184,24778743336,24816204312],[1455166500,23918224064,23936303688,26073973056,26102242376],[1455166800,26187961760,26205879264,26433937400,26429516776],[1455167100,27405165400,27400626728,29861800952,29856963680],[1455167400,28735907384,28747902464,29861800952,29856963680],[1455167700,26676924680,26712083960,27629837216,27631161016],[1455168000,27131378968,27132697672,27629837216,27631161016],[1455168300,26427913944,26433549144,27384884944,27401648008],[1455168600,26634085552,26645949696,27384884944,27401648008],[1455168900,25970599640,25960492936,29429293952,29377973744],[1455169200,28652634096,28634204200,29429293952,29377973744],[1455169500,26745307416,26792179440,26976683904,27029227824],[1455169800,25697180488,25723844520,26160061024,26192586480],[1455170100,25385998048,25396102064,27125386072,27125595800],[1455170400,26849776304,26850292400,27125386072,27125595800],[1455170700,27011521496,27016456792,28924976112,28939417136],[1455171000,28324805080,28341727280,28924976112,28939417136],[1455171300,27293817920,27310859112,28064978384,28068351544],[1455171600,27429487992,27434657712,28064978384,28068351544],[1455171900,26626837728,26641167008,28113604352,28141745184],[1455172200,27449148832,27459952928,28113604352,28141745184],[1455172500,26916950448,26900785736,30176677648,30198264928],[1455172800,29250446208,29273954672,30176677648,30198264928],[1455173100,28720085952,28738987096,33533863344,33523672424],[1455173400,32326064920,32328712792,33533863344,33523672424],[1455173700,30588736592,30610808776,32927577048,32927247584],[1455173905,32927577048,32927247584,32927577048,32927247584],[1455174216,33318989448,33335985072,33318989448,33335985072]],\"expiration\":5,\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(52,'8da95cdb-6ed0-4870-8820-f72eda355784','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'cache','{\"type\":\"hit\",\"key\":\"admin_home_customers\",\"value\":{\"4\":\"AS112\",\"2\":\"HEAnet\",\"5\":\"Imagine\",\"3\":\"PCH DNS\",\"1\":\"VAGRANT IXP\"},\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(53,'8da95cdb-6fa5-46f6-afba-b14a5d76c611','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'cache','{\"type\":\"missed\",\"key\":\"grapher::infrastructure002-protoall-bits-week-png.png\",\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(54,'8da95cdb-7049-4f54-8246-230162ea098f','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'cache','0','2019-05-11 14:37:48'),(55,'8da95cdb-7192-4c34-9f70-a0a3441e2d00','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'cache','{\"type\":\"missed\",\"key\":\"grapher::infrastructure002-protoall-bits-week-png.data\",\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(56,'8da95cdb-766a-4fb4-94d4-0bc0f3d4f424','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'cache','{\"type\":\"set\",\"key\":\"grapher::infrastructure002-protoall-bits-week-png.data\",\"value\":[[1454455800,81294362816,81285576440,88069944432,88106694760],[1454457600,70861891680,70879651504,80870320288,80939228632],[1454459400,61820900952,61836187968,66968352168,67014678488],[1454461200,53303777096,53305052864,62845305440,62931096184],[1454463000,46965082136,46977456320,49870513416,49862850104],[1454464800,40384565960,40392848672,45678738008,45636379632],[1454466600,38216781752,38224697040,40799594304,40807874304],[1454468400,35944029240,35956335128,39960841976,39987092904],[1454470200,32967694816,32978399560,35519703248,35509715920],[1454472000,30070160152,30082385616,33153776584,33172195320],[1454473800,24414319016,24419567880,26577381368,26585448936],[1454475600,23904858944,23912816624,28590035120,28612257208],[1454477400,30063386920,30074640448,31599770560,31591656360],[1454479200,27785035432,27794444608,32122766120,32086708720],[1454481000,29279816552,29284912832,30922314872,30918322360],[1454482800,30666057464,30679904160,35515780640,35503495920],[1454484600,37357081544,37371358112,41662438288,41650997536],[1454486400,43327042600,43340908536,45779987440,45788160344],[1454488200,50489368880,50505400192,54572934248,54572019256],[1454490000,57200462984,57214479368,61853898576,61778503184],[1454491800,63373343256,63393476680,68516850000,68544855408],[1454493600,69064495536,69074671520,74284354992,74181294872],[1454495400,70013051296,70043538464,73622118040,73634910728],[1454497200,73012892712,73015317200,78255883456,78166086880],[1454499000,73352036232,73383848632,76636250720,76666954016],[1454500800,75620013040,75637879848,80283491816,80223183568],[1454502600,76228595344,76243703864,81054704368,81053125928],[1454504400,75999819824,76021488840,87437191816,87489136552],[1454506200,78292126288,78308144544,83569412240,83555038472],[1454508000,78085704544,78111659880,83185345296,83187726680],[1454509800,78345803896,78368818680,81801939440,81804611224],[1454511600,78013894008,78033177688,85710113408,85601906328],[1454513400,79577108928,79609217552,83162806944,83214050000],[1454515200,81293692760,81305309584,88821967104,88636556016],[1454517000,84816123360,84846219120,88918795392,88935110568],[1454518800,87081432392,87091507432,94021487096,93905920584],[1454520600,85651853808,85688961648,90248297272,90225347048],[1454522400,83505885640,83518601184,90176417144,89989158328],[1454524200,83793986488,83805506328,86665926344,86676329168],[1454526000,85511366136,85497869576,96762520456,96761447928],[1454527800,88476854712,88476454824,92160504896,92161351168],[1454529600,90648352872,90620921072,97641977904,97464214088],[1454531400,94026246008,93904977944,102154981240,102208628152],[1454533200,94198091872,94169919552,105749290568,105506634816],[1454535000,97110596728,97097309832,101634669488,101587174880],[1454536800,95556494568,95519992032,106372441136,106175058520],[1454538600,91696338768,91653353688,97470650608,97394349312],[1454540400,86827737208,86786107000,97104688184,96882082448],[1454542200,79701142008,79671642200,86761395400,86724876184],[1454544000,70123725592,70109586560,79172492272,79062640088],[1454545800,60995768104,61013157120,65948718584,65968776328],[1454547600,51537418600,51541293520,60431968360,60464608536],[1454549400,46418530088,46429869168,49621685936,49624261992],[1454551200,40376559632,40385829512,46871778392,46816799256],[1454553000,36917014256,36924532872,40277913368,40279221896],[1454554800,35410467488,35421283280,38138767224,38152503432],[1454556600,33269377160,33277090248,36432315808,36427636560],[1454558400,30547892968,30557396104,34193108352,34194383304],[1454560200,31117152736,31126264400,33853356856,33868214264],[1454562000,27903115128,27911278000,30223005072,30198625336],[1454563800,29934257672,29944865160,31506004712,31492730776],[1454565600,29441624672,29452300504,31908599968,31920348632],[1454567400,30348890248,30362244816,31980203864,32017690152],[1454569200,32179799496,32194323696,38244244752,38223516480],[1454571000,39366868856,39381515616,44505251488,44497151872],[1454572800,45996071472,46009294272,50062178904,50060593008],[1454574600,54807359568,54826227872,58070999064,58095039016],[1454576400,58276891720,58291351432,62305218472,62272611040],[1454578200,65252116728,65276435440,68656748056,68691325488],[1454580000,70086442808,70100528008,75931323424,75882340384],[1454581800,71930873456,71954324240,76252227928,76232277096],[1454583600,73408477528,73422544360,80465551304,80381818024],[1454585400,73455023456,73476718576,76442831336,76449727248],[1454587200,73239310816,73256046544,78661128224,78660634608],[1454589000,74237058536,74259646000,77340780208,77300023376],[1454590800,74964145272,74979110536,82920864392,82946083856],[1454592600,76809569096,76824240448,80064745264,80073796136],[1454594400,78100494176,78123839856,84511234640,84459278928],[1454596200,80466829544,80497494000,85060051544,85097480376],[1454598000,79293975272,79302495264,86915567736,86794316736],[1454599800,80392108824,80429461136,84012543440,83991247112],[1454601600,81984696224,82000466944,90237052568,90099949968],[1454603400,83126675616,83167204552,87233539496,87259043504],[1454605200,86443378304,86456597808,93991535760,93760894992],[1454607000,84513029168,84541310664,87859023048,87861768752],[1454608800,82589188984,82590017384,89199089152,88960602080],[1454610600,81692031704,81710528048,87764791192,87737411496],[1454612400,81436198776,81425187960,90264573040,90276420992],[1454614200,84071655264,84065463216,88066380704,88019011000],[1454616000,86614534032,86575647704,92804890792,92501827776],[1454617800,89907786856,89891653920,94556947296,94526956864],[1454619600,90940322576,90902602992,97276698920,97074876920],[1454621400,91819805536,91790983824,96481755968,96440473776],[1454623200,92839727080,92804172520,100117498896,99991715848],[1454625000,92579642360,92534196984,97562440600,97511791880],[1454626800,87659012520,87616060016,96628441184,96517502616],[1454628600,80090564440,80075514848,86851725672,86812310264],[1454630400,71545922224,71554291416,80467583936,80437053704],[1454632200,62981815624,62994380352,68179041600,68182648104],[1454634000,53779200528,53789997832,60927596696,60876776144],[1454635800,47277584224,47286596712,50927426888,50909429640],[1454637600,41026057808,41039247616,46214662192,46217699320],[1454639400,39383384936,39393919384,41802158416,41810225840],[1454641200,38794575608,38806824920,42883686072,42879516648],[1454643000,35771532760,35782286024,39361694576,39420423120],[1454644800,32261048376,32276826344,34701189880,34725474368],[1454646600,29589233832,29600958336,31761446336,31781482656],[1454648400,29002513576,29014087848,32288004048,32278281648],[1454650200,29895545880,29909371168,31954177568,31968767016],[1454652000,27768558936,27777968400,29728539720,29759542872],[1454653800,29464792272,29472097472,31411361648,31421028200],[1454655600,30423344512,30440973616,35401609136,35419534864],[1454657400,36985723216,36999985512,41006096752,41038368760],[1454659200,44306848280,44322889208,48474948920,48501553440],[1454661000,52106017048,52127083488,56038247120,56071574888],[1454662800,58431305184,58442361528,63086069168,63100869216],[1454664600,65132835200,65154774240,70261450840,70274799136],[1454666400,69027263272,69045404928,73692640008,73615980072],[1454668200,74354528840,74374535976,78701134464,78744029528],[1454670000,74035681200,74059215200,80040231704,80019278488],[1454671800,76155425048,76172657296,79529553000,79586814032],[1454673600,77201223000,77208283480,84144927920,84061288616],[1454675400,76618118088,76645229032,80326782152,80357024160],[1454677200,79549706568,79571666872,89202983328,89164870240],[1454679000,77138576104,77160551048,81251421304,81218265112],[1454680800,77066053152,77082186408,84314591488,84319207408],[1454682600,78949139680,78976938696,83071722112,83113883416],[1454684400,79057866040,79081264416,86101271528,85996828208],[1454686200,79144830352,79178862640,84364029176,84368287792],[1454688000,83198448968,83213494168,90495799128,90247050520],[1454689800,84953897344,84987291232,88368824480,88403817168],[1454691600,85091261696,85110719544,92081300744,91926442608],[1454693400,83391813912,83418296216,86807594640,86801574296],[1454695200,81663347184,81682287888,88283661112,88179522120],[1454697000,81375857456,81407486760,84702708408,84711773792],[1454698800,81688933936,81707529960,88450534256,88293906176],[1454700600,82318779800,82342788136,85426675872,85443623304],[1454702400,84787308568,84809255376,91408951816,91308697504],[1454704200,88754271928,88768685400,92482828864,92560383840],[1454706000,90803521808,90832576440,97675678448,97722071904],[1454707800,91612321776,91643840680,95574520072,95619477240],[1454709600,89608557896,89611301280,96616261504,96506777952],[1454711400,89500657448,89537073720,93721649416,93832095160],[1454713200,86665768776,86681079080,95677260024,95611031704],[1454715000,81781610280,81795772496,87560692520,87544151232],[1454716800,76014803152,76035591240,84960518456,85013712240],[1454718600,70021784376,70030907080,75041417936,75036067680],[1454720400,61331252176,61346404144,69398993992,69565920552],[1454722200,53780100328,53796932144,57557002832,57597809896],[1454724000,46353875272,46365433512,51565310088,51524669976],[1454725800,41243110496,41253014344,43854038928,43880993672],[1454727600,36769041240,36781714640,41075537720,41118023992],[1454729400,33497848976,33508769408,36320000176,36326492688],[1454731200,31045760368,31055440832,34052138040,34054560520],[1454733000,29848131368,29861875104,31416929104,31444169152],[1454734800,27358375856,27369089312,29617380512,29618447760],[1454736600,29378137528,29388613800,31919808512,31939410176],[1454738400,27611983816,27622568328,33403838184,33425163720],[1454740200,27089762760,27099282832,28703305824,28713841776],[1454742000,28737630024,28751976696,32431573736,32458045776],[1454743800,30756620824,30770650680,33567867896,33595693952],[1454745600,35672584032,35679646240,39091242744,39096327632],[1454747400,43631690192,43655557736,47215009296,47232414912],[1454749200,50212727384,50220092648,53546642672,53565627840],[1454751000,56257103664,56281898760,59389403912,59409253128],[1454752800,60004430168,60017699272,63455192864,63471363856],[1454754600,62144861376,62168576608,64350585784,64353294504],[1454756400,63882762576,63894235760,68615160216,68473431120],[1454758200,65726957088,65751822008,68794827056,68795088240],[1454760000,67498977400,67514699648,72489149360,72382598112],[1454761800,69373478600,69398247056,72178800752,72203651264],[1454763600,68556996040,68574036776,77100602488,77117762960],[1454765400,68938490880,68965160696,72240949736,72275569424],[1454767200,70057915504,70074033808,75362620256,75252930240],[1454769000,71577845848,71599414120,74736074312,74750242520],[1454770800,73959031800,73972174216,79940258664,79881389584],[1454772600,77195529776,77223553840,80466923752,80459406832],[1454774400,78513721400,78528805352,84462663952,84454338640],[1454776200,78969925656,79007048192,82615809008,82613047968],[1454778000,78719323720,78736046632,84185175488,84099313736],[1454779800,80959915944,80984503856,84152050328,84139376864],[1454781600,81118758912,81139350208,88388113096,88325246408],[1454783400,82487747352,82507356800,86789030376,86799310160],[1454785200,81723737320,81751659136,88420317368,88423779616],[1454787000,81514561576,81556262880,84660799584,84715692344],[1454788800,82846652816,82862919008,89335489944,89178351248],[1454790600,84816813464,84848066832,89194987320,89200051072],[1454792400,85311473904,85321879280,92615473608,92494265448],[1454794200,87908701736,87941461984,92803561328,92879680872],[1454796000,88546960872,88564808736,96976257264,96808990608],[1454797800,86625768440,86649160472,92563798240,92602694544],[1454799600,83144457928,83161564240,92505249520,92422916056],[1454801400,77998634264,78026186888,82895489248,82973338632],[1454803200,72780651152,72784481088,80267213200,80111372928],[1454805000,68267004384,68287852368,73934205232,73996117104],[1454806800,60477147464,60481616192,67816176208,67737847912],[1454808600,54907568168,54926146008,61041737280,61115098312],[1454810400,47030399904,47031295600,53222990008,53229097016],[1454812200,44998669392,45016382048,47951635440,48021841232],[1454814000,40884028328,40896067808,44915492496,44950109872],[1454815800,35649389592,35661029072,40349572016,40388050600],[1454817600,32954768824,32967110376,37344349656,37381316752],[1454819400,30661975616,30672840912,33084184992,33114596904],[1454821200,28931749064,28940710024,31144626528,31169671712],[1454823000,29538408176,29550405688,32015687992,32025484304],[1454824800,27059677136,27065867048,30969181024,30971519128],[1454826600,27703711848,27718478784,29947035176,29982042216],[1454828400,28359654344,28371151528,33329150880,33348586192],[1454830200,28960660032,28975635304,30932819896,30923375600],[1454832000,31942829064,31950467664,35128894512,35143944800],[1454833800,40435342240,40458916200,46566526872,46602123648],[1454835600,47722869232,47736410976,51900868192,51949814040],[1454837400,55738901680,55760465424,60708801920,60730316856],[1454839200,61086942328,61096311736,65518079544,65369489728],[1454841000,62854760040,62876951528,67179225960,67188450584],[1454842800,65180849360,65190971552,69487103248,69495334440],[1454844600,68553563664,68580929128,71955718784,72003619200],[1454846400,70157175488,70166860976,75890306800,75721886168],[1454848200,68443916048,68461305728,72001921280,72062211600],[1454850000,69710763688,69725118880,75714028376,75615794392],[1454851800,71449959712,71476562496,75005339288,75011123528],[1454853600,72142666040,72157543400,78179738488,78095240208],[1454855400,73705399160,73727919000,77932969768,77956928000],[1454857200,76342537920,76351363864,81806770088,81712828104],[1454859000,81822434792,81830423496,86922176896,86935487032],[1454860800,83265260200,83294779912,90762971896,90889921160],[1454862600,86888626304,86897184032,91536147744,91555520368],[1454864400,86125819144,86166091184,95301490704,95464561840],[1454866200,81847453152,81879707776,85640523488,85704200272],[1454868000,82974618880,82997094144,91062651744,90990369592],[1454869800,83241200320,83269713016,86637064912,86668095288],[1454871600,85909254528,85921878056,98680720360,98691446280],[1454873400,88315410392,88344324992,92066529048,92111042544],[1454875200,89900599928,89915385160,98334423920,98177988568],[1454877000,90367178048,90388415552,94892186864,94925800224],[1454878800,90345120128,90338759160,99092140584,98857492400],[1454880600,93315708416,93335305136,97619499600,97647244152],[1454882400,93470750928,93451614312,103445624824,103253903136],[1454884200,91365124328,91353232704,96256066760,96269899144],[1454886000,84740946320,84727951480,94223274368,94089304408],[1454887800,77301934320,77305954168,83973991760,83957138472],[1454889600,67836065952,67843247336,76283912256,76279249720],[1454891400,60934372800,60948731792,66883576352,66917665880],[1454893200,50892264016,50898265872,59038233416,59064762560],[1454895000,45922650856,45937474288,49353227456,49364606376],[1454896800,38668500408,38675954576,43880770640,43842198568],[1454898600,36530061880,36535207000,39964861504,39955435128],[1454900400,32756280120,32773812648,37160851880,37251710728],[1454902200,31586843792,31601126800,33820380192,33846207712],[1454904000,30634813184,30646727960,32867181960,32849335512],[1454905800,30817581032,30831990736,33498671352,33509499248],[1454907600,28508081712,28519002072,31850589200,31899893384],[1454909400,28514713576,28526004896,30218647944,30208335400],[1454911200,27370284368,27377324168,30896659152,30919054968],[1454913000,26343020464,26353420256,27614120144,27632757200],[1454914800,28320753128,28330517200,32463105424,32485427296],[1454916600,36234435696,36250292520,41030791240,41052216360],[1454918400,43479495656,43494124368,47772260344,47782113784],[1454920200,52311196464,52336421944,56167824344,56210392200],[1454922000,58119150632,58124864776,62430923456,62387087576],[1454923800,66945033720,66969680008,71456705080,71495807984],[1454925600,72319675408,72334758816,78233082616,78207399488],[1454927400,74350189800,74384333984,77351525072,77402259248],[1454929200,75018344400,75026661704,80539634832,80449555392],[1454931000,76143645984,76170238048,80474782448,80425504456],[1454932800,77568531568,77584673824,83851924176,83762926232],[1454934600,78703458696,78723356896,82353935056,82345517744],[1454936400,80538368480,80558048424,87906104496,87855474432],[1454938200,79329207168,79353015192,84701163736,84686792720],[1454940000,78059302936,78075453048,84953279704,84842232016],[1454941800,79648084088,79678243608,83154753848,83192930704],[1454943600,79861005040,79879672944,87632547432,87518351384],[1454945400,80216070024,80245069336,83536516120,83516951152],[1454947200,81035854216,81051648528,89207838304,89036841512],[1454949000,83888855984,83930306664,88203533032,88244742448],[1454950800,86290247128,85940388464,95481893728,92886730448],[1454952600,84341445440,84368681480,87781001968,87784991792],[1454954400,82526607968,82537352144,91065452488,90880267512],[1454956200,83205070744,83223681720,86916244952,86911430432],[1454958000,85974861696,85955119024,94870145824,94884743488],[1454959800,87590515256,87580183840,91873256184,91847332312],[1454961600,90259693744,90226306368,97502486504,97286684704],[1454963400,92742870824,92719081048,97924667472,97894228304],[1454965200,93098099000,93061335312,101107937352,100965391688],[1454967000,95236527320,95191469936,99685203416,99595539920],[1454968800,95407964936,95359657200,103500551976,103368779344],[1454970600,93488040720,93432792688,97732670264,97671919936],[1454972400,87095861600,87063618224,97213971000,97203384152],[1454974200,73853506040,73873037816,80612326656,80619506224],[1454976000,63716405648,63721648896,72607502488,72412285632],[1454977800,55054658984,55067690976,60311020072,60322670728],[1454979600,48498144600,48501415480,56643262584,56658586056],[1454981400,44272526792,44284996752,47014808008,47033847048],[1454983200,38750026464,38763359064,44346460304,44351784144],[1454985000,34199270672,34212675024,37762416896,37789498768],[1454986800,32231608760,32244283600,35247101672,35284426032],[1454988600,31305485912,31317945960,33665030320,33646376688],[1454990400,29637662360,29653914640,33404294208,33487706688],[1454992200,27895272080,27902689280,29698939560,29707282832],[1454994000,26896945440,26911209528,30098653608,30184091408],[1454994300,26997528560,27016147096,29243767472,29273266224],[1454994600,28555356880,28572670008,29243767472,29273266224],[1454994900,27632946808,27626263200,29281823888,29283592392],[1454995200,28731024264,28736591960,29281823888,29283592392],[1454995500,28239276896,28264665096,30242587176,30297833464],[1454995800,29533703312,29563942856,30242587176,30297833464],[1454996100,28845010360,28834004648,32149475432,32193755264],[1454996400,30900827840,30941132192,32149475432,32193755264],[1454996700,28546890864,28571254344,29422495944,29427928056],[1454997000,28831344952,28837382528,29422495944,29427928056],[1454997300,27780462168,27792883232,28399202632,28424414000],[1454997600,27875247016,27897542896,28399202632,28424414000],[1454997900,27125257656,27139617184,28120455504,28130514152],[1454998200,27559443008,27567579760,28120455504,28130514152],[1454998500,26993432256,26999999304,28678699064,28692005056],[1454998800,27947540904,27963277816,28678699064,28692005056],[1454999100,27381309880,27404034840,29982390400,30009595776],[1454999400,29305953504,29324062248,29982390400,30009595776],[1454999700,28561779064,28565849416,31098570112,31122463784],[1455000000,29725569936,29737944008,31098570112,31122463784],[1455000300,28398652928,28396237848,36961402232,37011148112],[1455000600,34289813784,34327101120,36961402232,37011148112],[1455000900,29176750640,29182875872,30881229456,30876170320],[1455001200,30625323256,30632641824,30881229456,30876170320],[1455001500,31077556528,31099358712,33703653712,33693491072],[1455001800,33127250424,33129963312,33703653712,33693491072],[1455002100,33256848936,33278918304,36908125928,36907790360],[1455002400,36710826736,36717719952,36908125928,36907790360],[1455002700,37089449752,37102290152,39245528432,39232063640],[1455003000,38450960760,38460627608,39245528432,39232063640],[1455003300,38228692536,38274212720,43842677688,43835296864],[1455003600,42834358024,42835448160,43842677688,43835296864],[1455003900,41548202080,41564877552,43874263672,43883895480],[1455004200,43079733976,43094350272,43874263672,43883895480],[1455004500,42230153856,42251023712,44747117736,44754653136],[1455004800,44701558904,44713942656,44747117736,44754653136],[1455005100,45672205592,45700062048,48526541432,48566391112],[1455005400,47718891360,47749777232,48526541432,48566391112],[1455005700,47123721624,47142526784,50174802048,50212914120],[1455006000,49678311112,49707115736,50174802048,50212914120],[1455006300,49624524048,49632136032,52373118320,52379485736],[1455006600,51113208984,51152829800,52373118320,52379485736],[1455006900,50206778984,50270220832,56759019024,56649152680],[1455007200,54998899416,54923776480,56759019024,56649152680],[1455007500,52410440416,52421813464,55470254240,55510774624],[1455007800,54903742760,54937434824,55470254240,55510774624],[1455008100,55151866848,55170196080,58933399960,58950114240],[1455008400,58432274040,58443166808,58933399960,58950114240],[1455008700,59654960648,59654018912,65678837720,65679798584],[1455009000,64955535872,64957204376,65678837720,65679798584],[1455009300,64503760904,64525826616,67370427576,67440163656],[1455009600,65973905624,66028283096,67370427576,67440163656],[1455009900,64637866160,64653405624,68880974400,68882106936],[1455010200,66932647592,66939890728,68880974400,68882106936],[1455010500,64672315208,64696440552,71937087448,71973833704],[1455010800,69721421584,69757115608,71937087448,71973833704],[1455011100,66038508624,66054881008,69249529656,69222240296],[1455011400,67849782152,67849005720,69249529656,69222240296],[1455011700,66222551440,66265585960,70049701960,70053646392],[1455012000,69242723760,69258310048,70049701960,70053646392],[1455012300,68932630536,68957902528,72691549048,72675776704],[1455012600,71182860808,71184290240,72691549048,72675776704],[1455012900,69068109560,69115498784,72318656504,72386103784],[1455013200,70374610608,70416969352,72318656504,72386103784],[1455013500,67595984768,67600373168,71712579944,71764481352],[1455013800,69746853992,69805480536,71712579944,71764481352],[1455014100,67785133832,67831034600,77050264040,76989853144],[1455014400,74095400816,74063279696,77050264040,76989853144],[1455014700,69105139064,69138139416,72728835216,72772489840],[1455015000,70908607104,70940345456,72728835216,72772489840],[1455015300,68213344392,68222541808,71818885632,71838670352],[1455015600,70676665504,70692772656,71818885632,71838670352],[1455015900,69905450360,69915335024,74802386552,74817927352],[1455016200,73441907160,73460362144,74802386552,74817927352],[1455016500,71484836072,71513912792,74332375240,74372445864],[1455016800,73075314264,73108008144,74332375240,74372445864],[1455017100,71589785384,71604165560,75196148816,75206179992],[1455017400,72904394000,72944930688,75196148816,75206179992],[1455017700,70228145520,70293697896,80365006672,80254065720],[1455018000,77526182768,77461481752,80365006672,80254065720],[1455018300,73187682328,73223005104,77783809336,77819756640],[1455018600,75942398672,75977052760,77783809336,77819756640],[1455018900,73412768448,73444890664,77187889088,77220687800],[1455019200,75721614248,75741161040,77187889088,77220687800],[1455019500,74435880264,74434527648,79346702040,79365472488],[1455019800,78171472200,78201439088,79346702040,79365472488],[1455020100,76821345608,76865794920,80130484664,80147642440],[1455020400,77874256264,77899380648,80130484664,80147642440],[1455020700,74501618800,74529626776,78813618648,78802805768],[1455021000,75950236496,75968816048,78813618648,78802805768],[1455021300,72414236768,72463991800,82769117576,82692514960],[1455021600,78001062704,77966150128,82769117576,82692514960],[1455021900,71146516504,71200188488,90311723920,90337707184],[1455022200,85057768560,85068444408,90311723920,90337707184],[1455022500,75520180104,75528993584,80305264600,80396943128],[1455022800,78231837360,78301885704,80305264600,80396943128],[1455023100,75113336952,75135626304,79091962720,79115277288],[1455023400,77093653296,77110413104,79091962720,79115277288],[1455023700,74308783296,74326282264,78729876472,78788127552],[1455024000,76709864016,76754922440,78729876472,78788127552],[1455024300,73956795784,73977676520,78590860400,78625529936],[1455024600,75868316320,75913141000,78590860400,78625529936],[1455024900,72697970752,72734189296,83882294008,83795068496],[1455025200,80927458312,80873705480,83882294008,83795068496],[1455025500,75688031048,75721058776,78974151696,79042871720],[1455025800,77546967600,77594913040,78974151696,79042871720],[1455026100,75590605648,75593481704,79103746016,79113650320],[1455026400,77427030504,77441388264,79103746016,79113650320],[1455026700,75349445784,75375200184,79747886808,79777586824],[1455027000,78378562768,78412239040,79747886808,79777586824],[1455027300,77086570592,77134779552,81882227280,81945172232],[1455027600,79981209312,80028380584,81882227280,81945172232],[1455027900,76986501440,76992791272,80451228080,80443642392],[1455028200,77950953096,77971532360,80451228080,80443642392],[1455028500,74881495088,74943282960,84798178136,84773715272],[1455028800,81627885152,81614522824,84798178136,84773715272],[1455029100,76319217272,76326214024,80325849480,80323448008],[1455029400,78452546352,78468950568,80325849480,80323448008],[1455029700,75747611416,75800724744,79408869240,79450208744],[1455030000,78061584744,78086828200,79408869240,79450208744],[1455030300,76551873808,76558786248,80502420152,80555772656],[1455030600,78976651984,79024117856,80502420152,80555772656],[1455030900,77205500816,77239874992,81383849728,81418251656],[1455031200,79134726360,79157940232,81383849728,81418251656],[1455031500,75944794416,75976223992,80519253120,80639668144],[1455031800,78039367064,78155024224,80519253120,80639668144],[1455032100,75048053736,75108285088,87094254400,86956265664],[1455032400,83612504280,83505420952,87094254400,86956265664],[1455032700,77611007488,77605728992,82337636080,82421621344],[1455033000,80424282240,80480684312,82337636080,82421621344],[1455033300,77834526680,77841962456,82271623568,82312101120],[1455033600,80380078016,80413621624,82271623568,82312101120],[1455033900,77725726312,77741505808,82038367296,82048597424],[1455034200,80579684480,80592640384,82038367296,82048597424],[1455034500,78941799968,78963732584,83354989504,83384403496],[1455034800,81659112920,81690068544,83354989504,83384403496],[1455035100,79614978816,79654002384,84061012728,84112503400],[1455035400,81319109240,81422628544,84061012728,84112503400],[1455035700,78132175536,78269462024,90043346272,89845526432],[1455036000,86860219952,86731025488,90043346272,89845526432],[1455036300,81881949680,81893353976,87192422240,87177791384],[1455036600,85202551352,85216681392,87192422240,87177791384],[1455036900,82300036032,82351064120,86358430712,86337364272],[1455037200,84734183696,84728167448,86358430712,86337364272],[1455037500,82530119184,82557994200,86567521000,86595024088],[1455037800,84405025136,84425585512,86567521000,86595024088],[1455038100,81281008192,81289297240,85697560280,85714168048],[1455038400,83701465648,83717783432,85697560280,85714168048],[1455038700,80898070096,80907738008,84765412624,84759589920],[1455039000,82350802760,82411275120,84765412624,84759589920],[1455039300,79177439264,79292610784,87776229768,87533323152],[1455039600,84438792200,84274906568,87776229768,87533323152],[1455039900,78549724672,78553172544,81925422608,81920679312],[1455040200,79949766496,79932208328,81925422608,81920679312],[1455040500,77267822144,77239250936,81905981952,81924753616],[1455040800,80224017288,80228703432,81905981952,81924753616],[1455041100,78482163384,78467573848,83715978272,83732960848],[1455041400,82047186680,82049504712,83715978272,83732960848],[1455041700,80258438480,80240253000,85292992400,85306538432],[1455042000,83413810296,83418343696,85292992400,85306538432],[1455042300,81428595544,81409632992,87294325824,87265064904],[1455042600,84542686976,84556110696,87294325824,87265064904],[1455042900,81260824200,81302015424,92631835024,92404065344],[1455043200,88579304048,88415578104,92631835024,92404065344],[1455043500,82300169080,82273109584,90980048672,90934361200],[1455043800,88223074736,88169093824,90980048672,90934361200],[1455044100,83648466568,83607357136,87484584416,87524644624],[1455044400,85515004648,85535962184,87484584416,87524644624],[1455044700,82887883952,82867679384,87480918088,87464260680],[1455045000,85389782872,85367840408,87480918088,87464260680],[1455045300,82695215336,82659009032,87819277400,87776534136],[1455045600,85799276880,85750662064,87819277400,87776534136],[1455045900,82956304232,82915274168,87351284008,87365162536],[1455046200,85339618168,85366708448,87351284008,87365162536],[1455046500,83677873288,83685005160,95223350016,95031168120],[1455046800,92075294768,91930208000,95223350016,95031168120],[1455047100,86459459104,86414906136,90157818536,90101858144],[1455047400,88625247912,88569182448,90157818536,90101858144],[1455047700,86873025712,86817662784,91426354688,91373491024],[1455048000,90540015112,90493074088,91426354688,91373491024],[1455048300,90511439544,90483851776,95758874616,95746321784],[1455048600,94183383680,94156801912,95758874616,95746321784],[1455048900,92446469312,92387272872,97533544232,97473281496],[1455049200,95441351840,95396379664,97533544232,97473281496],[1455049500,92452981056,92416703416,97242940184,97135505064],[1455049800,94629575704,94602596768,97242940184,97135505064],[1455050100,91431778584,91512032936,103031991896,102790254984],[1455050400,99203271872,99028649952,103031991896,102790254984],[1455050700,92828672840,92791878568,98537589544,98470069704],[1455051000,96364872712,96310789304,98537589544,98470069704],[1455051300,93138510808,93098594384,97417917872,97336156336],[1455051600,95829803544,95766382712,97417917872,97336156336],[1455051900,94672032352,94632776088,101139582280,101054329696],[1455052200,99189459104,99114044000,101139582280,101054329696],[1455052500,96208952040,96153068368,100006583968,99943496128],[1455052800,97300332784,97231034448,100006583968,99943496128],[1455053100,93268881848,93204377016,98565059976,98550048768],[1455053400,95434123176,95429843680,98565059976,98550048768],[1455053700,91390611952,91364997136,102852221704,102649425488],[1455054000,99090777472,98946787968,102852221704,102649425488],[1455054300,92918739992,92884130368,99118705984,99021422888],[1455054600,97517969592,97415310280,99118705984,99021422888],[1455054900,95169439536,95097934760,98397964584,98441098416],[1455055200,96166075432,96178905312,98397964584,98441098416],[1455055500,93086773744,93009284448,98024050744,97886772896],[1455055800,96083081008,95993608880,98024050744,97886772896],[1455056100,93717384928,93704018128,99185850912,99086027360],[1455056400,96827253120,96743157488,99185850912,99086027360],[1455056700,92825047272,92769778664,96953317024,96876401888],[1455057000,94029893568,93975406752,96953317024,96876401888],[1455057300,89703711904,89660065080,99281828936,99078903440],[1455057600,95350204928,95194407384,99281828936,99078903440],[1455057900,87845615464,87797144928,91215632384,91173729952],[1455058200,88773297944,88719101224,91215632384,91173729952],[1455058500,84557073768,84483290360,87746554312,87693106256],[1455058800,85838841760,85783272552,87746554312,87693106256],[1455059100,83060305312,83009165848,86962139632,86935328496],[1455059400,84661293280,84627166768,86962139632,86935328496],[1455059700,81060978744,81002702368,85037370688,84958525720],[1455060000,82597658992,82530203064,85037370688,84958525720],[1455060300,78267503432,78237497456,80924960344,80927611536],[1455060600,78077890864,78067570208,80924960344,80927611536],[1455060900,73798424544,73745453232,81538766648,81433964448],[1455061200,78183656544,78101321192,81538766648,81433964448],[1455061500,71305012504,71265692824,73216050512,73155698864],[1455061800,71453325936,71394328576,73216050512,73155698864],[1455062100,68033672472,67989155808,69940441440,69927056720],[1455062400,68980620904,68947727984,69940441440,69927056720],[1455062700,67390119592,67350429608,69306464512,69377142240],[1455063000,66891074680,66935143792,69306464512,69377142240],[1455063300,61831356248,61820699872,63443232768,63453169424],[1455063600,61856827176,61870061576,63443232768,63453169424],[1455063900,58624875704,58649997128,60333124656,60369663856],[1455064200,58015989928,58043615896,60333124656,60369663856],[1455064500,53880685040,53886141944,59094139848,59095613336],[1455064800,55281784232,55282544824,59094139848,59095613336],[1455065100,48905361704,48912135752,58300635888,58341265472],[1455065400,54657716608,54690801176,58300635888,58341265472],[1455065700,47611427064,47620508784,49777461232,49766015064],[1455066000,49110558680,49083554248,49777461232,49766015064],[1455066300,48339673152,48318968808,50298733184,50388292440],[1455066600,48843940512,48908541744,50298733184,50388292440],[1455066900,46415288440,46426136792,48496692320,48512166296],[1455067200,46649537744,46669275808,48496692320,48512166296],[1455067500,42836521544,42862085072,43818396840,43833645560],[1455067800,42291356536,42298133288,43818396840,43833645560],[1455068100,39642080320,39645777408,43066089832,43138314456],[1455068400,41292661360,41348172256,43066089832,43138314456],[1455068700,37498099336,37515383728,39029098088,39053916952],[1455069000,37872115464,37894065344,39029098088,39053916952],[1455069300,35222042232,35232543256,35612543264,35610130736],[1455069600,34857925880,34847281576,35612543264,35610130736],[1455069900,33739848936,33726763856,35649503672,35685016640],[1455070200,34812435920,34836475512,35649503672,35685016640],[1455070500,33059329448,33069502600,33888125064,33938088152],[1455070800,33187793592,33231962088,33888125064,33938088152],[1455071100,31832850232,31853085776,32613801024,32604908632],[1455071400,31820316752,31810533432,32613801024,32604908632],[1455071700,30723298960,30719529208,33850150424,33877704112],[1455072000,33174779680,33185087744,33850150424,33877704112],[1455072300,31531621488,31528068592,31694711904,31667226344],[1455072600,30360366464,30402474472,31105228480,31164246528],[1455072900,29135284200,29142180560,30266916720,30280157928],[1455073200,29959632928,29969604096,30266916720,30280157928],[1455073500,30202861200,30209903288,32667809816,32686414944],[1455073800,31675619296,31684634024,32667809816,32686414944],[1455074100,29861355920,29859811264,30909246488,30936379464],[1455074400,30530590168,30547225032,30909246488,30936379464],[1455074700,30262904480,30262266528,31853782264,31870615792],[1455075000,30998244400,31005229984,31853782264,31870615792],[1455075300,29780734808,29781267256,32204869784,32261188592],[1455075600,31143441160,31195027896,32204869784,32261188592],[1455075900,29227019528,29256414024,30204904168,30202975040],[1455076200,29106788920,29108831400,30204904168,30202975040],[1455076500,27010476912,27021255944,27919994488,27930502960],[1455076800,27484464720,27483379464,27919994488,27930502960],[1455077100,27310705960,27300962936,29347327424,29381078784],[1455077400,28404316784,28425114304,29347327424,29381078784],[1455077700,26690527424,26693030432,27714515408,27745034728],[1455078000,27379646480,27409549784,27714515408,27745034728],[1455078300,27081276576,27100498304,28249896144,28244776056],[1455078600,27562810480,27559919728,28249896144,28244776056],[1455078900,26656852024,26667098296,29001877616,29042877368],[1455079200,27707917464,27734171648,29001877616,29042877368],[1455079500,25213273872,25217971728,25991300440,26022830616],[1455079800,26063091912,26085549352,26222885848,26225149144],[1455080100,26575177672,26583716520,27481070960,27505746936],[1455080400,26766586712,26788543192,27481070960,27505746936],[1455080700,25833749192,25855062360,27461327448,27496311456],[1455081000,26896122592,26919900776,27461327448,27496311456],[1455081300,26449499192,26453044760,28404808280,28418340944],[1455081600,27562206984,27568212592,28404808280,28418340944],[1455081900,26322588768,26323718200,27786173880,27816053704],[1455082200,27033630392,27050041224,27786173880,27816053704],[1455082500,26042264704,26042598536,28284920504,28331301488],[1455082800,27031148888,27068048728,28284920504,28331301488],[1455083100,24828721936,24844807432,26101218952,26116406448],[1455083400,25643173128,25655252912,26101218952,26116406448],[1455083700,25721702136,25726966312,28420441992,28425429248],[1455084000,28293065784,28291453696,28420441992,28425429248],[1455084300,28548749072,28544571136,29890722760,29916075312],[1455084600,29075301648,29100240576,29890722760,29916075312],[1455084900,28185745496,28209928464,30386426720,30410955240],[1455085200,29499436408,29514404064,30386426720,30410955240],[1455085500,28262904512,28261060688,30081670584,30090475232],[1455085800,28891631816,28905143696,30081670584,30090475232],[1455086100,27328712744,27351533392,31033848248,31053098328],[1455086400,29801009768,29819850344,31033848248,31053098328],[1455086700,28117716472,28133353168,31101656656,31110207288],[1455087000,30440405280,30450270392,31101656656,31110207288],[1455087300,30081772128,30090568560,32944246336,32942771344],[1455087600,33846614104,33845827704,35855110128,35855856392],[1455087900,36641122752,36652470344,38730766072,38770297688],[1455088200,37739576224,37775933000,38730766072,38770297688],[1455088500,36572185248,36593896536,39426283744,39428142144],[1455088800,38691676672,38696633152,39426283744,39428142144],[1455089100,37712378992,37729327128,39594295368,39624207272],[1455089400,39153293072,39182580808,39594295368,39624207272],[1455089700,39721246664,39744386888,45668084568,45673491200],[1455090000,44121416896,44130374520,45668084568,45673491200],[1455090300,42004268904,42017729576,45142435232,45147771176],[1455090600,45036310216,45042742352,45142435232,45147771176],[1455090900,46138112432,46157964864,49695276832,49744320968],[1455091200,48704861744,48745032208,49695276832,49744320968],[1455091500,48320473128,48345623600,53159232144,53196960384],[1455091800,52710264952,52726269864,53159232144,53196960384],[1455092100,53150962544,53146168648,56979286240,57047743280],[1455092400,55731221072,55772544928,56979286240,57047743280],[1455092700,54426649488,54429985104,58166762000,58226240064],[1455093000,56983345856,57038807040,58166762000,58226240064],[1455093300,56367565200,56399948976,63664404272,63645678720],[1455093600,62334278008,62315130936,63664404272,63645678720],[1455093900,60675006752,60676125264,63789009880,63844578816],[1455094200,62792702408,62834612000,63789009880,63844578816],[1455094500,62634565840,62636187904,67929524440,67904078400],[1455094800,67390912600,67391237312,67929524440,67904078400],[1455095100,67616795608,67674495400,71280383688,71338120488],[1455095400,69667481984,69711188312,71280383688,71338120488],[1455095700,68152401296,68169141144,73577208688,73605093008],[1455096000,73637539000,73646417440,73771822616,73738397632],[1455096300,76144234568,76141724952,82346805584,82425122912],[1455096600,78755313152,78859023456,82346805584,82425122912],[1455096900,72377971344,72495890392,78583726208,78539225160],[1455097200,76220505064,76206568656,78583726208,78539225160],[1455097500,72892382512,72929459568,77651714752,77647729648],[1455097800,75920424816,75925632312,77651714752,77647729648],[1455098100,73166972576,73177371168,76043043696,76013519864],[1455098400,74727278608,74735070696,76043043696,76013519864],[1455098700,74679439840,74725785480,82093117824,82026456424],[1455099000,79377992504,79358617984,82093117824,82026456424],[1455099300,75278515280,75356620704,80446354720,80503799336],[1455099600,78189871888,78231038880,80446354720,80503799336],[1455099900,75053022576,75057491952,80066078072,80069306472],[1455100200,78330502504,78319023624,80066078072,80069306472],[1455100500,76431231008,76411266624,83969626808,84042751400],[1455100800,80860915456,80920334192,83969626808,84042751400],[1455101100,75600768920,75638655720,79728309992,79788805752],[1455101400,77875616696,77926698776,79728309992,79788805752],[1455101700,74667556776,74709395728,77451116024,77525860472],[1455102000,76152664216,76195403472,77451116024,77525860472],[1455102300,75640083456,75622772888,82081848960,82097264312],[1455102600,80143787024,80178201664,82081848960,82097264312],[1455102900,76937368032,76996489824,79881250040,79893630512],[1455103200,78071203584,77697806688,79881250040,79893630512],[1455103500,75326487392,74212257776,78740305888,77939339784],[1455103800,76572577008,76002536088,78740305888,77939339784],[1455104100,73976297056,73959697128,83310422928,83384229064],[1455104400,80723821584,80800311840,83310422928,83384229064],[1455104700,76058777496,76117968824,78682295072,78680880232],[1455105000,77604061312,77595811656,78682295072,78680880232],[1455105300,76745626144,76737563376,80944281448,80977796936],[1455105600,79540016752,79579763080,80944281448,80977796936],[1455105900,77121693368,77168260168,78873955408,78902352864],[1455106200,77182871744,77209300000,78873955408,78902352864],[1455106500,75152113784,75175080096,79683667208,79709041680],[1455106800,77767379064,77785911160,79683667208,79709041680],[1455107100,74645194152,74659967360,77862801352,77908708256],[1455107400,75568464040,75601448472,77862801352,77908708256],[1455107700,72868083160,72886997512,82223250040,82299142008],[1455108000,78407664872,78459271736,82223250040,82299142008],[1455108300,72483440456,72488282592,82356528936,82392707704],[1455108600,79125142720,79156133872,82356528936,82392707704],[1455108900,73234816432,73264208720,76639138544,76694538832],[1455109200,75317974680,75349751528,76639138544,76694538832],[1455109500,73422129104,73408859784,76199793280,76206556176],[1455109800,74833009720,74841116576,76199793280,76206556176],[1455110100,73507246784,73536051536,78197852824,78273605720],[1455110400,76514553880,76574953312,78197852824,78273605720],[1455110700,74501727144,74533423688,78960252296,79006017072],[1455111000,76451744120,76499064080,78960252296,79006017072],[1455111300,73728061712,73757663712,84375439136,84323944144],[1455111600,81281609600,81244905736,84375439136,84323944144],[1455111900,75572990240,75588578184,78756997088,78824954760],[1455112200,77446698688,77494767024,78756997088,78824954760],[1455112500,75641053920,75644346552,78841192576,78846889072],[1455112800,77528346544,77544030848,78841192576,78846889072],[1455113100,76389627600,76425186784,81335931024,81364173336],[1455113400,79805622896,79838400960,81335931024,81364173336],[1455113700,77968781504,77998552368,82356853856,82350768424],[1455114000,80789290688,80780431872,82356853856,82350768424],[1455114300,78891791152,78908765656,83495463048,83599504776],[1455114600,80750403200,80847851176,83495463048,83599504776],[1455114900,77133582648,77182791104,87073543992,86994800920],[1455115200,83812114536,83765932608,87073543992,86994800920],[1455115500,78130028008,78175675200,82025585416,82125657448],[1455115800,80582008432,80640741760,82025585416,82125657448],[1455116100,78723038456,78712904960,82323103696,82374502408],[1455116400,80915247808,80954611280,82323103696,82374502408],[1455116700,79081355400,79099183528,82536714696,82568507496],[1455117000,80890245464,80920423824,82536714696,82568507496],[1455117300,78229801792,78264272512,81053190240,81108776096],[1455117600,79262752328,79314149032,81053190240,81108776096],[1455117900,77170627552,77200738928,82119909864,82118749480],[1455118200,79620934360,79659513384,82119909864,82118749480],[1455118500,76333104472,76412302576,84889202888,84788457224],[1455118800,83180456120,83113847592,84889202888,84788457224],[1455119100,79886158344,79913412384,82519833344,82571608192],[1455119400,81013695584,81056940096,82519833344,82571608192],[1455119700,78549004376,78566810808,81969607424,81974675640],[1455120000,80803765232,80819016888,81969607424,81974675640],[1455120300,79665470000,79707782872,84419470744,84468979752],[1455120600,82942155536,82981647736,84419470744,84468979752],[1455120900,81034541680,81053144352,85654204776,85681876448],[1455121200,83680484504,83714219712,85654204776,85681876448],[1455121500,80689081008,80717627544,85410832464,85384649288],[1455121800,82842068856,82876593504,85410832464,85384649288],[1455122100,79178299704,79289577640,87943585232,87810721880],[1455122400,85278283208,85186032192,87943585232,87810721880],[1455122700,80447695280,80463628800,84201653048,84253876816],[1455123000,82760741400,82802889160,84201653048,84253876816],[1455123300,81115544040,81138350624,85837101016,85871373744],[1455123600,84116769824,84139634192,85837101016,85871373744],[1455123900,81770614672,81768628864,86109883816,86111551920],[1455124200,84273554880,84279688464,86109883816,86111551920],[1455124500,81632513912,81668345928,85716888856,85805720400],[1455124800,83926923008,83990908712,85716888856,85805720400],[1455125100,80809080448,80810788432,83449480224,83437326056],[1455125400,81238539888,81282194096,83449480224,83437326056],[1455125700,78550423048,78644821552,87540461712,87343572168],[1455126000,84560414464,84430959304,87540461712,87343572168],[1455126300,78759452976,78778840680,81533164912,81536511280],[1455126600,79582344792,79587321776,81533164912,81536511280],[1455126900,76790440888,76810327456,80911821568,80961696784],[1455127200,80194675288,80234253032,80911821568,80961696784],[1455127500,80618772120,80636489328,86056731656,86078225856],[1455127800,84259428168,84258630536,86056731656,86078225856],[1455128100,81980377832,81942900072,86556780992,86553697232],[1455128400,84331212352,84332111048,86556780992,86553697232],[1455128700,80977995704,80980135824,85029853632,85012091744],[1455129000,82748418832,82757649576,85029853632,85012091744],[1455129300,80124464176,80143058200,89544955680,89368861528],[1455129600,85426733872,85290920992,89544955680,89368861528],[1455129900,79196813376,79159346000,90119798112,90108123240],[1455130200,86717149680,86694229208,90119798112,90108123240],[1455130500,80875158512,80848832032,85478801824,85509964936],[1455130800,84185812848,84205608616,85478801824,85509964936],[1455131100,82951653264,82939516328,87442240168,87413533528],[1455131400,85785736096,85762501224,87442240168,87413533528],[1455131700,83653186032,83650246400,87940314440,87958441760],[1455132000,85965467704,85960110008,87940314440,87958441760],[1455132300,83315561208,83274799400,88306713224,88314605664],[1455132600,86005467664,86026848784,88306713224,88314605664],[1455132900,83117605208,82563186208,92004039896,89122225576],[1455133200,88870003264,86830663040,92004039896,89122225576],[1455133500,82708332144,82669665392,86137873944,86108257144],[1455133800,85083989512,85051626160,86137873944,86108257144],[1455134100,84210923120,84175111864,88680961792,88653575352],[1455134400,87397411160,87364186696,88680961792,88653575352],[1455134700,86305907384,86251328992,91540388568,91464547512],[1455135000,89677040128,89611538504,91540388568,91464547512],[1455135300,86763043848,86722354736,91042535184,91002699760],[1455135600,89593090336,89545662512,91042535184,91002699760],[1455135900,87755264152,87695615968,92304835688,92261637136],[1455136200,89855199096,89846169736,92304835688,92261637136],[1455136500,86514226264,86538488152,96922140704,96749073328],[1455136800,94623288880,94479862440,96922140704,96749073328],[1455137100,90716468696,90655239616,94889004616,94860017272],[1455137400,92831623472,92793175016,94889004616,94860017272],[1455137700,89872594776,89807575424,94647782624,94569673152],[1455138000,93473063432,93393668728,94647782624,94569673152],[1455138300,93054581672,92972099504,99103862144,99020888624],[1455138600,96929200968,96859353256,99103862144,99020888624],[1455138900,93464953936,93416433912,97391754336,97320663640],[1455139200,95502482912,95455103008,97391754336,97320663640],[1455139500,92940134000,92931522808,97826188192,97774435192],[1455139800,95081210896,95052904160,97826188192,97774435192],[1455140100,91654960992,91649110104,103089314424,102959657112],[1455140400,99785748424,99668938896,103089314424,102959657112],[1455140700,93849620504,93755274552,97924635744,97812787104],[1455141000,95736573656,95660115232,97924635744,97812787104],[1455141300,92525968664,92502126856,96938069880,96844693664],[1455141600,95094881616,95009749040,96938069880,96844693664],[1455141900,92499318736,92431743464,96677595448,96607147624],[1455142200,94702145424,94632608352,96677595448,96607147624],[1455142500,91839418200,91775341312,95918257184,95863307072],[1455142800,93865936640,93806444472,95918257184,95863307072],[1455143100,90638504752,90575499240,94393946008,94348900640],[1455143400,91304926992,91246608088,94393946008,94348900640],[1455143700,86652705984,86593916832,95187452904,95240270760],[1455144000,91546337064,91570422112,95187452904,95240270760],[1455144300,84150840304,84102287264,86412735112,86343425824],[1455144600,84515482416,84447580856,86412735112,86343425824],[1455144900,81058226192,81003118544,83724809688,83695852376],[1455145200,82321854224,82286225448,83724809688,83695852376],[1455145500,80354470112,80308018248,84155456888,84122974224],[1455145800,82107256280,82063751096,84155456888,84122974224],[1455146100,78339283192,78282702840,81489877304,81471111008],[1455146400,79236105952,79204999632,81489877304,81471111008],[1455146700,74753427016,74698713088,77448339480,77411045816],[1455147000,74849079056,74820744656,77448339480,77411045816],[1455147300,70490494520,70480457120,77557477800,77535907592],[1455147600,74201101248,74176081336,77557477800,77535907592],[1455147900,67537766792,67519014224,69720494120,69739446704],[1455148200,67619241712,67629905800,69720494120,69739446704],[1455148500,63798111216,63785411752,66609071280,66584266200],[1455148800,65247584096,65229675432,66609071280,66584266200],[1455149100,62914094456,62923836368,65415886656,65457241728],[1455149400,63805546296,63825678296,65415886656,65457241728],[1455149700,60760006688,60756186440,62684830760,62750139448],[1455150000,60614298568,60652411296,62684830760,62750139448],[1455150300,56332716352,56330274544,58087309720,58151786952],[1455150600,55748041904,55799578776,58087309720,58151786952],[1455150900,51428904016,51451077032,55801784264,55827144624],[1455151200,52872380768,52891488480,55801784264,55827144624],[1455151500,47870480240,47878298096,53508032368,53525749472],[1455151800,50993427800,51003866320,53508032368,53525749472],[1455152100,45731937120,45728995688,46877502464,46882877584],[1455152400,45849838616,45852561120,46877502464,46882877584],[1455152700,44300335984,44303425704,46633380120,46654500576],[1455153000,45392295584,45414052200,46633380120,46654500576],[1455153300,42823630200,42838909416,43585365080,43579181024],[1455153600,42717099936,42719834816,43585365080,43579181024],[1455153900,40786328664,40804836392,40957678936,40963448704],[1455154200,39659204088,39669306248,40957678936,40963448704],[1455154500,37643151456,37654335264,41534535936,41511066728],[1455154800,39630263824,39626042712,41534535936,41511066728],[1455155100,36017012536,36047354576,37624900728,37633952952],[1455155400,36754564752,36761805120,37624900728,37633952952],[1455155700,34777674056,34784116168,34876471344,34879801904],[1455156000,34348069112,34352208056,34523623912,34538067144],[1455156300,35260930528,35248338120,38543064592,38545270232],[1455156600,37760872688,37774587872,38543064592,38545270232],[1455156900,36166013432,36206344032,36467787336,36511639848],[1455157200,36034558256,36062698032,36467787336,36511639848],[1455157500,35300957632,35298608200,35894143688,35903325256],[1455157800,34439960328,34447261816,35894143688,35903325256],[1455158100,32465703480,32473644472,36937057248,36962549496],[1455158400,35783091224,35811727264,36937057248,36962549496],[1455158700,34313109952,34344588736,36797489368,36819260736],[1455159000,35580302312,35599101576,36797489368,36819260736],[1455159300,33648403696,33652304568,35405492264,35387931280],[1455159600,34344286432,34339385880,35405492264,35387931280],[1455159900,32495243768,32507659776,33629058136,33615751296],[1455160200,32867967208,32868841392,33629058136,33615751296],[1455160500,31908539016,31934678192,33760867920,33771810400],[1455160800,33764023896,33756368368,33770940184,33771810400],[1455161100,33562147096,33552727160,33770940184,33722527320],[1455161400,30971268888,31031653504,33007063048,33101307240],[1455161700,27281360128,27276981176,29926433400,29953285104],[1455162000,28890771112,28914255288,29926433400,29953285104],[1455162300,27054924120,27068429448,28098101200,28104515896],[1455162600,27236081304,27247524760,28098101200,28104515896],[1455162900,26179205440,26196305256,28314734272,28318022560],[1455163200,28259386984,28262494064,28314734272,28318022560],[1455163500,28764503960,28768203576,30407192144,30413495448],[1455163800,29880725520,29887937168,30407192144,30413495448],[1455164100,28929099736,28944192120,29504769416,29535179736],[1455164400,28763184848,28786172000,29504769416,29535179736],[1455164700,27202253088,27215945088,27440702392,27473608664],[1455165000,26419923024,26429540248,27440702392,27473608664],[1455165300,24817213544,24794207080,27203456096,27249721440],[1455165600,25869957992,25899505032,27203456096,27249721440],[1455165900,23448120568,23453207160,24778743336,24816204312],[1455166200,24250755232,24280922184,24778743336,24816204312],[1455166500,23918224064,23936303688,26073973056,26102242376],[1455166800,26187961760,26205879264,26433937400,26429516776],[1455167100,27405165400,27400626728,29861800952,29856963680],[1455167400,28735907384,28747902464,29861800952,29856963680],[1455167700,26676924680,26712083960,27629837216,27631161016],[1455168000,27131378968,27132697672,27629837216,27631161016],[1455168300,26427913944,26433549144,27384884944,27401648008],[1455168600,26634085552,26645949696,27384884944,27401648008],[1455168900,25970599640,25960492936,29429293952,29377973744],[1455169200,28652634096,28634204200,29429293952,29377973744],[1455169500,26745307416,26792179440,26976683904,27029227824],[1455169800,25697180488,25723844520,26160061024,26192586480],[1455170100,25385998048,25396102064,27125386072,27125595800],[1455170400,26849776304,26850292400,27125386072,27125595800],[1455170700,27011521496,27016456792,28924976112,28939417136],[1455171000,28324805080,28341727280,28924976112,28939417136],[1455171300,27293817920,27310859112,28064978384,28068351544],[1455171600,27429487992,27434657712,28064978384,28068351544],[1455171900,26626837728,26641167008,28113604352,28141745184],[1455172200,27449148832,27459952928,28113604352,28141745184],[1455172500,26916950448,26900785736,30176677648,30198264928],[1455172800,29250446208,29273954672,30176677648,30198264928],[1455173100,28720085952,28738987096,33533863344,33523672424],[1455173400,32326064920,32328712792,33533863344,33523672424],[1455173700,30588736592,30610808776,32927577048,32927247584],[1455173905,32927577048,32927247584,32927577048,32927247584],[1455174216,33318989448,33335985072,33318989448,33335985072]],\"expiration\":5,\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(57,'8da95cdb-7e2d-4d89-b647-95c8c6bd004e','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'gate','{\"ability\":\"viewHorizon\",\"result\":\"allowed\",\"arguments\":[],\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/resources\\/views\\/layouts\\/menu.foil.php\",\"line\":342,\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(58,'8da95cdb-7eb5-411b-94c8-d0b557596c6b','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'gate','{\"ability\":\"viewTelescope\",\"result\":\"allowed\",\"arguments\":[],\"file\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/resources\\/views\\/layouts\\/menu.foil.php\",\"line\":355,\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(59,'8da95cdb-8193-42a1-8ce9-e778da6f2111','8da95cdb-8432-48ac-9613-0089efec57f7',NULL,1,'request','{\"uri\":\"\\/admin\",\"method\":\"GET\",\"controller_action\":\"IXP\\\\Http\\\\Controllers\\\\AdminController@dashboard\",\"middleware\":[\"web\",\"auth\",\"assert.privilege:3\"],\"headers\":{\"upgrade-insecure-requests\":\"1\",\"cookie\":\"XSRF-TOKEN=eyJpdiI6IjY0SkJ1b3RHRFgyN2NMcGhlSHRkMkE9PSIsInZhbHVlIjoia3dHU3RcL3dib00wQ2dMaThQUVlqK01jMUh1SlpJMUhJN21sXC9IRUxpMUxUXC9hVjdxUTR6THlwKzJuUjQ0bzJiZSIsIm1hYyI6IjViZTM5ZmNiMWUxZDI5Yjk0NjI2YTA4YmEwNjU3NGU1MTgxNjdkNTQ3YTIyNzUwNWQ0YmVhNjI0NmZiZTBhMWQifQ%3D%3D; IXP_Manager=eyJpdiI6IndKb1UyOFwvOWpRMmdkTUUrZk5TQUtBPT0iLCJ2YWx1ZSI6ImtCNFppcW81d3F3V0VFSFlKa0lsQ29QcUY1bzk1YVlRa09yTXBQeDZVTkQ4M3pxaGVlQnlpRmZndG9iXC9WdGpZIiwibWFjIjoiZGNhMWY1MzE0MzJmZjM2MTZhZWU3YWVmZWYyZWVlZWMxZDdhMTYyYzE3MDIyN2I2YjRmMTAyYzdlODNkN2UyMCJ9\",\"connection\":\"keep-alive\",\"dnt\":\"1\",\"referer\":\"http:\\/\\/ixp-ibn.ldev\\/login\",\"accept-encoding\":\"gzip, deflate\",\"accept-language\":\"en-IE,en-GB;q=0.7,en;q=0.3\",\"accept\":\"text\\/html,application\\/xhtml+xml,application\\/xml;q=0.9,*\\/*;q=0.8\",\"user-agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.14; rv:66.0) Gecko\\/20100101 Firefox\\/66.0\",\"host\":\"ixp-ibn.ldev\",\"content-length\":\"\",\"content-type\":\"\"},\"payload\":[],\"session\":{\"_token\":\"DKeD4q0Ssmn2xBbh6e7kEq9wzMUPAECXT2sp8KoJ\",\"_previous\":{\"url\":\"http:\\/\\/ixp-ibn.ldev\\/admin\"},\"_flash\":{\"old\":[],\"new\":[]},\"url\":[],\"login_web_59ba36addc2b2f9401580f014c7f58ea4e30989d\":1},\"response_status\":200,\"response\":{\"view\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/resources\\/views\\/admin\\/dashboard.foil.php\",\"data\":{\"stats\":{\"types\":{\"1\":\"3\",\"3\":\"1\",\"4\":\"1\"},\"speeds\":{\"10\":2,\"100\":1,\"1000\":4,\"10000\":1},\"custsByLocation\":{\"Location 1\":8},\"byLocation\":{\"Location 1\":{\"1000\":4,\"100\":1,\"10\":2,\"10000\":1}},\"byLan\":{\"Infrastructure #1\":{\"1000\":3,\"100\":1,\"10\":1},\"Infrastructure #2\":{\"1000\":1,\"10\":1,\"10000\":1}},\"byIxp\":{\"VAGRANT IXP\":{\"1000\":1,\"100\":1,\"10\":1,\"10000\":1}},\"rsUsage\":[{\"vlanname\":\"Peering LAN 1\",\"overall_count\":4,\"rsclient_count\":\"4\"},{\"vlanname\":\"Peering LAN 2\",\"overall_count\":3,\"rsclient_count\":\"3\"}],\"ipv6Usage\":[{\"vlanname\":\"Peering LAN 1\",\"overall_count\":4,\"ipv6_count\":\"2\"},{\"vlanname\":\"Peering LAN 2\",\"overall_count\":3,\"ipv6_count\":\"2\"}],\"cached_at\":\"2019-05-11T14:37:48.621150Z\"},\"graphs\":{\"ixp\":[],\"1\":[],\"2\":[]},\"graph_period\":\"week\",\"graph_periods\":{\"day\":\"Day\",\"week\":\"Week\",\"month\":\"Month\",\"year\":\"Year\"},\"customers\":{\"4\":\"AS112\",\"2\":\"HEAnet\",\"5\":\"Imagine\",\"3\":\"PCH DNS\",\"1\":\"VAGRANT IXP\"}}},\"duration\":376,\"hostname\":\"barryo-mac3.local\",\"user\":{\"id\":1,\"name\":null,\"email\":\"joe@example.com\"}}','2019-05-11 14:37:48'),(60,'8da95ce1-2eec-4324-946e-735163bd51b8','8da95ce1-2fd3-4b02-a7bc-e0a63705b5a4',NULL,1,'request','{\"uri\":\"\\/logout\",\"method\":\"GET\",\"controller_action\":\"IXP\\\\Http\\\\Controllers\\\\Auth\\\\LoginController@logout\",\"middleware\":[\"web\"],\"headers\":{\"upgrade-insecure-requests\":\"1\",\"cookie\":\"XSRF-TOKEN=eyJpdiI6IkhXT1hGajFhYkQrRDYrSTE0UXNrMmc9PSIsInZhbHVlIjoiN25NRUV2VzM0OEpDMWgwSmlWR0VsNjRKMkVzbFduQlVsWVlaV25vcGcxMjdvdkdrMGxIZEtYVko0djVHODZPaiIsIm1hYyI6ImE3MzcwODZkODVkZGZkYmIzYzhhZTViNzFiNWQxMWVmMTg5MjZmYjRmZTA4ZWViZGY1NTk4ZWU5ZGRlNTY5OGYifQ%3D%3D; IXP_Manager=eyJpdiI6IjNPMHFZb1R1Z1FYQWpHekZEMDlWNUE9PSIsInZhbHVlIjoiNzkxZlA4Zmh0SmplVU00UjI0WUtTQm8zSGF0SXJKK0JhM3VvXC9UTUFlUVJVaElsNFZIMGxWOGdwRGhZSE1EZHkiLCJtYWMiOiIxNGNkNmI5OWY1OWM0YjE0YTFiZGYzZDgzN2RlYmRkZjc1OTFjNDY3NWU4MGMyMjU0YTkyNmU5YWRjYjczOWU5In0%3D\",\"connection\":\"keep-alive\",\"dnt\":\"1\",\"referer\":\"http:\\/\\/ixp-ibn.ldev\\/admin\",\"accept-encoding\":\"gzip, deflate\",\"accept-language\":\"en-IE,en-GB;q=0.7,en;q=0.3\",\"accept\":\"text\\/html,application\\/xhtml+xml,application\\/xml;q=0.9,*\\/*;q=0.8\",\"user-agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.14; rv:66.0) Gecko\\/20100101 Firefox\\/66.0\",\"host\":\"ixp-ibn.ldev\",\"content-length\":\"\",\"content-type\":\"\"},\"payload\":[],\"session\":{\"ixp\":{\"utils\":{\"view\":{\"alerts\":[{}]}}},\"_flash\":{\"old\":[],\"new\":[]}},\"response_status\":302,\"response\":\"Redirected to http:\\/\\/ixp-ibn.ldev\",\"duration\":216,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:52'),(61,'8da95ce1-9db3-41a8-be38-d497fecf6087','8da95ce1-9ed4-468f-bce1-66137866646a',NULL,1,'request','{\"uri\":\"\\/\",\"method\":\"GET\",\"controller_action\":\"Closure\",\"middleware\":[\"web\"],\"headers\":{\"upgrade-insecure-requests\":\"1\",\"cookie\":\"XSRF-TOKEN=eyJpdiI6InFseGtVNENFcTliK0JxYzUweUpcL0x3PT0iLCJ2YWx1ZSI6InRlM3JaTzJvXC9tZ1hmTUtGaHNaTmF3PT0iLCJtYWMiOiJkN2JiNGMxYmI4NDBhMDQ5NWE4Yzg3ZjQwOWIxMDQyYmE0YjBjMWVmYzliMDEwODA1MTk2NjBmMzg3ZWQ5OTIxIn0%3D; IXP_Manager=eyJpdiI6IkRwYlRqaHRPaHA5VDBhdDdJZHFPV1E9PSIsInZhbHVlIjoic3ppVVFHSUdLZmw2R3FOOU12WlNyVCtUbjFpUExpWjdZZVBrZm5xMWVJbVJwbHQ2RWRKdWpNRkFnTzRScUNFNCIsIm1hYyI6ImM2MTVkODE5OWJhNTAwYTEwODgxMDEwNWY5NDIyMGQ3OTMxYzk0MGQwZGQ0MDNlNTAxMjA3MDY5ZWY5YzkwMGIifQ%3D%3D\",\"connection\":\"keep-alive\",\"dnt\":\"1\",\"referer\":\"http:\\/\\/ixp-ibn.ldev\\/admin\",\"accept-encoding\":\"gzip, deflate\",\"accept-language\":\"en-IE,en-GB;q=0.7,en;q=0.3\",\"accept\":\"text\\/html,application\\/xhtml+xml,application\\/xml;q=0.9,*\\/*;q=0.8\",\"user-agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.14; rv:66.0) Gecko\\/20100101 Firefox\\/66.0\",\"host\":\"ixp-ibn.ldev\",\"content-length\":\"\",\"content-type\":\"\"},\"payload\":[],\"session\":{\"ixp\":{\"utils\":{\"view\":{\"alerts\":[{}]}}},\"_flash\":{\"old\":[],\"new\":[]},\"_token\":\"WKKKCk5iiWTjLMNvET7WiIWC4tcoazit6yV9zPkQ\",\"_previous\":{\"url\":\"http:\\/\\/ixp-ibn.ldev\"}},\"response_status\":302,\"response\":\"Redirected to http:\\/\\/ixp-ibn.ldev\\/login\",\"duration\":233,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:52'),(62,'8da95ce1-e637-4b7b-8213-ee96f1a0f04f','8da95ce1-e764-4e0b-8bdc-97466f8917de',NULL,1,'request','{\"uri\":\"\\/login\",\"method\":\"GET\",\"controller_action\":\"IXP\\\\Http\\\\Controllers\\\\Auth\\\\LoginController@showLoginForm\",\"middleware\":[\"web\",\"guest\"],\"headers\":{\"upgrade-insecure-requests\":\"1\",\"cookie\":\"XSRF-TOKEN=eyJpdiI6IktKYnVHelpoNlhxZ0E5YW85ZENVQVE9PSIsInZhbHVlIjoibFVTanlOYWRWdzdHYU1KNWN4aEZ4VWc4d3dka2NqSjNTMGRDQU01MlB1a3hNUHZBMkJSR0dzN0VVR2MzdlBVWCIsIm1hYyI6IjdjNzQyZGQyY2YzYTJhY2M4MjhjOWI5ZmRkNGJkZWVkYzNiYzFkYTAxODUwYzlmM2VjN2M5MDhhNzBiNDU1NDIifQ%3D%3D; IXP_Manager=eyJpdiI6IndrYXJTZjVyN0ZPcWdNNk1hbnBad0E9PSIsInZhbHVlIjoiQ2VXMkpVMndKeWR6TStZS0huaVdod21mOCtPQ0pYdGF4Qnl1N1pXZXM1Y0c1TDEwXC9NbDFXWDE3RTdzdms1M2EiLCJtYWMiOiI2ZWY4NjA0NjgwNjRmZWEwZDYzNjA3OGNkZjkxOTMwMjgzYmIwNTQ2ZGU3MWRhZTUxY2JiY2E2YTg2ZDM4ZjkyIn0%3D\",\"connection\":\"keep-alive\",\"dnt\":\"1\",\"referer\":\"http:\\/\\/ixp-ibn.ldev\\/admin\",\"accept-encoding\":\"gzip, deflate\",\"accept-language\":\"en-IE,en-GB;q=0.7,en;q=0.3\",\"accept\":\"text\\/html,application\\/xhtml+xml,application\\/xml;q=0.9,*\\/*;q=0.8\",\"user-agent\":\"Mozilla\\/5.0 (Macintosh; Intel Mac OS X 10.14; rv:66.0) Gecko\\/20100101 Firefox\\/66.0\",\"host\":\"ixp-ibn.ldev\",\"content-length\":\"\",\"content-type\":\"\"},\"payload\":[],\"session\":{\"ixp\":{\"utils\":{\"view\":{\"alerts\":[]}}},\"_flash\":{\"old\":[],\"new\":[]},\"_token\":\"WKKKCk5iiWTjLMNvET7WiIWC4tcoazit6yV9zPkQ\",\"_previous\":{\"url\":\"http:\\/\\/ixp-ibn.ldev\\/login\"},\"url\":{\"intended\":\"http:\\/\\/ixp-ibn.ldev\\/admin\"}},\"response_status\":200,\"response\":{\"view\":\"\\/Users\\/barryo\\/dev\\/ixp-ibn\\/resources\\/views\\/auth\\/login.foil.php\",\"data\":[]},\"duration\":176,\"hostname\":\"barryo-mac3.local\"}','2019-05-11 14:37:52'); -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `telescope_entries_tags` ( - `entry_uuid` char(36) COLLATE utf8mb4_unicode_ci NOT NULL, - `tag` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, - KEY `telescope_entries_tags_entry_uuid_tag_index` (`entry_uuid`,`tag`), - KEY `telescope_entries_tags_tag_index` (`tag`), - 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 */; -INSERT INTO `telescope_entries_tags` VALUES ('8da95cda-4a7d-4c5e-8062-e8e8f6ef2fc6','Auth:1'),('8da95cda-9a9e-4e33-ac8c-93293a1408d1','Auth:1'),('8da95cda-eb0a-4e26-a3ae-f0e9faed8ea0','Auth:1'),('8da95cdb-324e-4d33-8829-71e48083ee84','Auth:1'),('8da95cdb-3f68-4114-aa58-5fdccf8e544c','Auth:1'),('8da95cdb-3ff4-4678-b1fc-56c67c36dcea','Auth:1'),('8da95cdb-406b-4616-8d2f-6829ebf8347f','Auth:1'),('8da95cdb-412f-433a-9660-7912dace02c4','Auth:1'),('8da95cdb-5461-4dfa-85d2-12c698a2b6de','Auth:1'),('8da95cdb-55db-4f8d-8e59-5aba480ec518','Auth:1'),('8da95cdb-5764-4b10-80df-c87b152f8919','Auth:1'),('8da95cdb-5a60-4e71-bf02-109c50c0397c','Auth:1'),('8da95cdb-5b5b-4a7c-9781-5619c9e9d1dc','Auth:1'),('8da95cdb-5cb6-45ad-a7aa-0d7ef2c8cb3f','Auth:1'),('8da95cdb-5e34-4529-8aee-e560c34a77a4','Auth:1'),('8da95cdb-6460-4ee4-9f20-81005e52b3d3','Auth:1'),('8da95cdb-65b4-44ff-ab5c-1260b67be953','Auth:1'),('8da95cdb-668a-407a-9c87-c18979b81fd2','Auth:1'),('8da95cdb-672c-4dbf-afe5-0f2d036a2c62','Auth:1'),('8da95cdb-6868-4c22-bdf8-58f0e59e3d7c','Auth:1'),('8da95cdb-6d83-416d-a917-88ecabe0c5a0','Auth:1'),('8da95cdb-6ed0-4870-8820-f72eda355784','Auth:1'),('8da95cdb-6fa5-46f6-afba-b14a5d76c611','Auth:1'),('8da95cdb-7049-4f54-8246-230162ea098f','Auth:1'),('8da95cdb-7192-4c34-9f70-a0a3441e2d00','Auth:1'),('8da95cdb-766a-4fb4-94d4-0bc0f3d4f424','Auth:1'),('8da95cdb-7e2d-4d89-b647-95c8c6bd004e','Auth:1'),('8da95cdb-7eb5-411b-94c8-d0b557596c6b','Auth:1'),('8da95cdb-8193-42a1-8ce9-e778da6f2111','Auth:1'); -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `telescope_monitoring` ( - `tag` varchar(255) 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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `traffic_95th` ( - `id` bigint(20) NOT NULL AUTO_INCREMENT, - `cust_id` int(11) DEFAULT NULL, - `datetime` datetime DEFAULT NULL, - `average` bigint(20) DEFAULT NULL, - `max` bigint(20) 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=utf8 COLLATE=utf8_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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `traffic_95th_monthly` ( - `id` bigint(20) NOT NULL AUTO_INCREMENT, - `cust_id` int(11) DEFAULT NULL, - `month` date DEFAULT NULL, - `max_95th` bigint(20) 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=utf8 COLLATE=utf8_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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `traffic_daily` ( - `id` bigint(20) NOT NULL AUTO_INCREMENT, - `cust_id` int(11) NOT NULL, - `ixp_id` int(11) NOT NULL, - `day` date DEFAULT NULL, - `category` varchar(10) COLLATE utf8_unicode_ci DEFAULT NULL, - `day_avg_in` bigint(20) DEFAULT NULL, - `day_avg_out` bigint(20) DEFAULT NULL, - `day_max_in` bigint(20) DEFAULT NULL, - `day_max_out` bigint(20) DEFAULT NULL, - `day_tot_in` bigint(20) DEFAULT NULL, - `day_tot_out` bigint(20) DEFAULT NULL, - `week_avg_in` bigint(20) DEFAULT NULL, - `week_avg_out` bigint(20) DEFAULT NULL, - `week_max_in` bigint(20) DEFAULT NULL, - `week_max_out` bigint(20) DEFAULT NULL, - `week_tot_in` bigint(20) DEFAULT NULL, - `week_tot_out` bigint(20) DEFAULT NULL, - `month_avg_in` bigint(20) DEFAULT NULL, - `month_avg_out` bigint(20) DEFAULT NULL, - `month_max_in` bigint(20) DEFAULT NULL, - `month_max_out` bigint(20) DEFAULT NULL, - `month_tot_in` bigint(20) DEFAULT NULL, - `month_tot_out` bigint(20) DEFAULT NULL, - `year_avg_in` bigint(20) DEFAULT NULL, - `year_avg_out` bigint(20) DEFAULT NULL, - `year_max_in` bigint(20) DEFAULT NULL, - `year_max_out` bigint(20) DEFAULT NULL, - `year_tot_in` bigint(20) DEFAULT NULL, - `year_tot_out` bigint(20) DEFAULT NULL, - PRIMARY KEY (`id`), - KEY `IDX_1F0F81A7BFF2A482` (`cust_id`), - KEY `IDX_1F0F81A7A5A4E881` (`ixp_id`), - CONSTRAINT `FK_1F0F81A7A5A4E881` FOREIGN KEY (`ixp_id`) REFERENCES `ixp` (`id`), - CONSTRAINT `FK_1F0F81A7BFF2A482` FOREIGN KEY (`cust_id`) REFERENCES `cust` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_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 `user` --- - -DROP TABLE IF EXISTS `user`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `user` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `custid` int(11) DEFAULT NULL, - `username` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `password` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `email` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `authorisedMobile` varchar(30) COLLATE utf8_unicode_ci DEFAULT NULL, - `uid` int(11) DEFAULT NULL, - `privs` int(11) DEFAULT NULL, - `disabled` tinyint(1) DEFAULT NULL, - `lastupdated` datetime DEFAULT NULL, - `lastupdatedby` int(11) DEFAULT NULL, - `creator` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `created` datetime DEFAULT NULL, - `name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `remember_token` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `UNIQ_8D93D649F85E0677` (`username`), - KEY `IDX_8D93D649DA0209B9` (`custid`), - CONSTRAINT `FK_8D93D649DA0209B9` FOREIGN KEY (`custid`) REFERENCES `cust` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8 COLLATE=utf8_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','$2a$09$kI2ORSzVnuekb9XERfL1we2tENnDJXsR.oxlWM5ELHX9G3aoCdvne','joe@example.com',NULL,NULL,3,0,'2015-08-20 15:19:12',1,'travis','2014-01-06 13:54:22','Vagrant',NULL),(2,4,'as112','$2a$09$bYMQzLJs6VdISr3OlwqGAe7LVe0K6xALQUkThuhQ27hwB4EJ.g/1a','none@example.com',NULL,NULL,2,0,'2015-08-20 15:24:41',1,'vagrant','2015-08-20 15:24:41','Customer AS112',NULL),(3,4,'as112user','$2a$09$O1rXly8ResuQdbkZGQx6perb2FH72PvFsoVvjVvY5bd6DlyVNKwna','none@example.com',NULL,NULL,1,0,'2015-08-20 15:25:30',1,'vagrant','2015-08-20 15:25:20','AS112 User',NULL); -/*!40000 ALTER TABLE `user` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `user_logins` --- - -DROP TABLE IF EXISTS `user_logins`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `user_logins` ( - `id` bigint(20) NOT NULL AUTO_INCREMENT, - `user_id` int(11) NOT NULL, - `ip` varchar(39) COLLATE utf8_unicode_ci NOT NULL, - `at` datetime NOT NULL, - `customer_to_user_id` int(11) DEFAULT NULL, - PRIMARY KEY (`id`), - KEY `IDX_6341CC99A76ED395` (`user_id`), - KEY `at_idx` (`at`,`user_id`), - KEY `IDX_6341CC99D43FEAE2` (`customer_to_user_id`), - CONSTRAINT `FK_6341CC99A76ED395` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE CASCADE, - CONSTRAINT `FK_6341CC99D43FEAE2` FOREIGN KEY (`customer_to_user_id`) REFERENCES `customer_to_users` (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8 COLLATE=utf8_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 */; -INSERT INTO `user_logins` VALUES (1,1,'10.37.129.2','2014-01-06 13:54:52',1),(2,1,'10.37.129.2','2014-01-13 10:38:11',1),(3,1,'10.0.2.2','2015-08-20 14:44:45',1),(4,1,'10.0.2.2','2017-11-09 12:14:12',1),(5,1,'10.0.2.2','2019-01-21 16:10:47',1),(6,1,'127.0.0.1','2019-05-11 14:37:47',1); -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `user_pref` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `user_id` int(11) DEFAULT NULL, - `attribute` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `ix` int(11) NOT NULL DEFAULT '0', - `op` varchar(2) COLLATE utf8_unicode_ci DEFAULT NULL, - `value` longtext COLLATE utf8_unicode_ci, - `expire` bigint(20) 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 AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_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 */; -INSERT INTO `user_pref` VALUES (1,1,'auth.last_login_from',0,'=','10.0.2.2',0),(2,1,'auth.last_login_at',0,'=','1510229652',0),(4,3,'customer-notes.read_upto',0,'=','1440084320',0); -/*!40000 ALTER TABLE `user_pref` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `vendor` --- - -DROP TABLE IF EXISTS `vendor`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `vendor` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `shortname` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `nagios_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `bundle_name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COLLATE=utf8_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,'Cisco Systems','Cisco','cisco',NULL),(2,'Foundry Networks','Brocade','brocade',NULL),(3,'Extreme Networks','Extreme','extreme',NULL),(4,'Force10 Networks','Force10','force10',NULL),(5,'Glimmerglass','Glimmerglass','glimmerglass',NULL),(6,'Allied Telesyn','AlliedTel','alliedtel',NULL),(7,'Enterasys','Enterasys','enterasys',NULL),(8,'Dell','Dell','dell',NULL),(9,'Hitachi Cable','Hitachi','hitachi',NULL),(10,'MRV','MRV','mrv',NULL),(11,'Transmode','Transmode','transmode',NULL),(12,'Brocade','Brocade','brocade',NULL),(13,'Juniper Networks','Juniper','juniper',NULL); -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `virtualinterface` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `custid` int(11) DEFAULT NULL, - `name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `description` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `mtu` int(11) DEFAULT NULL, - `trunk` tinyint(1) DEFAULT NULL, - `channelgroup` int(11) DEFAULT NULL, - `lag_framing` tinyint(1) NOT NULL DEFAULT '0', - `fastlacp` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`), - KEY `IDX_11D9014FDA0209B9` (`custid`), - CONSTRAINT `FK_11D9014FDA0209B9` FOREIGN KEY (`custid`) REFERENCES `cust` (`id`) ON DELETE CASCADE -) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8 COLLATE=utf8_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,'','',0,0,0,0,0),(2,2,'','',0,0,0,0,0),(3,3,'','',0,0,0,0,0),(4,4,'','',0,0,0,0,0),(5,4,'','',0,0,0,0,0),(6,5,'','',0,0,0,0,0),(7,5,'','',0,0,0,0,0); -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `vlan` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `infrastructureid` int(11) NOT NULL, - `name` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `number` int(11) DEFAULT NULL, - `private` tinyint(1) NOT NULL DEFAULT '0', - `notes` longtext COLLATE utf8_unicode_ci, - `peering_matrix` tinyint(1) NOT NULL DEFAULT '0', - `peering_manager` tinyint(1) NOT NULL DEFAULT '0', - `config_name` varchar(32) COLLATE utf8_unicode_ci 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=3 DEFAULT CHARSET=utf8 COLLATE=utf8_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,1,'Peering LAN 1',1,0,'',0,0,NULL),(2,2,'Peering LAN 2',2,0,'',0,0,NULL); -/*!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 */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `vlaninterface` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `ipv4addressid` int(11) DEFAULT NULL, - `ipv6addressid` int(11) DEFAULT NULL, - `virtualinterfaceid` int(11) DEFAULT NULL, - `vlanid` int(11) DEFAULT NULL, - `ipv4enabled` tinyint(1) DEFAULT '0', - `ipv4hostname` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `ipv6enabled` tinyint(1) DEFAULT '0', - `ipv6hostname` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `mcastenabled` tinyint(1) DEFAULT '0', - `irrdbfilter` tinyint(1) DEFAULT '1', - `bgpmd5secret` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `ipv4bgpmd5secret` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `ipv6bgpmd5secret` varchar(255) COLLATE utf8_unicode_ci DEFAULT NULL, - `maxbgpprefix` int(11) 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 COLLATE utf8_unicode_ci, - `rsmorespecifics` tinyint(1) NOT NULL DEFAULT '0', - 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=8 DEFAULT CHARSET=utf8 COLLATE=utf8_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,10,16,1,1,1,'a.heanet.ie',1,'a.heanet.ie',0,1,NULL,'N7rX2SdfbRsyBLTm','N7rX2SdfbRsyBLTm',1000,1,1,1,1,1,1,0,NULL,0),(2,137,417,2,2,1,'b.heanet.ie',1,'b.heanet.ie',0,1,NULL,'u5zSNJLAVT87RGXQ','u5zSNJLAVT87RGXQ',1000,1,1,1,1,1,0,0,NULL,0),(3,36,NULL,3,1,1,'a.pch.ie',0,'',0,1,NULL,'mcWsqMdzGwTKt67g','mcWsqMdzGwTKt67g',2000,1,1,0,1,0,1,0,NULL,0),(4,6,NULL,4,1,1,'a.as112.net',0,'',0,1,NULL,'w83fmGpRDtaKomQo','w83fmGpRDtaKomQo',20,1,1,0,1,0,0,0,NULL,0),(5,132,NULL,5,2,1,'b.as112.net',0,'',0,1,NULL,'Pz8VYMNwEdCjKz68','Pz8VYMNwEdCjKz68',20,1,1,0,1,0,0,0,NULL,0),(6,NULL,8,6,1,0,'',1,'a.imagine.ie',0,1,NULL,'X8Ks9QnbER9cyzU3','X8Ks9QnbER9cyzU3',1000,1,0,1,0,1,0,0,NULL,0),(7,172,470,7,2,1,'b.imagine.ie',1,'b.imagine.ie',0,1,NULL,'LyJND4eoKuQz5j49','LyJND4eoKuQz5j49',1000,1,1,1,1,1,0,0,NULL,0); -/*!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 2019-05-11 15:38:04 diff --git a/docker-compose.yml b/docker-compose.yml index 0ac931260..1a20b222c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,6 +1,4 @@ -version: "2.3" - networks: ixpmanager: driver: bridge @@ -21,6 +19,7 @@ services: build: context: tools/docker/containers/mysql image: ixpmanager/mysql:dev + platform: linux/x86_64 ports: - 33060:3306 networks: @@ -73,6 +72,7 @@ services: environment: XDEBUG_CONFIG: remote_host=${DOCKER_XDEBUG_CONFIG_REMOTE_HOST} image: ixpmanager/www:v5.0.0 + platform: linux/x86_64 ports: - 8880:80 depends_on: @@ -120,6 +120,7 @@ services: cust-as112: image: ixpmanager/bird:1.6.3 + platform: linux/x86_64 depends_on: - "rs1" networks: @@ -132,6 +133,7 @@ services: cust-as42: image: ixpmanager/bird:1.6.3 + platform: linux/x86_64 depends_on: - "rs1" networks: @@ -144,6 +146,7 @@ services: cust-as1213: image: ixpmanager/bird:1.6.3 + platform: linux/x86_64 depends_on: - "rs1" networks: @@ -156,6 +159,7 @@ services: cust-as1213-v6: image: ixpmanager/bird6:1.6.3 + platform: linux/x86_64 depends_on: - "rs1" networks: @@ -168,6 +172,7 @@ services: cust-as25441-v6: image: ixpmanager/bird6:1.6.3 + platform: linux/x86_64 depends_on: - "rs1" networks: diff --git a/package-lock.json b/package-lock.json index b74172863..99141145e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,7 +7,7 @@ "": { "version": "1.7.1", "dependencies": { - "@popperjs/core": "^2.11.8", + "alpinejs": "^3.14.1", "bootbox": "^6.0.0", "bootstrap": "^4.6.2", "braces": "^3.0.3", @@ -44,6 +44,7 @@ "resolved": "https://registry.npmjs.org/@alloc/quick-lru/-/quick-lru-5.2.0.tgz", "integrity": "sha512-UrcABB+4bUrFABwbluTIBErXwvbsU/V7TZWfmbgJfbkwiBuziS9gxdODUyuiecfdGQ85jglMW6juS3+z5TsKLw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -56,6 +57,7 @@ "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", "dev": true, + "license": "Apache-2.0", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.24" @@ -68,6 +70,7 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.24.7.tgz", "integrity": "sha512-BcYH1CVJBO9tvyIZ2jVeXgSIMvGZ2FDRvDdOIVQyuklNKSsx+eppDEBq/g47Ayw+RqNFE+URvOShmf+f/qwAlA==", + "license": "MIT", "dependencies": { "@babel/highlight": "^7.24.7", "picocolors": "^1.0.0" @@ -77,10 +80,11 @@ } }, "node_modules/@babel/compat-data": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.2.tgz", - "integrity": "sha512-bYcppcpKBvX4znYaPEeFau03bp89ShqNMLs+rmdptMw+heSZh9+z84d2YG+K7cYLbWwzdjtDoW/uqZmPjulClQ==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.25.4.tgz", + "integrity": "sha512-+LGRog6RAsCJrrrg/IO6LGmpphNe5DiK30dGjCoxxeGv49B10/3XYGxPsAwrDlMFcFEvdAUavDT8r9k/hSyQqQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -90,6 +94,7 @@ "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.25.2.tgz", "integrity": "sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA==", "dev": true, + "license": "MIT", "dependencies": { "@ampproject/remapping": "^2.2.0", "@babel/code-frame": "^7.24.7", @@ -120,17 +125,19 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/generator": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.0.tgz", - "integrity": "sha512-3LEEcj3PVW8pW2R1SR1M89g/qrYk/m/mB/tLqn7dn4sbBUQyTqnlod+II2U4dqiGtUmkcnAmkMDralTFZttRiw==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.25.6.tgz", + "integrity": "sha512-VPC82gr1seXOpkjAAKoLhP50vx4vGNlF4msF64dSFq1P8RfB+QAuJWGHPXXPc8QyfVWwwB/TNNU4+ayZmHNbZw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.25.0", + "@babel/types": "^7.25.6", "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25", "jsesc": "^2.5.1" @@ -144,6 +151,7 @@ "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.24.7.tgz", "integrity": "sha512-BaDeOonYvhdKw+JoMVkAixAAJzG2jVPIwWoKBPdYuY9b452e2rPuI9QPYh3KpofZ3pW2akOmwZLOiOsHMiqRAg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.24.7" }, @@ -156,6 +164,7 @@ "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.24.7.tgz", "integrity": "sha512-xZeCVVdwb4MsDBkkyZ64tReWYrLRHlMN72vP7Bdm3OUOuyFZExhsHUUnuWnm2/XOlAJzR0LfPpB56WXZn0X/lA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/traverse": "^7.24.7", "@babel/types": "^7.24.7" @@ -169,6 +178,7 @@ "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.2.tgz", "integrity": "sha512-U2U5LsSaZ7TAt3cfaymQ8WHh0pxvdHoEk6HVpaexxixjyEquMh0L0YNJNM6CTGKMXV1iksi0iZkGw4AcFkPaaw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/compat-data": "^7.25.2", "@babel/helper-validator-option": "^7.24.8", @@ -185,22 +195,24 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/@babel/helper-create-class-features-plugin": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.0.tgz", - "integrity": "sha512-GYM6BxeQsETc9mnct+nIIpf63SAyzvyYN7UB/IlTyd+MBg06afFGp0mIeUqGyWgS2mxad6vqbMrHVlaL3m70sQ==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.4.tgz", + "integrity": "sha512-ro/bFs3/84MDgDmMwbcHgDa8/E6J3QKNTk4xJJnVeFtGE+tL0K26E3pNxhYz2b67fJpt7Aphw5XcploKXuCvCQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", "@babel/helper-member-expression-to-functions": "^7.24.8", "@babel/helper-optimise-call-expression": "^7.24.7", "@babel/helper-replace-supers": "^7.25.0", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", - "@babel/traverse": "^7.25.0", + "@babel/traverse": "^7.25.4", "semver": "^6.3.1" }, "engines": { @@ -215,6 +227,7 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } @@ -224,6 +237,7 @@ "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.2.tgz", "integrity": "sha512-+wqVGP+DFmqwFD3EH6TMTfUNeqDehV3E/dl+Sd54eaXqm17tEUNbEIn4sVivVowbvUpOtIGxdo3GoXyDH9N/9g==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", "regexpu-core": "^5.3.1", @@ -241,6 +255,7 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } @@ -250,6 +265,7 @@ "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.2.tgz", "integrity": "sha512-LV76g+C502biUK6AyZ3LK10vDpDyCzZnhZFXkH1L75zHPj68+qc8Zfpx2th+gzwA2MzyK+1g/3EPl62yFnVttQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.22.6", "@babel/helper-plugin-utils": "^7.22.5", @@ -266,6 +282,7 @@ "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.24.8.tgz", "integrity": "sha512-LABppdt+Lp/RlBxqrh4qgf1oEH/WxdzQNDJIu5gC/W1GyvPVrOBiItmmM8wan2fm4oYqFuFfkXmlGpLQhPY8CA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/traverse": "^7.24.8", "@babel/types": "^7.24.8" @@ -279,6 +296,7 @@ "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.24.7.tgz", "integrity": "sha512-8AyH3C+74cgCVVXow/myrynrAGv+nTVg5vKu2nZph9x7RcRwzmh0VFallJuFTZ9mx6u4eSdXZfcOzSqTUm0HCA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/traverse": "^7.24.7", "@babel/types": "^7.24.7" @@ -292,6 +310,7 @@ "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.25.2.tgz", "integrity": "sha512-BjyRAbix6j/wv83ftcVJmBt72QtHI56C7JXZoG2xATiLpmoC7dpd8WnkikExHDVPpi/3qCmO6WY1EaXOluiecQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.24.7", "@babel/helper-simple-access": "^7.24.7", @@ -310,6 +329,7 @@ "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.24.7.tgz", "integrity": "sha512-jKiTsW2xmWwxT1ixIdfXUZp+P5yURx2suzLZr5Hi64rURpDYdMW0pv+Uf17EYk2Rd428Lx4tLsnjGJzYKDM/6A==", "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.24.7" }, @@ -322,6 +342,7 @@ "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.24.8.tgz", "integrity": "sha512-FFWx5142D8h2Mgr/iPVGH5G7w6jDn4jUSpZTyDnQO0Yn7Ks2Kuz6Pci8H6MPCoUJegd/UZQ3tAvfLCxQSnWWwg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -331,6 +352,7 @@ "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.0.tgz", "integrity": "sha512-NhavI2eWEIz/H9dbrG0TuOicDhNexze43i5z7lEqwYm0WEZVTwnPpA0EafUTP7+6/W79HWIP2cTe3Z5NiSTVpw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", "@babel/helper-wrap-function": "^7.25.0", @@ -348,6 +370,7 @@ "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.0.tgz", "integrity": "sha512-q688zIvQVYtZu+i2PsdIu/uWGRpfxzr5WESsfpShfZECkO+d2o+WROWezCi/Q6kJ0tfPa5+pUGUlfx2HhrA3Bg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-member-expression-to-functions": "^7.24.8", "@babel/helper-optimise-call-expression": "^7.24.7", @@ -365,6 +388,7 @@ "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.24.7.tgz", "integrity": "sha512-zBAIvbCMh5Ts+b86r/CjU+4XGYIs+R1j951gxI3KmmxBMhCg4oQMsv6ZXQ64XOm/cvzfU1FmoCyt6+owc5QMYg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/traverse": "^7.24.7", "@babel/types": "^7.24.7" @@ -378,6 +402,7 @@ "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.24.7.tgz", "integrity": "sha512-IO+DLT3LQUElMbpzlatRASEyQtfhSE0+m465v++3jyyXeBTBUjtVZg28/gHeV5mrTJqvEKhKroBGAvhW+qPHiQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/traverse": "^7.24.7", "@babel/types": "^7.24.7" @@ -391,6 +416,7 @@ "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.24.8.tgz", "integrity": "sha512-pO9KhhRcuUyGnJWwyEgnRJTSIZHiT+vMD0kPeD+so0l7mxkMT19g3pjY9GTnHySck/hDzq+dtW/4VgnMkippsQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -399,6 +425,7 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.24.7.tgz", "integrity": "sha512-rR+PBcQ1SMQDDyF6X0wxtG8QyLCgUB0eRAGguqRLfkCA87l7yAP7ehq8SNj96OOGTO8OBV70KhuFYcIkHXOg0w==", + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -408,6 +435,7 @@ "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.24.8.tgz", "integrity": "sha512-xb8t9tD1MHLungh/AIoWYN+gVHaB9kwlu8gffXGSt3FFEIT7RjS+xWbc2vUD1UTZdIpKj/ab3rdqJ7ufngyi2Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -417,6 +445,7 @@ "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.0.tgz", "integrity": "sha512-s6Q1ebqutSiZnEjaofc/UKDyC4SbzV5n5SrA2Gq8UawLycr3i04f1dX4OzoQVnexm6aOCh37SQNYlJ/8Ku+PMQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/template": "^7.25.0", "@babel/traverse": "^7.25.0", @@ -427,13 +456,14 @@ } }, "node_modules/@babel/helpers": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.0.tgz", - "integrity": "sha512-MjgLZ42aCm0oGjJj8CtSM3DB8NOOf8h2l7DCTePJs29u+v7yO/RBX9nShlKMgFnRks/Q4tBAe7Hxnov9VkGwLw==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.25.6.tgz", + "integrity": "sha512-Xg0tn4HcfTijTwfDwYlvVCl43V6h4KyVVX2aEm4qdO/PC6L2YvzLHFdmxhoeSA3eslcE6+ZVXHgWwopXYLNq4Q==", "dev": true, + "license": "MIT", "dependencies": { "@babel/template": "^7.25.0", - "@babel/types": "^7.25.0" + "@babel/types": "^7.25.6" }, "engines": { "node": ">=6.9.0" @@ -443,6 +473,7 @@ "version": "7.24.7", "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.24.7.tgz", "integrity": "sha512-EStJpq4OuY8xYfhGVXngigBJRWxftKX9ksiGDnmlY3o7B/V7KIAc9X4oiK87uPJSc/vs5L869bem5fhZa8caZw==", + "license": "MIT", "dependencies": { "@babel/helper-validator-identifier": "^7.24.7", "chalk": "^2.4.2", @@ -457,6 +488,7 @@ "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "license": "MIT", "dependencies": { "color-convert": "^1.9.0" }, @@ -468,6 +500,7 @@ "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "license": "MIT", "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", @@ -481,6 +514,7 @@ "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "license": "MIT", "dependencies": { "color-name": "1.1.3" } @@ -488,12 +522,14 @@ "node_modules/@babel/highlight/node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==" + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "license": "MIT" }, "node_modules/@babel/highlight/node_modules/has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "license": "MIT", "engines": { "node": ">=4" } @@ -502,6 +538,7 @@ "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "license": "MIT", "dependencies": { "has-flag": "^3.0.0" }, @@ -510,12 +547,13 @@ } }, "node_modules/@babel/parser": { - "version": "7.25.3", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.3.tgz", - "integrity": "sha512-iLTJKDbJ4hMvFPgQwwsVoxtHyWpKKPBrxkANrSYewDPaPpT5py5yeVkgPIJ7XYXhndxJpaA3PyALSXQ7u8e/Dw==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.25.6.tgz", + "integrity": "sha512-trGdfBdbD0l1ZPmcJ83eNxB9rbEax4ALFTF7fN386TMYbeCQbyme5cOEXQhbGXKebwGaB/J52w1mrklMcbgy6Q==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/types": "^7.25.2" + "@babel/types": "^7.25.6" }, "bin": { "parser": "bin/babel-parser.js" @@ -529,6 +567,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.3.tgz", "integrity": "sha512-wUrcsxZg6rqBXG05HG1FPYgsP6EvwF4WpBbxIpWIIYnH8wG0gzx3yZY3dtEHas4sTAOGkbTsc9EGPxwff8lRoA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8", "@babel/traverse": "^7.25.3" @@ -545,6 +584,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.0.tgz", "integrity": "sha512-Bm4bH2qsX880b/3ziJ8KD711LT7z4u8CFudmjqle65AZj/HNUFhEf90dqYv6O86buWvSBmeQDjv0Tn2aF/bIBA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8" }, @@ -560,6 +600,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.0.tgz", "integrity": "sha512-lXwdNZtTmeVOOFtwM/WDe7yg1PL8sYhRk/XH0FzbR2HDQ0xC+EnQ/JHeoMYSavtU115tnUk0q9CDyq8si+LMAA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8" }, @@ -575,6 +616,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.24.7.tgz", "integrity": "sha512-+izXIbke1T33mY4MSNnrqhPXDz01WYhEf3yF5NbnUtkiNnm+XBZJl3kNfoK6NKmYlz/D07+l2GWVK/QfDkNCuQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", @@ -592,6 +634,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.0.tgz", "integrity": "sha512-tggFrk1AIShG/RUQbEwt2Tr/E+ObkfwrPjR6BjbRvsx24+PSjK8zrq0GWPNCjo8qpRx4DuJzlcvWJqlm+0h3kw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8", "@babel/traverse": "^7.25.0" @@ -609,6 +652,7 @@ "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==", "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.", "dev": true, + "license": "MIT", "dependencies": { "@babel/compat-data": "^7.20.5", "@babel/helper-compilation-targets": "^7.20.7", @@ -628,6 +672,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" }, @@ -640,6 +685,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -652,6 +698,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.12.13" }, @@ -664,6 +711,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -679,6 +727,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -691,6 +740,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.3" }, @@ -699,12 +749,13 @@ } }, "node_modules/@babel/plugin-syntax-import-assertions": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.24.7.tgz", - "integrity": "sha512-Ec3NRUMoi8gskrkBe3fNmEQfxDvY8bgfQpz6jlk/41kX9eUjvpyqWU7PBP/pLAvMaSQjbMNKJmvX57jP+M6bPg==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.25.6.tgz", + "integrity": "sha512-aABl0jHw9bZ2karQ/uUD6XP4u0SG22SJrOHFoL6XB1R7dTovOP4TzTlsxOYC5yQ1pdscVK2JTUnF6QL3ARoAiQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -714,12 +765,13 @@ } }, "node_modules/@babel/plugin-syntax-import-attributes": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.24.7.tgz", - "integrity": "sha512-hbX+lKKeUMGihnK8nvKqmXBInriT3GVjzXKFriV3YC6APGxMbP8RZNFwy91+hocLXq90Mta+HshoB31802bb8A==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.25.6.tgz", + "integrity": "sha512-sXaDXaJN9SNLymBdlWFA+bjzBhFD617ZaFiY13dGt7TVslVvVgA6fkZOP7Ki3IGElC45lwHdOTrCtKZGVAWeLQ==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -733,6 +785,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz", "integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -745,6 +798,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -757,6 +811,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -769,6 +824,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -781,6 +837,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.10.4" }, @@ -793,6 +850,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -805,6 +863,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -817,6 +876,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.8.0" }, @@ -829,6 +889,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -844,6 +905,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.14.5" }, @@ -859,6 +921,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" @@ -875,6 +938,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.24.7.tgz", "integrity": "sha512-Dt9LQs6iEY++gXUwY03DNFat5C2NbO48jj+j/bSAz6b3HgPs39qcPiYt77fDObIcFwj3/C2ICX9YMwGflUoSHQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -886,15 +950,16 @@ } }, "node_modules/@babel/plugin-transform-async-generator-functions": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.0.tgz", - "integrity": "sha512-uaIi2FdqzjpAMvVqvB51S42oC2JEVgh0LDsGfZVDysWE8LrJtQC2jvKmOqEYThKyB7bDEb7BP1GYWDm7tABA0Q==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.4.tgz", + "integrity": "sha512-jz8cV2XDDTqjKPwVPJBIjORVEmSGYhdRa8e5k5+vN+uwcjSrSxUaebBRa4ko1jqNF2uxyg8G6XYk30Jv285xzg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-remap-async-to-generator": "^7.25.0", "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/traverse": "^7.25.0" + "@babel/traverse": "^7.25.4" }, "engines": { "node": ">=6.9.0" @@ -908,6 +973,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.24.7.tgz", "integrity": "sha512-SQY01PcJfmQ+4Ash7NE+rpbLFbmqA2GPIgqzxfFTL4t1FKRq4zTms/7htKpoCUI9OcFYgzqfmCdH53s6/jn5fA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -925,6 +991,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.24.7.tgz", "integrity": "sha512-yO7RAz6EsVQDaBH18IDJcMB1HnrUn2FJ/Jslc/WtPPWcjhpUJXU/rjbwmluzp7v/ZzWcEhTMXELnnsz8djWDwQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -940,6 +1007,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.0.tgz", "integrity": "sha512-yBQjYoOjXlFv9nlXb3f1casSHOZkWr29NX+zChVanLg5Nc157CrbEX9D7hxxtTpuFy7Q0YzmmWfJxzvps4kXrQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8" }, @@ -951,13 +1019,14 @@ } }, "node_modules/@babel/plugin-transform-class-properties": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.24.7.tgz", - "integrity": "sha512-vKbfawVYayKcSeSR5YYzzyXvsDFWU2mD8U5TFeXtbCPLFUqe7GyCgvO6XDHzje862ODrOwy6WCPmKeWHbCFJ4w==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.4.tgz", + "integrity": "sha512-nZeZHyCWPfjkdU5pA/uHiTaDAFUEqkpzf1YoQT2NeSynCGYq9rxfyI3XpQbfx/a0hSnFH6TGlEXvae5Vi7GD8g==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-class-features-plugin": "^7.25.4", + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -971,6 +1040,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.7.tgz", "integrity": "sha512-HMXK3WbBPpZQufbMG4B46A90PkuuhN9vBCb5T8+VAHqvAqvcLi+2cKoukcpmUYkszLhScU3l1iudhrks3DggRQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-class-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -984,16 +1054,17 @@ } }, "node_modules/@babel/plugin-transform-classes": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.0.tgz", - "integrity": "sha512-xyi6qjr/fYU304fiRwFbekzkqVJZ6A7hOjWZd+89FVcBqPV3S9Wuozz82xdpLspckeaafntbzglaW4pqpzvtSw==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.4.tgz", + "integrity": "sha512-oexUfaQle2pF/b6E0dwsxQtAol9TLSO88kQvym6HHBWFliV2lGdrPieX+WgMRLSJDVzdYywk7jXbLPuO2KLTLg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", - "@babel/helper-compilation-targets": "^7.24.8", + "@babel/helper-compilation-targets": "^7.25.2", "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-replace-supers": "^7.25.0", - "@babel/traverse": "^7.25.0", + "@babel/traverse": "^7.25.4", "globals": "^11.1.0" }, "engines": { @@ -1008,6 +1079,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.24.7.tgz", "integrity": "sha512-25cS7v+707Gu6Ds2oY6tCkUwsJ9YIDbggd9+cu9jzzDgiNq7hR/8dkzxWfKWnTic26vsI3EsCXNd4iEB6e8esQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/template": "^7.24.7" @@ -1024,6 +1096,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.24.8.tgz", "integrity": "sha512-36e87mfY8TnRxc7yc6M9g9gOB7rKgSahqkIKwLpz4Ppk2+zC2Cy1is0uwtuSG6AE4zlTOUa+7JGz9jCJGLqQFQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8" }, @@ -1039,6 +1112,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.24.7.tgz", "integrity": "sha512-ZOA3W+1RRTSWvyqcMJDLqbchh7U4NRGqwRfFSVbOLS/ePIP4vHB5e8T8eXcuqyN1QkgKyj5wuW0lcS85v4CrSw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -1055,6 +1129,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.24.7.tgz", "integrity": "sha512-JdYfXyCRihAe46jUIliuL2/s0x0wObgwwiGxw/UbgJBr20gQBThrokO4nYKgWkD7uBaqM7+9x5TU7NkExZJyzw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -1070,6 +1145,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.0.tgz", "integrity": "sha512-YLpb4LlYSc3sCUa35un84poXoraOiQucUTTu8X1j18JV+gNa8E0nyUf/CjZ171IRGr4jEguF+vzJU66QZhn29g==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.25.0", "@babel/helper-plugin-utils": "^7.24.8" @@ -1086,6 +1162,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.24.7.tgz", "integrity": "sha512-sc3X26PhZQDb3JhORmakcbvkeInvxz+A8oda99lj7J60QRuPZvNAk9wQlTBS1ZynelDrDmTU4pw1tyc5d5ZMUg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-dynamic-import": "^7.8.3" @@ -1102,6 +1179,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.24.7.tgz", "integrity": "sha512-Rqe/vSc9OYgDajNIK35u7ot+KeCoetqQYFXM4Epf7M7ez3lWlOjrDjrwMei6caCVhfdw+mIKD4cgdGNy5JQotQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-builder-binary-assignment-operator-visitor": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -1118,6 +1196,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.24.7.tgz", "integrity": "sha512-v0K9uNYsPL3oXZ/7F9NNIbAj2jv1whUEtyA6aujhekLs56R++JDQuzRcP2/z4WX5Vg/c5lE9uWZA0/iUoFhLTA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-export-namespace-from": "^7.8.3" @@ -1134,6 +1213,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.24.7.tgz", "integrity": "sha512-wo9ogrDG1ITTTBsy46oGiN1dS9A7MROBTcYsfS8DtsImMkHk9JXJ3EWQM6X2SUw4x80uGPlwj0o00Uoc6nEE3g==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" @@ -1150,6 +1230,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.1.tgz", "integrity": "sha512-TVVJVdW9RKMNgJJlLtHsKDTydjZAbwIsn6ySBPQaEAUU5+gVvlJt/9nRmqVbsV/IBanRjzWoaAQKLoamWVOUuA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.24.8", "@babel/helper-plugin-utils": "^7.24.8", @@ -1167,6 +1248,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.24.7.tgz", "integrity": "sha512-2yFnBGDvRuxAaE/f0vfBKvtnvvqU8tGpMHqMNpTN2oWMKIR3NqFkjaAgGwawhqK/pIN2T3XdjGPdaG0vDhOBGw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-json-strings": "^7.8.3" @@ -1183,6 +1265,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.2.tgz", "integrity": "sha512-HQI+HcTbm9ur3Z2DkO+jgESMAMcYLuN/A7NRw9juzxAezN9AvqvUTnpKP/9kkYANz6u7dFlAyOu44ejuGySlfw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8" }, @@ -1198,6 +1281,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.24.7.tgz", "integrity": "sha512-4D2tpwlQ1odXmTEIFWy9ELJcZHqrStlzK/dAOWYyxX3zT0iXQB6banjgeOJQXzEc4S0E0a5A+hahxPaEFYftsw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" @@ -1214,6 +1298,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.24.7.tgz", "integrity": "sha512-T/hRC1uqrzXMKLQ6UCwMT85S3EvqaBXDGf0FaMf4446Qx9vKwlghvee0+uuZcDUCZU5RuNi4781UQ7R308zzBw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -1229,6 +1314,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.24.7.tgz", "integrity": "sha512-9+pB1qxV3vs/8Hdmz/CulFB8w2tuu6EB94JZFsjdqxQokwGa9Unap7Bo2gGBGIvPmDIVvQrom7r5m/TCDMURhg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -1245,6 +1331,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.24.8.tgz", "integrity": "sha512-WHsk9H8XxRs3JXKWFiqtQebdh9b/pTk4EgueygFzYlTKAg0Ud985mSevdNjdXdFBATSKVJGQXP1tv6aGbssLKA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.24.8", "@babel/helper-plugin-utils": "^7.24.8", @@ -1262,6 +1349,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.0.tgz", "integrity": "sha512-YPJfjQPDXxyQWg/0+jHKj1llnY5f/R6a0p/vP4lPymxLu7Lvl4k2WMitqi08yxwQcCVUUdG9LCUj4TNEgAp3Jw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.25.0", "@babel/helper-plugin-utils": "^7.24.8", @@ -1280,6 +1368,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.24.7.tgz", "integrity": "sha512-3aytQvqJ/h9z4g8AsKPLvD4Zqi2qT+L3j7XoFFu1XBlZWEl2/1kWnhmAbxpLgPrHSY0M6UA02jyTiwUVtiKR6A==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-transforms": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -1296,6 +1385,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.24.7.tgz", "integrity": "sha512-/jr7h/EWeJtk1U/uz2jlsCioHkZk1JJZVcc8oQsJ1dUlaJD83f4/6Zeh2aHt9BIFokHIsSeDfhUmju0+1GPd6g==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -1312,6 +1402,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.24.7.tgz", "integrity": "sha512-RNKwfRIXg4Ls/8mMTza5oPF5RkOW8Wy/WgMAp1/F1yZ8mMbtwXW+HDoJiOsagWrAhI5f57Vncrmr9XeT4CVapA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -1327,6 +1418,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.24.7.tgz", "integrity": "sha512-Ts7xQVk1OEocqzm8rHMXHlxvsfZ0cEF2yomUqpKENHWMF4zKk175Y4q8H5knJes6PgYad50uuRmt3UJuhBw8pQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" @@ -1343,6 +1435,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.24.7.tgz", "integrity": "sha512-e6q1TiVUzvH9KRvicuxdBTUj4AdKSRwzIyFFnfnezpCfP2/7Qmbb8qbU2j7GODbl4JMkblitCQjKYUaX/qkkwA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-numeric-separator": "^7.10.4" @@ -1359,6 +1452,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.24.7.tgz", "integrity": "sha512-4QrHAr0aXQCEFni2q4DqKLD31n2DL+RxcwnNjDFkSG0eNQ/xCavnRkfCUjsyqGC2OviNJvZOF/mQqZBw7i2C5Q==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-compilation-targets": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7", @@ -1377,6 +1471,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.24.7.tgz", "integrity": "sha512-A/vVLwN6lBrMFmMDmPPz0jnE6ZGx7Jq7d6sT/Ev4H65RER6pZ+kczlf1DthF5N0qaPHBsI7UXiE8Zy66nmAovg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/helper-replace-supers": "^7.24.7" @@ -1393,6 +1488,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.7.tgz", "integrity": "sha512-uLEndKqP5BfBbC/5jTwPxLh9kqPWWgzN/f8w6UwAIirAEqiIVJWWY312X72Eub09g5KF9+Zn7+hT7sDxmhRuKA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" @@ -1409,6 +1505,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.24.8.tgz", "integrity": "sha512-5cTOLSMs9eypEy8JUVvIKOu6NgvbJMnpG62VpIHrTmROdQ+L5mDAaI40g25k5vXti55JWNX5jCkq3HZxXBQANw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7", @@ -1426,6 +1523,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.24.7.tgz", "integrity": "sha512-yGWW5Rr+sQOhK0Ot8hjDJuxU3XLRQGflvT4lhlSY0DFvdb3TwKaY26CJzHtYllU0vT9j58hc37ndFPsqT1SrzA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -1437,13 +1535,14 @@ } }, "node_modules/@babel/plugin-transform-private-methods": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.24.7.tgz", - "integrity": "sha512-COTCOkG2hn4JKGEKBADkA8WNb35TGkkRbI5iT845dB+NyqgO8Hn+ajPbSnIQznneJTa3d30scb6iz/DhH8GsJQ==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.4.tgz", + "integrity": "sha512-ao8BG7E2b/URaUQGqN3Tlsg+M3KlHY6rJ1O1gXAEUnZoyNQnvKyH87Kfg+FoxSeyWUB8ISZZsC91C44ZuBFytw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-class-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-class-features-plugin": "^7.25.4", + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1457,6 +1556,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.24.7.tgz", "integrity": "sha512-9z76mxwnwFxMyxZWEgdgECQglF2Q7cFLm0kMf8pGwt+GSJsY0cONKj/UuO4bOH0w/uAel3ekS4ra5CEAyJRmDA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-annotate-as-pure": "^7.24.7", "@babel/helper-create-class-features-plugin": "^7.24.7", @@ -1475,6 +1575,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.24.7.tgz", "integrity": "sha512-EMi4MLQSHfd2nrCqQEWxFdha2gBCqU4ZcCng4WBGZ5CJL4bBRW0ptdqqDdeirGZcpALazVVNJqRmsO8/+oNCBA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -1490,6 +1591,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.24.7.tgz", "integrity": "sha512-lq3fvXPdimDrlg6LWBoqj+r/DEWgONuwjuOuQCSYgRroXDH/IdM1C0IZf59fL5cHLpjEH/O6opIRBbqv7ELnuA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "regenerator-transform": "^0.15.2" @@ -1506,6 +1608,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.24.7.tgz", "integrity": "sha512-0DUq0pHcPKbjFZCfTss/pGkYMfy3vFWydkUBd9r0GHpIyfs2eCDENvqadMycRS9wZCXR41wucAfJHJmwA0UmoQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -1517,15 +1620,16 @@ } }, "node_modules/@babel/plugin-transform-runtime": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.24.7.tgz", - "integrity": "sha512-YqXjrk4C+a1kZjewqt+Mmu2UuV1s07y8kqcUf4qYLnoqemhR4gRQikhdAhSVJioMjVTu6Mo6pAbaypEA3jY6fw==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.4.tgz", + "integrity": "sha512-8hsyG+KUYGY0coX6KUCDancA0Vw225KJ2HJO0yCNr1vq5r+lJTleDaJf0K7iOhjw4SWhu03TMBzYTJ9krmzULQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-module-imports": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7", + "@babel/helper-plugin-utils": "^7.24.8", "babel-plugin-polyfill-corejs2": "^0.4.10", - "babel-plugin-polyfill-corejs3": "^0.10.1", + "babel-plugin-polyfill-corejs3": "^0.10.6", "babel-plugin-polyfill-regenerator": "^0.6.1", "semver": "^6.3.1" }, @@ -1541,6 +1645,7 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } @@ -1550,6 +1655,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.24.7.tgz", "integrity": "sha512-KsDsevZMDsigzbA09+vacnLpmPH4aWjcZjXdyFKGzpplxhbeB4wYtury3vglQkg6KM/xEPKt73eCjPPf1PgXBA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -1565,6 +1671,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.24.7.tgz", "integrity": "sha512-x96oO0I09dgMDxJaANcRyD4ellXFLLiWhuwDxKZX5g2rWP1bTPkBSwCYv96VDXVT1bD9aPj8tppr5ITIh8hBng==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7", "@babel/helper-skip-transparent-expression-wrappers": "^7.24.7" @@ -1581,6 +1688,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.24.7.tgz", "integrity": "sha512-kHPSIJc9v24zEml5geKg9Mjx5ULpfncj0wRpYtxbvKyTtHCYDkVE3aHQ03FrpEo4gEe2vrJJS1Y9CJTaThA52g==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -1596,6 +1704,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.24.7.tgz", "integrity": "sha512-AfDTQmClklHCOLxtGoP7HkeMw56k1/bTQjwsfhL6pppo/M4TOBSq+jjBUBLmV/4oeFg4GWMavIl44ZeCtmmZTw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -1611,6 +1720,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.24.8.tgz", "integrity": "sha512-adNTUpDCVnmAE58VEqKlAA6ZBlNkMnWD0ZcW76lyNFN3MJniyGFZfNwERVk8Ap56MCnXztmDr19T4mPTztcuaw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.8" }, @@ -1626,6 +1736,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.24.7.tgz", "integrity": "sha512-U3ap1gm5+4edc2Q/P+9VrBNhGkfnf+8ZqppY71Bo/pzZmXhhLdqgaUl6cuB07O1+AQJtCLfaOmswiNbSQ9ivhw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.24.7" }, @@ -1641,6 +1752,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.24.7.tgz", "integrity": "sha512-uH2O4OV5M9FZYQrwc7NdVmMxQJOCCzFeYudlZSzUAHRFeOujQefa92E74TQDVskNHCzOXoigEuoyzHDhaEaK5w==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -1657,6 +1769,7 @@ "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.24.7.tgz", "integrity": "sha512-hlQ96MBZSAXUq7ltkjtu3FJCCSMx/j629ns3hA3pXnBXjanNP0LHi+JpPeA81zaWgVK1VGH95Xuy7u0RyQ8kMg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-create-regexp-features-plugin": "^7.24.7", "@babel/helper-plugin-utils": "^7.24.7" @@ -1669,13 +1782,14 @@ } }, "node_modules/@babel/plugin-transform-unicode-sets-regex": { - "version": "7.24.7", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.24.7.tgz", - "integrity": "sha512-2G8aAvF4wy1w/AGZkemprdGMRg5o6zPNhbHVImRz3lss55TYCBd6xStN19rt8XJHq20sqV0JbyWjOWwQRwV/wg==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.4.tgz", + "integrity": "sha512-qesBxiWkgN1Q+31xUE9RcMk79eOXXDCv6tfyGMRSs4RGlioSg2WVyQAm07k726cSE56pa+Kb0y9epX2qaXzTvA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-create-regexp-features-plugin": "^7.24.7", - "@babel/helper-plugin-utils": "^7.24.7" + "@babel/helper-create-regexp-features-plugin": "^7.25.2", + "@babel/helper-plugin-utils": "^7.24.8" }, "engines": { "node": ">=6.9.0" @@ -1685,12 +1799,13 @@ } }, "node_modules/@babel/preset-env": { - "version": "7.25.3", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.3.tgz", - "integrity": "sha512-QsYW7UeAaXvLPX9tdVliMJE7MD7M6MLYVTovRTIwhoYQVFHR1rM4wO8wqAezYi3/BpSD+NzVCZ69R6smWiIi8g==", + "version": "7.25.4", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.25.4.tgz", + "integrity": "sha512-W9Gyo+KmcxjGahtt3t9fb14vFRWvPpu5pT6GBlovAK6BTBcxgjfVMSQCfJl4oi35ODrxP6xx2Wr8LNST57Mraw==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/compat-data": "^7.25.2", + "@babel/compat-data": "^7.25.4", "@babel/helper-compilation-targets": "^7.25.2", "@babel/helper-plugin-utils": "^7.24.8", "@babel/helper-validator-option": "^7.24.8", @@ -1719,13 +1834,13 @@ "@babel/plugin-syntax-top-level-await": "^7.14.5", "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", "@babel/plugin-transform-arrow-functions": "^7.24.7", - "@babel/plugin-transform-async-generator-functions": "^7.25.0", + "@babel/plugin-transform-async-generator-functions": "^7.25.4", "@babel/plugin-transform-async-to-generator": "^7.24.7", "@babel/plugin-transform-block-scoped-functions": "^7.24.7", "@babel/plugin-transform-block-scoping": "^7.25.0", - "@babel/plugin-transform-class-properties": "^7.24.7", + "@babel/plugin-transform-class-properties": "^7.25.4", "@babel/plugin-transform-class-static-block": "^7.24.7", - "@babel/plugin-transform-classes": "^7.25.0", + "@babel/plugin-transform-classes": "^7.25.4", "@babel/plugin-transform-computed-properties": "^7.24.7", "@babel/plugin-transform-destructuring": "^7.24.8", "@babel/plugin-transform-dotall-regex": "^7.24.7", @@ -1753,7 +1868,7 @@ "@babel/plugin-transform-optional-catch-binding": "^7.24.7", "@babel/plugin-transform-optional-chaining": "^7.24.8", "@babel/plugin-transform-parameters": "^7.24.7", - "@babel/plugin-transform-private-methods": "^7.24.7", + "@babel/plugin-transform-private-methods": "^7.25.4", "@babel/plugin-transform-private-property-in-object": "^7.24.7", "@babel/plugin-transform-property-literals": "^7.24.7", "@babel/plugin-transform-regenerator": "^7.24.7", @@ -1766,10 +1881,10 @@ "@babel/plugin-transform-unicode-escapes": "^7.24.7", "@babel/plugin-transform-unicode-property-regex": "^7.24.7", "@babel/plugin-transform-unicode-regex": "^7.24.7", - "@babel/plugin-transform-unicode-sets-regex": "^7.24.7", + "@babel/plugin-transform-unicode-sets-regex": "^7.25.4", "@babel/preset-modules": "0.1.6-no-external-plugins", "babel-plugin-polyfill-corejs2": "^0.4.10", - "babel-plugin-polyfill-corejs3": "^0.10.4", + "babel-plugin-polyfill-corejs3": "^0.10.6", "babel-plugin-polyfill-regenerator": "^0.6.1", "core-js-compat": "^3.37.1", "semver": "^6.3.1" @@ -1786,6 +1901,7 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } @@ -1795,6 +1911,7 @@ "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@babel/types": "^7.4.4", @@ -1808,13 +1925,15 @@ "version": "0.8.0", "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@babel/runtime": { - "version": "7.25.0", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.0.tgz", - "integrity": "sha512-7dRy4DwXwtzBrPbZflqxnvfxLF8kdZXPkhymtDeFoFqE6ldzjQFgYTtYIFARcLEYDrqfBfYcZt1WqFxRoyC9Rw==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.25.6.tgz", + "integrity": "sha512-VBj9MYyDb9tuLq7yzqjgzt6Q+IBQLrGZfdjOekyEirZPHxXWoTSGUTMrpsfi58Up73d13NfYLv8HT9vmznjzhQ==", "dev": true, + "license": "MIT", "dependencies": { "regenerator-runtime": "^0.14.0" }, @@ -1827,6 +1946,7 @@ "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.0.tgz", "integrity": "sha512-aOOgh1/5XzKvg1jvVz7AVrx2piJ2XBi227DHmbY6y+bM9H2FlN+IfecYu4Xl0cNiiVejlsCri89LUsbj8vJD9Q==", "dev": true, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.24.7", "@babel/parser": "^7.25.0", @@ -1837,16 +1957,17 @@ } }, "node_modules/@babel/traverse": { - "version": "7.25.3", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.3.tgz", - "integrity": "sha512-HefgyP1x754oGCsKmV5reSmtV7IXj/kpaE1XYY+D9G5PvKKoFfSbiS4M77MdjuwlZKDIKFCffq9rPU+H/s3ZdQ==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.6.tgz", + "integrity": "sha512-9Vrcx5ZW6UwK5tvqsj0nGpp/XzqthkT0dqIc9g1AdtygFToNtTF67XzYS//dm+SAK9cp3B9R4ZO/46p63SCjlQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.24.7", - "@babel/generator": "^7.25.0", - "@babel/parser": "^7.25.3", + "@babel/generator": "^7.25.6", + "@babel/parser": "^7.25.6", "@babel/template": "^7.25.0", - "@babel/types": "^7.25.2", + "@babel/types": "^7.25.6", "debug": "^4.3.1", "globals": "^11.1.0" }, @@ -1855,10 +1976,11 @@ } }, "node_modules/@babel/types": { - "version": "7.25.2", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.2.tgz", - "integrity": "sha512-YTnYtra7W9e6/oAZEHj0bJehPRUlLH9/fbpT5LfB0NhQXyALCRkRs3zH9v07IYhkgpqX6Z78FnuccZr/l4Fs4Q==", + "version": "7.25.6", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.25.6.tgz", + "integrity": "sha512-/l42B1qxpG6RdfYf343Uw1vmDjeNhneUXtzhojE7pDgfpEypmRhI6j1kr17XCVv4Cgl9HdAiQY2x0GwKm7rWCw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-string-parser": "^7.24.8", "@babel/helper-validator-identifier": "^7.24.7", @@ -1873,6 +1995,7 @@ "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=0.1.90" @@ -1883,6 +2006,7 @@ "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.0.0" } @@ -1892,6 +2016,7 @@ "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", "dev": true, + "license": "ISC", "dependencies": { "string-width": "^5.1.2", "string-width-cjs": "npm:string-width@^4.2.0", @@ -1909,6 +2034,7 @@ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -1921,6 +2047,7 @@ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", "dev": true, + "license": "MIT", "engines": { "node": ">=12" }, @@ -1932,13 +2059,15 @@ "version": "9.2.2", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@isaacs/cliui/node_modules/string-width": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "dev": true, + "license": "MIT", "dependencies": { "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", @@ -1956,6 +2085,7 @@ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^6.0.1" }, @@ -1971,6 +2101,7 @@ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^6.1.0", "string-width": "^5.0.1", @@ -1987,6 +2118,7 @@ "version": "0.3.5", "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "license": "MIT", "dependencies": { "@jridgewell/set-array": "^1.2.1", "@jridgewell/sourcemap-codec": "^1.4.10", @@ -2000,6 +2132,7 @@ "version": "3.1.2", "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "license": "MIT", "engines": { "node": ">=6.0.0" } @@ -2008,6 +2141,7 @@ "version": "1.2.1", "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "license": "MIT", "engines": { "node": ">=6.0.0" } @@ -2016,6 +2150,7 @@ "version": "0.3.6", "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", + "license": "MIT", "dependencies": { "@jridgewell/gen-mapping": "^0.3.5", "@jridgewell/trace-mapping": "^0.3.25" @@ -2024,12 +2159,14 @@ "node_modules/@jridgewell/sourcemap-codec": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", - "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==" + "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", + "license": "MIT" }, "node_modules/@jridgewell/trace-mapping": { "version": "0.3.25", "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "license": "MIT", "dependencies": { "@jridgewell/resolve-uri": "^3.1.0", "@jridgewell/sourcemap-codec": "^1.4.14" @@ -2039,13 +2176,15 @@ "version": "2.0.5", "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz", "integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@nodelib/fs.scandir": { "version": "2.1.5", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", "dev": true, + "license": "MIT", "dependencies": { "@nodelib/fs.stat": "2.0.5", "run-parallel": "^1.1.9" @@ -2059,6 +2198,7 @@ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", "dev": true, + "license": "MIT", "engines": { "node": ">= 8" } @@ -2068,6 +2208,7 @@ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", "dev": true, + "license": "MIT", "dependencies": { "@nodelib/fs.scandir": "2.1.5", "fastq": "^1.6.0" @@ -2081,6 +2222,7 @@ "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", "dev": true, + "license": "MIT", "optional": true, "engines": { "node": ">=14" @@ -2090,6 +2232,8 @@ "version": "2.11.8", "resolved": "https://registry.npmjs.org/@popperjs/core/-/core-2.11.8.tgz", "integrity": "sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==", + "license": "MIT", + "peer": true, "funding": { "type": "opencollective", "url": "https://opencollective.com/popperjs" @@ -2100,6 +2244,7 @@ "resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz", "integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==", "dev": true, + "license": "ISC", "engines": { "node": ">=10.13.0" } @@ -2109,6 +2254,7 @@ "resolved": "https://registry.npmjs.org/@types/babel__core/-/babel__core-7.20.5.tgz", "integrity": "sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==", "dev": true, + "license": "MIT", "dependencies": { "@babel/parser": "^7.20.7", "@babel/types": "^7.20.7", @@ -2122,6 +2268,7 @@ "resolved": "https://registry.npmjs.org/@types/babel__generator/-/babel__generator-7.6.8.tgz", "integrity": "sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.0.0" } @@ -2131,6 +2278,7 @@ "resolved": "https://registry.npmjs.org/@types/babel__template/-/babel__template-7.4.4.tgz", "integrity": "sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==", "dev": true, + "license": "MIT", "dependencies": { "@babel/parser": "^7.1.0", "@babel/types": "^7.0.0" @@ -2141,6 +2289,7 @@ "resolved": "https://registry.npmjs.org/@types/babel__traverse/-/babel__traverse-7.20.6.tgz", "integrity": "sha512-r1bzfrm0tomOI8g1SzvCaQHo6Lcv6zu0EA+W2kHrt8dyrHQxGzBBL4kdkzIS+jBMV+EYcMAEAqXqYaLJq5rOZg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/types": "^7.20.7" } @@ -2150,6 +2299,7 @@ "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", "dev": true, + "license": "MIT", "dependencies": { "@types/connect": "*", "@types/node": "*" @@ -2160,6 +2310,7 @@ "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz", "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*" } @@ -2169,6 +2320,7 @@ "resolved": "https://registry.npmjs.org/@types/clean-css/-/clean-css-4.2.11.tgz", "integrity": "sha512-Y8n81lQVTAfP2TOdtJJEsCoYl1AnOkqDqMvXb9/7pfgZZ7r8YrEyurrAvAoAjHOGXKRybay+5CsExqIH6liccw==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*", "source-map": "^0.6.0" @@ -2179,6 +2331,7 @@ "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*" } @@ -2188,39 +2341,24 @@ "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz", "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==", "dev": true, + "license": "MIT", "dependencies": { "@types/express-serve-static-core": "*", "@types/node": "*" } }, - "node_modules/@types/eslint": { - "version": "9.6.0", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.0.tgz", - "integrity": "sha512-gi6WQJ7cHRgZxtkQEoyHMppPjq9Kxo5Tjn2prSKDSmZrCz8TZ3jSRCeTJm+WoM+oB0WG37bRqLzaaU3q7JypGg==", - "dependencies": { - "@types/estree": "*", - "@types/json-schema": "*" - } - }, - "node_modules/@types/eslint-scope": { - "version": "3.7.7", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", - "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", - "dependencies": { - "@types/eslint": "*", - "@types/estree": "*" - } - }, "node_modules/@types/estree": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", - "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==" + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", + "license": "MIT" }, "node_modules/@types/express": { "version": "4.17.21", "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/body-parser": "*", "@types/express-serve-static-core": "^4.17.33", @@ -2233,6 +2371,7 @@ "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.5.tgz", "integrity": "sha512-y6W03tvrACO72aijJ5uF02FRq5cgDR9lUxddQ8vyF+GvmjJQqbzDcJngEjURc+ZsG31VI3hODNZJ2URj86pzmg==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*", "@types/qs": "*", @@ -2245,6 +2384,7 @@ "resolved": "https://registry.npmjs.org/@types/glob/-/glob-7.2.0.tgz", "integrity": "sha512-ZUxbzKl0IfJILTS6t7ip5fQQM/J3TJYubDm3nMbgubNNYS62eXeUpoLUC8/7fJNiFYHTrGPQn7hspDUzIHX3UA==", "dev": true, + "license": "MIT", "dependencies": { "@types/minimatch": "*", "@types/node": "*" @@ -2254,13 +2394,15 @@ "version": "2.0.4", "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/http-proxy": { - "version": "1.17.14", - "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz", - "integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==", + "version": "1.17.15", + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.15.tgz", + "integrity": "sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*" } @@ -2270,6 +2412,7 @@ "resolved": "https://registry.npmjs.org/@types/imagemin/-/imagemin-9.0.0.tgz", "integrity": "sha512-4IaT+BdPUAFf/AAy3XlFAbqGk4RawhdidxWO5XTe+PJAYAr4d7m2FHiqyEPXbDpwS+IaLIJq5AIjLE9HcwMGBg==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*" } @@ -2279,6 +2422,7 @@ "resolved": "https://registry.npmjs.org/@types/imagemin-gifsicle/-/imagemin-gifsicle-7.0.4.tgz", "integrity": "sha512-ZghMBd/Jgqg5utTJNPmvf6DkuHzMhscJ8vgf/7MUGCpO+G+cLrhYltL+5d+h3A1B4W73S2SrmJZ1jS5LACpX+A==", "dev": true, + "license": "MIT", "dependencies": { "@types/imagemin": "*" } @@ -2288,6 +2432,7 @@ "resolved": "https://registry.npmjs.org/@types/imagemin-mozjpeg/-/imagemin-mozjpeg-8.0.4.tgz", "integrity": "sha512-ZCAxV8SYJB8ehwHpnbRpHjg5Wc4HcyuAMiDhXbkgC7gujDoOTyHO3dhDkUtZ1oK1DLBRZapqG9etdLVhUml7yQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/imagemin": "*" } @@ -2297,6 +2442,7 @@ "resolved": "https://registry.npmjs.org/@types/imagemin-optipng/-/imagemin-optipng-5.2.4.tgz", "integrity": "sha512-mvKnDMC8eCYZetAQudjs1DbgpR84WhsTx1wgvdiXnpuUEti3oJ+MaMYBRWPY0JlQ4+y4TXKOfa7+LOuT8daegQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/imagemin": "*" } @@ -2306,6 +2452,7 @@ "resolved": "https://registry.npmjs.org/@types/imagemin-svgo/-/imagemin-svgo-8.0.1.tgz", "integrity": "sha512-YafkdrVAcr38U0Ln1C+L1n4SIZqC47VBHTyxCq7gTUSd1R9MdIvMcrljWlgU1M9O68WZDeQWUrKipKYfEOCOvQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/imagemin": "*", "@types/svgo": "^1" @@ -2314,26 +2461,30 @@ "node_modules/@types/json-schema": { "version": "7.0.15", "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", - "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==" + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "license": "MIT" }, "node_modules/@types/mime": { "version": "1.3.5", "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/minimatch": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/@types/minimatch/-/minimatch-5.1.2.tgz", "integrity": "sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/node": { - "version": "22.1.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.1.0.tgz", - "integrity": "sha512-AOmuRF0R2/5j1knA3c6G3HOk523Ga+l+ZXltX8SF1+5oqcXijjfTd8fY3XRZqSihEu9XhtQnKYLmkFaoxgsJHw==", + "version": "22.5.4", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.5.4.tgz", + "integrity": "sha512-FDuKUJQm/ju9fT/SeX/6+gBzoPzlVCzfzmGkwKvRHQVxi4BntVbyIwf6a4Xn62mrvndLiml6z/UBXIdEVjQLXg==", + "license": "MIT", "dependencies": { - "undici-types": "~6.13.0" + "undici-types": "~6.19.2" } }, "node_modules/@types/node-forge": { @@ -2341,6 +2492,7 @@ "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz", "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*" } @@ -2349,31 +2501,36 @@ "version": "4.0.2", "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/qs": { "version": "6.9.15", "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.15.tgz", "integrity": "sha512-uXHQKES6DQKKCLh441Xv/dwxOq1TVS3JPUMlEqoEglvlhR6Mxnlew/Xq/LRVHpLyk7iK3zODe1qYHIMltO7XGg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/range-parser": { "version": "1.2.7", "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/retry": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/send": { "version": "0.17.4", "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", "dev": true, + "license": "MIT", "dependencies": { "@types/mime": "^1", "@types/node": "*" @@ -2384,6 +2541,7 @@ "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz", "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", "dev": true, + "license": "MIT", "dependencies": { "@types/express": "*" } @@ -2393,6 +2551,7 @@ "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz", "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==", "dev": true, + "license": "MIT", "dependencies": { "@types/http-errors": "*", "@types/node": "*", @@ -2404,6 +2563,7 @@ "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz", "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*" } @@ -2412,21 +2572,39 @@ "version": "1.3.6", "resolved": "https://registry.npmjs.org/@types/svgo/-/svgo-1.3.6.tgz", "integrity": "sha512-AZU7vQcy/4WFEuwnwsNsJnFwupIpbllH1++LXScN6uxT1Z4zPzdrWG97w4/I7eFKFTvfy/bHFStWjdBAg2Vjug==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/@types/ws": { "version": "8.5.12", "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.12.tgz", "integrity": "sha512-3tPRkv1EtkDpzlgyKyI8pGsGZAGPEaXeu0DOj5DI25Ja91bdAYddYHbADRYVrZMRbfW+1l5YwXVDKohDJNQxkQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/node": "*" } }, + "node_modules/@vue/reactivity": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/@vue/reactivity/-/reactivity-3.1.5.tgz", + "integrity": "sha512-1tdfLmNjWG6t/CsPldh+foumYFo3cpyCHgBYQ34ylaMsJ+SNHQ1kApMIa8jN+i593zQuaw3AdWH0nJTARzCFhg==", + "license": "MIT", + "dependencies": { + "@vue/shared": "3.1.5" + } + }, + "node_modules/@vue/shared": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/@vue/shared/-/shared-3.1.5.tgz", + "integrity": "sha512-oJ4F3TnvpXaQwZJNF3ZK+kLPHKarDmJjJ6jyzVNDKH9md1dptjC7lWR//jrGuLdek/U6iltWxqAnYOu8gCiOvA==", + "license": "MIT" + }, "node_modules/@webassemblyjs/ast": { "version": "1.12.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.12.1.tgz", "integrity": "sha512-EKfMUOPRRUTy5UII4qJDGPpqfwjOmZ5jeGFwid9mnoqIFK+e0vqoi1qH56JpmZSzEL53jKnNzScdmftJyG5xWg==", + "license": "MIT", "dependencies": { "@webassemblyjs/helper-numbers": "1.11.6", "@webassemblyjs/helper-wasm-bytecode": "1.11.6" @@ -2435,22 +2613,26 @@ "node_modules/@webassemblyjs/floating-point-hex-parser": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.6.tgz", - "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==" + "integrity": "sha512-ejAj9hfRJ2XMsNHk/v6Fu2dGS+i4UaXBXGemOfQ/JfQ6mdQg/WXtwleQRLLS4OvfDhv8rYnVwH27YJLMyYsxhw==", + "license": "MIT" }, "node_modules/@webassemblyjs/helper-api-error": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.6.tgz", - "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==" + "integrity": "sha512-o0YkoP4pVu4rN8aTJgAyj9hC2Sv5UlkzCHhxqWj8butaLvnpdc2jOwh4ewE6CX0txSfLn/UYaV/pheS2Txg//Q==", + "license": "MIT" }, "node_modules/@webassemblyjs/helper-buffer": { "version": "1.12.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.12.1.tgz", - "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==" + "integrity": "sha512-nzJwQw99DNDKr9BVCOZcLuJJUlqkJh+kVzVl6Fmq/tI5ZtEyWT1KZMyOXltXLZJmDtvLCDgwsyrkohEtopTXCw==", + "license": "MIT" }, "node_modules/@webassemblyjs/helper-numbers": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.6.tgz", "integrity": "sha512-vUIhZ8LZoIWHBohiEObxVm6hwP034jwmc9kuq5GdHZH0wiLVLIPcMCdpJzG4C11cHoQ25TFIQj9kaVADVX7N3g==", + "license": "MIT", "dependencies": { "@webassemblyjs/floating-point-hex-parser": "1.11.6", "@webassemblyjs/helper-api-error": "1.11.6", @@ -2460,12 +2642,14 @@ "node_modules/@webassemblyjs/helper-wasm-bytecode": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.6.tgz", - "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==" + "integrity": "sha512-sFFHKwcmBprO9e7Icf0+gddyWYDViL8bpPjJJl0WHxCdETktXdmtWLGVzoHbqUcY4Be1LkNfwTmXOJUFZYSJdA==", + "license": "MIT" }, "node_modules/@webassemblyjs/helper-wasm-section": { "version": "1.12.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.12.1.tgz", "integrity": "sha512-Jif4vfB6FJlUlSbgEMHUyk1j234GTNG9dBJ4XJdOySoj518Xj0oGsNi59cUQF4RRMS9ouBUxDDdyBVfPTypa5g==", + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.12.1", "@webassemblyjs/helper-buffer": "1.12.1", @@ -2477,6 +2661,7 @@ "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.6.tgz", "integrity": "sha512-LM4p2csPNvbij6U1f19v6WR56QZ8JcHg3QIJTlSwzFcmx6WSORicYj6I63f9yU1kEUtrpG+kjkiIAkevHpDXrg==", + "license": "MIT", "dependencies": { "@xtuc/ieee754": "^1.2.0" } @@ -2485,6 +2670,7 @@ "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.6.tgz", "integrity": "sha512-m7a0FhE67DQXgouf1tbN5XQcdWoNgaAuoULHIfGFIEVKA6tu/edls6XnIlkmS6FrXAquJRPni3ZZKjw6FSPjPQ==", + "license": "Apache-2.0", "dependencies": { "@xtuc/long": "4.2.2" } @@ -2492,12 +2678,14 @@ "node_modules/@webassemblyjs/utf8": { "version": "1.11.6", "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.6.tgz", - "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==" + "integrity": "sha512-vtXf2wTQ3+up9Zsg8sa2yWiQpzSsMyXj0qViVP6xKGCUT8p8YJ6HqI7l5eCnWx1T/FYdsv07HQs2wTFbbof/RA==", + "license": "MIT" }, "node_modules/@webassemblyjs/wasm-edit": { "version": "1.12.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.12.1.tgz", "integrity": "sha512-1DuwbVvADvS5mGnXbE+c9NfA8QRcZ6iKquqjjmR10k6o+zzsRVesil54DKexiowcFCPdr/Q0qaMgB01+SQ1u6g==", + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.12.1", "@webassemblyjs/helper-buffer": "1.12.1", @@ -2513,6 +2701,7 @@ "version": "1.12.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.12.1.tgz", "integrity": "sha512-TDq4Ojh9fcohAw6OIMXqiIcTq5KUXTGRkVxbSo1hQnSy6lAM5GSdfwWeSxpAo0YzgsgF182E/U0mDNhuA0tW7w==", + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.12.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.6", @@ -2525,6 +2714,7 @@ "version": "1.12.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.12.1.tgz", "integrity": "sha512-Jg99j/2gG2iaz3hijw857AVYekZe2SAskcqlWIZXjji5WStnOpVoat3gQfT/Q5tb2djnCjBtMocY/Su1GfxPBg==", + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.12.1", "@webassemblyjs/helper-buffer": "1.12.1", @@ -2536,6 +2726,7 @@ "version": "1.12.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.12.1.tgz", "integrity": "sha512-xikIi7c2FHXysxXe3COrVUPSheuBtpcfhbpFj4gmu7KRLYOzANztwUU0IbsqvMqzuNK2+glRGWCEqZo1WCLyAQ==", + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.12.1", "@webassemblyjs/helper-api-error": "1.11.6", @@ -2549,6 +2740,7 @@ "version": "1.12.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.12.1.tgz", "integrity": "sha512-+X4WAlOisVWQMikjbcvY2e0rwPsKQ9F688lksZhBcPycBBuii3O7m8FACbDMWDojpAqvjIncrG8J0XHKyQfVeA==", + "license": "MIT", "dependencies": { "@webassemblyjs/ast": "1.12.1", "@xtuc/long": "4.2.2" @@ -2559,6 +2751,7 @@ "resolved": "https://registry.npmjs.org/@webpack-cli/configtest/-/configtest-1.2.0.tgz", "integrity": "sha512-4FB8Tj6xyVkyqjj1OaTqCjXYULB9FMkqQ8yGrZjRDrYh0nOE+7Lhs45WioWQQMV+ceFlE368Ukhe6xdvJM9Egg==", "dev": true, + "license": "MIT", "peerDependencies": { "webpack": "4.x.x || 5.x.x", "webpack-cli": "4.x.x" @@ -2569,6 +2762,7 @@ "resolved": "https://registry.npmjs.org/@webpack-cli/info/-/info-1.5.0.tgz", "integrity": "sha512-e8tSXZpw2hPl2uMJY6fsMswaok5FdlGNRTktvFk2sD8RjH0hE2+XistawJx1vmKteh4NmGmNUrp+Tb2w+udPcQ==", "dev": true, + "license": "MIT", "dependencies": { "envinfo": "^7.7.3" }, @@ -2581,6 +2775,7 @@ "resolved": "https://registry.npmjs.org/@webpack-cli/serve/-/serve-1.7.0.tgz", "integrity": "sha512-oxnCNGj88fL+xzV+dacXs44HcDwf1ovs3AuEzvP7mqXw7fQntqIhQ1BRmynh4qEKQSSSRSWVyXRjmTbZIX9V2Q==", "dev": true, + "license": "MIT", "peerDependencies": { "webpack-cli": "4.x.x" }, @@ -2593,18 +2788,21 @@ "node_modules/@xtuc/ieee754": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", - "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==" + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", + "license": "BSD-3-Clause" }, "node_modules/@xtuc/long": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", - "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==" + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "license": "Apache-2.0" }, "node_modules/accepts": { "version": "1.3.8", "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", "dev": true, + "license": "MIT", "dependencies": { "mime-types": "~2.1.34", "negotiator": "0.6.3" @@ -2617,6 +2815,7 @@ "version": "8.12.1", "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.12.1.tgz", "integrity": "sha512-tcpGyI9zbizT9JbV6oYE477V6mTlXvvi0T0G3SNIYE2apm/G5huBa1+K89VGeovbg+jycCrfhl3ADxErOuO6Jg==", + "license": "MIT", "bin": { "acorn": "bin/acorn" }, @@ -2628,6 +2827,7 @@ "version": "1.9.5", "resolved": "https://registry.npmjs.org/acorn-import-attributes/-/acorn-import-attributes-1.9.5.tgz", "integrity": "sha512-n02Vykv5uA3eHGM/Z2dQrcD56kL8TyDb2p1+0P83PClMnC/nc+anbQRhIOWnSq4Ke/KvDPrY3C9hDtC/A3eHnQ==", + "license": "MIT", "peerDependencies": { "acorn": "^8" } @@ -2637,6 +2837,7 @@ "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", "dev": true, + "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", "regex-parser": "^2.2.11" @@ -2649,6 +2850,7 @@ "version": "6.12.6", "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.1", "fast-json-stable-stringify": "^2.0.0", @@ -2665,6 +2867,7 @@ "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", "dev": true, + "license": "MIT", "dependencies": { "ajv": "^8.0.0" }, @@ -2682,6 +2885,7 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -2697,16 +2901,27 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/ajv-keywords": { "version": "3.5.2", "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "license": "MIT", "peerDependencies": { "ajv": "^6.9.1" } }, + "node_modules/alpinejs": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/alpinejs/-/alpinejs-3.14.1.tgz", + "integrity": "sha512-ICar8UsnRZAYvv/fCNfNeKMXNoXGUfwHrjx7LqXd08zIP95G2d9bAOuaL97re+1mgt/HojqHsfdOLo/A5LuWgQ==", + "license": "MIT", + "dependencies": { + "@vue/reactivity": "~3.1.1" + } + }, "node_modules/ansi-html-community": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", @@ -2715,6 +2930,7 @@ "engines": [ "node >= 0.8.0" ], + "license": "Apache-2.0", "bin": { "ansi-html": "bin/ansi-html" } @@ -2724,6 +2940,7 @@ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -2733,6 +2950,7 @@ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", "dev": true, + "license": "MIT", "dependencies": { "color-convert": "^2.0.1" }, @@ -2747,13 +2965,15 @@ "version": "1.3.0", "resolved": "https://registry.npmjs.org/any-promise/-/any-promise-1.3.0.tgz", "integrity": "sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/anymatch": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", "dev": true, + "license": "ISC", "dependencies": { "normalize-path": "^3.0.0", "picomatch": "^2.0.4" @@ -2766,24 +2986,28 @@ "version": "5.0.2", "resolved": "https://registry.npmjs.org/arg/-/arg-5.0.2.tgz", "integrity": "sha512-PYjyFOLKQ9y57JvQ6QLo8dAgNqswh8M1RMJYdQduT6xbWSgK36P/Z/v+p888pM69jMMfS8Xd8F6I1kQ/I9HUGg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "license": "Python-2.0" }, "node_modules/array-flatten": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/array-union": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -2793,6 +3017,7 @@ "resolved": "https://registry.npmjs.org/asn1.js/-/asn1.js-4.10.1.tgz", "integrity": "sha512-p32cOF5q0Zqs9uBiONKYLm6BClCoBCM5O9JfeUSlnQLBTxYdTK+pW+nXflm8UkKd2UYlEbYz5qEi0JuZR9ckSw==", "dev": true, + "license": "MIT", "dependencies": { "bn.js": "^4.0.0", "inherits": "^2.0.1", @@ -2803,13 +3028,15 @@ "version": "4.12.0", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/assert": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/assert/-/assert-1.5.1.tgz", "integrity": "sha512-zzw1uCAgLbsKwBfFc8CX78DDg+xZeBksSO3vwVIDDN5i94eOrPsSSyiVhmsSABFDM/OcpE2aagCat9dnWQLG1A==", "dev": true, + "license": "MIT", "dependencies": { "object.assign": "^4.1.4", "util": "^0.10.4" @@ -2819,13 +3046,15 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/assert/node_modules/util": { "version": "0.10.4", "resolved": "https://registry.npmjs.org/util/-/util-0.10.4.tgz", "integrity": "sha512-0Pm9hTQ3se5ll1XihRic3FDIku70C+iHUdT/W926rSgHV5QgXsYbKZN8MSC3tJtSkhuROzvsQjAaFENRXr+19A==", "dev": true, + "license": "MIT", "dependencies": { "inherits": "2.0.3" } @@ -2834,12 +3063,13 @@ "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/autoprefixer": { - "version": "10.4.19", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.19.tgz", - "integrity": "sha512-BaENR2+zBZ8xXhM4pUaKUxlVdxZ0EZhjvbopwnXmxRUfqDmwSpC2lAi/QXvx7NRdPCo1WKEcEF6mV64si1z4Ew==", + "version": "10.4.20", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz", + "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==", "dev": true, "funding": [ { @@ -2855,12 +3085,13 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { - "browserslist": "^4.23.0", - "caniuse-lite": "^1.0.30001599", + "browserslist": "^4.23.3", + "caniuse-lite": "^1.0.30001646", "fraction.js": "^4.3.7", "normalize-range": "^0.1.2", - "picocolors": "^1.0.0", + "picocolors": "^1.0.1", "postcss-value-parser": "^4.2.0" }, "bin": { @@ -2874,10 +3105,11 @@ } }, "node_modules/axios": { - "version": "1.7.3", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.3.tgz", - "integrity": "sha512-Ar7ND9pU99eJ9GpoGQKhKf58GpUOgnzuaB7ueNQ5BMi0p+LZ5oaEnfF999fAArcTIBwXTCHAmGcHOZJaWPq9Nw==", + "version": "1.7.7", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.7.7.tgz", + "integrity": "sha512-S4kL7XrjgBmvdGut0sN3yJxqYzrDOnivkBiN0OFs6hLiUam3UPvswUo0kqGyhqUZGEOytHyumEdXsAkgCOUf3Q==", "dev": true, + "license": "MIT", "dependencies": { "follow-redirects": "^1.15.6", "form-data": "^4.0.0", @@ -2889,6 +3121,7 @@ "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.3.0.tgz", "integrity": "sha512-H8SvsMF+m9t15HNLMipppzkC+Y2Yq+v3SonZyU70RBL/h1gxPkH08Ot8pEE9Z4Kd+czyWJClmFS8qzIP9OZ04Q==", "dev": true, + "license": "MIT", "dependencies": { "find-cache-dir": "^3.3.1", "loader-utils": "^2.0.0", @@ -2908,6 +3141,7 @@ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.11.tgz", "integrity": "sha512-sMEJ27L0gRHShOh5G54uAAPaiCOygY/5ratXuiyb2G46FmlSpc9eFCzYVyDiPxfNbwzA7mYahmjQc5q+CZQ09Q==", "dev": true, + "license": "MIT", "dependencies": { "@babel/compat-data": "^7.22.6", "@babel/helper-define-polyfill-provider": "^0.6.2", @@ -2922,18 +3156,20 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } }, "node_modules/babel-plugin-polyfill-corejs3": { - "version": "0.10.4", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.4.tgz", - "integrity": "sha512-25J6I8NGfa5YkCDogHRID3fVCadIR8/pGl1/spvCkzb6lVn6SR3ojpx9nOn9iEBcUsjY24AmdKm5khcfKdylcg==", + "version": "0.10.6", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz", + "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==", "dev": true, + "license": "MIT", "dependencies": { - "@babel/helper-define-polyfill-provider": "^0.6.1", - "core-js-compat": "^3.36.1" + "@babel/helper-define-polyfill-provider": "^0.6.2", + "core-js-compat": "^3.38.0" }, "peerDependencies": { "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" @@ -2944,6 +3180,7 @@ "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.2.tgz", "integrity": "sha512-2R25rQZWP63nGwaAswvDazbPXfrM3HwVoBXK6HcqeKrSrL/JqcC/rDcf95l4r7LXLyxDXc8uQDa064GubtCABg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/helper-define-polyfill-provider": "^0.6.2" }, @@ -2955,7 +3192,8 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/base64-js": { "version": "1.5.1", @@ -2975,18 +3213,21 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/batch": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/big.js": { "version": "5.2.2", "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "license": "MIT", "engines": { "node": "*" } @@ -2996,6 +3237,7 @@ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -3008,6 +3250,7 @@ "resolved": "https://registry.npmjs.org/blueimp-canvas-to-blob/-/blueimp-canvas-to-blob-3.29.0.tgz", "integrity": "sha512-0pcSSGxC0QxT+yVkivxIqW0Y4VlO2XSDPofBAqoJ1qJxgH9eiUDLv50Rixij2cDuEfx4M6DpD9UGZpRhT5Q8qg==", "dev": true, + "license": "MIT", "optional": true }, "node_modules/blueimp-file-upload": { @@ -3015,6 +3258,7 @@ "resolved": "https://registry.npmjs.org/blueimp-file-upload/-/blueimp-file-upload-10.32.0.tgz", "integrity": "sha512-3WMJw5Cbfz94Adl1OeyH+rRpGwHiNHzja+CR6aRWPoAtwrUwvP5gXKo0XdX+sdPE+iCU63Xmba88hoHQmzY8RQ==", "dev": true, + "license": "MIT", "optionalDependencies": { "blueimp-canvas-to-blob": "3", "blueimp-load-image": "5", @@ -3029,6 +3273,7 @@ "resolved": "https://registry.npmjs.org/blueimp-load-image/-/blueimp-load-image-5.16.0.tgz", "integrity": "sha512-3DUSVdOtlfNRk7moRZuTwDmA3NnG8KIJuLcq3c0J7/BIr6X3Vb/EpX3kUH1joxUhmoVF4uCpDfz7wHkz8pQajA==", "dev": true, + "license": "MIT", "optional": true }, "node_modules/blueimp-tmpl": { @@ -3036,6 +3281,7 @@ "resolved": "https://registry.npmjs.org/blueimp-tmpl/-/blueimp-tmpl-3.20.0.tgz", "integrity": "sha512-g6ln9L+VX8ZA4WA8mgKMethYH+5teroJ2uOkCvcthy9Y9d9LrQ42OAMn+r3ECKu9CB+xe9GOChlIUJBSxwkI6g==", "dev": true, + "license": "MIT", "optional": true, "bin": { "tmpl.js": "js/compile.js" @@ -3045,13 +3291,15 @@ "version": "5.2.1", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-5.2.1.tgz", "integrity": "sha512-eXRvHzWyYPBuB4NBy0cmYQjGitUrtqwbvlzP3G6VFnNRbsZQIxQ10PbKKHt8gZ/HW/D/747aDl+QkDqg3KQLMQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/body-parser": { "version": "1.20.2", "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", "dev": true, + "license": "MIT", "dependencies": { "bytes": "3.1.2", "content-type": "~1.0.5", @@ -3076,6 +3324,7 @@ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8" } @@ -3085,6 +3334,7 @@ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, + "license": "MIT", "dependencies": { "ms": "2.0.0" } @@ -3093,13 +3343,15 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/body-parser/node_modules/qs": { "version": "6.11.0", "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "side-channel": "^1.0.4" }, @@ -3115,6 +3367,7 @@ "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.2.1.tgz", "integrity": "sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==", "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", "multicast-dns": "^7.2.5" @@ -3124,12 +3377,14 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/bootbox": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/bootbox/-/bootbox-6.0.0.tgz", "integrity": "sha512-+Calbj1v5UvxAXXDAHfoBlsx63Hcz1JqHaZdJ5EjIcOlkyAbZLCreVScx0Em6ZUvsMCqynuz/3nGDyd9FtFrNQ==", + "license": "MIT", "peerDependencies": { "@popperjs/core": "^2.0.0", "bootstrap": "^4.4.0 || ^5.0.0", @@ -3150,6 +3405,7 @@ "url": "https://opencollective.com/bootstrap" } ], + "license": "MIT", "peerDependencies": { "jquery": "1.9.1 - 3", "popper.js": "^1.16.1" @@ -3160,6 +3416,7 @@ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" @@ -3169,6 +3426,7 @@ "version": "3.0.3", "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "license": "MIT", "dependencies": { "fill-range": "^7.1.1" }, @@ -3180,13 +3438,15 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/brorand/-/brorand-1.1.0.tgz", "integrity": "sha512-cKV8tMCEpQs4hK/ik71d6LrPOnpkpGBR0wzxqr68g2m/LB2GxVYQroAjMJZRVM1Y4BCjCKc3vAamxSzOY2RP+w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/browserify-aes": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/browserify-aes/-/browserify-aes-1.2.0.tgz", "integrity": "sha512-+7CHXqGuspUn/Sl5aO7Ea0xWGAtETPXNSAjHo48JfLdPWcMng33Xe4znFvQweqc/uzk5zSOI3H52CYnjCfb5hA==", "dev": true, + "license": "MIT", "dependencies": { "buffer-xor": "^1.0.3", "cipher-base": "^1.0.0", @@ -3201,6 +3461,7 @@ "resolved": "https://registry.npmjs.org/browserify-cipher/-/browserify-cipher-1.0.1.tgz", "integrity": "sha512-sPhkz0ARKbf4rRQt2hTpAHqn47X3llLkUGn+xEJzLjwY8LRs2p0v7ljvI5EyoRO/mexrNunNECisZs+gw2zz1w==", "dev": true, + "license": "MIT", "dependencies": { "browserify-aes": "^1.0.4", "browserify-des": "^1.0.0", @@ -3212,6 +3473,7 @@ "resolved": "https://registry.npmjs.org/browserify-des/-/browserify-des-1.0.2.tgz", "integrity": "sha512-BioO1xf3hFwz4kc6iBhI3ieDFompMhrMlnDFC4/0/vd5MokpuAc3R+LYbwTA9A5Yc9pq9UYPqffKpW2ObuwX5A==", "dev": true, + "license": "MIT", "dependencies": { "cipher-base": "^1.0.1", "des.js": "^1.0.0", @@ -3224,6 +3486,7 @@ "resolved": "https://registry.npmjs.org/browserify-rsa/-/browserify-rsa-4.1.0.tgz", "integrity": "sha512-AdEER0Hkspgno2aR97SAf6vi0y0k8NuOpGnVH3O99rcA5Q6sh8QxcngtHuJ6uXwnfAXNM4Gn1Gb7/MV1+Ymbog==", "dev": true, + "license": "MIT", "dependencies": { "bn.js": "^5.0.0", "randombytes": "^2.0.1" @@ -3234,6 +3497,7 @@ "resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-4.2.3.tgz", "integrity": "sha512-JWCZW6SKhfhjJxO8Tyiiy+XYB7cqd2S5/+WeYHsKdNKFlCBhKbblba1A/HN/90YwtxKc8tCErjffZl++UNmGiw==", "dev": true, + "license": "ISC", "dependencies": { "bn.js": "^5.2.1", "browserify-rsa": "^4.1.0", @@ -3255,6 +3519,7 @@ "resolved": "https://registry.npmjs.org/browserify-zlib/-/browserify-zlib-0.2.0.tgz", "integrity": "sha512-Z942RysHXmJrhqk88FmKBVq/v5tqmSkDz7p54G/MGyjMnCFFnC79XWNbg+Vta8W6Wb2qtSZTSxIGkJrRpCFEiA==", "dev": true, + "license": "MIT", "dependencies": { "pako": "~1.0.5" } @@ -3277,6 +3542,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "caniuse-lite": "^1.0.30001646", "electron-to-chromium": "^1.5.4", @@ -3295,6 +3561,7 @@ "resolved": "https://registry.npmjs.org/buffer/-/buffer-4.9.2.tgz", "integrity": "sha512-xq+q3SRMOxGivLhBNaUdC64hDTQwejJ+H0T/NB1XMtTVEwNTrfFF3gAxiyW0Bu/xWEGhjVKgUcMhCrUy2+uCWg==", "dev": true, + "license": "MIT", "dependencies": { "base64-js": "^1.0.2", "ieee754": "^1.1.4", @@ -3304,25 +3571,29 @@ "node_modules/buffer-from": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", - "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "license": "MIT" }, "node_modules/buffer-xor": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", "integrity": "sha512-571s0T7nZWK6vB67HI5dyUF7wXiNcfaPPPTl6zYCNApANjIvYJTg7hlud/+cJpdAhS7dVzqMLmfhfHR3rAcOjQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/builtin-status-codes": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", "integrity": "sha512-HpGFw18DgFWlncDfjTa2rcQ4W88O1mC8e8yZ2AvQY5KDaktSTwo+KRf6nHK6FRI5FyRyb/5T6+TSxfP7QyGsmQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/bytes": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8" } @@ -3332,6 +3603,7 @@ "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", "dev": true, + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -3350,6 +3622,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "license": "MIT", "engines": { "node": ">=6" } @@ -3359,6 +3632,7 @@ "resolved": "https://registry.npmjs.org/camel-case/-/camel-case-4.1.2.tgz", "integrity": "sha512-gxGWBrTT1JuMx6R+o5PTXMmUnhnVzLQ9SNutD4YqKtI6ap897t3tKECYla6gCWEkplXnlNybEkZg9GEGxKFCgw==", "dev": true, + "license": "MIT", "dependencies": { "pascal-case": "^3.1.2", "tslib": "^2.0.3" @@ -3369,6 +3643,7 @@ "resolved": "https://registry.npmjs.org/camelcase-css/-/camelcase-css-2.0.1.tgz", "integrity": "sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 6" } @@ -3378,6 +3653,7 @@ "resolved": "https://registry.npmjs.org/caniuse-api/-/caniuse-api-3.0.0.tgz", "integrity": "sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==", "dev": true, + "license": "MIT", "dependencies": { "browserslist": "^4.0.0", "caniuse-lite": "^1.0.0", @@ -3386,9 +3662,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001646", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001646.tgz", - "integrity": "sha512-dRg00gudiBDDTmUhClSdv3hqRfpbOnU28IpI1T6PBTLWa+kOj0681C8uML3PifYfREuBrVjDGhL3adYpBT6spw==", + "version": "1.0.30001659", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001659.tgz", + "integrity": "sha512-Qxxyfv3RdHAfJcXelgf0hU4DFUVXBGTjqrBUZLUh8AtlGnsDo+CnncYtTd95+ZKfnANUOzxyIQCuU/UeBZBYoA==", "funding": [ { "type": "opencollective", @@ -3402,13 +3678,15 @@ "type": "github", "url": "https://github.com/sponsors/ai" } - ] + ], + "license": "CC-BY-4.0" }, "node_modules/chalk": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.1.0", "supports-color": "^7.1.0" @@ -3425,6 +3703,7 @@ "resolved": "https://registry.npmjs.org/charenc/-/charenc-0.0.2.tgz", "integrity": "sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": "*" } @@ -3434,6 +3713,7 @@ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", "dev": true, + "license": "MIT", "dependencies": { "anymatch": "~3.1.2", "braces": "~3.0.2", @@ -3457,6 +3737,7 @@ "version": "1.0.4", "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", + "license": "MIT", "engines": { "node": ">=6.0" } @@ -3466,6 +3747,7 @@ "resolved": "https://registry.npmjs.org/cipher-base/-/cipher-base-1.0.4.tgz", "integrity": "sha512-Kkht5ye6ZGmwv40uUDZztayT2ThLQGfnj/T71N/XzeZeo3nf8foyW7zGTsPYkEya3m5f3cAypH+qe7YOrM1U2Q==", "dev": true, + "license": "MIT", "dependencies": { "inherits": "^2.0.1", "safe-buffer": "^5.0.1" @@ -3476,6 +3758,7 @@ "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.3.3.tgz", "integrity": "sha512-D5J+kHaVb/wKSFcyyV75uCn8fiY4sV38XJoe4CUyGQ+mOU/fMVYUdH1hJC+CJQ5uY3EnW27SbJYS4X8BiLrAFg==", "dev": true, + "license": "MIT", "dependencies": { "source-map": "~0.6.0" }, @@ -3488,6 +3771,7 @@ "resolved": "https://registry.npmjs.org/cli-table3/-/cli-table3-0.6.5.tgz", "integrity": "sha512-+W/5efTR7y5HRD7gACw9yQjqMVvEMLBHmboM/kPWam+H+Hmyrgjh6YncVKK122YZkXrLudzTuAukUw9FnMf7IQ==", "dev": true, + "license": "MIT", "dependencies": { "string-width": "^4.2.0" }, @@ -3503,6 +3787,7 @@ "resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.11.tgz", "integrity": "sha512-C+0bbOqkezLIsmWSvlsXS0Q0bmkugu7jcfMIACB+RDEntIzQIkdr148we28AfSloQLRdZlYL/QYyrq05j/3Faw==", "dev": true, + "license": "MIT", "dependencies": { "good-listener": "^1.2.2", "select": "^1.1.2", @@ -3514,6 +3799,7 @@ "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", "dev": true, + "license": "ISC", "dependencies": { "string-width": "^4.2.0", "strip-ansi": "^6.0.1", @@ -3528,6 +3814,7 @@ "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", "dev": true, + "license": "MIT", "dependencies": { "is-plain-object": "^2.0.4", "kind-of": "^6.0.2", @@ -3541,13 +3828,15 @@ "version": "4.36.1", "resolved": "https://registry.npmjs.org/collect.js/-/collect.js-4.36.1.tgz", "integrity": "sha512-jd97xWPKgHn6uvK31V6zcyPd40lUJd7gpYxbN2VOVxGWO4tyvS9Li4EpsFjXepGTo2tYcOTC4a8YsbQXMJ4XUw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/color-convert": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, + "license": "MIT", "dependencies": { "color-name": "~1.1.4" }, @@ -3559,25 +3848,29 @@ "version": "1.1.4", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/colord": { "version": "2.9.3", "resolved": "https://registry.npmjs.org/colord/-/colord-2.9.3.tgz", "integrity": "sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/colorette": { "version": "2.0.20", "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", "dev": true, + "license": "MIT", "dependencies": { "delayed-stream": "~1.0.0" }, @@ -3590,6 +3883,7 @@ "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz", "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 10" } @@ -3598,13 +3892,15 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/compressible": { "version": "2.0.18", "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", "dev": true, + "license": "MIT", "dependencies": { "mime-db": ">= 1.43.0 < 2" }, @@ -3617,6 +3913,7 @@ "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", "dev": true, + "license": "MIT", "dependencies": { "accepts": "~1.3.5", "bytes": "3.0.0", @@ -3635,6 +3932,7 @@ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, + "license": "MIT", "dependencies": { "ms": "2.0.0" } @@ -3643,19 +3941,22 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/compression/node_modules/safe-buffer": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/concat": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/concat/-/concat-1.0.3.tgz", "integrity": "sha512-f/ZaH1aLe64qHgTILdldbvyfGiGF4uzeo9IuXUloIOLQzFmIPloy9QbZadNsuVv0j5qbKQvQb/H/UYf2UsKTpw==", "dev": true, + "license": "MIT", "dependencies": { "commander": "^2.9.0" }, @@ -3670,19 +3971,22 @@ "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/concat/node_modules/commander": { "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/connect-history-api-fallback": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.8" } @@ -3691,7 +3995,8 @@ "version": "2.15.3", "resolved": "https://registry.npmjs.org/consola/-/consola-2.15.3.tgz", "integrity": "sha512-9vAdYbHj6x2fLKC4+oPH0kFzY/orMZyG2Aj+kNylHxKGJ/Ed4dpNyAQYwJOdqO4zdM7XpVHmyejQDcQHrnuXbw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/console-browserify": { "version": "1.2.0", @@ -3703,13 +4008,15 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/constants-browserify/-/constants-browserify-1.0.0.tgz", "integrity": "sha512-xFxOwqIzR/e1k1gLiWEophSCMqXcwVHIH7akf7b/vxcUeGunlj3hvZaaqxwHsTgn+IndtkQJgSztIDWeumWJDQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/content-disposition": { "version": "0.5.4", "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", "dev": true, + "license": "MIT", "dependencies": { "safe-buffer": "5.2.1" }, @@ -3722,6 +4029,7 @@ "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -3730,13 +4038,15 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/cookie": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.6.0.tgz", "integrity": "sha512-U71cyTamuh1CRNCfpGY6to28lxvNwPG4Guz/EVjgf3Jmzv0vlDp1atT9eS5dDjMYHucpHbWns6Lwf3BKz6svdw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -3745,15 +4055,17 @@ "version": "1.0.6", "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/core-js-compat": { - "version": "3.37.1", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.37.1.tgz", - "integrity": "sha512-9TNiImhKvQqSUkOvk/mMRZzOANTiEVC7WaBNhHcKM7x+/5E1l5NvsysR19zuDQScE8k+kfQXWRN3AtS/eOSHpg==", + "version": "3.38.1", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.38.1.tgz", + "integrity": "sha512-JRH6gfXxGmrzF3tZ57lFx97YARxCXPaMzPo6jELZhv88pBH5VXpQ+y0znKGlFnzuaihqhLbefxSJxWJMPtfDzw==", "dev": true, + "license": "MIT", "dependencies": { - "browserslist": "^4.23.0" + "browserslist": "^4.23.3" }, "funding": { "type": "opencollective", @@ -3764,12 +4076,14 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/cosmiconfig": { "version": "9.0.0", "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz", "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==", + "license": "MIT", "dependencies": { "env-paths": "^2.2.1", "import-fresh": "^3.3.0", @@ -3796,6 +4110,7 @@ "resolved": "https://registry.npmjs.org/create-ecdh/-/create-ecdh-4.0.4.tgz", "integrity": "sha512-mf+TCx8wWc9VpuxfP2ht0iSISLZnt0JgWlrOKZiNqyUZWnjIaCIVNQArMHnCZKfEYRg6IM7A+NeJoN8gf/Ws0A==", "dev": true, + "license": "MIT", "dependencies": { "bn.js": "^4.1.0", "elliptic": "^6.5.3" @@ -3805,13 +4120,15 @@ "version": "4.12.0", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/create-hash": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/create-hash/-/create-hash-1.2.0.tgz", "integrity": "sha512-z00bCGNHDG8mHAkP7CtT1qVu+bFQUPjYq/4Iv3C3kWjTFV10zIjfSoeqXo9Asws8gwSHDGj/hl2u4OGIjapeCg==", "dev": true, + "license": "MIT", "dependencies": { "cipher-base": "^1.0.1", "inherits": "^2.0.1", @@ -3825,6 +4142,7 @@ "resolved": "https://registry.npmjs.org/create-hmac/-/create-hmac-1.1.7.tgz", "integrity": "sha512-MJG9liiZ+ogc4TzUwuvbER1JRdgvUFSB5+VR/g5h82fGaIRWMWddtKBHi7/sVhfjQZ6SehlyhvQYrcYkaUIpLg==", "dev": true, + "license": "MIT", "dependencies": { "cipher-base": "^1.0.3", "create-hash": "^1.1.0", @@ -3838,6 +4156,7 @@ "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-env/-/cross-env-7.0.3.tgz", "integrity": "sha512-+/HKd6EgcQCJGh2PSjZuUitQBQynKor4wrFbRg4DtAgS1aWO+gU52xpH7M9ScGgXSYmAVS9bIJ8EzuaGw0oNAw==", + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.1" }, @@ -3855,6 +4174,7 @@ "version": "7.0.3", "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "license": "MIT", "dependencies": { "path-key": "^3.1.0", "shebang-command": "^2.0.0", @@ -3869,6 +4189,7 @@ "resolved": "https://registry.npmjs.org/crypt/-/crypt-0.0.2.tgz", "integrity": "sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==", "dev": true, + "license": "BSD-3-Clause", "engines": { "node": "*" } @@ -3878,6 +4199,7 @@ "resolved": "https://registry.npmjs.org/crypto-browserify/-/crypto-browserify-3.12.0.tgz", "integrity": "sha512-fz4spIh+znjO2VjL+IdhEpRJ3YN6sMzITSBijk6FK2UvTqruSQW+/cCZTSNsMiZNvUeq0CqurF+dAbyiGOY6Wg==", "dev": true, + "license": "MIT", "dependencies": { "browserify-cipher": "^1.0.0", "browserify-sign": "^4.0.0", @@ -3900,6 +4222,7 @@ "resolved": "https://registry.npmjs.org/css-declaration-sorter/-/css-declaration-sorter-6.4.1.tgz", "integrity": "sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==", "dev": true, + "license": "ISC", "engines": { "node": "^10 || ^12 || >=14" }, @@ -3911,6 +4234,7 @@ "version": "7.1.2", "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-7.1.2.tgz", "integrity": "sha512-6WvYYn7l/XEGN8Xu2vWFt9nVzrCn39vKyTEFf/ExEyoksJjjSZV/0/35XPlMbpnr6VGhZIUg5yJrL8tGfes/FA==", + "license": "MIT", "dependencies": { "icss-utils": "^5.1.0", "postcss": "^8.4.33", @@ -3946,6 +4270,7 @@ "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "boolbase": "^1.0.0", "css-what": "^6.0.1", @@ -3962,6 +4287,7 @@ "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "domelementtype": "^2.2.0" }, @@ -3977,6 +4303,7 @@ "resolved": "https://registry.npmjs.org/css-tree/-/css-tree-1.1.3.tgz", "integrity": "sha512-tRpdppF7TRazZrjJ6v3stzv93qxRcSsFmW6cX0Zm2NVKpxE1WV1HblnghVv9TreireHkqI/VDEsfolRF1p6y7Q==", "dev": true, + "license": "MIT", "dependencies": { "mdn-data": "2.0.14", "source-map": "^0.6.1" @@ -3990,6 +4317,7 @@ "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">= 6" }, @@ -4001,6 +4329,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "license": "MIT", "bin": { "cssesc": "bin/cssesc" }, @@ -4013,6 +4342,7 @@ "resolved": "https://registry.npmjs.org/cssnano/-/cssnano-5.1.15.tgz", "integrity": "sha512-j+BKgDcLDQA+eDifLx0EO4XSA56b7uut3BQFH+wbSaSTuGLuiyTa/wbRYthUXX8LC9mLg+WWKe8h+qJuwTAbHw==", "dev": true, + "license": "MIT", "dependencies": { "cssnano-preset-default": "^5.2.14", "lilconfig": "^2.0.3", @@ -4034,6 +4364,7 @@ "resolved": "https://registry.npmjs.org/cssnano-preset-default/-/cssnano-preset-default-5.2.14.tgz", "integrity": "sha512-t0SFesj/ZV2OTylqQVOrFgEh5uanxbO6ZAdeCrNsUQ6fVuXwYTxJPNAGvGTxHbD68ldIJNec7PyYZDBrfDQ+6A==", "dev": true, + "license": "MIT", "dependencies": { "css-declaration-sorter": "^6.3.1", "cssnano-utils": "^3.1.0", @@ -4077,6 +4408,7 @@ "resolved": "https://registry.npmjs.org/cssnano-utils/-/cssnano-utils-3.1.0.tgz", "integrity": "sha512-JQNR19/YZhz4psLX/rQ9M83e3z2Wf/HdJbryzte4a3NSuafyp9w/I4U+hx5C2S9g41qlstH7DEWnZaaj83OuEA==", "dev": true, + "license": "MIT", "engines": { "node": "^10 || ^12 || >=14.0" }, @@ -4089,6 +4421,7 @@ "resolved": "https://registry.npmjs.org/csso/-/csso-4.2.0.tgz", "integrity": "sha512-wvlcdIbf6pwKEk7vHj8/Bkc0B4ylXZruLvOgs9doS5eOsOpuodOV2zJChSpkp+pRpYQLQMeF04nr3Z68Sta9jA==", "dev": true, + "license": "MIT", "dependencies": { "css-tree": "^1.1.2" }, @@ -4100,6 +4433,7 @@ "version": "1.10.18", "resolved": "https://registry.npmjs.org/datatables/-/datatables-1.10.18.tgz", "integrity": "sha512-ntatMgS9NN6UMpwbmO+QkYJuKlVeMA2Mi0Gu/QxyIh+dW7ZjLSDhPT2tWlzjpIWEkDYgieDzS9Nu7bdQCW0sbQ==", + "license": "MIT", "dependencies": { "jquery": ">=1.7" } @@ -4117,6 +4451,7 @@ "version": "1.13.11", "resolved": "https://registry.npmjs.org/datatables.net/-/datatables.net-1.13.11.tgz", "integrity": "sha512-AE6RkMXziRaqzPcu/pl3SJXeRa6fmXQG/fVjuRESujvkzqDCYEeKTTpPMuVJSGYJpPi32WGSphVNNY1G4nSN/g==", + "license": "MIT", "dependencies": { "jquery": "1.8 - 4" } @@ -4125,6 +4460,7 @@ "version": "1.13.11", "resolved": "https://registry.npmjs.org/datatables.net-bs4/-/datatables.net-bs4-1.13.11.tgz", "integrity": "sha512-1LnxzQDFKpwvBETc8wtUtQ+pUXhs6NJomNST5pRzzHAccckkj9rZeOp3mevKDnDJKuNhBM1Y0rIeZGylJnqh9A==", + "license": "MIT", "dependencies": { "datatables.net": "1.13.11", "jquery": "1.8 - 4" @@ -4134,6 +4470,7 @@ "version": "2.5.1", "resolved": "https://registry.npmjs.org/datatables.net-responsive/-/datatables.net-responsive-2.5.1.tgz", "integrity": "sha512-hyJb2faIzEWUX5Yn4HOSq/6NNB9SXDVbI4OU9ny+XU/2ghZEz4676spOgzpDHTdWvCfM+t1mbUsT70fDiTTr9w==", + "license": "MIT", "dependencies": { "datatables.net": "^1.13.0", "jquery": ">=1.7" @@ -4143,6 +4480,7 @@ "version": "2.5.1", "resolved": "https://registry.npmjs.org/datatables.net-responsive-bs4/-/datatables.net-responsive-bs4-2.5.1.tgz", "integrity": "sha512-cOVCG9zRioqJiqZUPXel5/vxKGt8EFhxgzVafDNy2hY3ZO+UMMuRKcs2br/QMoojbXzpKNf2rL/lM7NoXKVKZA==", + "license": "MIT", "dependencies": { "datatables.net-bs4": "^1.13.0", "datatables.net-responsive": "2.5.1", @@ -4150,12 +4488,13 @@ } }, "node_modules/debug": { - "version": "4.3.6", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.6.tgz", - "integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==", + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", "dev": true, + "license": "MIT", "dependencies": { - "ms": "2.1.2" + "ms": "^2.1.3" }, "engines": { "node": ">=6.0" @@ -4171,6 +4510,7 @@ "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "execa": "^5.0.0" }, @@ -4183,6 +4523,7 @@ "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", "dev": true, + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0", "es-errors": "^1.3.0", @@ -4200,6 +4541,7 @@ "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -4209,6 +4551,7 @@ "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", "dev": true, + "license": "MIT", "dependencies": { "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", @@ -4226,6 +4569,7 @@ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.4.0" } @@ -4234,13 +4578,15 @@ "version": "3.2.0", "resolved": "https://registry.npmjs.org/delegate/-/delegate-3.2.0.tgz", "integrity": "sha512-IofjkYBZaZivn0V8nnsMJGBr4jVLxHDheKSW88PyxS5QC4Vo9ZbZVvhzlSxY87fVq3STR6r+4cGepyHkcWOQSw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/depd": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8" } @@ -4250,6 +4596,7 @@ "resolved": "https://registry.npmjs.org/des.js/-/des.js-1.1.0.tgz", "integrity": "sha512-r17GxjhUCjSRy8aiJpr8/UadFIzMzJGexI3Nmz4ADi9LYSFx4gTBp80+NaX/YsXWWLhpZ7v/v/ubEc/bCNfKwg==", "dev": true, + "license": "MIT", "dependencies": { "inherits": "^2.0.1", "minimalistic-assert": "^1.0.0" @@ -4260,6 +4607,7 @@ "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8", "npm": "1.2.8000 || >= 1.4.16" @@ -4269,19 +4617,22 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/didyoumean": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/didyoumean/-/didyoumean-1.2.2.tgz", "integrity": "sha512-gxtyfqMg7GKyhQmb056K7M3xszy/myH8w+B4RT+QXBQsvAOdc3XymqDDPHx1BgPgsdAA5SIifona89YtRATDzw==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/diffie-hellman": { "version": "5.0.3", "resolved": "https://registry.npmjs.org/diffie-hellman/-/diffie-hellman-5.0.3.tgz", "integrity": "sha512-kqag/Nl+f3GwyK25fhUMYj81BUOrZ9IuJsjIcDE5icNM9FJHAVm3VcUDxdLPoQtTuUylWm6ZIknYJwwaPxsUzg==", "dev": true, + "license": "MIT", "dependencies": { "bn.js": "^4.1.0", "miller-rabin": "^4.0.0", @@ -4292,13 +4643,15 @@ "version": "4.12.0", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/dir-glob": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", "dev": true, + "license": "MIT", "dependencies": { "path-type": "^4.0.0" }, @@ -4310,13 +4663,15 @@ "version": "1.1.3", "resolved": "https://registry.npmjs.org/dlv/-/dlv-1.1.3.tgz", "integrity": "sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/dns-packet": { "version": "5.6.1", "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", "dev": true, + "license": "MIT", "dependencies": { "@leichtgewicht/ip-codec": "^2.0.1" }, @@ -4329,6 +4684,7 @@ "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", "dev": true, + "license": "MIT", "dependencies": { "domelementtype": "^2.0.1", "domhandler": "^4.2.0", @@ -4343,6 +4699,7 @@ "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "domelementtype": "^2.2.0" }, @@ -4358,6 +4715,7 @@ "resolved": "https://registry.npmjs.org/domain-browser/-/domain-browser-1.2.0.tgz", "integrity": "sha512-jnjyiM6eRyZl2H+W8Q/zLMA481hzi0eszAaBUzIVnmYVDBbnLxVNnfu1HgEBvCbL+71FrxMl3E6lpKH7Ge3OXA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.4", "npm": ">=1.2" @@ -4373,13 +4731,15 @@ "type": "github", "url": "https://github.com/sponsors/fb55" } - ] + ], + "license": "BSD-2-Clause" }, "node_modules/domhandler": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-3.3.0.tgz", "integrity": "sha512-J1C5rIANUbuYK+FuFL98650rihynUOEzRLxW+90bKZRWB6A1X1Tf82GxR1qAWLyfNPRvjqfip3Q5tdYlmAa9lA==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "domelementtype": "^2.0.1" }, @@ -4395,6 +4755,7 @@ "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "dom-serializer": "^1.0.1", "domelementtype": "^2.2.0", @@ -4409,6 +4770,7 @@ "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "domelementtype": "^2.2.0" }, @@ -4424,6 +4786,7 @@ "resolved": "https://registry.npmjs.org/dot-case/-/dot-case-3.0.4.tgz", "integrity": "sha512-Kv5nKlh6yRrdrGvxeJ2e5y2eRUpkUosIW4A2AS38zwSz27zu7ufDwQPi5Jhs3XAlGNetl3bmnGhQsMtkKJnj3w==", "dev": true, + "license": "MIT", "dependencies": { "no-case": "^3.0.4", "tslib": "^2.0.3" @@ -4434,6 +4797,7 @@ "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=10" } @@ -4442,30 +4806,35 @@ "version": "5.1.0", "resolved": "https://registry.npmjs.org/dotenv-expand/-/dotenv-expand-5.1.0.tgz", "integrity": "sha512-YXQl1DSa4/PQyRfgrv6aoNjhasp/p4qs9FjJ4q4cQk+8m4r6k4ZSiEyytKG8f8W9gi8WsQtIObNmKd+tMzNTmA==", - "dev": true + "dev": true, + "license": "BSD-2-Clause" }, "node_modules/eastasianwidth": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/ee-first": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/electron-to-chromium": { - "version": "1.5.4", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.4.tgz", - "integrity": "sha512-orzA81VqLyIGUEA77YkVA1D+N+nNfl2isJVjjmOyrlxuooZ19ynb+dOlaDTqd/idKRS9lDCSBmtzM+kyCsMnkA==" + "version": "1.5.18", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.18.tgz", + "integrity": "sha512-1OfuVACu+zKlmjsNdcJuVQuVE61sZOLbNM4JAQ1Rvh6EOj0/EUKhMJjRH73InPlXSh8HIJk1cVZ8pyOV/FMdUQ==", + "license": "ISC" }, "node_modules/elliptic": { - "version": "6.5.6", - "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.6.tgz", - "integrity": "sha512-mpzdtpeCLuS3BmE3pO3Cpp5bbjlOPY2Q0PgoF+Od1XZrHLYI28Xe3ossCmYCQt11FQKEYd9+PF8jymTvtWJSHQ==", + "version": "6.5.7", + "resolved": "https://registry.npmjs.org/elliptic/-/elliptic-6.5.7.tgz", + "integrity": "sha512-ESVCtTwiA+XhY3wyh24QqRGBoP3rEdDUl3EDUUo9tft074fi19IrdpH7hLCMMP3CIj7jb3W96rn8lt/BqIlt5Q==", "dev": true, + "license": "MIT", "dependencies": { "bn.js": "^4.11.9", "brorand": "^1.1.0", @@ -4480,18 +4849,21 @@ "version": "4.12.0", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/emojis-list": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", + "license": "MIT", "engines": { "node": ">= 4" } @@ -4501,6 +4873,7 @@ "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8" } @@ -4509,6 +4882,7 @@ "version": "5.17.1", "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz", "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==", + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" @@ -4522,6 +4896,7 @@ "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", "dev": true, + "license": "BSD-2-Clause", "funding": { "url": "https://github.com/fb55/entities?sponsor=1" } @@ -4530,6 +4905,7 @@ "version": "2.2.1", "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", + "license": "MIT", "engines": { "node": ">=6" } @@ -4539,6 +4915,7 @@ "resolved": "https://registry.npmjs.org/envinfo/-/envinfo-7.13.0.tgz", "integrity": "sha512-cvcaMr7KqXVh4nyzGTVqTum+gAiL265x5jUWQIDLq//zOGbW+gSW/C+OWLleY/rs9Qole6AZLMXPbtIFQbqu+Q==", "dev": true, + "license": "MIT", "bin": { "envinfo": "dist/cli.js" }, @@ -4550,6 +4927,7 @@ "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "license": "MIT", "dependencies": { "is-arrayish": "^0.2.1" } @@ -4559,6 +4937,7 @@ "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", "dev": true, + "license": "MIT", "dependencies": { "get-intrinsic": "^1.2.4" }, @@ -4571,6 +4950,7 @@ "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" } @@ -4578,12 +4958,14 @@ "node_modules/es-module-lexer": { "version": "1.5.4", "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz", - "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==" + "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==", + "license": "MIT" }, "node_modules/escalade": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.2.tgz", - "integrity": "sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==", + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "license": "MIT", "engines": { "node": ">=6" } @@ -4592,12 +4974,14 @@ "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "license": "MIT", "engines": { "node": ">=0.8.0" } @@ -4606,6 +4990,7 @@ "version": "5.1.1", "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "license": "BSD-2-Clause", "dependencies": { "esrecurse": "^4.3.0", "estraverse": "^4.1.1" @@ -4618,6 +5003,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "license": "BSD-2-Clause", "dependencies": { "estraverse": "^5.2.0" }, @@ -4629,6 +5015,7 @@ "version": "5.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } @@ -4637,6 +5024,7 @@ "version": "4.3.0", "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "license": "BSD-2-Clause", "engines": { "node": ">=4.0" } @@ -4646,6 +5034,7 @@ "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", "dev": true, + "license": "BSD-2-Clause", "engines": { "node": ">=0.10.0" } @@ -4655,6 +5044,7 @@ "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -4663,12 +5053,14 @@ "version": "4.0.7", "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/events": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "license": "MIT", "engines": { "node": ">=0.8.x" } @@ -4678,6 +5070,7 @@ "resolved": "https://registry.npmjs.org/evp_bytestokey/-/evp_bytestokey-1.0.3.tgz", "integrity": "sha512-/f2Go4TognH/KvCISP7OUsHn85hT9nUkxxA9BEWxFn+Oj9o8ZNLm/40hdlgSLyuOimsrTKLUMEorQexp/aPQeA==", "dev": true, + "license": "MIT", "dependencies": { "md5.js": "^1.3.4", "safe-buffer": "^5.1.1" @@ -4688,6 +5081,7 @@ "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "dev": true, + "license": "MIT", "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.0", @@ -4711,6 +5105,7 @@ "resolved": "https://registry.npmjs.org/express/-/express-4.19.2.tgz", "integrity": "sha512-5T6nhjsT+EOMzuck8JjBHARTHfMht0POzlA60WV2pMD3gyXw2LZnZ+ueGdNxG+0calOJcWKbpFcuzLZ91YWq9Q==", "dev": true, + "license": "MIT", "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", @@ -4753,6 +5148,7 @@ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, + "license": "MIT", "dependencies": { "ms": "2.0.0" } @@ -4761,13 +5157,15 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/express/node_modules/qs": { "version": "6.11.0", "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "side-channel": "^1.0.4" }, @@ -4781,13 +5179,15 @@ "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", - "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "license": "MIT" }, "node_modules/fast-glob": { "version": "3.3.2", "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dev": true, + "license": "MIT", "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", @@ -4802,19 +5202,22 @@ "node_modules/fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", - "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==" + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "license": "MIT" }, "node_modules/fast-uri": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.1.tgz", "integrity": "sha512-MWipKbbYiYI0UC7cl8m/i/IWTqfC8YXsqjzybjddLsFjStroQzsHXkc73JutMvBiXmOvapk+axIl79ig5t55Bw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/fastest-levenshtein": { "version": "1.0.16", "resolved": "https://registry.npmjs.org/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz", "integrity": "sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4.9.1" } @@ -4824,6 +5227,7 @@ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", "dev": true, + "license": "ISC", "dependencies": { "reusify": "^1.0.4" } @@ -4833,6 +5237,7 @@ "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", "dev": true, + "license": "Apache-2.0", "dependencies": { "websocket-driver": ">=0.5.1" }, @@ -4845,6 +5250,7 @@ "resolved": "https://registry.npmjs.org/file-loader/-/file-loader-6.2.0.tgz", "integrity": "sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==", "dev": true, + "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", "schema-utils": "^3.0.0" @@ -4865,6 +5271,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -4883,6 +5290,7 @@ "resolved": "https://registry.npmjs.org/file-type/-/file-type-12.4.2.tgz", "integrity": "sha512-UssQP5ZgIOKelfsaB5CuGAL+Y+q7EmONuiwF3N5HAH0t27rvrttgi6Ra9k/+DVaY9UF6+ybxu5pOXLUdA8N7Vg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -4891,6 +5299,7 @@ "version": "7.1.1", "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "license": "MIT", "dependencies": { "to-regex-range": "^5.0.1" }, @@ -4903,6 +5312,7 @@ "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", "dev": true, + "license": "MIT", "dependencies": { "debug": "2.6.9", "encodeurl": "~1.0.2", @@ -4921,6 +5331,7 @@ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, + "license": "MIT", "dependencies": { "ms": "2.0.0" } @@ -4929,13 +5340,15 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/find-cache-dir": { "version": "3.3.2", "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", "dev": true, + "license": "MIT", "dependencies": { "commondir": "^1.0.1", "make-dir": "^3.0.2", @@ -4953,6 +5366,7 @@ "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, + "license": "MIT", "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" @@ -4966,14 +5380,15 @@ "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", "dev": true, + "license": "BSD-3-Clause", "bin": { "flat": "cli.js" } }, "node_modules/follow-redirects": { - "version": "1.15.6", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.6.tgz", - "integrity": "sha512-wWN62YITEaOpSK584EZXJafH1AGpO8RVgElfkuXbTOrPX4fIfOyEpW/CsiNd8JdYrAoOvafRTOEnvsO++qCqFA==", + "version": "1.15.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", + "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", "dev": true, "funding": [ { @@ -4981,6 +5396,7 @@ "url": "https://github.com/sponsors/RubenVerborgh" } ], + "license": "MIT", "engines": { "node": ">=4.0" }, @@ -4995,15 +5411,17 @@ "resolved": "https://registry.npmjs.org/font-awesome/-/font-awesome-4.7.0.tgz", "integrity": "sha512-U6kGnykA/6bFmg1M/oT9EkFeIYv7JlX3bozwQJWiiLz6L0w3F5vBVPxHlwyX/vtNq1ckcpRKOB9f2Qal/VtFpg==", "dev": true, + "license": "(OFL-1.1 AND MIT)", "engines": { "node": ">=0.10.3" } }, "node_modules/foreground-child": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.2.1.tgz", - "integrity": "sha512-PXUUyLqrR2XCWICfv6ukppP96sdFwWbNEnfEMt7jNsISjMsvaLNinAHNDYyvkyU+SZG2BTSbT5NjG+vZslfGTA==", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", + "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", "dev": true, + "license": "ISC", "dependencies": { "cross-spawn": "^7.0.0", "signal-exit": "^4.0.1" @@ -5020,6 +5438,7 @@ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", "dev": true, + "license": "ISC", "engines": { "node": ">=14" }, @@ -5032,6 +5451,7 @@ "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", "dev": true, + "license": "MIT", "dependencies": { "asynckit": "^0.4.0", "combined-stream": "^1.0.8", @@ -5046,6 +5466,7 @@ "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -5055,6 +5476,7 @@ "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", "dev": true, + "license": "MIT", "engines": { "node": "*" }, @@ -5068,6 +5490,7 @@ "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -5077,6 +5500,7 @@ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", "dev": true, + "license": "MIT", "dependencies": { "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", @@ -5090,13 +5514,15 @@ "version": "1.0.6", "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.6.tgz", "integrity": "sha512-b1FMfwetIKymC0eioW7mTywihSQE4oLzQn1dB6rZB5fx/3NpNEdAWeCSMB+60/AeT0TCXsxzAlcYVEFCTAksWg==", - "dev": true + "dev": true, + "license": "Unlicense" }, "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/fsevents": { "version": "2.3.3", @@ -5104,6 +5530,7 @@ "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", "dev": true, "hasInstallScript": true, + "license": "MIT", "optional": true, "os": [ "darwin" @@ -5117,6 +5544,7 @@ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -5126,6 +5554,7 @@ "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6.9.0" } @@ -5135,6 +5564,7 @@ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", "dev": true, + "license": "ISC", "engines": { "node": "6.* || 8.* || >= 10.*" } @@ -5144,6 +5574,7 @@ "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", "dev": true, + "license": "MIT", "dependencies": { "es-errors": "^1.3.0", "function-bind": "^1.1.2", @@ -5163,6 +5594,7 @@ "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -5176,6 +5608,7 @@ "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "deprecated": "Glob versions prior to v9 are no longer supported", "dev": true, + "license": "ISC", "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", @@ -5196,6 +5629,7 @@ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dev": true, + "license": "ISC", "dependencies": { "is-glob": "^4.0.1" }, @@ -5206,13 +5640,15 @@ "node_modules/glob-to-regexp": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", - "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==" + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "license": "BSD-2-Clause" }, "node_modules/globals": { "version": "11.12.0", "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -5222,6 +5658,7 @@ "resolved": "https://registry.npmjs.org/globby/-/globby-10.0.2.tgz", "integrity": "sha512-7dUi7RvCoT/xast/o/dLN53oqND4yk0nsHkhRgn9w65C4PofCLOoJ39iSOg+qVDdWQPIEj+eszMHQ+aLVwwQSg==", "dev": true, + "license": "MIT", "dependencies": { "@types/glob": "^7.1.1", "array-union": "^2.1.0", @@ -5241,6 +5678,7 @@ "resolved": "https://registry.npmjs.org/good-listener/-/good-listener-1.2.2.tgz", "integrity": "sha512-goW1b+d9q/HIwbVYZzZ6SsTr4IgE+WA44A0GmPIQstuOrgsFcT7VEJ48nmr9GaRtNu0XTKacFLGnBPAM6Afouw==", "dev": true, + "license": "MIT", "dependencies": { "delegate": "^3.1.2" } @@ -5250,6 +5688,7 @@ "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", "dev": true, + "license": "MIT", "dependencies": { "get-intrinsic": "^1.1.3" }, @@ -5260,24 +5699,28 @@ "node_modules/graceful-fs": { "version": "4.2.11", "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", - "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "license": "ISC" }, "node_modules/growly": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/growly/-/growly-1.3.0.tgz", "integrity": "sha512-+xGQY0YyAWCnqy7Cd++hc2JqMYzlm0dG30Jd0beaA64sROr8C4nt8Yc9V5Ro3avlSUDTN0ulqP/VBKi1/lLygw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/handle-thing": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/has-flag": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "license": "MIT", "engines": { "node": ">=8" } @@ -5287,6 +5730,7 @@ "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", "dev": true, + "license": "MIT", "dependencies": { "es-define-property": "^1.0.0" }, @@ -5299,6 +5743,7 @@ "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -5311,6 +5756,7 @@ "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -5323,6 +5769,7 @@ "resolved": "https://registry.npmjs.org/hash-base/-/hash-base-3.0.4.tgz", "integrity": "sha512-EeeoJKjTyt868liAlVmcv2ZsUfGHlE3Q+BICOXcZiwN3osr5Q/zFGYmTJpoIzuaSTAwndFy+GqhEwlU4L3j4Ow==", "dev": true, + "license": "MIT", "dependencies": { "inherits": "^2.0.1", "safe-buffer": "^5.0.1" @@ -5335,13 +5782,15 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/hash-sum/-/hash-sum-1.0.2.tgz", "integrity": "sha512-fUs4B4L+mlt8/XAtSOGMUO1TXmAelItBPtJG7CyHJfYTdDjwisntGO2JQz7oUsatOY9o68+57eziUVNw/mRHmA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/hash.js": { "version": "1.1.7", "resolved": "https://registry.npmjs.org/hash.js/-/hash.js-1.1.7.tgz", "integrity": "sha512-taOaskGt4z4SOANNseOviYDvjEJinIkRgmp7LbKP2YTTmVxWBl87s/uzK9r+44BclBSp2X7K1hqeNfz9JbBeXA==", "dev": true, + "license": "MIT", "dependencies": { "inherits": "^2.0.3", "minimalistic-assert": "^1.0.1" @@ -5352,6 +5801,7 @@ "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", "dev": true, + "license": "MIT", "dependencies": { "function-bind": "^1.1.2" }, @@ -5364,6 +5814,7 @@ "resolved": "https://registry.npmjs.org/he/-/he-1.2.0.tgz", "integrity": "sha512-F/1DnUGPopORZi0ni+CvrCgHQ5FyEAHRLSApuYWMmrbSwoN2Mn/7k+Gl38gJnR7yyDZk6WLXwiGod1JOWNDKGw==", "dev": true, + "license": "MIT", "bin": { "he": "bin/he" } @@ -5373,6 +5824,7 @@ "resolved": "https://registry.npmjs.org/hmac-drbg/-/hmac-drbg-1.0.1.tgz", "integrity": "sha512-Tti3gMqLdZfhOQY1Mzf/AanLiqh1WTiJgEj26ZuYQ9fbkLomzGchCws4FyrSd4VkpBfiNhaE1On+lOz894jvXg==", "dev": true, + "license": "MIT", "dependencies": { "hash.js": "^1.0.3", "minimalistic-assert": "^1.0.0", @@ -5384,6 +5836,7 @@ "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", "dev": true, + "license": "MIT", "dependencies": { "inherits": "^2.0.1", "obuf": "^1.0.0", @@ -5405,13 +5858,15 @@ "type": "patreon", "url": "https://patreon.com/mdevils" } - ] + ], + "license": "MIT" }, "node_modules/html-loader": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/html-loader/-/html-loader-1.3.2.tgz", "integrity": "sha512-DEkUwSd0sijK5PF3kRWspYi56XP7bTNkyg5YWSzBdjaSDmvCufep5c4Vpb3PBf6lUL0YPtLwBfy9fL0t5hBAGA==", "dev": true, + "license": "MIT", "dependencies": { "html-minifier-terser": "^5.1.1", "htmlparser2": "^4.1.0", @@ -5434,6 +5889,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -5452,6 +5908,7 @@ "resolved": "https://registry.npmjs.org/html-minifier-terser/-/html-minifier-terser-5.1.1.tgz", "integrity": "sha512-ZPr5MNObqnV/T9akshPKbVgyOqLmy+Bxo7juKCfTfnjNniTAMdy4hz21YQqoofMBJD2kdREaqPPdThoR78Tgxg==", "dev": true, + "license": "MIT", "dependencies": { "camel-case": "^4.1.1", "clean-css": "^4.2.3", @@ -5473,6 +5930,7 @@ "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-4.2.4.tgz", "integrity": "sha512-EJUDT7nDVFDvaQgAo2G/PJvxmp1o/c6iXLbswsBbUFXi1Nr+AjA2cKmfbKDMjMvzEe75g3P6JkaDDAKk96A85A==", "dev": true, + "license": "MIT", "dependencies": { "source-map": "~0.6.0" }, @@ -5485,6 +5943,7 @@ "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 6" } @@ -5494,6 +5953,7 @@ "resolved": "https://registry.npmjs.org/terser/-/terser-4.8.1.tgz", "integrity": "sha512-4GnLC0x667eJG0ewJTa6z/yXrbLGv80D9Ru6HIpCQmO+Q4PfEtBFi0ObSckqwL6VyQv/7ENJieXHo2ANmdQwgw==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "commander": "^2.20.0", "source-map": "~0.6.1", @@ -5510,13 +5970,15 @@ "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/htmlparser2": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-4.1.0.tgz", "integrity": "sha512-4zDq1a1zhE4gQso/c5LP1OtrhYTncXNSpvJYtWJBtXAETPlMfi3IFNjGuQbYLuVY4ZR0QMqRVvo4Pdy9KLyP8Q==", "dev": true, + "license": "MIT", "dependencies": { "domelementtype": "^2.0.1", "domhandler": "^3.0.0", @@ -5528,13 +5990,15 @@ "version": "1.2.7", "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/http-errors": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", "dev": true, + "license": "MIT", "dependencies": { "depd": "2.0.0", "inherits": "2.0.4", @@ -5550,13 +6014,15 @@ "version": "0.5.8", "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/http-proxy": { "version": "1.18.1", "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", "dev": true, + "license": "MIT", "dependencies": { "eventemitter3": "^4.0.0", "follow-redirects": "^1.0.0", @@ -5571,6 +6037,7 @@ "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", "dev": true, + "license": "MIT", "dependencies": { "@types/http-proxy": "^1.17.8", "http-proxy": "^1.18.1", @@ -5594,13 +6061,15 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/https-browserify/-/https-browserify-1.0.0.tgz", "integrity": "sha512-J+FkSdyD+0mA0N+81tMotaRMfSL9SGi+xpD3T6YApKsc3bGSXJlfXri3VyFOeYkfLRQisDk1W+jIFFKBeUBbBg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/human-signals": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=10.17.0" } @@ -5610,6 +6079,7 @@ "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", "dev": true, + "license": "MIT", "dependencies": { "safer-buffer": ">= 2.1.2 < 3" }, @@ -5621,6 +6091,7 @@ "version": "5.1.0", "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", + "license": "ISC", "engines": { "node": "^10 || ^12 || >= 14" }, @@ -5646,13 +6117,15 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "BSD-3-Clause" }, "node_modules/ignore": { - "version": "5.3.1", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.1.tgz", - "integrity": "sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==", + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4" } @@ -5662,6 +6135,7 @@ "resolved": "https://registry.npmjs.org/imagemin/-/imagemin-7.0.1.tgz", "integrity": "sha512-33AmZ+xjZhg2JMCe+vDf6a9mzWukE7l+wAtesjE7KyteqqKjzxv7aVQeWnul1Ve26mWvEQqyPwl0OctNBfSR9w==", "dev": true, + "license": "MIT", "dependencies": { "file-type": "^12.0.0", "globby": "^10.0.0", @@ -5680,6 +6154,7 @@ "resolved": "https://registry.npmjs.org/img-loader/-/img-loader-4.0.0.tgz", "integrity": "sha512-UwRcPQdwdOyEHyCxe1V9s9YFwInwEWCpoO+kJGfIqDrBDqA8jZUsEZTxQ0JteNPGw/Gupmwesk2OhLTcnw6tnQ==", "dev": true, + "license": "MIT", "dependencies": { "loader-utils": "^1.1.0" }, @@ -5695,6 +6170,7 @@ "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "dev": true, + "license": "MIT", "dependencies": { "minimist": "^1.2.0" }, @@ -5707,6 +6183,7 @@ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", "dev": true, + "license": "MIT", "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -5720,12 +6197,14 @@ "version": "4.3.7", "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.7.tgz", "integrity": "sha512-1hqclzwYwjRDFLjcFxOM5AYkkG0rpFPpr1RLPMEuGczoS7YA8gLhy8SWXYRAA/XwfEHpfo3cw5JGioS32fnMRw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/import-fresh": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "license": "MIT", "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" @@ -5742,6 +6221,7 @@ "resolved": "https://registry.npmjs.org/import-local/-/import-local-3.2.0.tgz", "integrity": "sha512-2SPlun1JUPWoM6t3F0dw0FkCF/jWY8kttcY4f599GLTSjh2OCuuhdTkJQsEcZzBqbXZGKMK2OqW1oZsjtf/gQA==", "dev": true, + "license": "MIT", "dependencies": { "pkg-dir": "^4.2.0", "resolve-cwd": "^3.0.0" @@ -5762,6 +6242,7 @@ "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", "dev": true, + "license": "ISC", "dependencies": { "once": "^1.3.0", "wrappy": "1" @@ -5771,13 +6252,15 @@ "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/interpret": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/interpret/-/interpret-2.2.0.tgz", "integrity": "sha512-Ju0Bz/cEia55xDwUWEa8+olFpCiQoypjnQySseKtmjNrnps3P+xfpUmGr90T7yjlVJmOtybRvPXhKMbHr+fWnw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.10" } @@ -5787,6 +6270,7 @@ "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-5.9.4.tgz", "integrity": "sha512-dHkI3/YNJq4b/qQaz+c8LuarD3pY24JqZWfjB8aZx1gtpc2MDILu9L9jpZe1sHpzo/yWFweQVn+U//FhazUxmw==", "dev": true, + "license": "MIT", "dependencies": { "jsbn": "1.1.0", "lodash": "^4.17.15", @@ -5801,6 +6285,7 @@ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.2.0.tgz", "integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 10" } @@ -5808,13 +6293,15 @@ "node_modules/is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", - "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==" + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "license": "MIT" }, "node_modules/is-binary-path": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", "dev": true, + "license": "MIT", "dependencies": { "binary-extensions": "^2.0.0" }, @@ -5826,13 +6313,15 @@ "version": "1.1.6", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/is-core-module": { - "version": "2.15.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.0.tgz", - "integrity": "sha512-Dd+Lb2/zvk9SKy1TGCt1wFJFo/MWBPMX5x7KcvLajWTGuomczdQX61PvY5yK6SVACwpoexWo81IfFyoKY2QnTA==", + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", + "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", "dev": true, + "license": "MIT", "dependencies": { "hasown": "^2.0.2" }, @@ -5848,6 +6337,7 @@ "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", "dev": true, + "license": "MIT", "bin": { "is-docker": "cli.js" }, @@ -5863,6 +6353,7 @@ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -5872,6 +6363,7 @@ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -5881,6 +6373,7 @@ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", "dev": true, + "license": "MIT", "dependencies": { "is-extglob": "^2.1.1" }, @@ -5892,6 +6385,7 @@ "version": "7.0.0", "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "license": "MIT", "engines": { "node": ">=0.12.0" } @@ -5901,6 +6395,7 @@ "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -5913,6 +6408,7 @@ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", "dev": true, + "license": "MIT", "dependencies": { "isobject": "^3.0.1" }, @@ -5925,6 +6421,7 @@ "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -5937,6 +6434,7 @@ "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", "dev": true, + "license": "MIT", "dependencies": { "is-docker": "^2.0.0" }, @@ -5948,18 +6446,21 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==" + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "license": "ISC" }, "node_modules/isobject": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -5969,6 +6470,7 @@ "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", "dev": true, + "license": "BlueOak-1.0.0", "dependencies": { "@isaacs/cliui": "^8.0.2" }, @@ -5983,6 +6485,7 @@ "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "license": "MIT", "dependencies": { "@types/node": "*", "merge-stream": "^2.0.0", @@ -5996,6 +6499,7 @@ "version": "8.1.1", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -6010,6 +6514,7 @@ "version": "1.21.6", "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz", "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==", + "license": "MIT", "bin": { "jiti": "bin/jiti.js" } @@ -6017,17 +6522,20 @@ "node_modules/jquery": { "version": "3.7.1", "resolved": "https://registry.npmjs.org/jquery/-/jquery-3.7.1.tgz", - "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==" + "integrity": "sha512-m4avr8yL8kmFN8psrbFFFmB/If14iN5o9nw/NgnnM+kybDJpRsAynV2BsfpTYrTRysYUdADVD7CkUUizgkpLfg==", + "license": "MIT" }, "node_modules/jquery-knob": { "version": "1.2.11", "resolved": "https://registry.npmjs.org/jquery-knob/-/jquery-knob-1.2.11.tgz", - "integrity": "sha512-gyeWDmtr2x8XJLSNS2JGNYDUNmfmMrwmFcGPDJ074jnPPvMYf3PJFud4/6AubCT8ahOY7UL4YvALtSwCrxtBBQ==" + "integrity": "sha512-gyeWDmtr2x8XJLSNS2JGNYDUNmfmMrwmFcGPDJ074jnPPvMYf3PJFud4/6AubCT8ahOY7UL4YvALtSwCrxtBBQ==", + "license": "MIT" }, "node_modules/jquery-ui-dist": { "version": "1.13.3", "resolved": "https://registry.npmjs.org/jquery-ui-dist/-/jquery-ui-dist-1.13.3.tgz", "integrity": "sha512-qeTR3SOSQ0jgxaNXSFU6+JtxdzNUSJKgp8LCzVrVKntM25+2YBJW1Ea8B2AwjmmSHfPLy2dSlZxJQN06OfVFhg==", + "license": "MIT", "dependencies": { "jquery": ">=1.8.0 <4.0.0" } @@ -6035,12 +6543,14 @@ "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", - "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==" + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "license": "MIT" }, "node_modules/js-yaml": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "license": "MIT", "dependencies": { "argparse": "^2.0.1" }, @@ -6052,13 +6562,15 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/jsesc": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", "dev": true, + "license": "MIT", "bin": { "jsesc": "bin/jsesc" }, @@ -6069,17 +6581,20 @@ "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", - "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==" + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "license": "MIT" }, "node_modules/json-schema-traverse": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==" + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "license": "MIT" }, "node_modules/json5": { "version": "2.2.3", "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "license": "MIT", "bin": { "json5": "lib/cli.js" }, @@ -6092,6 +6607,7 @@ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "dev": true, + "license": "MIT", "dependencies": { "universalify": "^2.0.0" }, @@ -6104,6 +6620,7 @@ "resolved": "https://registry.npmjs.org/junk/-/junk-3.1.0.tgz", "integrity": "sha512-pBxcB3LFc8QVgdggvZWyeys+hnrNWg4OcZIU/1X59k5jQdLBlCsYGRQaz234SqoRLTCgMH00fY0xRJH+F9METQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -6113,6 +6630,7 @@ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -6122,6 +6640,7 @@ "resolved": "https://registry.npmjs.org/klona/-/klona-1.1.2.tgz", "integrity": "sha512-xf88rTeHiXk+XE2Vhi6yj8Wm3gMZrygGdKjJqN8HkV+PwF/t50/LdAKHoHpPcxFAlmQszTZ1CugrK25S7qDRLA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 8" } @@ -6131,6 +6650,7 @@ "resolved": "https://registry.npmjs.org/laravel-mix/-/laravel-mix-6.0.49.tgz", "integrity": "sha512-bBMFpFjp26XfijPvY5y9zGKud7VqlyOE0OWUcPo3vTBY5asw8LTjafAbee1dhfLz6PWNqDziz69CP78ELSpfKw==", "dev": true, + "license": "MIT", "dependencies": { "@babel/core": "^7.15.8", "@babel/plugin-proposal-object-rest-spread": "^7.15.6", @@ -6206,6 +6726,7 @@ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", "dev": true, + "license": "MIT", "dependencies": { "@types/parse-json": "^4.0.0", "import-fresh": "^3.2.1", @@ -6222,6 +6743,7 @@ "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-5.2.7.tgz", "integrity": "sha512-Q7mOvpBNBG7YrVGMxRxcBJZFL75o+cH2abNASdibkj/fffYD8qWbInZrD0S9ccI6vZclF3DsHE7njGlLtaHbhg==", "dev": true, + "license": "MIT", "dependencies": { "icss-utils": "^5.1.0", "loader-utils": "^2.0.0", @@ -6250,6 +6772,7 @@ "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 8" } @@ -6259,6 +6782,7 @@ "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-6.2.1.tgz", "integrity": "sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==", "dev": true, + "license": "MIT", "dependencies": { "cosmiconfig": "^7.0.0", "klona": "^2.0.5", @@ -6281,6 +6805,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -6295,10 +6820,11 @@ } }, "node_modules/launch-editor": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.8.0.tgz", - "integrity": "sha512-vJranOAJrI/llyWGRQqiDM+adrw+k83fvmmx3+nV47g3+36xM15jE+zyZ6Ffel02+xSvuM0b2GDRosXZkbb6wA==", + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.9.1.tgz", + "integrity": "sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w==", "dev": true, + "license": "MIT", "dependencies": { "picocolors": "^1.0.0", "shell-quote": "^1.8.1" @@ -6309,6 +6835,7 @@ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-2.1.0.tgz", "integrity": "sha512-utWOt/GHzuUxnLKxB6dk81RoOeoNeHgbrXiuGk4yyF5qlRz+iIVWu56E2fqGHFrXz0QNUhLB/8nKqvRH66JKGQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" } @@ -6316,12 +6843,14 @@ "node_modules/lines-and-columns": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", - "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==" + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "license": "MIT" }, "node_modules/loader-runner": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "license": "MIT", "engines": { "node": ">=6.11.5" } @@ -6330,6 +6859,7 @@ "version": "2.0.4", "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "license": "MIT", "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -6344,6 +6874,7 @@ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, + "license": "MIT", "dependencies": { "p-locate": "^4.1.0" }, @@ -6355,31 +6886,36 @@ "version": "4.17.21", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.memoize": { "version": "4.1.2", "resolved": "https://registry.npmjs.org/lodash.memoize/-/lodash.memoize-4.1.2.tgz", "integrity": "sha512-t7j+NzmgnQzTAYXcsHYLgimltOV1MXHtlOWf6GjL9Kj8GK5FInw5JotxvbOs+IvV1/Dzo04/fCGfLVs7aXb4Ag==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lodash.uniq": { "version": "4.5.0", "resolved": "https://registry.npmjs.org/lodash.uniq/-/lodash.uniq-4.5.0.tgz", "integrity": "sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/lower-case": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/lower-case/-/lower-case-2.0.2.tgz", "integrity": "sha512-7fm3l3NAF9WfN6W3JOmf5drwpVqX78JtoGJ3A6W0a6ZnldM41w2fV5D490psKFTpMds8TJse/eHLFFsNHHjHgg==", "dev": true, + "license": "MIT", "dependencies": { "tslib": "^2.0.3" } @@ -6389,6 +6925,7 @@ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", "dev": true, + "license": "ISC", "dependencies": { "yallist": "^3.0.2" } @@ -6398,6 +6935,7 @@ "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", "dev": true, + "license": "MIT", "dependencies": { "semver": "^6.0.0" }, @@ -6413,6 +6951,7 @@ "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, + "license": "ISC", "bin": { "semver": "bin/semver.js" } @@ -6422,6 +6961,7 @@ "resolved": "https://registry.npmjs.org/md5/-/md5-2.3.0.tgz", "integrity": "sha512-T1GITYmFaKuO91vxyoQMFETst+O71VUPEU3ze5GNzDm0OWdP8v1ziTaAEPUr/3kLsY3Sftgz242A1SetQiDL7g==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "charenc": "0.0.2", "crypt": "0.0.2", @@ -6433,6 +6973,7 @@ "resolved": "https://registry.npmjs.org/md5.js/-/md5.js-1.3.5.tgz", "integrity": "sha512-xitP+WxNPcTTOgnTJcrhM0xvdPepipPSf3I8EIpGKeFLjt3PlJLIDG3u8EX53ZIubkb+5U2+3rELYpEhHhzdkg==", "dev": true, + "license": "MIT", "dependencies": { "hash-base": "^3.0.0", "inherits": "^2.0.1", @@ -6443,13 +6984,15 @@ "version": "2.0.14", "resolved": "https://registry.npmjs.org/mdn-data/-/mdn-data-2.0.14.tgz", "integrity": "sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow==", - "dev": true + "dev": true, + "license": "CC0-1.0" }, "node_modules/media-typer": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -6459,6 +7002,7 @@ "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz", "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", "dev": true, + "license": "Unlicense", "dependencies": { "fs-monkey": "^1.0.4" }, @@ -6470,18 +7014,21 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/merge-stream": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", - "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==" + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "license": "MIT" }, "node_modules/merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 8" } @@ -6491,15 +7038,17 @@ "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6" } }, "node_modules/micromatch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", - "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, + "license": "MIT", "dependencies": { "braces": "^3.0.3", "picomatch": "^2.3.1" @@ -6513,6 +7062,7 @@ "resolved": "https://registry.npmjs.org/miller-rabin/-/miller-rabin-4.0.1.tgz", "integrity": "sha512-115fLhvZVqWwHPbClyntxEVfVDfl9DLLTuJvq3g2O/Oxi8AiNouAHvDSzHS0viUJc+V5vm3eq91Xwqn9dp4jRA==", "dev": true, + "license": "MIT", "dependencies": { "bn.js": "^4.0.0", "brorand": "^1.0.1" @@ -6525,13 +7075,15 @@ "version": "4.12.0", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/mime": { "version": "1.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", "dev": true, + "license": "MIT", "bin": { "mime": "cli.js" }, @@ -6543,6 +7095,7 @@ "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -6551,6 +7104,7 @@ "version": "2.1.35", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "license": "MIT", "dependencies": { "mime-db": "1.52.0" }, @@ -6563,6 +7117,7 @@ "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -6572,6 +7127,7 @@ "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz", "integrity": "sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==", "dev": true, + "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", "schema-utils": "^3.0.0", @@ -6593,6 +7149,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -6610,19 +7167,22 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/minimalistic-crypto-utils": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/minimalistic-crypto-utils/-/minimalistic-crypto-utils-1.0.1.tgz", "integrity": "sha512-JIYlbt6g8i5jKfJ3xz7rF0LXmv2TkDxBLUkiBeZ7bAx4GnnNMr8xFpGnOxn6GhTEHx3SjRrZEoU+j04prX1ktg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^1.1.7" }, @@ -6635,6 +7195,7 @@ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -6644,6 +7205,7 @@ "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", "dev": true, + "license": "ISC", "engines": { "node": ">=16 || 14 >=14.17" } @@ -6653,21 +7215,24 @@ "resolved": "https://registry.npmjs.org/moment/-/moment-2.30.1.tgz", "integrity": "sha512-uEmtNhbDOrWPFS+hdjFCBfy9f2YoyzRpwcl+DqpC6taX21FzsTLQVbMV/W7PzNSX6x/bhC1zA3c2UQ5NzH6how==", "dev": true, + "license": "MIT", "engines": { "node": "*" } }, "node_modules/ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true, + "license": "MIT" }, "node_modules/multicast-dns": { "version": "7.2.5", "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", "dev": true, + "license": "MIT", "dependencies": { "dns-packet": "^5.2.2", "thunky": "^1.0.2" @@ -6681,6 +7246,7 @@ "resolved": "https://registry.npmjs.org/mz/-/mz-2.7.0.tgz", "integrity": "sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==", "dev": true, + "license": "MIT", "dependencies": { "any-promise": "^1.0.0", "object-assign": "^4.0.1", @@ -6697,6 +7263,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "bin": { "nanoid": "bin/nanoid.cjs" }, @@ -6709,6 +7276,7 @@ "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -6716,13 +7284,15 @@ "node_modules/neo-async": { "version": "2.6.2", "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", - "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==" + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "license": "MIT" }, "node_modules/no-case": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/no-case/-/no-case-3.0.4.tgz", "integrity": "sha512-fgAN3jGAh+RoxUGZHTSOLJIqUc2wmoBwGR4tbpNAKmmovFoWq0OdRkb0VkldReO2a2iBT/OEulG9XSUc10r3zg==", "dev": true, + "license": "MIT", "dependencies": { "lower-case": "^2.0.2", "tslib": "^2.0.3" @@ -6733,6 +7303,7 @@ "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", "dev": true, + "license": "(BSD-3-Clause OR GPL-2.0)", "engines": { "node": ">= 6.13.0" } @@ -6742,6 +7313,7 @@ "resolved": "https://registry.npmjs.org/node-libs-browser/-/node-libs-browser-2.2.1.tgz", "integrity": "sha512-h/zcD8H9kaDZ9ALUWwlBUDo6TKF8a7qBSCSEGfjTVIYeqsioSKaAX+BN7NgiMGp6iSIXZ3PxgCu8KS3b71YK5Q==", "dev": true, + "license": "MIT", "dependencies": { "assert": "^1.1.1", "browserify-zlib": "^0.2.0", @@ -6773,6 +7345,7 @@ "resolved": "https://registry.npmjs.org/node-notifier/-/node-notifier-9.0.1.tgz", "integrity": "sha512-fPNFIp2hF/Dq7qLDzSg4vZ0J4e9v60gJR+Qx7RbjbWqzPDdEqeVpEx5CFeDAELIl+A/woaaNn1fQ5nEVerMxJg==", "dev": true, + "license": "MIT", "dependencies": { "growly": "^1.3.0", "is-wsl": "^2.2.0", @@ -6785,13 +7358,15 @@ "node_modules/node-releases": { "version": "2.0.18", "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz", - "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==" + "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==", + "license": "MIT" }, "node_modules/normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -6801,6 +7376,7 @@ "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -6810,6 +7386,7 @@ "resolved": "https://registry.npmjs.org/normalize-url/-/normalize-url-6.1.0.tgz", "integrity": "sha512-DlL+XwOy3NxAQ8xuC0okPgK46iuVNAK01YN7RueYBqqFeGsBjV9XmCAzAdgt+667bCl5kPh9EqKKDwnaPG1I7A==", "dev": true, + "license": "MIT", "engines": { "node": ">=10" }, @@ -6822,6 +7399,7 @@ "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", "dev": true, + "license": "MIT", "dependencies": { "path-key": "^3.0.0" }, @@ -6834,6 +7412,7 @@ "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "boolbase": "^1.0.0" }, @@ -6846,6 +7425,7 @@ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -6855,6 +7435,7 @@ "resolved": "https://registry.npmjs.org/object-hash/-/object-hash-3.0.0.tgz", "integrity": "sha512-RSn9F68PjH9HqtltsSnqYC1XXoWe9Bju5+213R98cNGttag9q9yAOTzdbsqvIa7aNm5WffBZFpWYr2aWrklWAw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 6" } @@ -6864,6 +7445,7 @@ "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.2.tgz", "integrity": "sha512-IRZSRuzJiynemAXPYtPe5BoI/RESNYR7TYm50MC5Mqbd3Jmw5y790sErYw3V6SryFJD64b74qQQs9wn5Bg/k3g==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -6876,6 +7458,7 @@ "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" } @@ -6885,6 +7468,7 @@ "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.5", "define-properties": "^1.2.1", @@ -6902,13 +7486,15 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/on-finished": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", "dev": true, + "license": "MIT", "dependencies": { "ee-first": "1.1.1" }, @@ -6921,6 +7507,7 @@ "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8" } @@ -6930,6 +7517,7 @@ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", "dev": true, + "license": "ISC", "dependencies": { "wrappy": "1" } @@ -6939,6 +7527,7 @@ "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, + "license": "MIT", "dependencies": { "mimic-fn": "^2.1.0" }, @@ -6954,6 +7543,7 @@ "resolved": "https://registry.npmjs.org/open/-/open-8.4.2.tgz", "integrity": "sha512-7x81NCL719oNbsq/3mh+hVrAWmFuEYUqrq/Iw3kUzH8ReypT9QQ0BLoJS7/G9k6N81XjW4qHWtjWwe/9eLy1EQ==", "dev": true, + "license": "MIT", "dependencies": { "define-lazy-prop": "^2.0.0", "is-docker": "^2.1.1", @@ -6970,13 +7560,15 @@ "version": "0.3.0", "resolved": "https://registry.npmjs.org/os-browserify/-/os-browserify-0.3.0.tgz", "integrity": "sha512-gjcpUc3clBf9+210TRaDWbf+rZZZEshZ+DlXMRCeAjp0xhTrnQsKHypIy1J3d5hKdUzj69t708EHtU8P6bUn0A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/p-limit": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, + "license": "MIT", "dependencies": { "p-try": "^2.0.0" }, @@ -6992,6 +7584,7 @@ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, + "license": "MIT", "dependencies": { "p-limit": "^2.2.0" }, @@ -7004,6 +7597,7 @@ "resolved": "https://registry.npmjs.org/p-pipe/-/p-pipe-3.1.0.tgz", "integrity": "sha512-08pj8ATpzMR0Y80x50yJHn37NF6vjrqHutASaX5LiH5npS9XPvrUmscd9MF5R4fuYRHOxQR1FfMIlF7AzwoPqw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" }, @@ -7016,6 +7610,7 @@ "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", "dev": true, + "license": "MIT", "dependencies": { "@types/retry": "0.12.0", "retry": "^0.13.1" @@ -7029,6 +7624,7 @@ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -7037,19 +7633,22 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.0.tgz", "integrity": "sha512-dATvCeZN/8wQsGywez1mzHtTlP22H8OEfPrVMLNr4/eGa+ijtLn/6M5f0dY8UKNrC2O9UCU6SSoG3qRKnt7STw==", - "dev": true + "dev": true, + "license": "BlueOak-1.0.0" }, "node_modules/pako": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", - "dev": true + "dev": true, + "license": "(MIT AND Zlib)" }, "node_modules/param-case": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/param-case/-/param-case-3.0.4.tgz", "integrity": "sha512-RXlj7zCYokReqWpOPH9oYivUzLYZ5vAPIfEmCTNViosC78F8F0H9y7T7gG2M39ymgutxF5gcFEsyZQSph9Bp3A==", "dev": true, + "license": "MIT", "dependencies": { "dot-case": "^3.0.4", "tslib": "^2.0.3" @@ -7059,6 +7658,7 @@ "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "license": "MIT", "dependencies": { "callsites": "^3.0.0" }, @@ -7071,6 +7671,7 @@ "resolved": "https://registry.npmjs.org/parse-asn1/-/parse-asn1-5.1.7.tgz", "integrity": "sha512-CTM5kuWR3sx9IFamcl5ErfPl6ea/N8IYwiJ+vpeB2g+1iknv7zBl5uPwbMbRVznRVbrNY6lGuDoE5b30grmbqg==", "dev": true, + "license": "ISC", "dependencies": { "asn1.js": "^4.10.1", "browserify-aes": "^1.2.0", @@ -7087,6 +7688,7 @@ "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "license": "MIT", "dependencies": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", @@ -7105,6 +7707,7 @@ "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8" } @@ -7114,6 +7717,7 @@ "resolved": "https://registry.npmjs.org/pascal-case/-/pascal-case-3.1.2.tgz", "integrity": "sha512-uWlGT3YSnK9x3BQJaOdcZwrnV6hPpd8jFH1/ucpiLRPh/2zCVJKS19E4GvYHvaCcACn3foXZ0cLB9Wrx1KGe5g==", "dev": true, + "license": "MIT", "dependencies": { "no-case": "^3.0.4", "tslib": "^2.0.3" @@ -7123,13 +7727,15 @@ "version": "0.0.1", "resolved": "https://registry.npmjs.org/path-browserify/-/path-browserify-0.0.1.tgz", "integrity": "sha512-BapA40NHICOS+USX9SN4tyhq+A2RrN/Ws5F0Z5aMHDp98Fl86lX8Oti8B7uN93L4Ifv4fHOEA+pQw87gmMO/lQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/path-exists": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -7139,6 +7745,7 @@ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -7147,6 +7754,7 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "license": "MIT", "engines": { "node": ">=8" } @@ -7155,13 +7763,15 @@ "version": "1.0.7", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/path-scurry": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", "dev": true, + "license": "BlueOak-1.0.0", "dependencies": { "lru-cache": "^10.2.0", "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" @@ -7177,19 +7787,22 @@ "version": "10.4.3", "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/path-to-regexp": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -7199,6 +7812,7 @@ "resolved": "https://registry.npmjs.org/pbkdf2/-/pbkdf2-3.1.2.tgz", "integrity": "sha512-iuh7L6jA7JEGu2WxDwtQP1ddOpaJNC4KlDEFfdQajSGgGPNi4OyDc2R7QnbY2bR9QjBVGwgvTdNJZoE7RaxUMA==", "dev": true, + "license": "MIT", "dependencies": { "create-hash": "^1.1.2", "create-hmac": "^1.1.4", @@ -7211,15 +7825,17 @@ } }, "node_modules/picocolors": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.1.tgz", - "integrity": "sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew==" + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.0.tgz", + "integrity": "sha512-TQ92mBOW0l3LeMeyLV6mzy/kWr8lkd/hp3mTg7wYK7zJhuBStmGMBG0BdeDZS/dZx1IukaX6Bk11zcln25o1Aw==", + "license": "ISC" }, "node_modules/picomatch": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", "dev": true, + "license": "MIT", "engines": { "node": ">=8.6" }, @@ -7232,6 +7848,7 @@ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -7241,6 +7858,7 @@ "resolved": "https://registry.npmjs.org/pirates/-/pirates-4.0.6.tgz", "integrity": "sha512-saLsH7WeYYPiD25LDuLRRY/i+6HaPYr6G1OUlN39otzkSTxKnubR9RTxS3/Kk50s1g2JTgFwWQDQyplC5/SHZg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 6" } @@ -7250,6 +7868,7 @@ "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "dev": true, + "license": "MIT", "dependencies": { "find-up": "^4.0.0" }, @@ -7262,6 +7881,7 @@ "resolved": "https://registry.npmjs.org/popper.js/-/popper.js-1.16.1.tgz", "integrity": "sha512-Wb4p1J4zyFTbM+u6WuO4XstYx4Ky9Cewe4DWrel7B0w6VVICvPwdOpotjzcf6eD8TsckVnIMNONQyPIUFOUbCQ==", "deprecated": "You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1", + "license": "MIT", "peer": true, "funding": { "type": "opencollective", @@ -7269,9 +7889,9 @@ } }, "node_modules/postcss": { - "version": "8.4.40", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.40.tgz", - "integrity": "sha512-YF2kKIUzAofPMpfH6hOi2cGnv/HrUlfucspc7pDyvv7kGdqXrfj8SCl/t8owkEgKEuu8ZcRjSOxFxVLqwChZ2Q==", + "version": "8.4.45", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.45.tgz", + "integrity": "sha512-7KTLTdzdZZYscUc65XmjFiB73vBhBfbPztCYdUNvlaso9PrzjzcmjqBPR0lNGkcVlcO4BjiO5rK/qNz+XAen1Q==", "funding": [ { "type": "opencollective", @@ -7286,6 +7906,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "nanoid": "^3.3.7", "picocolors": "^1.0.1", @@ -7300,6 +7921,7 @@ "resolved": "https://registry.npmjs.org/postcss-calc/-/postcss-calc-8.2.4.tgz", "integrity": "sha512-SmWMSJmB8MRnnULldx0lQIyhSNvuDl9HfrZkaqqE/WHAhToYsAvDq+yAsA/kIyINDszOp3Rh0GFoNuH5Ypsm3Q==", "dev": true, + "license": "MIT", "dependencies": { "postcss-selector-parser": "^6.0.9", "postcss-value-parser": "^4.2.0" @@ -7313,6 +7935,7 @@ "resolved": "https://registry.npmjs.org/postcss-colormin/-/postcss-colormin-5.3.1.tgz", "integrity": "sha512-UsWQG0AqTFQmpBegeLLc1+c3jIqBNB0zlDGRWR+dQ3pRKJL1oeMzyqmH3o2PIfn9MBdNrVPWhDbT769LxCTLJQ==", "dev": true, + "license": "MIT", "dependencies": { "browserslist": "^4.21.4", "caniuse-api": "^3.0.0", @@ -7331,6 +7954,7 @@ "resolved": "https://registry.npmjs.org/postcss-convert-values/-/postcss-convert-values-5.1.3.tgz", "integrity": "sha512-82pC1xkJZtcJEfiLw6UXnXVXScgtBrjlO5CBmuDQc+dlb88ZYheFsjTn40+zBVi3DkfF7iezO0nJUPLcJK3pvA==", "dev": true, + "license": "MIT", "dependencies": { "browserslist": "^4.21.4", "postcss-value-parser": "^4.2.0" @@ -7347,6 +7971,7 @@ "resolved": "https://registry.npmjs.org/postcss-discard-comments/-/postcss-discard-comments-5.1.2.tgz", "integrity": "sha512-+L8208OVbHVF2UQf1iDmRcbdjJkuBF6IS29yBDSiWUIzpYaAhtNl6JYnYm12FnkeCwQqF5LeklOu6rAqgfBZqQ==", "dev": true, + "license": "MIT", "engines": { "node": "^10 || ^12 || >=14.0" }, @@ -7359,6 +7984,7 @@ "resolved": "https://registry.npmjs.org/postcss-discard-duplicates/-/postcss-discard-duplicates-5.1.0.tgz", "integrity": "sha512-zmX3IoSI2aoenxHV6C7plngHWWhUOV3sP1T8y2ifzxzbtnuhk1EdPwm0S1bIUNaJ2eNbWeGLEwzw8huPD67aQw==", "dev": true, + "license": "MIT", "engines": { "node": "^10 || ^12 || >=14.0" }, @@ -7371,6 +7997,7 @@ "resolved": "https://registry.npmjs.org/postcss-discard-empty/-/postcss-discard-empty-5.1.1.tgz", "integrity": "sha512-zPz4WljiSuLWsI0ir4Mcnr4qQQ5e1Ukc3i7UfE2XcrwKK2LIPIqE5jxMRxO6GbI3cv//ztXDsXwEWT3BHOGh3A==", "dev": true, + "license": "MIT", "engines": { "node": "^10 || ^12 || >=14.0" }, @@ -7383,6 +8010,7 @@ "resolved": "https://registry.npmjs.org/postcss-discard-overridden/-/postcss-discard-overridden-5.1.0.tgz", "integrity": "sha512-21nOL7RqWR1kasIVdKs8HNqQJhFxLsyRfAnUDm4Fe4t4mCWL9OJiHvlHPjcd8zc5Myu89b/7wZDnOSjFgeWRtw==", "dev": true, + "license": "MIT", "engines": { "node": "^10 || ^12 || >=14.0" }, @@ -7395,6 +8023,7 @@ "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.1.0.tgz", "integrity": "sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==", "dev": true, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.0.0", "read-cache": "^1.0.0", @@ -7412,6 +8041,7 @@ "resolved": "https://registry.npmjs.org/postcss-js/-/postcss-js-4.0.1.tgz", "integrity": "sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==", "dev": true, + "license": "MIT", "dependencies": { "camelcase-css": "^2.0.1" }, @@ -7431,6 +8061,7 @@ "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.1.4.tgz", "integrity": "sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==", "dev": true, + "license": "MIT", "dependencies": { "lilconfig": "^2.0.5", "yaml": "^1.10.2" @@ -7459,6 +8090,7 @@ "version": "8.1.1", "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-8.1.1.tgz", "integrity": "sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==", + "license": "MIT", "dependencies": { "cosmiconfig": "^9.0.0", "jiti": "^1.20.0", @@ -7490,6 +8122,7 @@ "resolved": "https://registry.npmjs.org/postcss-merge-longhand/-/postcss-merge-longhand-5.1.7.tgz", "integrity": "sha512-YCI9gZB+PLNskrK0BB3/2OzPnGhPkBEwmwhfYk1ilBHYVAZB7/tkTHFBAnCrvBBOmeYyMYw3DMjT55SyxMBzjQ==", "dev": true, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0", "stylehacks": "^5.1.1" @@ -7506,6 +8139,7 @@ "resolved": "https://registry.npmjs.org/postcss-merge-rules/-/postcss-merge-rules-5.1.4.tgz", "integrity": "sha512-0R2IuYpgU93y9lhVbO/OylTtKMVcHb67zjWIfCiKR9rWL3GUk1677LAqD/BcHizukdZEjT8Ru3oHRoAYoJy44g==", "dev": true, + "license": "MIT", "dependencies": { "browserslist": "^4.21.4", "caniuse-api": "^3.0.0", @@ -7524,6 +8158,7 @@ "resolved": "https://registry.npmjs.org/postcss-minify-font-values/-/postcss-minify-font-values-5.1.0.tgz", "integrity": "sha512-el3mYTgx13ZAPPirSVsHqFzl+BBBDrXvbySvPGFnQcTI4iNslrPaFq4muTkLZmKlGk4gyFAYUBMH30+HurREyA==", "dev": true, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -7539,6 +8174,7 @@ "resolved": "https://registry.npmjs.org/postcss-minify-gradients/-/postcss-minify-gradients-5.1.1.tgz", "integrity": "sha512-VGvXMTpCEo4qHTNSa9A0a3D+dxGFZCYwR6Jokk+/3oB6flu2/PnPXAh2x7x52EkY5xlIHLm+Le8tJxe/7TNhzw==", "dev": true, + "license": "MIT", "dependencies": { "colord": "^2.9.1", "cssnano-utils": "^3.1.0", @@ -7556,6 +8192,7 @@ "resolved": "https://registry.npmjs.org/postcss-minify-params/-/postcss-minify-params-5.1.4.tgz", "integrity": "sha512-+mePA3MgdmVmv6g+30rn57USjOGSAyuxUmkfiWpzalZ8aiBkdPYjXWtHuwJGm1v5Ojy0Z0LaSYhHaLJQB0P8Jw==", "dev": true, + "license": "MIT", "dependencies": { "browserslist": "^4.21.4", "cssnano-utils": "^3.1.0", @@ -7573,6 +8210,7 @@ "resolved": "https://registry.npmjs.org/postcss-minify-selectors/-/postcss-minify-selectors-5.2.1.tgz", "integrity": "sha512-nPJu7OjZJTsVUmPdm2TcaiohIwxP+v8ha9NehQ2ye9szv4orirRU3SDdtUmKH+10nzn0bAyOXZ0UEr7OpvLehg==", "dev": true, + "license": "MIT", "dependencies": { "postcss-selector-parser": "^6.0.5" }, @@ -7587,6 +8225,7 @@ "version": "3.1.0", "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==", + "license": "ISC", "engines": { "node": "^10 || ^12 || >= 14" }, @@ -7598,6 +8237,7 @@ "version": "4.0.5", "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.5.tgz", "integrity": "sha512-6MieY7sIfTK0hYfafw1OMEG+2bg8Q1ocHCpoWLqOKj3JXlKu4G7btkmM/B7lFubYkYWmRSPLZi5chid63ZaZYw==", + "license": "MIT", "dependencies": { "icss-utils": "^5.0.0", "postcss-selector-parser": "^6.0.2", @@ -7614,6 +8254,7 @@ "version": "3.2.0", "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.0.tgz", "integrity": "sha512-oq+g1ssrsZOsx9M96c5w8laRmvEu9C3adDSjI8oTcbfkrTE8hx/zfyobUoWIxaKPO8bt6S62kxpw5GqypEw1QQ==", + "license": "ISC", "dependencies": { "postcss-selector-parser": "^6.0.4" }, @@ -7628,6 +8269,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", + "license": "ISC", "dependencies": { "icss-utils": "^5.0.0" }, @@ -7653,6 +8295,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "postcss-selector-parser": "^6.1.1" }, @@ -7668,6 +8311,7 @@ "resolved": "https://registry.npmjs.org/postcss-normalize-charset/-/postcss-normalize-charset-5.1.0.tgz", "integrity": "sha512-mSgUJ+pd/ldRGVx26p2wz9dNZ7ji6Pn8VWBajMXFf8jk7vUoSrZ2lt/wZR7DtlZYKesmZI680qjr2CeFF2fbUg==", "dev": true, + "license": "MIT", "engines": { "node": "^10 || ^12 || >=14.0" }, @@ -7680,6 +8324,7 @@ "resolved": "https://registry.npmjs.org/postcss-normalize-display-values/-/postcss-normalize-display-values-5.1.0.tgz", "integrity": "sha512-WP4KIM4o2dazQXWmFaqMmcvsKmhdINFblgSeRgn8BJ6vxaMyaJkwAzpPpuvSIoG/rmX3M+IrRZEz2H0glrQNEA==", "dev": true, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -7695,6 +8340,7 @@ "resolved": "https://registry.npmjs.org/postcss-normalize-positions/-/postcss-normalize-positions-5.1.1.tgz", "integrity": "sha512-6UpCb0G4eofTCQLFVuI3EVNZzBNPiIKcA1AKVka+31fTVySphr3VUgAIULBhxZkKgwLImhzMR2Bw1ORK+37INg==", "dev": true, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -7710,6 +8356,7 @@ "resolved": "https://registry.npmjs.org/postcss-normalize-repeat-style/-/postcss-normalize-repeat-style-5.1.1.tgz", "integrity": "sha512-mFpLspGWkQtBcWIRFLmewo8aC3ImN2i/J3v8YCFUwDnPu3Xz4rLohDO26lGjwNsQxB3YF0KKRwspGzE2JEuS0g==", "dev": true, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -7725,6 +8372,7 @@ "resolved": "https://registry.npmjs.org/postcss-normalize-string/-/postcss-normalize-string-5.1.0.tgz", "integrity": "sha512-oYiIJOf4T9T1N4i+abeIc7Vgm/xPCGih4bZz5Nm0/ARVJ7K6xrDlLwvwqOydvyL3RHNf8qZk6vo3aatiw/go3w==", "dev": true, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -7740,6 +8388,7 @@ "resolved": "https://registry.npmjs.org/postcss-normalize-timing-functions/-/postcss-normalize-timing-functions-5.1.0.tgz", "integrity": "sha512-DOEkzJ4SAXv5xkHl0Wa9cZLF3WCBhF3o1SKVxKQAa+0pYKlueTpCgvkFAHfk+Y64ezX9+nITGrDZeVGgITJXjg==", "dev": true, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -7755,6 +8404,7 @@ "resolved": "https://registry.npmjs.org/postcss-normalize-unicode/-/postcss-normalize-unicode-5.1.1.tgz", "integrity": "sha512-qnCL5jzkNUmKVhZoENp1mJiGNPcsJCs1aaRmURmeJGES23Z/ajaln+EPTD+rBeNkSryI+2WTdW+lwcVdOikrpA==", "dev": true, + "license": "MIT", "dependencies": { "browserslist": "^4.21.4", "postcss-value-parser": "^4.2.0" @@ -7771,6 +8421,7 @@ "resolved": "https://registry.npmjs.org/postcss-normalize-url/-/postcss-normalize-url-5.1.0.tgz", "integrity": "sha512-5upGeDO+PVthOxSmds43ZeMeZfKH+/DKgGRD7TElkkyS46JXAUhMzIKiCa7BabPeIy3AQcTkXwVVN7DbqsiCew==", "dev": true, + "license": "MIT", "dependencies": { "normalize-url": "^6.0.1", "postcss-value-parser": "^4.2.0" @@ -7787,6 +8438,7 @@ "resolved": "https://registry.npmjs.org/postcss-normalize-whitespace/-/postcss-normalize-whitespace-5.1.1.tgz", "integrity": "sha512-83ZJ4t3NUDETIHTa3uEg6asWjSBYL5EdkVB0sDncx9ERzOKBVJIUeDO9RyA9Zwtig8El1d79HBp0JEi8wvGQnA==", "dev": true, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -7802,6 +8454,7 @@ "resolved": "https://registry.npmjs.org/postcss-ordered-values/-/postcss-ordered-values-5.1.3.tgz", "integrity": "sha512-9UO79VUhPwEkzbb3RNpqqghc6lcYej1aveQteWY+4POIwlqkYE21HKWaLDF6lWNuqCobEAyTovVhtI32Rbv2RQ==", "dev": true, + "license": "MIT", "dependencies": { "cssnano-utils": "^3.1.0", "postcss-value-parser": "^4.2.0" @@ -7818,6 +8471,7 @@ "resolved": "https://registry.npmjs.org/postcss-reduce-initial/-/postcss-reduce-initial-5.1.2.tgz", "integrity": "sha512-dE/y2XRaqAi6OvjzD22pjTUQ8eOfc6m/natGHgKFBK9DxFmIm69YmaRVQrGgFlEfc1HePIurY0TmDeROK05rIg==", "dev": true, + "license": "MIT", "dependencies": { "browserslist": "^4.21.4", "caniuse-api": "^3.0.0" @@ -7834,6 +8488,7 @@ "resolved": "https://registry.npmjs.org/postcss-reduce-transforms/-/postcss-reduce-transforms-5.1.0.tgz", "integrity": "sha512-2fbdbmgir5AvpW9RLtdONx1QoYG2/EtqpNQbFASDlixBbAYuTcJ0dECwlqNqH7VbaUnEnh8SrxOe2sRIn24XyQ==", "dev": true, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0" }, @@ -7845,9 +8500,10 @@ } }, "node_modules/postcss-selector-parser": { - "version": "6.1.1", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.1.tgz", - "integrity": "sha512-b4dlw/9V8A71rLIDsSwVmak9z2DuBUB7CA1/wSdelNEzqsjoSPeADTWNO09lpH49Diy3/JIZ2bSPB1dI3LJCHg==", + "version": "6.1.2", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.1.2.tgz", + "integrity": "sha512-Q8qQfPiZ+THO/3ZrOrO0cJJKfpYCagtMUkXbnEfmgUjwXg6z/WBeOyS9APBBPCTSiDV+s4SwQGu8yFsiMRIudg==", + "license": "MIT", "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" @@ -7861,6 +8517,7 @@ "resolved": "https://registry.npmjs.org/postcss-svgo/-/postcss-svgo-5.1.0.tgz", "integrity": "sha512-D75KsH1zm5ZrHyxPakAxJWtkyXew5qwS70v56exwvw542d9CRtTo78K0WeFxZB4G7JXKKMbEZtZayTGdIky/eA==", "dev": true, + "license": "MIT", "dependencies": { "postcss-value-parser": "^4.2.0", "svgo": "^2.7.0" @@ -7877,6 +8534,7 @@ "resolved": "https://registry.npmjs.org/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz", "integrity": "sha512-5JiODlELrz8L2HwxfPnhOWZYWDxVHWL83ufOv84NrcgipI7TaeRsatAhK4Tr2/ZiYldpK/wBvw5BD3qfaK96GA==", "dev": true, + "license": "MIT", "dependencies": { "postcss-selector-parser": "^6.0.5" }, @@ -7890,13 +8548,15 @@ "node_modules/postcss-value-parser": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", - "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==" + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "license": "MIT" }, "node_modules/pretty-time": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/pretty-time/-/pretty-time-1.1.0.tgz", "integrity": "sha512-28iF6xPQrP8Oa6uxE6a1biz+lWeTOAPKggvjB8HAs6nVMKZwf5bG++632Dx614hIWgUPkgivRfG+a8uAXGTIbA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -7906,6 +8566,7 @@ "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz", "integrity": "sha512-cdGef/drWFoydD1JsMzuFf8100nZl+GT+yacc2bEced5f9Rjk4z+WtFUTBu9PhOi9j/jfmBPu0mMEY4wIdAF8A==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6.0" } @@ -7914,13 +8575,15 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/proxy-addr": { "version": "2.0.7", "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", "dev": true, + "license": "MIT", "dependencies": { "forwarded": "0.2.0", "ipaddr.js": "1.9.1" @@ -7934,6 +8597,7 @@ "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.10" } @@ -7942,13 +8606,15 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/public-encrypt": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/public-encrypt/-/public-encrypt-4.0.3.tgz", "integrity": "sha512-zVpa8oKZSz5bTMTFClc1fQOnyyEzpl5ozpi1B5YcvBrdohMjH2rfsBtyXcuNuwjsDIXmBYlF2N5FlJYhR29t8Q==", "dev": true, + "license": "MIT", "dependencies": { "bn.js": "^4.1.0", "browserify-rsa": "^4.0.0", @@ -7962,19 +8628,22 @@ "version": "4.12.0", "resolved": "https://registry.npmjs.org/bn.js/-/bn.js-4.12.0.tgz", "integrity": "sha512-c98Bf3tPniI+scsdk237ku1Dc3ujXQTSgyiPUDEOe7tRkhrqridvh8klBv0HCEso1OLOYcHuCv/cS6DNxKH+ZA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/punycode": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/qs": { "version": "6.13.0", "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", "dev": true, + "license": "BSD-3-Clause", "dependencies": { "side-channel": "^1.0.6" }, @@ -8012,12 +8681,14 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/randombytes": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "license": "MIT", "dependencies": { "safe-buffer": "^5.1.0" } @@ -8027,6 +8698,7 @@ "resolved": "https://registry.npmjs.org/randomfill/-/randomfill-1.0.4.tgz", "integrity": "sha512-87lcbR8+MhcWcUiQ+9e+Rwx8MyR2P7qnt15ynUlbm3TU/fjbgz4GsvfSUDTemtCCtVCqb4ZcEFlyPNTh9bBTLw==", "dev": true, + "license": "MIT", "dependencies": { "randombytes": "^2.0.5", "safe-buffer": "^5.1.0" @@ -8037,6 +8709,7 @@ "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -8046,6 +8719,7 @@ "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", "dev": true, + "license": "MIT", "dependencies": { "bytes": "3.1.2", "http-errors": "2.0.0", @@ -8061,6 +8735,7 @@ "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8" } @@ -8070,6 +8745,7 @@ "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", "dev": true, + "license": "MIT", "dependencies": { "pify": "^2.3.0" } @@ -8079,6 +8755,7 @@ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", "dev": true, + "license": "MIT", "dependencies": { "core-util-is": "~1.0.0", "inherits": "~2.0.3", @@ -8093,13 +8770,15 @@ "version": "5.1.2", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/readable-stream/node_modules/string_decoder": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, + "license": "MIT", "dependencies": { "safe-buffer": "~5.1.0" } @@ -8109,6 +8788,7 @@ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", "dev": true, + "license": "MIT", "dependencies": { "picomatch": "^2.2.1" }, @@ -8121,6 +8801,7 @@ "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.7.1.tgz", "integrity": "sha512-/njmZ8s1wVeR6pjTZ+0nCnv8SpZNRMT2D1RLOJQESlYFDBvwpTA4KWJpZ+sBJ4+vhjILRcK7JIFdGCdxEAAitg==", "dev": true, + "license": "MIT", "dependencies": { "resolve": "^1.9.0" }, @@ -8132,13 +8813,15 @@ "version": "1.4.2", "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/regenerate-unicode-properties": { "version": "10.1.1", "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", "dev": true, + "license": "MIT", "dependencies": { "regenerate": "^1.4.2" }, @@ -8150,13 +8833,15 @@ "version": "0.14.1", "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/regenerator-transform": { "version": "0.15.2", "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", "dev": true, + "license": "MIT", "dependencies": { "@babel/runtime": "^7.8.4" } @@ -8165,13 +8850,15 @@ "version": "2.3.0", "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.3.0.tgz", "integrity": "sha512-TVILVSz2jY5D47F4mA4MppkBrafEaiUWJO/TcZHEIuI13AqoZMkK1WMA4Om1YkYbTx+9Ki1/tSUXbceyr9saRg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/regexpu-core": { "version": "5.3.2", "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", "dev": true, + "license": "MIT", "dependencies": { "@babel/regjsgen": "^0.8.0", "regenerate": "^1.4.2", @@ -8189,6 +8876,7 @@ "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", "dev": true, + "license": "BSD-2-Clause", "dependencies": { "jsesc": "~0.5.0" }, @@ -8210,6 +8898,7 @@ "resolved": "https://registry.npmjs.org/relateurl/-/relateurl-0.2.7.tgz", "integrity": "sha512-G08Dxvm4iDN3MLM0EsP62EDV9IuhXPR6blNz6Utcp7zyV3tr4HVNINt6MpaRWbxoOHT3Q7YN2P+jaHX8vUbgog==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.10" } @@ -8219,6 +8908,7 @@ "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz", "integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.10" } @@ -8228,6 +8918,7 @@ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -8237,6 +8928,7 @@ "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.10.0" } @@ -8245,13 +8937,15 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/resolve": { "version": "1.22.8", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", "dev": true, + "license": "MIT", "dependencies": { "is-core-module": "^2.13.0", "path-parse": "^1.0.7", @@ -8269,6 +8963,7 @@ "resolved": "https://registry.npmjs.org/resolve-cwd/-/resolve-cwd-3.0.0.tgz", "integrity": "sha512-OrZaX2Mb+rJCpH/6CpSqt9xFVpN++x01XnN2ie9g6P5/3xelLAkXWVADpdz1IHD/KFfEXyE6V0U01OQ3UO2rEg==", "dev": true, + "license": "MIT", "dependencies": { "resolve-from": "^5.0.0" }, @@ -8281,6 +8976,7 @@ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -8289,6 +8985,7 @@ "version": "4.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "license": "MIT", "engines": { "node": ">=4" } @@ -8298,6 +8995,7 @@ "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-5.0.0.tgz", "integrity": "sha512-uZtduh8/8srhBoMx//5bwqjQ+rfYOUq8zC9NrMUGtjBiGTtFJM42s58/36+hTqeqINcnYe08Nj3LkK9lW4N8Xg==", "dev": true, + "license": "MIT", "dependencies": { "adjust-sourcemap-loader": "^4.0.0", "convert-source-map": "^1.7.0", @@ -8313,13 +9011,15 @@ "version": "1.9.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/retry": { "version": "0.13.1", "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 4" } @@ -8329,6 +9029,7 @@ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", "dev": true, + "license": "MIT", "engines": { "iojs": ">=1.0.0", "node": ">=0.10.0" @@ -8340,6 +9041,7 @@ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", "deprecated": "Rimraf versions prior to v4 are no longer supported", "dev": true, + "license": "ISC", "dependencies": { "glob": "^7.1.3" }, @@ -8355,6 +9057,7 @@ "resolved": "https://registry.npmjs.org/ripemd160/-/ripemd160-2.0.2.tgz", "integrity": "sha512-ii4iagi25WusVoiC4B4lq7pbXfAp3D9v5CwfkY33vffw2+pkDjY1D8GaN7spsxvCSx8dkPqOZCEZyfxcmJG2IA==", "dev": true, + "license": "MIT", "dependencies": { "hash-base": "^3.0.0", "inherits": "^2.0.1" @@ -8379,6 +9082,7 @@ "url": "https://feross.org/support" } ], + "license": "MIT", "dependencies": { "queue-microtask": "^1.2.2" } @@ -8400,19 +9104,22 @@ "type": "consulting", "url": "https://feross.org/support" } - ] + ], + "license": "MIT" }, "node_modules/safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/sass": { - "version": "1.77.8", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.77.8.tgz", - "integrity": "sha512-4UHg6prsrycW20fqLGPShtEvo/WyHRVRHwOP4DzkUrObWoWI05QBSfzU71TVB7PFaL104TwNaHpjlWXAZbQiNQ==", + "version": "1.78.0", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.78.0.tgz", + "integrity": "sha512-AaIqGSrjo5lA2Yg7RvFZrlXDBCp3nV4XP73GrLGvdRWWwk+8H3l0SDvq/5bA4eF+0RFPLuWUk3E+P1U/YqnpsQ==", "dev": true, + "license": "MIT", "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", @@ -8430,6 +9137,7 @@ "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-9.0.3.tgz", "integrity": "sha512-fOwsP98ac1VMme+V3+o0HaaMHp8Q/C9P+MUazLFVi3Jl7ORGHQXL1XeRZt3zLSGZQQPC8xE42Y2WptItvGjDQg==", "dev": true, + "license": "MIT", "dependencies": { "klona": "^1.1.2", "loader-utils": "^2.0.0", @@ -8467,6 +9175,7 @@ "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.5", "ajv": "^6.12.4", @@ -8484,25 +9193,29 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/select/-/select-1.1.2.tgz", "integrity": "sha512-OwpTSOfy6xSs1+pwcNrv0RBMOzI39Lp3qQKUTPVVPRjCdNa5JH/oPRiqsesIskK8TVgmRiHwO4KXlV2Li9dANA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/select-hose": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/select2": { "version": "4.0.13", "resolved": "https://registry.npmjs.org/select2/-/select2-4.0.13.tgz", "integrity": "sha512-1JeB87s6oN/TDxQQYCvS5EFoQyvV6eYMZZ0AeA4tdFDYWN3BAGZ8npr17UBFddU0lgAt3H0yjX3X6/ekOj1yjw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/selfsigned": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", "dev": true, + "license": "MIT", "dependencies": { "@types/node-forge": "^1.3.0", "node-forge": "^1" @@ -8515,6 +9228,7 @@ "version": "7.6.3", "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "license": "ISC", "bin": { "semver": "bin/semver.js" }, @@ -8527,6 +9241,7 @@ "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", "dev": true, + "license": "MIT", "dependencies": { "debug": "2.6.9", "depd": "2.0.0", @@ -8551,6 +9266,7 @@ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, + "license": "MIT", "dependencies": { "ms": "2.0.0" } @@ -8559,18 +9275,14 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true - }, - "node_modules/send/node_modules/ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/serialize-javascript": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", + "license": "BSD-3-Clause", "dependencies": { "randombytes": "^2.1.0" } @@ -8580,6 +9292,7 @@ "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", "dev": true, + "license": "MIT", "dependencies": { "accepts": "~1.3.4", "batch": "0.6.1", @@ -8598,6 +9311,7 @@ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dev": true, + "license": "MIT", "dependencies": { "ms": "2.0.0" } @@ -8607,6 +9321,7 @@ "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -8616,6 +9331,7 @@ "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", "dev": true, + "license": "MIT", "dependencies": { "depd": "~1.1.2", "inherits": "2.0.3", @@ -8630,25 +9346,29 @@ "version": "2.0.3", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/serve-index/node_modules/ms": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/serve-index/node_modules/setprototypeof": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/serve-index/node_modules/statuses": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.6" } @@ -8658,6 +9378,7 @@ "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", "dev": true, + "license": "MIT", "dependencies": { "encodeurl": "~1.0.2", "escape-html": "~1.0.3", @@ -8673,6 +9394,7 @@ "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", "dev": true, + "license": "MIT", "dependencies": { "define-data-property": "^1.1.4", "es-errors": "^1.3.0", @@ -8689,19 +9411,22 @@ "version": "1.0.5", "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/setprototypeof": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/sha.js": { "version": "2.4.11", "resolved": "https://registry.npmjs.org/sha.js/-/sha.js-2.4.11.tgz", "integrity": "sha512-QMEp5B7cftE7APOjk5Y6xgrbWu+WkLVQwk8JNjZ8nKRciZaByEW6MubieAiToS7+dwvrjGhH8jRXz3MVd0AYqQ==", "dev": true, + "license": "(MIT AND BSD-3-Clause)", "dependencies": { "inherits": "^2.0.1", "safe-buffer": "^5.0.1" @@ -8715,6 +9440,7 @@ "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", "dev": true, + "license": "MIT", "dependencies": { "kind-of": "^6.0.2" }, @@ -8726,6 +9452,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "license": "MIT", "dependencies": { "shebang-regex": "^3.0.0" }, @@ -8737,6 +9464,7 @@ "version": "3.0.0", "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "license": "MIT", "engines": { "node": ">=8" } @@ -8746,6 +9474,7 @@ "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.1.tgz", "integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==", "dev": true, + "license": "MIT", "funding": { "url": "https://github.com/sponsors/ljharb" } @@ -8754,13 +9483,15 @@ "version": "0.1.1", "resolved": "https://registry.npmjs.org/shellwords/-/shellwords-0.1.1.tgz", "integrity": "sha512-vFwSUfQvqybiICwZY5+DAWIPLKsWO31Q91JSKl3UYv+K5c2QRPzn0qzec6QPu1Qc9eHYItiP3NdJqNVqetYAww==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/side-channel": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", "dev": true, + "license": "MIT", "dependencies": { "call-bind": "^1.0.7", "es-errors": "^1.3.0", @@ -8778,13 +9509,15 @@ "version": "3.0.7", "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/slash": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", "dev": true, + "license": "MIT", "engines": { "node": ">=8" } @@ -8794,6 +9527,7 @@ "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", "dev": true, + "license": "MIT", "dependencies": { "faye-websocket": "^0.11.3", "uuid": "^8.3.2", @@ -8804,20 +9538,23 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/source-list-map/-/source-list-map-2.0.1.tgz", "integrity": "sha512-qnQ7gVMxGNxsiL4lEuJwe/To8UnK7fAnmbGEEH8RpLouuKbeEm0lhbQVFIrNSuB+G7tVrAlVsZgETT5nljf+Iw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } }, "node_modules/source-map-js": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.0.tgz", - "integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "license": "BSD-3-Clause", "engines": { "node": ">=0.10.0" } @@ -8826,6 +9563,7 @@ "version": "0.5.21", "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "license": "MIT", "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" @@ -8836,6 +9574,7 @@ "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", "dev": true, + "license": "MIT", "dependencies": { "debug": "^4.1.0", "handle-thing": "^2.0.0", @@ -8852,6 +9591,7 @@ "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", "dev": true, + "license": "MIT", "dependencies": { "debug": "^4.1.0", "detect-node": "^2.0.4", @@ -8866,6 +9606,7 @@ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", "dev": true, + "license": "MIT", "dependencies": { "inherits": "^2.0.3", "string_decoder": "^1.1.1", @@ -8879,20 +9620,23 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz", "integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==", - "dev": true + "dev": true, + "license": "BSD-3-Clause" }, "node_modules/stable": { "version": "0.1.8", "resolved": "https://registry.npmjs.org/stable/-/stable-0.1.8.tgz", "integrity": "sha512-ji9qxRnOVfcuLDySj9qzhGSEFVobyt1kIOSkj1qZzYLzq7Tos/oUUWvotUPQLlrsidqsK6tBH89Bc9kL5zHA6w==", "deprecated": "Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/statuses": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8" } @@ -8901,13 +9645,15 @@ "version": "3.7.0", "resolved": "https://registry.npmjs.org/std-env/-/std-env-3.7.0.tgz", "integrity": "sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/stream-browserify": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/stream-browserify/-/stream-browserify-2.0.2.tgz", "integrity": "sha512-nX6hmklHs/gr2FuxYDltq8fJA1GDlxKQCz8O/IM4atRqBH8OORmBNgfvW5gG10GT/qQ9u0CzIvr2X5Pkt6ntqg==", "dev": true, + "license": "MIT", "dependencies": { "inherits": "~2.0.1", "readable-stream": "^2.0.2" @@ -8918,6 +9664,7 @@ "resolved": "https://registry.npmjs.org/stream-http/-/stream-http-2.8.3.tgz", "integrity": "sha512-+TSkfINHDo4J+ZobQLWiMouQYB+UVYFttRA94FpEzzJ7ZdqcL4uUUQ7WkdkI4DSozGmgBUE/a47L+38PenXhUw==", "dev": true, + "license": "MIT", "dependencies": { "builtin-status-codes": "^3.0.0", "inherits": "^2.0.1", @@ -8931,6 +9678,7 @@ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", "dev": true, + "license": "MIT", "dependencies": { "safe-buffer": "~5.2.0" } @@ -8940,6 +9688,7 @@ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -8955,6 +9704,7 @@ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, + "license": "MIT", "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", @@ -8969,6 +9719,7 @@ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -8982,6 +9733,7 @@ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, + "license": "MIT", "dependencies": { "ansi-regex": "^5.0.1" }, @@ -8994,6 +9746,7 @@ "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", "dev": true, + "license": "MIT", "engines": { "node": ">=6" } @@ -9002,6 +9755,7 @@ "version": "2.0.0", "resolved": "https://registry.npmjs.org/style-loader/-/style-loader-2.0.0.tgz", "integrity": "sha512-Z0gYUJmzZ6ZdRUqpg1r8GsaFKypE+3xAzuFeMuoHgjc9KZv3wMyCRjQIWEbhoFSq7+7yoHXySDJyyWQaPajeiQ==", + "license": "MIT", "dependencies": { "loader-utils": "^2.0.0", "schema-utils": "^3.0.0" @@ -9021,6 +9775,7 @@ "version": "3.3.0", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -9039,6 +9794,7 @@ "resolved": "https://registry.npmjs.org/stylehacks/-/stylehacks-5.1.1.tgz", "integrity": "sha512-sBpcd5Hx7G6seo7b1LkpttvTz7ikD0LlH5RmdcBNb6fFR0Fl7LQwHDFr300q4cwUqi+IYrFGmsIHieMBfnN/Bw==", "dev": true, + "license": "MIT", "dependencies": { "browserslist": "^4.21.4", "postcss-selector-parser": "^6.0.4" @@ -9055,6 +9811,7 @@ "resolved": "https://registry.npmjs.org/sucrase/-/sucrase-3.35.0.tgz", "integrity": "sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==", "dev": true, + "license": "MIT", "dependencies": { "@jridgewell/gen-mapping": "^0.3.2", "commander": "^4.0.0", @@ -9077,6 +9834,7 @@ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, + "license": "MIT", "dependencies": { "balanced-match": "^1.0.0" } @@ -9086,6 +9844,7 @@ "resolved": "https://registry.npmjs.org/commander/-/commander-4.1.1.tgz", "integrity": "sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 6" } @@ -9095,6 +9854,7 @@ "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", "dev": true, + "license": "ISC", "dependencies": { "foreground-child": "^3.1.0", "jackspeak": "^3.1.2", @@ -9115,6 +9875,7 @@ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", "dev": true, + "license": "ISC", "dependencies": { "brace-expansion": "^2.0.1" }, @@ -9130,6 +9891,7 @@ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", "dev": true, + "license": "MIT", "dependencies": { "has-flag": "^4.0.0" }, @@ -9142,6 +9904,7 @@ "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4" }, @@ -9154,6 +9917,7 @@ "resolved": "https://registry.npmjs.org/svgo/-/svgo-2.8.0.tgz", "integrity": "sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==", "dev": true, + "license": "MIT", "dependencies": { "@trysound/sax": "0.2.0", "commander": "^7.2.0", @@ -9171,10 +9935,11 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.7", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.7.tgz", - "integrity": "sha512-rxWZbe87YJb4OcSopb7up2Ba4U82BoiSGUdoDr3Ydrg9ckxFS/YWsvhN323GMcddgU65QRy7JndC7ahhInhvlQ==", + "version": "3.4.10", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.10.tgz", + "integrity": "sha512-KWZkVPm7yJRhdu4SRSl9d4AK2wM3a50UsvgHZO7xY77NQr2V+fIrEuoDGQcbvswWvFGbS2f6e+jC/6WJm1Dl0w==", "dev": true, + "license": "MIT", "dependencies": { "@alloc/quick-lru": "^5.2.0", "arg": "^5.0.2", @@ -9212,6 +9977,7 @@ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", "dev": true, + "license": "ISC", "dependencies": { "is-glob": "^4.0.3" }, @@ -9234,6 +10000,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "lilconfig": "^3.0.0", "yaml": "^2.3.4" @@ -9259,6 +10026,7 @@ "resolved": "https://registry.npmjs.org/lilconfig/-/lilconfig-3.1.2.tgz", "integrity": "sha512-eop+wDAvpItUys0FWkHIKeC9ybYrTGbU41U5K7+bttZZeohvnY7M9dZ5kB21GNWiFT2q1OoPTvncPCgSOVO5ow==", "dev": true, + "license": "MIT", "engines": { "node": ">=14" }, @@ -9267,10 +10035,11 @@ } }, "node_modules/tailwindcss/node_modules/yaml": { - "version": "2.5.0", - "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.0.tgz", - "integrity": "sha512-2wWLbGbYDiSqqIKoPjar3MPgB94ErzCtrNE1FdqGuaO0pi2JGjmE8aW8TDZwzU7vuxcGRdL/4gPQwQ7hD5AMSw==", + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/yaml/-/yaml-2.5.1.tgz", + "integrity": "sha512-bLQOjaX/ADgQ20isPJRvF0iRUHIxVhYvr53Of7wGcWlO2jvtUlH5m87DsmulFVxRpNLOnI4tB6p/oh8D7kpn9Q==", "dev": true, + "license": "ISC", "bin": { "yaml": "bin.mjs" }, @@ -9282,14 +10051,16 @@ "version": "2.2.1", "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "license": "MIT", "engines": { "node": ">=6" } }, "node_modules/terser": { - "version": "5.31.3", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.3.tgz", - "integrity": "sha512-pAfYn3NIZLyZpa83ZKigvj6Rn9c/vd5KfYGX7cN1mnzqgDcxWvrU5ZtAfIKhEXz9nRecw4z3LXkjaq96/qZqAA==", + "version": "5.31.6", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.6.tgz", + "integrity": "sha512-PQ4DAriWzKj+qgehQ7LK5bQqCFNMmlhjR2PFFLuqGCpuCAauxemVBWwWOxo3UIwWQx8+Pr61Df++r76wDmkQBg==", + "license": "BSD-2-Clause", "dependencies": { "@jridgewell/source-map": "^0.3.3", "acorn": "^8.8.2", @@ -9307,6 +10078,7 @@ "version": "5.3.10", "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", + "license": "MIT", "dependencies": { "@jridgewell/trace-mapping": "^0.3.20", "jest-worker": "^27.4.5", @@ -9340,6 +10112,7 @@ "version": "3.3.0", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -9356,13 +10129,15 @@ "node_modules/terser/node_modules/commander": { "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", - "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==" + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "license": "MIT" }, "node_modules/thenify": { "version": "3.3.1", "resolved": "https://registry.npmjs.org/thenify/-/thenify-3.3.1.tgz", "integrity": "sha512-RVZSIV5IG10Hk3enotrhvz0T9em6cyHBLkH/YAZuKqd8hRkKhSfCGIcP2KUY0EPxndzANBmNllzWPwak+bheSw==", "dev": true, + "license": "MIT", "dependencies": { "any-promise": "^1.0.0" } @@ -9372,6 +10147,7 @@ "resolved": "https://registry.npmjs.org/thenify-all/-/thenify-all-1.6.0.tgz", "integrity": "sha512-RNxQH/qI8/t3thXJDwcstUO4zeqo64+Uy/+sNVRBx4Xn2OX+OZ9oP+iJnNFqplFra2ZUVeKCSa2oVWi3T4uVmA==", "dev": true, + "license": "MIT", "dependencies": { "thenify": ">= 3.1.0 < 4" }, @@ -9383,13 +10159,15 @@ "version": "1.1.0", "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/timers-browserify": { "version": "2.0.12", "resolved": "https://registry.npmjs.org/timers-browserify/-/timers-browserify-2.0.12.tgz", "integrity": "sha512-9phl76Cqm6FhSX9Xe1ZUAMLtm1BLkKj2Qd5ApyWkXzsMRaA7dgr81kf4wJmQf/hAvg8EEyJxDo3du/0KlhPiKQ==", "dev": true, + "license": "MIT", "dependencies": { "setimmediate": "^1.0.4" }, @@ -9401,19 +10179,22 @@ "version": "2.1.0", "resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz", "integrity": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/to-arraybuffer": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/to-arraybuffer/-/to-arraybuffer-1.0.1.tgz", "integrity": "sha512-okFlQcoGTi4LQBG/PgSYblw9VOyptsz2KJZqc6qtgGdes8VktzUQkj4BI2blit072iS8VODNcMA+tvnS9dnuMA==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -9422,6 +10203,7 @@ "version": "5.0.1", "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "license": "MIT", "dependencies": { "is-number": "^7.0.0" }, @@ -9434,6 +10216,7 @@ "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.6" } @@ -9442,25 +10225,29 @@ "version": "0.1.13", "resolved": "https://registry.npmjs.org/ts-interface-checker/-/ts-interface-checker-0.1.13.tgz", "integrity": "sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==", - "dev": true + "dev": true, + "license": "Apache-2.0" }, "node_modules/tslib": { - "version": "2.6.3", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.3.tgz", - "integrity": "sha512-xNvxJEOUiWPGhUuUdQgAJPKOOJfGnIyKySOc09XkKsgdUV/3E2zvwZYdejjmRgPCgcym1juLH3226yA7sEFJKQ==", - "dev": true + "version": "2.7.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.7.0.tgz", + "integrity": "sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==", + "dev": true, + "license": "0BSD" }, "node_modules/tty-browserify": { "version": "0.0.0", "resolved": "https://registry.npmjs.org/tty-browserify/-/tty-browserify-0.0.0.tgz", "integrity": "sha512-JVa5ijo+j/sOoHGjw0sxw734b1LhBkQ3bvUGNdxnVXDCX81Yx7TFgnZygxrIIWn23hbfTaMYLwRmAxFyDuFmIw==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/type-is": { "version": "1.6.18", "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", "dev": true, + "license": "MIT", "dependencies": { "media-typer": "0.3.0", "mime-types": "~2.1.24" @@ -9470,15 +10257,17 @@ } }, "node_modules/undici-types": { - "version": "6.13.0", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.13.0.tgz", - "integrity": "sha512-xtFJHudx8S2DSoujjMd1WeWvn7KKWFRESZTMeL1RptAYERu29D6jphMjjY+vn96jvN3kVPDNxU/E13VTaXj6jg==" + "version": "6.19.8", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.19.8.tgz", + "integrity": "sha512-ve2KP6f/JnbPBFyobGHuerC9g1FYGn/F8n1LWTwNxCEzd6IfqTwUQcNXgEtmmQ6DlRrC1hrSrBnCZPokRrDHjw==", + "license": "MIT" }, "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -9488,6 +10277,7 @@ "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", "dev": true, + "license": "MIT", "dependencies": { "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-property-aliases-ecmascript": "^2.0.0" @@ -9501,6 +10291,7 @@ "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -9510,6 +10301,7 @@ "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", "dev": true, + "license": "MIT", "engines": { "node": ">=4" } @@ -9519,6 +10311,7 @@ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", "dev": true, + "license": "MIT", "engines": { "node": ">= 10.0.0" } @@ -9528,6 +10321,7 @@ "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8" } @@ -9550,6 +10344,7 @@ "url": "https://github.com/sponsors/ai" } ], + "license": "MIT", "dependencies": { "escalade": "^3.1.2", "picocolors": "^1.0.1" @@ -9565,6 +10360,7 @@ "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "license": "BSD-2-Clause", "dependencies": { "punycode": "^2.1.0" } @@ -9573,6 +10369,7 @@ "version": "2.3.1", "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "license": "MIT", "engines": { "node": ">=6" } @@ -9582,6 +10379,7 @@ "resolved": "https://registry.npmjs.org/url/-/url-0.11.4.tgz", "integrity": "sha512-oCwdVC7mTuWiPyjLUz/COz5TLk6wgp0RCsN+wHZ2Ekneac9w8uuV0njcbbie2ME+Vs+d6duwmYuR3HgQXs1fOg==", "dev": true, + "license": "MIT", "dependencies": { "punycode": "^1.4.1", "qs": "^6.12.3" @@ -9595,6 +10393,7 @@ "resolved": "https://registry.npmjs.org/util/-/util-0.11.1.tgz", "integrity": "sha512-HShAsny+zS2TZfaXxD9tYj4HQGlBezXZMZuM/S5PKLLoZkShZiGk9o5CzukI1LVHZvjdvZ2Sj1aW/Ndn2NB/HQ==", "dev": true, + "license": "MIT", "dependencies": { "inherits": "2.0.3" } @@ -9602,19 +10401,22 @@ "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "license": "MIT" }, "node_modules/util/node_modules/inherits": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/utils-merge": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.4.0" } @@ -9624,6 +10426,7 @@ "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", "dev": true, + "license": "MIT", "bin": { "uuid": "dist/bin/uuid" } @@ -9633,6 +10436,7 @@ "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", "dev": true, + "license": "MIT", "engines": { "node": ">= 0.8" } @@ -9641,13 +10445,15 @@ "version": "1.1.2", "resolved": "https://registry.npmjs.org/vm-browserify/-/vm-browserify-1.1.2.tgz", "integrity": "sha512-2ham8XPWTONajOR0ohOKOHXkm3+gaBmGut3SRuu75xLd/RRaY6vqgh8NBYYk7+RW3u5AtzPQZG8F10LHkl0lAQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/vue-style-loader": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/vue-style-loader/-/vue-style-loader-4.1.3.tgz", "integrity": "sha512-sFuh0xfbtpRlKfm39ss/ikqs9AbKCoXZBpHeVZ8Tx650o0k0q/YCM7FRvigtxpACezfq6af+a7JeqVTWvncqDg==", "dev": true, + "license": "MIT", "dependencies": { "hash-sum": "^1.0.2", "loader-utils": "^1.0.2" @@ -9658,6 +10464,7 @@ "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.2.tgz", "integrity": "sha512-g1MWMLBiz8FKi1e4w0UyVL3w+iJceWAFBAaBnnGKOpNa5f8TLktkbre1+s6oICydWAm+HRUGTmI+//xv2hvXYA==", "dev": true, + "license": "MIT", "dependencies": { "minimist": "^1.2.0" }, @@ -9670,6 +10477,7 @@ "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-1.4.2.tgz", "integrity": "sha512-I5d00Pd/jwMD2QCduo657+YM/6L3KZu++pmX9VFncxaxvHcru9jx1lBaFft+r4Mt2jK0Yhp41XlRAihzPxHNCg==", "dev": true, + "license": "MIT", "dependencies": { "big.js": "^5.2.2", "emojis-list": "^3.0.0", @@ -9680,9 +10488,10 @@ } }, "node_modules/watchpack": { - "version": "2.4.1", - "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.1.tgz", - "integrity": "sha512-8wrBCMtVhqcXP2Sup1ctSkga6uc2Bx0IIvKyT7yTFier5AXHooSI+QyQQAtTb7+E0IUCCKyTFmXqdqgum2XWGg==", + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz", + "integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==", + "license": "MIT", "dependencies": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" @@ -9696,16 +10505,17 @@ "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", "dev": true, + "license": "MIT", "dependencies": { "minimalistic-assert": "^1.0.0" } }, "node_modules/webpack": { - "version": "5.93.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.93.0.tgz", - "integrity": "sha512-Y0m5oEY1LRuwly578VqluorkXbvXKh7U3rLoQCEO04M97ScRr44afGVkI0FQFsXzysk5OgFAxjZAb9rsGQVihA==", + "version": "5.94.0", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.94.0.tgz", + "integrity": "sha512-KcsGn50VT+06JH/iunZJedYGUJS5FGjow8wb9c0v5n1Om8O1g4L6LjtfxwlXIATopoQu+vOXXa7gYisWxCoPyg==", + "license": "MIT", "dependencies": { - "@types/eslint-scope": "^3.7.3", "@types/estree": "^1.0.5", "@webassemblyjs/ast": "^1.12.1", "@webassemblyjs/wasm-edit": "^1.12.1", @@ -9714,7 +10524,7 @@ "acorn-import-attributes": "^1.9.5", "browserslist": "^4.21.10", "chrome-trace-event": "^1.0.2", - "enhanced-resolve": "^5.17.0", + "enhanced-resolve": "^5.17.1", "es-module-lexer": "^1.2.1", "eslint-scope": "5.1.1", "events": "^3.2.0", @@ -9751,6 +10561,7 @@ "resolved": "https://registry.npmjs.org/webpack-cli/-/webpack-cli-4.10.0.tgz", "integrity": "sha512-NLhDfH/h4O6UOy+0LSso42xvYypClINuMNBVVzX4vX98TmTaTUxwRbXdhucbFMd2qLaCTcLq/PdYrvi8onw90w==", "dev": true, + "license": "MIT", "dependencies": { "@discoveryjs/json-ext": "^0.5.0", "@webpack-cli/configtest": "^1.2.0", @@ -9798,6 +10609,7 @@ "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.4.tgz", "integrity": "sha512-BVdTqhhs+0IfoeAf7EoH5WE+exCmqGerHfDM0IL096Px60Tq2Mn9MAbnaGUe6HiMa41KMCYF19gyzZmBcq/o4Q==", "dev": true, + "license": "MIT", "dependencies": { "colorette": "^2.0.10", "memfs": "^3.4.3", @@ -9821,6 +10633,7 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -9837,6 +10650,7 @@ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3" }, @@ -9848,13 +10662,15 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/webpack-dev-middleware/node_modules/schema-utils": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.9", "ajv": "^8.9.0", @@ -9874,6 +10690,7 @@ "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.15.2.tgz", "integrity": "sha512-0XavAZbNJ5sDrCbkpWL8mia0o5WPOd2YGtxrEiZkBK9FjLppIUK2TgxK6qGD2P3hUXTJNNPVibrerKcx5WkR1g==", "dev": true, + "license": "MIT", "dependencies": { "@types/bonjour": "^3.5.9", "@types/connect-history-api-fallback": "^1.3.5", @@ -9933,6 +10750,7 @@ "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3", "fast-uri": "^3.0.1", @@ -9949,6 +10767,7 @@ "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", "dev": true, + "license": "MIT", "dependencies": { "fast-deep-equal": "^3.1.3" }, @@ -9960,13 +10779,15 @@ "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/webpack-dev-server/node_modules/schema-utils": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", "dev": true, + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.9", "ajv": "^8.9.0", @@ -9986,6 +10807,7 @@ "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.10.0.tgz", "integrity": "sha512-+4zXKdx7UnO+1jaN4l2lHVD+mFvnlZQP/6ljaJVb4SZiwIKeUnrT5l0gkT8z+n4hKpC+jpOv6O9R+gLtag7pSA==", "dev": true, + "license": "MIT", "dependencies": { "clone-deep": "^4.0.1", "flat": "^5.0.2", @@ -10000,6 +10822,7 @@ "resolved": "https://registry.npmjs.org/webpack-notifier/-/webpack-notifier-1.15.0.tgz", "integrity": "sha512-N2V8UMgRB5komdXQRavBsRpw0hPhJq2/SWNOGuhrXpIgRhcMexzkGQysUyGStHLV5hkUlgpRiF7IUXoBqyMmzQ==", "dev": true, + "license": "ISC", "dependencies": { "node-notifier": "^9.0.0", "strip-ansi": "^6.0.0" @@ -10018,6 +10841,7 @@ "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-1.4.3.tgz", "integrity": "sha512-lgTS3Xhv1lCOKo7SA5TjKXMjpSM4sBjNV5+q2bqesbSPs5FjGmU6jjtBSkX9b4qW87vDIsCIlUPOEhbZrMdjeQ==", "dev": true, + "license": "MIT", "dependencies": { "source-list-map": "^2.0.0", "source-map": "~0.6.1" @@ -10027,6 +10851,7 @@ "version": "3.3.0", "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "license": "MIT", "dependencies": { "@types/json-schema": "^7.0.8", "ajv": "^6.12.5", @@ -10044,6 +10869,7 @@ "version": "3.2.3", "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "license": "MIT", "engines": { "node": ">=10.13.0" } @@ -10053,6 +10879,7 @@ "resolved": "https://registry.npmjs.org/webpackbar/-/webpackbar-5.0.2.tgz", "integrity": "sha512-BmFJo7veBDgQzfWXl/wwYXr/VFus0614qZ8i9znqcl9fnEdiVkdbi0TedLQ6xAK92HZHDJ0QmyQ0fmuZPAgCYQ==", "dev": true, + "license": "MIT", "dependencies": { "chalk": "^4.1.0", "consola": "^2.15.3", @@ -10071,6 +10898,7 @@ "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", "dev": true, + "license": "Apache-2.0", "dependencies": { "http-parser-js": ">=0.5.1", "safe-buffer": ">=5.1.0", @@ -10085,6 +10913,7 @@ "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", "dev": true, + "license": "Apache-2.0", "engines": { "node": ">=0.8.0" } @@ -10093,6 +10922,7 @@ "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "license": "ISC", "dependencies": { "isexe": "^2.0.0" }, @@ -10107,13 +10937,15 @@ "version": "2.0.1", "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", - "dev": true + "dev": true, + "license": "MIT" }, "node_modules/wrap-ansi": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -10132,6 +10964,7 @@ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, + "license": "MIT", "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", @@ -10148,13 +10981,15 @@ "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/ws": { "version": "8.18.0", "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", "dev": true, + "license": "MIT", "engines": { "node": ">=10.0.0" }, @@ -10176,6 +11011,7 @@ "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", "dev": true, + "license": "MIT", "engines": { "node": ">=0.4" } @@ -10185,6 +11021,7 @@ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", "dev": true, + "license": "ISC", "engines": { "node": ">=10" } @@ -10193,13 +11030,15 @@ "version": "3.1.1", "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", - "dev": true + "dev": true, + "license": "ISC" }, "node_modules/yaml": { "version": "1.10.2", "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", "dev": true, + "license": "ISC", "engines": { "node": ">= 6" } @@ -10209,6 +11048,7 @@ "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", "dev": true, + "license": "MIT", "dependencies": { "cliui": "^8.0.1", "escalade": "^3.1.1", @@ -10227,6 +11067,7 @@ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", "dev": true, + "license": "ISC", "engines": { "node": ">=12" } diff --git a/package.json b/package.json index cf615e910..423064a20 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "tailwindcss": "^3.4.7" }, "dependencies": { + "alpinejs": "^3.14.1", "bootbox": "^6.0.0", "bootstrap": "^4.6.2", "braces": "^3.0.3", diff --git a/public/css/ixp-manager.css b/public/css/ixp-manager.css index 356329aed..28c8cd6b4 100644 --- a/public/css/ixp-manager.css +++ b/public/css/ixp-manager.css @@ -781,3 +781,13 @@ td a:hover{ color: rgb(96 111 123); } /***** Tab Panels END *******/ + +/* above 80px scrolldown */ +.badgeSwitcherFix { + position: fixed; + top: 0; + right: 0; + padding: .5rem; + background: rgba(255, 255, 255, .9); + border-radius: 0 0 0 1rem; +} \ No newline at end of file diff --git a/public/css/ixp-pack.css b/public/css/ixp-pack.css index a744a934e..2724ca06e 100644 --- a/public/css/ixp-pack.css +++ b/public/css/ixp-pack.css @@ -3297,1588 +3297,13 @@ td a:hover{ } /***** Tab Panels END *******/ -/** - * This injects Tailwind's base styles, which is a combination of - * Normalize.css and some additional base styles. - * - * You can see the styles here: - * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css - * - * If using `postcss-import`, use this import instead: - * - * @import "tailwindcss/preflight"; - */ -/*! tailwindcss v3.4.9 | MIT License | https://tailwindcss.com - */ -/* -1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) -2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) -*/ -*, -::before, -::after { - box-sizing: border-box; /* 1 */ - border-width: 0; /* 2 */ - border-style: solid; /* 2 */ - border-color: currentColor; /* 2 */ -} -::before, -::after { - --tw-content: ''; -} -/* -1. Use a consistent sensible line-height in all browsers. -2. Prevent adjustments of font size after orientation changes in iOS. -3. Use a more readable tab size. -4. Use the user's configured `sans` font-family by default. -5. Use the user's configured `sans` font-feature-settings by default. -6. Use the user's configured `sans` font-variation-settings by default. -7. Disable tap highlights on iOS -*/ -html, -:host { - line-height: 1.5; /* 1 */ - -webkit-text-size-adjust: 100%; /* 2 */ - -moz-tab-size: 4; /* 3 */ - -o-tab-size: 4; - tab-size: 4; /* 3 */ - font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; /* 4 */ - font-feature-settings: normal; /* 5 */ - font-variation-settings: normal; /* 6 */ - -webkit-tap-highlight-color: transparent; /* 7 */ -} -/* -1. Remove the margin in all browsers. -2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. -*/ -body { - margin: 0; /* 1 */ - line-height: inherit; /* 2 */ -} -/* -1. Add the correct height in Firefox. -2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) -3. Ensure horizontal rules are visible by default. -*/ -hr { - height: 0; /* 1 */ - color: inherit; /* 2 */ - border-top-width: 1px; /* 3 */ -} -/* -Add the correct text decoration in Chrome, Edge, and Safari. -*/ -abbr:where([title]) { - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; -} -/* -Remove the default font size and weight for headings. -*/ -h1, -h2, -h3, -h4, -h5, -h6 { - font-size: inherit; - font-weight: inherit; -} -/* -Reset links to optimize for opt-in styling instead of opt-out. -*/ -a { - color: inherit; - text-decoration: inherit; -} -/* -Add the correct font weight in Edge and Safari. -*/ -b, -strong { - font-weight: bolder; -} -/* -1. Use the user's configured `mono` font-family by default. -2. Use the user's configured `mono` font-feature-settings by default. -3. Use the user's configured `mono` font-variation-settings by default. -4. Correct the odd `em` font sizing in all browsers. -*/ -code, -kbd, -samp, -pre { - font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; /* 1 */ - font-feature-settings: normal; /* 2 */ - font-variation-settings: normal; /* 3 */ - font-size: 1em; /* 4 */ -} -/* -Add the correct font size in all browsers. -*/ -small { - font-size: 80%; -} -/* -Prevent `sub` and `sup` elements from affecting the line height in all browsers. -*/ -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} -sub { - bottom: -0.25em; -} -sup { - top: -0.5em; -} -/* -1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) -2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) -3. Remove gaps between table borders by default. -*/ -table { - text-indent: 0; /* 1 */ - border-color: inherit; /* 2 */ - border-collapse: collapse; /* 3 */ -} -/* -1. Change the font styles in all browsers. -2. Remove the margin in Firefox and Safari. -3. Remove default padding in all browsers. -*/ -button, -input, -optgroup, -select, -textarea { - font-family: inherit; /* 1 */ - font-feature-settings: inherit; /* 1 */ - font-variation-settings: inherit; /* 1 */ - font-size: 100%; /* 1 */ - font-weight: inherit; /* 1 */ - line-height: inherit; /* 1 */ - letter-spacing: inherit; /* 1 */ - color: inherit; /* 1 */ - margin: 0; /* 2 */ - padding: 0; /* 3 */ -} -/* -Remove the inheritance of text transform in Edge and Firefox. -*/ -button, -select { - text-transform: none; -} -/* -1. Correct the inability to style clickable types in iOS and Safari. -2. Remove default button styles. -*/ -button, -input:where([type='button']), -input:where([type='reset']), -input:where([type='submit']) { - -webkit-appearance: button; /* 1 */ - background-color: transparent; /* 2 */ - background-image: none; /* 2 */ -} -/* -Use the modern Firefox focus style for all focusable elements. -*/ -:-moz-focusring { - outline: auto; -} -/* -Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) -*/ -:-moz-ui-invalid { - box-shadow: none; -} -/* -Add the correct vertical alignment in Chrome and Firefox. -*/ -progress { - vertical-align: baseline; -} -/* -Correct the cursor style of increment and decrement buttons in Safari. -*/ -::-webkit-inner-spin-button, -::-webkit-outer-spin-button { - height: auto; -} -/* -1. Correct the odd appearance in Chrome and Safari. -2. Correct the outline style in Safari. -*/ -[type='search'] { - -webkit-appearance: textfield; /* 1 */ - outline-offset: -2px; /* 2 */ -} -/* -Remove the inner padding in Chrome and Safari on macOS. -*/ -::-webkit-search-decoration { - -webkit-appearance: none; -} -/* -1. Correct the inability to style clickable types in iOS and Safari. -2. Change font properties to `inherit` in Safari. -*/ -::-webkit-file-upload-button { - -webkit-appearance: button; /* 1 */ - font: inherit; /* 2 */ -} -/* -Add the correct display in Chrome and Safari. -*/ -summary { - display: list-item; -} -/* -Removes the default spacing and border for appropriate elements. -*/ -blockquote, -dl, -dd, -h1, -h2, -h3, -h4, -h5, -h6, -hr, -figure, -p, -pre { - margin: 0; -} -fieldset { - margin: 0; - padding: 0; -} -legend { - padding: 0; -} -ol, -ul, -menu { - list-style: none; - margin: 0; - padding: 0; -} -/* -Reset default styling for dialogs. -*/ -dialog { - padding: 0; -} -/* -Prevent resizing textareas horizontally by default. -*/ -textarea { - resize: vertical; -} -/* -1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) -2. Set the default placeholder color to the user's configured gray 400 color. -*/ -input::-moz-placeholder, textarea::-moz-placeholder { - opacity: 1; /* 1 */ - color: #cbd5e0; /* 2 */ -} -input::placeholder, -textarea::placeholder { - opacity: 1; /* 1 */ - color: #cbd5e0; /* 2 */ -} -/* -Set the default cursor for buttons. -*/ -button, -[role="button"] { - cursor: pointer; -} -/* -Make sure disabled buttons don't get the pointer cursor. -*/ -:disabled { - cursor: default; -} -/* -1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) -2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) - This can trigger a poorly considered lint error in some tools but is included by design. -*/ -img, -svg, -video, -canvas, -audio, -iframe, -embed, -object { - display: block; /* 1 */ - vertical-align: middle; /* 2 */ -} -/* -Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) -*/ -img, -video { - max-width: 100%; - height: auto; -} -/* Make elements with the HTML hidden attribute stay hidden by default */ -[hidden] { - display: none; -} -*, ::before, ::after { - --tw-border-spacing-x: 0; - --tw-border-spacing-y: 0; - --tw-translate-x: 0; - --tw-translate-y: 0; - --tw-rotate: 0; - --tw-skew-x: 0; - --tw-skew-y: 0; - --tw-scale-x: 1; - --tw-scale-y: 1; - --tw-pan-x: ; - --tw-pan-y: ; - --tw-pinch-zoom: ; - --tw-scroll-snap-strictness: proximity; - --tw-gradient-from-position: ; - --tw-gradient-via-position: ; - --tw-gradient-to-position: ; - --tw-ordinal: ; - --tw-slashed-zero: ; - --tw-numeric-figure: ; - --tw-numeric-spacing: ; - --tw-numeric-fraction: ; - --tw-ring-inset: ; - --tw-ring-offset-width: 0px; - --tw-ring-offset-color: #fff; - --tw-ring-color: rgb(66 153 225 / 0.5); - --tw-ring-offset-shadow: 0 0 #0000; - --tw-ring-shadow: 0 0 #0000; - --tw-shadow: 0 0 #0000; - --tw-shadow-colored: 0 0 #0000; - --tw-blur: ; - --tw-brightness: ; - --tw-contrast: ; - --tw-grayscale: ; - --tw-hue-rotate: ; - --tw-invert: ; - --tw-saturate: ; - --tw-sepia: ; - --tw-drop-shadow: ; - --tw-backdrop-blur: ; - --tw-backdrop-brightness: ; - --tw-backdrop-contrast: ; - --tw-backdrop-grayscale: ; - --tw-backdrop-hue-rotate: ; - --tw-backdrop-invert: ; - --tw-backdrop-opacity: ; - --tw-backdrop-saturate: ; - --tw-backdrop-sepia: ; - --tw-contain-size: ; - --tw-contain-layout: ; - --tw-contain-paint: ; - --tw-contain-style: ; -} -::backdrop { - --tw-border-spacing-x: 0; - --tw-border-spacing-y: 0; - --tw-translate-x: 0; - --tw-translate-y: 0; - --tw-rotate: 0; - --tw-skew-x: 0; - --tw-skew-y: 0; - --tw-scale-x: 1; - --tw-scale-y: 1; - --tw-pan-x: ; - --tw-pan-y: ; - --tw-pinch-zoom: ; - --tw-scroll-snap-strictness: proximity; - --tw-gradient-from-position: ; - --tw-gradient-via-position: ; - --tw-gradient-to-position: ; - --tw-ordinal: ; - --tw-slashed-zero: ; - --tw-numeric-figure: ; - --tw-numeric-spacing: ; - --tw-numeric-fraction: ; - --tw-ring-inset: ; - --tw-ring-offset-width: 0px; - --tw-ring-offset-color: #fff; - --tw-ring-color: rgb(66 153 225 / 0.5); - --tw-ring-offset-shadow: 0 0 #0000; - --tw-ring-shadow: 0 0 #0000; - --tw-shadow: 0 0 #0000; - --tw-shadow-colored: 0 0 #0000; - --tw-blur: ; - --tw-brightness: ; - --tw-contrast: ; - --tw-grayscale: ; - --tw-hue-rotate: ; - --tw-invert: ; - --tw-saturate: ; - --tw-sepia: ; - --tw-drop-shadow: ; - --tw-backdrop-blur: ; - --tw-backdrop-brightness: ; - --tw-backdrop-contrast: ; - --tw-backdrop-grayscale: ; - --tw-backdrop-hue-rotate: ; - --tw-backdrop-invert: ; - --tw-backdrop-opacity: ; - --tw-backdrop-saturate: ; - --tw-backdrop-sepia: ; - --tw-contain-size: ; - --tw-contain-layout: ; - --tw-contain-paint: ; - --tw-contain-style: ; -} -/** - * This injects any component classes registered by plugins. - * - * If using `postcss-import`, use this import instead: - * - * @import "tailwindcss/components"; - */ -/** - * Here you would add any of your custom component classes; stuff that you'd - * want loaded *before* the utilities so that the utilities could still - * override them. - * - * Example: - * - * .btn { ... } - * .form-input { ... } - * - * Or if using a preprocessor or `postcss-import`: - * - * @import "components/buttons"; - * @import "components/forms"; - */ -/**************************************************************************************** - **** Reset headings to ~ Bootstrap4 defaults - ****************************************************************************************/ -h1 { - font-size: 2.4rem; - line-height: 1; - color: #1a202c; - font-weight: 300; - margin-bottom: 1rem; -} - -h2 { - font-size: 2rem; - margin-bottom: 0.5rem; - font-weight: 500; - line-height: 1.2; -} - -h3 { - font-size: 1.75rem; - margin-bottom: 0.5rem; - font-weight: 300; - line-height: 1.2; - color: #1a202c; -} - -h4 { - font-size: 1.5rem; - margin-bottom: 0.5rem; - font-weight: 300; - color: #1a202c; - line-height: 1; -} - -h5 { - font-size: 1.25rem; - margin-bottom: 0.5rem; - font-weight: 400; - line-height: 1.2; -} - -h6 { - font-size: 1rem; - margin-bottom: 0.5rem; - font-weight: 500; - line-height: 1.2; -} - -p { - margin-bottom: 1rem; -} - -li { - display: list-item; -} - -ol { - display: block; - list-style-type: decimal; - margin-top: 1em; - margin-bottom: 1em; - margin-left: 0; - margin-right: 0; - padding-left: 40px; -} - -ul { - display: block; - list-style-type: disc; - margin-top: 1em; - margin-bottom: 1em; - margin-left: 0; - margin-right: 0; - padding-left: 40px; -} - -dl { - display: block; - margin-top: 1em; - margin-bottom: 1em; - margin-left: 0; - margin-right: 0; -} - -dt { - display: block; -} - -code { - font-size: 0.9em; -} - -pre { - display: block; - font-family: monospace; - white-space: pre; - margin: 1em 0; - font-size: 0.9em; -} - -hr { - margin-bottom: 10px; -} - -/**************************************************************************************** - **** Reset anchors - ****************************************************************************************/ -a { - --tw-text-opacity: 1; - color: rgb(66 153 225 / var(--tw-text-opacity)); -} - -a:hover { - text-decoration-line: underline; -} - -.tw-border-t-1 { - border-top-width: 1px; -} - -.tw-border-b-1 { - border-bottom-width: 1px; -} - -.tw-border-1 { - border-width: 1px; -} - -.shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow); -} - -/**************************************************************************************** - **** LHS Menu in IXP Manager - - -
- -
- - - ****************************************************************************************/ -#side-navbar { - --tw-bg-opacity: 1; - background-color: rgb(255 255 255 / var(--tw-bg-opacity)); - padding-right: 0; - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow); -} - -#side-navbar ul, #side-navbar ol { - list-style: none; - margin: 0; - padding: 0; -} - -#side-navbar h6 { - margin: 0; - display: block; - border-right-width: 4px; - --tw-border-opacity: 1; - border-color: rgb(241 245 248 / var(--tw-border-opacity)); - padding: 1rem; - padding-left: 0.25rem; - --tw-text-opacity: 1; - color: rgb(96 111 123 / var(--tw-text-opacity)); -} - -.nav-link { - display: block; - padding: 0.5rem; - padding-left: 0.75rem; - font-size: .875rem; - --tw-text-opacity: 1; - color: rgb(96 111 123 / var(--tw-text-opacity)); - text-decoration-line: none; -} - -.nav-link:hover { - --tw-text-opacity: 1; - color: rgb(96 111 123 / var(--tw-text-opacity)); -} - -#side-navbar li { - display: block; - border-right-width: 4px; - --tw-border-opacity: 1; - border-color: rgb(241 245 248 / var(--tw-border-opacity)); - padding: 0; - font-weight: 500; - --tw-text-opacity: 1; - color: rgb(96 111 123 / var(--tw-text-opacity)); -} - -#side-navbar li.active { - --tw-border-opacity: 1; - border-color: rgb(56 161 105 / var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgb(241 245 248 / var(--tw-bg-opacity)); - font-weight: 700 !important; -} - -#side-navbar li:hover { - --tw-border-opacity: 1; - border-color: rgb(56 161 105 / var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgb(241 245 248 / var(--tw-bg-opacity)); - --tw-text-opacity: 1; - color: rgb(96 111 123 / var(--tw-text-opacity)); -} - -.nav-sub-menu-item { - margin-left: 2rem; -} - -.ixpm-table a { - --tw-text-opacity: 1; - color: rgb(39 121 189 / var(--tw-text-opacity)); - text-decoration-line: none; -} - -.ixpm-table a:hover { - --tw-text-opacity: 1; - color: rgb(66 153 225 / var(--tw-text-opacity)); - text-decoration-line: underline; -} - -/**************************************************************************************** - **** Buttons - ****************************************************************************************/ -.btn { - border-radius: .125rem; - border-color: transparent; - font-weight: 700; -} - -.btn:hover { - border-color: transparent; -} - -.btn-primary { - --tw-bg-opacity: 1; - background-color: rgb(66 153 225 / var(--tw-bg-opacity)); - font-weight: 700; - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} - -.btn-primary:hover { - --tw-bg-opacity: 1; - background-color: rgb(39 121 189 / var(--tw-bg-opacity)); -} - -.btn-success { - --tw-bg-opacity: 1; - background-color: rgb(72 187 120 / var(--tw-bg-opacity)); - font-weight: 700; - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} - -.btn-success:hover { - --tw-bg-opacity: 1; - background-color: rgb(31 157 85 / var(--tw-bg-opacity)); -} - -.btn-secondary { - --tw-bg-opacity: 1; - background-color: rgb(135 149 161 / var(--tw-bg-opacity)); - font-weight: 700; - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} - -.btn-secondary:hover { - --tw-bg-opacity: 1; - background-color: rgb(96 111 123 / var(--tw-bg-opacity)); -} - -.btn-outline-secondary { - border-radius: .125rem; - --tw-border-opacity: 1; - border-color: rgb(184 194 204 / var(--tw-border-opacity)); - background-color: transparent; - font-weight: 600; - --tw-text-opacity: 1; - color: rgb(184 194 204 / var(--tw-text-opacity)); - border-width: 1px; -} - -.btn-outline-secondary:hover { - --tw-bg-opacity: 1; - background-color: rgb(184 194 204 / var(--tw-bg-opacity)); -} - -.btn-white { - border-radius: .125rem; - --tw-border-opacity: 1; - border-color: rgb(218 225 231 / var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgb(255 255 255 / var(--tw-bg-opacity)); - font-weight: 600; - --tw-text-opacity: 1; - color: rgb(61 72 82 / var(--tw-text-opacity)); - border-width: 1px; - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow); -} - -.btn-white:hover { - --tw-border-opacity: 1; - border-color: rgb(218 225 231 / var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgb(241 245 248 / var(--tw-bg-opacity)); - border-width: 1px; -} - -.btn-info { - border-radius: .125rem; - --tw-border-opacity: 1; - border-color: rgb(56 178 172 / var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgb(255 255 255 / var(--tw-bg-opacity)); - font-weight: 600; - --tw-text-opacity: 1; - color: rgb(56 178 172 / var(--tw-text-opacity)); - border-width: 1px; - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow); -} - -.btn-info:hover { - --tw-border-opacity: 1; - border-color: rgb(218 225 231 / var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgb(56 178 172 / var(--tw-bg-opacity)); - border-width: 1px; -} - -/****************************************************************************************ea - **** Inputs - ****************************************************************************************/ -input.form-control { - width: 100%; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - border-radius: .125rem; - padding-top: 0.5rem; - padding-bottom: 0.5rem; - padding-left: 1rem; - padding-right: 1rem; - line-height: 1.25; - --tw-text-opacity: 1; - color: rgb(96 111 123 / var(--tw-text-opacity)); - border-width: 1px; - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow); -} - -input.form-control:focus { - line-height: 1.25; - --tw-text-opacity: 1; - color: rgb(96 111 123 / var(--tw-text-opacity)); - --tw-shadow: 0 0 0 3px rgba(52,144,220,0.5); - --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - outline: 2px solid transparent; - outline-offset: 2px; -} - -.input-group-append .btn { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow); - border-color: #ced4da; -} - -label.control-label, label.form-check-label { - display: block; - font-size: .875rem; - font-weight: 700; - --tw-text-opacity: 1; - color: rgb(96 111 123 / var(--tw-text-opacity)); -} - -/**************************************************************************************** - **** Badge - ****************************************************************************************/ -.badge { - border-radius: 9999px; - padding-top: 0.25rem; - padding-bottom: 0.25rem; - padding-left: 0.75rem; - padding-right: 0.75rem; - font-weight: 700; - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} - -.badge-info { - --tw-bg-opacity: 1; - background-color: rgb(56 178 172 / var(--tw-bg-opacity)); -} - -.badge-success { - --tw-bg-opacity: 1; - background-color: rgb(72 187 120 / var(--tw-bg-opacity)); -} - -.badge-secondary { - --tw-bg-opacity: 1; - background-color: rgb(184 194 204 / var(--tw-bg-opacity)); -} - -.badge-warning { - --tw-bg-opacity: 1; - background-color: rgb(246 173 85 / var(--tw-bg-opacity)); - --tw-text-opacity: 1; - color: rgb(0 0 0 / var(--tw-text-opacity)); -} - -/**************************************************************************************** - **** Card - ****************************************************************************************/ -.card { - border-color: #dae1e7; - border-radius: .125rem; - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow); -} - -.card .card-header { - border-top-left-radius: .125rem; - border-top-right-radius: .125rem; - border-bottom-width: 0; -} - -a { - display: inline-block; - vertical-align: baseline; - font-weight: 700; - --tw-text-opacity: 1; - color: rgb(108 178 235 / var(--tw-text-opacity)); -} - -a:hover { - --tw-text-opacity: 1; - color: rgb(39 121 189 / var(--tw-text-opacity)); - text-decoration-line: none; -} - -/**************************************************************************************** - **** table - ****************************************************************************************/ -.table-light td, .table-light thead th { - border-color: #ced4da; -} - -/**************************************************************************************** - **** Docstore - ****************************************************************************************/ -.docstore table { - width: 100%; - table-layout: auto; -} - -.docstore td { - --tw-border-opacity: 1; - border-color: rgb(226 232 240 / var(--tw-border-opacity)); - padding-left: 0.5rem; - padding-right: 0.5rem; - padding-top: 0.5rem; - padding-bottom: 0.5rem; - border-top-width: 1px; -} - -.docstore td.top { - border-top-width: 2px; - --tw-border-opacity: 1; - border-color: rgb(226 232 240 / var(--tw-border-opacity)); - padding-left: 0.5rem; - padding-right: 0.5rem; - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} - -.docstore td.meta { - display: none; - width: 0.25rem; - white-space: nowrap; -} - -@media (min-width: 1024px) { - .docstore td.meta { - display: table-cell; - width: 0.25rem; - white-space: nowrap; - } -} -.docstore td.icon { - margin-right: 1rem; - width: 0.25rem; - white-space: nowrap; - padding-left: 0.5rem; - padding-right: 0.5rem; - padding-top: 0.5rem; - padding-bottom: 0.5rem; - text-align: center; -} - -/** - * This injects all of Tailwind's utility classes, generated based on your - * config file. - * - * If using `postcss-import`, use this import instead: - * - * @import "tailwindcss/utilities"; - */ -.tw-collapse { - visibility: collapse; -} -.tw-relative { - position: relative; -} -.tw-float-right { - float: right; -} -.tw-m-0 { - margin: 0; -} -.tw-m-2 { - margin: 0.5rem; -} -.tw-mx-3 { - margin-left: 0.75rem; - margin-right: 0.75rem; -} -.tw-mx-4 { - margin-left: 1rem; - margin-right: 1rem; -} -.tw-mx-auto { - margin-left: auto; - margin-right: auto; -} -.tw-my-0 { - margin-top: 0; - margin-bottom: 0; -} -.tw-my-1 { - margin-top: 0.25rem; - margin-bottom: 0.25rem; -} -.tw-my-10 { - margin-top: 2.5rem; - margin-bottom: 2.5rem; -} -.tw-my-12 { - margin-top: 3rem; - margin-bottom: 3rem; -} -.tw-my-4 { - margin-top: 1rem; - margin-bottom: 1rem; -} -.tw-my-6 { - margin-top: 1.5rem; - margin-bottom: 1.5rem; -} -.tw-my-8 { - margin-top: 2rem; - margin-bottom: 2rem; -} -.tw-mb-0 { - margin-bottom: 0; -} -.tw-mb-16 { - margin-bottom: 4rem; -} -.tw-mb-2 { - margin-bottom: 0.5rem; -} -.tw-mb-6 { - margin-bottom: 1.5rem; -} -.tw-mb-8 { - margin-bottom: 2rem; -} -.tw-ml-12 { - margin-left: 3rem; -} -.tw-ml-2 { - margin-left: 0.5rem; -} -.tw-ml-4 { - margin-left: 1rem; -} -.tw-ml-6 { - margin-left: 1.5rem; -} -.tw-ml-8 { - margin-left: 2rem; -} -.tw-mr-2 { - margin-right: 0.5rem; -} -.tw-mr-3 { - margin-right: 0.75rem; -} -.tw-mr-4 { - margin-right: 1rem; -} -.tw-mr-6 { - margin-right: 1.5rem; -} -.tw-mt-1 { - margin-top: 0.25rem; -} -.tw-mt-16 { - margin-top: 4rem; -} -.tw-mt-2 { - margin-top: 0.5rem; -} -.tw-mt-4 { - margin-top: 1rem; -} -.tw-mt-6 { - margin-top: 1.5rem; -} -.tw-mt-8 { - margin-top: 2rem; -} -.tw-block { - display: block; -} -.tw-inline-block { - display: inline-block; -} -.tw-inline { - display: inline; -} -.tw-flex { - display: flex; -} -.tw-inline-flex { - display: inline-flex; -} -.tw-hidden { - display: none; -} -.tw-h-24 { - height: 6rem; -} -.tw-w-6 { - width: 1.5rem; -} -.tw-w-auto { - width: auto; -} -.tw-w-full { - width: 100%; -} -.tw-min-w-full { - min-width: 100%; -} -.tw-max-w-lg { - max-width: 50rem; -} -.tw-max-w-md { - max-width: 40rem; -} -.tw-max-w-sm { - max-width: 30rem; -} -.tw-flex-1 { - flex: 1 1 0%; -} -.tw-cursor-pointer { - cursor: pointer; -} -.tw-list-none { - list-style-type: none; -} -.tw-flex-wrap { - flex-wrap: wrap; -} -.tw-items-center { - align-items: center; -} -.tw-justify-between { - justify-content: space-between; -} -.tw-self-center { - align-self: center; -} -.tw-overflow-hidden { - overflow: hidden; -} -.tw-rounded-full { - border-radius: 9999px; -} -.tw-rounded-lg { - border-radius: .5rem; -} -.tw-rounded-sm { - border-radius: .125rem; -} -.tw-border-2 { - border-width: 2px; -} -.tw-border-b-2 { - border-bottom-width: 2px; -} -.tw-border-l-4 { - border-left-width: 4px; -} -.tw-border-r-4 { - border-right-width: 4px; -} -.tw-border-t-2 { - border-top-width: 2px; -} -.tw-border-blue-500 { - --tw-border-opacity: 1; - border-color: rgb(66 153 225 / var(--tw-border-opacity)); -} -.tw-border-gray-200 { - --tw-border-opacity: 1; - border-color: rgb(237 242 247 / var(--tw-border-opacity)); -} -.tw-border-gray-300 { - --tw-border-opacity: 1; - border-color: rgb(226 232 240 / var(--tw-border-opacity)); -} -.tw-border-gray-400 { - --tw-border-opacity: 1; - border-color: rgb(203 213 224 / var(--tw-border-opacity)); -} -.tw-border-gray-500 { - --tw-border-opacity: 1; - border-color: rgb(160 174 192 / var(--tw-border-opacity)); -} -.tw-border-gray-600 { - --tw-border-opacity: 1; - border-color: rgb(113 128 150 / var(--tw-border-opacity)); -} -.tw-border-green-500 { - --tw-border-opacity: 1; - border-color: rgb(72 187 120 / var(--tw-border-opacity)); -} -.tw-border-grey-light { - --tw-border-opacity: 1; - border-color: rgb(218 225 231 / var(--tw-border-opacity)); -} -.tw-border-grey-lighter { - --tw-border-opacity: 1; - border-color: rgb(241 245 248 / var(--tw-border-opacity)); -} -.tw-border-orange-500 { - --tw-border-opacity: 1; - border-color: rgb(237 137 54 / var(--tw-border-opacity)); -} -.tw-border-red-500 { - --tw-border-opacity: 1; - border-color: rgb(245 101 101 / var(--tw-border-opacity)); -} -.tw-border-red-lighter { - --tw-border-opacity: 1; - border-color: rgb(249 172 170 / var(--tw-border-opacity)); -} -.tw-bg-blue-100 { - --tw-bg-opacity: 1; - background-color: rgb(235 248 255 / var(--tw-bg-opacity)); -} -.tw-bg-blue-lightest { - --tw-bg-opacity: 1; - background-color: rgb(239 248 255 / var(--tw-bg-opacity)); -} -.tw-bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgb(247 250 252 / var(--tw-bg-opacity)); -} -.tw-bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgb(237 242 247 / var(--tw-bg-opacity)); -} -.tw-bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgb(160 174 192 / var(--tw-bg-opacity)); -} -.tw-bg-green-100 { - --tw-bg-opacity: 1; - background-color: rgb(240 255 244 / var(--tw-bg-opacity)); -} -.tw-bg-grey-lighter { - --tw-bg-opacity: 1; - background-color: rgb(241 245 248 / var(--tw-bg-opacity)); -} -.tw-bg-orange-100 { - --tw-bg-opacity: 1; - background-color: rgb(255 250 240 / var(--tw-bg-opacity)); -} -.tw-bg-red-100 { - --tw-bg-opacity: 1; - background-color: rgb(255 245 245 / var(--tw-bg-opacity)); -} -.tw-bg-white { - --tw-bg-opacity: 1; - background-color: rgb(255 255 255 / var(--tw-bg-opacity)); -} -.tw-p-0 { - padding: 0; -} -.tw-p-1 { - padding: 0.25rem; -} -.tw-p-2 { - padding: 0.5rem; -} -.tw-p-4 { - padding: 1rem; -} -.tw-p-5 { - padding: 1.25rem; -} -.tw-p-6 { - padding: 1.5rem; -} -.tw-px-1 { - padding-left: 0.25rem; - padding-right: 0.25rem; -} -.tw-px-10 { - padding-left: 2.5rem; - padding-right: 2.5rem; -} -.tw-px-2 { - padding-left: 0.5rem; - padding-right: 0.5rem; -} -.tw-px-3 { - padding-left: 0.75rem; - padding-right: 0.75rem; -} -.tw-px-4 { - padding-left: 1rem; - padding-right: 1rem; -} -.tw-px-6 { - padding-left: 1.5rem; - padding-right: 1.5rem; -} -.tw-px-8 { - padding-left: 2rem; - padding-right: 2rem; -} -.tw-py-0 { - padding-top: 0; - padding-bottom: 0; -} -.tw-py-1 { - padding-top: 0.25rem; - padding-bottom: 0.25rem; -} -.tw-py-2 { - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} -.tw-py-20 { - padding-top: 5rem; - padding-bottom: 5rem; -} -.tw-py-4 { - padding-top: 1rem; - padding-bottom: 1rem; -} -.tw-py-6 { - padding-top: 1.5rem; - padding-bottom: 1.5rem; -} -.tw-pb-2 { - padding-bottom: 0.5rem; -} -.tw-pb-8 { - padding-bottom: 2rem; -} -.tw-pl-0 { - padding-left: 0; -} -.tw-pl-16 { - padding-left: 4rem; -} -.tw-pl-2 { - padding-left: 0.5rem; -} -.tw-pl-4 { - padding-left: 1rem; -} -.tw-pr-4 { - padding-right: 1rem; -} -.tw-pt-0 { - padding-top: 0; -} -.tw-pt-4 { - padding-top: 1rem; -} -.tw-pt-6 { - padding-top: 1.5rem; -} -.tw-text-center { - text-align: center; -} -.tw-text-right { - text-align: right; -} -.tw-align-middle { - vertical-align: middle; -} -.tw-font-mono { - font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; -} -.tw-text-base { - font-size: 1rem; -} -.tw-text-lg { - font-size: 1.125rem; -} -.tw-text-sm { - font-size: .875rem; -} -.tw-text-xl { - font-size: 1.25rem; -} -.tw-text-xs { - font-size: .75rem; -} -.tw-font-bold { - font-weight: 700; -} -.tw-font-medium { - font-weight: 500; -} -.tw-font-normal { - font-weight: 400; -} -.tw-font-semibold { - font-weight: 600; -} -.tw-uppercase { - text-transform: uppercase; -} -.tw-italic { - font-style: italic; -} -.tw-leading-tight { - line-height: 1.25; -} -.tw-text-black { - --tw-text-opacity: 1; - color: rgb(0 0 0 / var(--tw-text-opacity)); -} -.tw-text-blue-600 { - --tw-text-opacity: 1; - color: rgb(49 130 206 / var(--tw-text-opacity)); -} -.tw-text-blue-700 { - --tw-text-opacity: 1; - color: rgb(43 108 176 / var(--tw-text-opacity)); -} -.tw-text-blue-dark { - --tw-text-opacity: 1; - color: rgb(39 121 189 / var(--tw-text-opacity)); -} -.tw-text-gray-500 { - --tw-text-opacity: 1; - color: rgb(160 174 192 / var(--tw-text-opacity)); -} -.tw-text-gray-600 { - --tw-text-opacity: 1; - color: rgb(113 128 150 / var(--tw-text-opacity)); -} -.tw-text-gray-700 { - --tw-text-opacity: 1; - color: rgb(74 85 104 / var(--tw-text-opacity)); -} -.tw-text-green-500 { - --tw-text-opacity: 1; - color: rgb(72 187 120 / var(--tw-text-opacity)); -} -.tw-text-green-600 { - --tw-text-opacity: 1; - color: rgb(56 161 105 / var(--tw-text-opacity)); -} -.tw-text-green-700 { - --tw-text-opacity: 1; - color: rgb(47 133 90 / var(--tw-text-opacity)); -} -.tw-text-green-dark { - --tw-text-opacity: 1; - color: rgb(31 157 85 / var(--tw-text-opacity)); -} -.tw-text-grey-dark { - --tw-text-opacity: 1; - color: rgb(135 149 161 / var(--tw-text-opacity)); -} -.tw-text-grey-darker { - --tw-text-opacity: 1; - color: rgb(96 111 123 / var(--tw-text-opacity)); -} -.tw-text-grey-darkest { - --tw-text-opacity: 1; - color: rgb(61 72 82 / var(--tw-text-opacity)); -} -.tw-text-orange-500 { - --tw-text-opacity: 1; - color: rgb(237 137 54 / var(--tw-text-opacity)); -} -.tw-text-orange-700 { - --tw-text-opacity: 1; - color: rgb(192 86 33 / var(--tw-text-opacity)); -} -.tw-text-red-500 { - --tw-text-opacity: 1; - color: rgb(245 101 101 / var(--tw-text-opacity)); -} -.tw-text-red-600 { - --tw-text-opacity: 1; - color: rgb(229 62 62 / var(--tw-text-opacity)); -} -.tw-text-red-700 { - --tw-text-opacity: 1; - color: rgb(197 48 48 / var(--tw-text-opacity)); -} -.tw-text-red-lighter { - --tw-text-opacity: 1; - color: rgb(249 172 170 / var(--tw-text-opacity)); -} -.tw-line-through { - text-decoration-line: line-through; -} -.tw-shadow-lg { - --tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08); - --tw-shadow-colored: 0 15px 30px 0 var(--tw-shadow-color), 0 5px 15px 0 var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} -.tw-shadow-md { - --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08); - --tw-shadow-colored: 0 4px 8px 0 var(--tw-shadow-color), 0 2px 4px 0 var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} -.tw-ring-yellow-600\/20 { - --tw-ring-color: rgb(214 158 46 / 0.2); -} -.\[a-f0-9\:\\\.\\-\] { - a-f0-9: \.\-; -} -.\[id\:\%d\] { - id: %d; -} -/** - * Here you would add any custom utilities you need that don't come out of the - * box with Tailwind. - * - * Example : - * - * .bg-pattern-graph-paper { ... } - * .skew-45 { ... } - * - * Or if using a preprocessor or `postcss-import`: - * - * @import "utilities/background-patterns"; - * @import "utilities/skew-transforms"; - */ -.hover\:tw-bg-grey-lighter:hover { - --tw-bg-opacity: 1; - background-color: rgb(241 245 248 / var(--tw-bg-opacity)); -} -.hover\:tw-no-underline:hover { - text-decoration-line: none; -} -@media (min-width: 768px) { - .md\:tw-mt-0 { - margin-top: 0; - } - .md\:tw-inline { - display: inline; - } - .md\:tw-table-cell { - display: table-cell; - } - .md\:tw-text-left { - text-align: left; - } - .md\:tw-text-right { - text-align: right; - } -} -@media (min-width: 1024px) { - .lg\:tw-inline-block { - display: inline-block; - } - .lg\:tw-inline { - display: inline; - } - .lg\:tw-table-cell { - display: table-cell; - } -} +/* above 80px scrolldown */ +.badgeSwitcherFix { + position: fixed; + top: 0; + right: 0; + padding: .5rem; + background: rgba(255, 255, 255, .9); + border-radius: 0 0 0 1rem; +} +/*! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }h1{color:#1a202c;font-size:2.4rem;font-weight:300;line-height:1;margin-bottom:1rem}h2{font-size:2rem;font-weight:500;line-height:1.2;margin-bottom:.5rem}h3{font-size:1.75rem;line-height:1.2}h3,h4{color:#1a202c;font-weight:300;margin-bottom:.5rem}h4{font-size:1.5rem;line-height:1}h5{font-size:1.25rem;font-weight:400}h5,h6{line-height:1.2;margin-bottom:.5rem}h6{font-size:1rem;font-weight:500}p{margin-bottom:1rem}li{display:list-item}ol{list-style-type:decimal}ol,ul{display:block;margin:1em 0;padding-left:40px}ul{list-style-type:disc}dl{margin:1em 0}dl,dt{display:block}code,pre{font-size:.9em}pre{display:block;font-family:monospace;margin:1em 0;white-space:pre}hr{margin-bottom:10px}a{color:rgb(59 130 246/var(--tw-text-opacity))}a:hover{text-decoration-line:underline}.tw-border-t-1{border-top-width:1px}.tw-border-b-1{border-bottom-width:1px}.tw-border-1{border-width:1px}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}#side-navbar{--tw-bg-opacity:1;--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);background-color:rgb(255 255 255/var(--tw-bg-opacity));box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);padding-right:0}#side-navbar ol,#side-navbar ul{list-style:none;margin:0;padding:0}#side-navbar h6{--tw-border-opacity:1;border-color:rgb(241 245 248/var(--tw-border-opacity));border-right-width:4px;margin:0;padding:1rem 1rem 1rem .25rem}#side-navbar h6,.nav-link{--tw-text-opacity:1;color:rgb(96 111 123/var(--tw-text-opacity));display:block}.nav-link{font-size:.875rem;line-height:1.25rem;padding:.5rem .5rem .5rem .75rem;text-decoration-line:none}.nav-link:hover{--tw-text-opacity:1;color:rgb(96 111 123/var(--tw-text-opacity))}#side-navbar li{--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgb(241 245 248/var(--tw-border-opacity));border-right-width:4px;color:rgb(96 111 123/var(--tw-text-opacity));display:block;font-weight:500;padding:0}#side-navbar li.active{font-weight:700!important}#side-navbar li.active,#side-navbar li:hover{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(241 245 248/var(--tw-bg-opacity));border-color:rgb(5 150 105/var(--tw-border-opacity))}#side-navbar li:hover{--tw-text-opacity:1;color:rgb(96 111 123/var(--tw-text-opacity))}.nav-sub-menu-item{margin-left:2rem}.ixpm-table a{--tw-text-opacity:1;color:rgb(39 121 189/var(--tw-text-opacity));text-decoration-line:none}.ixpm-table a:hover{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity));text-decoration-line:underline}.btn{border-radius:.125rem;font-weight:700}.btn,.btn:hover{border-color:transparent}.btn-primary{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity));font-weight:700}.btn-primary:hover{--tw-bg-opacity:1;background-color:rgb(39 121 189/var(--tw-bg-opacity))}.btn-success{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity));font-weight:700}.btn-success:hover{--tw-bg-opacity:1;background-color:rgb(31 157 85/var(--tw-bg-opacity))}.btn-secondary{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(135 149 161/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity));font-weight:700}.btn-secondary:hover{--tw-bg-opacity:1;background-color:rgb(96 111 123/var(--tw-bg-opacity))}.btn-outline-secondary{--tw-border-opacity:1;--tw-text-opacity:1;background-color:transparent;border-color:rgb(184 194 204/var(--tw-border-opacity));border-radius:.125rem;border-width:1px;color:rgb(184 194 204/var(--tw-text-opacity));font-weight:600}.btn-outline-secondary:hover{--tw-bg-opacity:1;background-color:rgb(184 194 204/var(--tw-bg-opacity))}.btn-white{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:.125rem;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);color:rgb(61 72 82/var(--tw-text-opacity));font-weight:600}.btn-white,.btn-white:hover{border-color:rgb(218 225 231/var(--tw-border-opacity));border-width:1px}.btn-white:hover{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(241 245 248/var(--tw-bg-opacity))}.btn-info{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(20 184 166/var(--tw-border-opacity));border-radius:.125rem;border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);color:rgb(20 184 166/var(--tw-text-opacity));font-weight:600}.btn-info:hover{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(20 184 166/var(--tw-bg-opacity));border-color:rgb(218 225 231/var(--tw-border-opacity));border-width:1px}input.form-control{--tw-text-opacity:1;--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.125rem;border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);padding:.5rem 1rem;width:100%}input.form-control,input.form-control:focus{color:rgb(96 111 123/var(--tw-text-opacity));line-height:1.25}input.form-control:focus{--tw-text-opacity:1;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);outline:2px solid transparent;outline-offset:2px}.input-group-append .btn{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);border-color:#ced4da;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}label.control-label,label.form-check-label{--tw-text-opacity:1;color:rgb(96 111 123/var(--tw-text-opacity));display:block;font-size:.875rem;font-weight:700;line-height:1.25rem}.badge{--tw-text-opacity:1;border-radius:9999px;color:rgb(255 255 255/var(--tw-text-opacity));font-weight:700;padding:.25rem .75rem}.badge-info{--tw-bg-opacity:1;background-color:rgb(20 184 166/var(--tw-bg-opacity))}.badge-success{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity))}.badge-secondary{--tw-bg-opacity:1;background-color:rgb(184 194 204/var(--tw-bg-opacity))}.badge-warning{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(251 146 60/var(--tw-bg-opacity));color:rgb(0 0 0/var(--tw-text-opacity))}.card{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);border-color:#dae1e7;border-radius:.125rem;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.card .card-header{border-bottom-width:0;border-top-left-radius:.125rem;border-top-right-radius:.125rem}a{color:rgb(108 178 235/var(--tw-text-opacity));display:inline-block;font-weight:700;vertical-align:baseline}a,a:hover{--tw-text-opacity:1}a:hover{color:rgb(39 121 189/var(--tw-text-opacity));text-decoration-line:none}.table-light td,.table-light thead th{border-color:#ced4da}.docstore table{table-layout:auto;width:100%}.docstore td{border-color:rgb(209 213 219/var(--tw-border-opacity));border-top-width:1px}.docstore td,.docstore td.top{--tw-border-opacity:1;padding:.5rem}.docstore td.top{border-color:rgb(209 213 219/var(--tw-border-opacity));border-top-width:2px}.docstore td.meta{display:none;white-space:nowrap;width:.25rem}@media (min-width:1024px){.docstore td.meta{display:table-cell;white-space:nowrap;width:.25rem}}.docstore td.icon{margin-right:1rem;padding:.5rem;text-align:center;white-space:nowrap;width:.25rem}.tw-collapse{visibility:collapse}.tw-absolute{position:absolute}.tw-relative{position:relative}.tw-inset-0{inset:0}.tw-float-right{float:right}.tw-m-0{margin:0}.tw-m-2{margin:.5rem}.tw-mx-3{margin-left:.75rem;margin-right:.75rem}.tw-mx-4{margin-left:1rem;margin-right:1rem}.tw-mx-auto{margin-left:auto;margin-right:auto}.tw-my-0{margin-bottom:0;margin-top:0}.tw-my-1{margin-bottom:.25rem;margin-top:.25rem}.tw-my-10{margin-bottom:2.5rem;margin-top:2.5rem}.tw-my-12{margin-bottom:3rem;margin-top:3rem}.tw-my-4{margin-bottom:1rem;margin-top:1rem}.tw-my-6{margin-bottom:1.5rem;margin-top:1.5rem}.tw-my-8{margin-bottom:2rem;margin-top:2rem}.tw-mb-0{margin-bottom:0}.tw-mb-16{margin-bottom:4rem}.tw-mb-2{margin-bottom:.5rem}.tw-mb-6{margin-bottom:1.5rem}.tw-mb-8{margin-bottom:2rem}.tw-ml-12{margin-left:3rem}.tw-ml-2{margin-left:.5rem}.tw-ml-4{margin-left:1rem}.tw-ml-6{margin-left:1.5rem}.tw-ml-8{margin-left:2rem}.tw-mr-1{margin-right:.25rem}.tw-mr-2{margin-right:.5rem}.tw-mr-3{margin-right:.75rem}.tw-mr-4{margin-right:1rem}.tw-mr-6{margin-right:1.5rem}.tw-mt-1{margin-top:.25rem}.tw-mt-16{margin-top:4rem}.tw-mt-2{margin-top:.5rem}.tw-mt-3{margin-top:.75rem}.tw-mt-4{margin-top:1rem}.tw-mt-6{margin-top:1.5rem}.tw-mt-8{margin-top:2rem}.tw-block{display:block}.tw-inline-block{display:inline-block}.tw-inline{display:inline}.tw-flex{display:flex}.tw-inline-flex{display:inline-flex}.tw-hidden{display:none}.tw-h-24{height:6rem}.tw-h-4{height:1rem}.tw-h-5{height:1.25rem}.tw-h-6{height:1.5rem}.tw-h-7{height:1.75rem}.tw-h-8{height:2rem}.tw-w-10{width:2.5rem}.tw-w-20{width:5rem}.tw-w-4{width:1rem}.tw-w-5{width:1.25rem}.tw-w-6{width:1.5rem}.tw-w-auto{width:auto}.tw-w-full{width:100%}.tw-min-w-16{min-width:4rem}.tw-min-w-full{min-width:100%}.tw-max-w-lg{max-width:32rem}.tw-max-w-md{max-width:28rem}.tw-max-w-sm{max-width:24rem}.tw-flex-1{flex:1 1 0%}.tw-cursor-pointer{cursor:pointer}.tw-list-none{list-style-type:none}.tw-flex-wrap{flex-wrap:wrap}.tw-items-center{align-items:center}.tw-justify-start{justify-content:flex-start}.tw-justify-center{justify-content:center}.tw-justify-between{justify-content:space-between}.tw-divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.tw-divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity))}.tw-divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(209 213 219/var(--tw-divide-opacity))}.tw-self-center{align-self:center}.tw-overflow-hidden{overflow:hidden}.tw-whitespace-nowrap{white-space:nowrap}.tw-rounded{border-radius:.25rem}.tw-rounded-full{border-radius:9999px}.tw-rounded-lg{border-radius:.5rem}.tw-rounded-md{border-radius:.375rem}.tw-rounded-sm{border-radius:.125rem}.tw-border-2{border-width:2px}.tw-border-b{border-bottom-width:1px}.tw-border-b-2{border-bottom-width:2px}.tw-border-l-4{border-left-width:4px}.tw-border-r-4{border-right-width:4px}.tw-border-t{border-top-width:1px}.tw-border-t-2{border-top-width:2px}.tw-border-amber-400{--tw-border-opacity:1;border-color:rgb(251 191 36/var(--tw-border-opacity))}.tw-border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.tw-border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.tw-border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.tw-border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.tw-border-gray-500{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.tw-border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.tw-border-green-500{--tw-border-opacity:1;border-color:rgb(16 185 129/var(--tw-border-opacity))}.tw-border-grey-light{--tw-border-opacity:1;border-color:rgb(218 225 231/var(--tw-border-opacity))}.tw-border-grey-lighter{--tw-border-opacity:1;border-color:rgb(241 245 248/var(--tw-border-opacity))}.tw-border-lime-500{--tw-border-opacity:1;border-color:rgb(132 204 22/var(--tw-border-opacity))}.tw-border-orange-500{--tw-border-opacity:1;border-color:rgb(249 115 22/var(--tw-border-opacity))}.tw-border-red-400{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity))}.tw-border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.tw-border-red-600{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity))}.tw-border-red-lighter{--tw-border-opacity:1;border-color:rgb(249 172 170/var(--tw-border-opacity))}.tw-border-teal-400{--tw-border-opacity:1;border-color:rgb(45 212 191/var(--tw-border-opacity))}.tw-bg-amber-400{--tw-bg-opacity:1;background-color:rgb(251 191 36/var(--tw-bg-opacity))}.tw-bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.tw-bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity))}.tw-bg-blue-lightest{--tw-bg-opacity:1;background-color:rgb(239 248 255/var(--tw-bg-opacity))}.tw-bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.tw-bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.tw-bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.tw-bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.tw-bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.tw-bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.tw-bg-green-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity))}.tw-bg-green-50{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity))}.tw-bg-grey-lighter{--tw-bg-opacity:1;background-color:rgb(241 245 248/var(--tw-bg-opacity))}.tw-bg-lime-500{--tw-bg-opacity:1;background-color:rgb(132 204 22/var(--tw-bg-opacity))}.tw-bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 237 213/var(--tw-bg-opacity))}.tw-bg-pink-50{--tw-bg-opacity:1;background-color:rgb(253 242 248/var(--tw-bg-opacity))}.tw-bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.tw-bg-red-400{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity))}.tw-bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity))}.tw-bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.tw-bg-teal-400{--tw-bg-opacity:1;background-color:rgb(45 212 191/var(--tw-bg-opacity))}.tw-bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.tw-bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity))}.tw-p-0{padding:0}.tw-p-1{padding:.25rem}.tw-p-2{padding:.5rem}.tw-p-4{padding:1rem}.tw-p-5{padding:1.25rem}.tw-p-6{padding:1.5rem}.tw-px-1{padding-left:.25rem;padding-right:.25rem}.tw-px-1\.5{padding-left:.375rem;padding-right:.375rem}.tw-px-10{padding-left:2.5rem;padding-right:2.5rem}.tw-px-2{padding-left:.5rem;padding-right:.5rem}.tw-px-3{padding-left:.75rem;padding-right:.75rem}.tw-px-4{padding-left:1rem;padding-right:1rem}.tw-px-6{padding-left:1.5rem;padding-right:1.5rem}.tw-px-8{padding-left:2rem;padding-right:2rem}.tw-py-0{padding-bottom:0;padding-top:0}.tw-py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.tw-py-1{padding-bottom:.25rem;padding-top:.25rem}.tw-py-2{padding-bottom:.5rem;padding-top:.5rem}.tw-py-20{padding-bottom:5rem;padding-top:5rem}.tw-py-4{padding-bottom:1rem;padding-top:1rem}.tw-py-5{padding-bottom:1.25rem;padding-top:1.25rem}.tw-py-6{padding-bottom:1.5rem;padding-top:1.5rem}.tw-pb-2{padding-bottom:.5rem}.tw-pb-8{padding-bottom:2rem}.tw-pl-0{padding-left:0}.tw-pl-16{padding-left:4rem}.tw-pl-2{padding-left:.5rem}.tw-pl-4{padding-left:1rem}.tw-pr-4{padding-right:1rem}.tw-pt-0{padding-top:0}.tw-pt-4{padding-top:1rem}.tw-pt-6{padding-top:1.5rem}.tw-text-center{text-align:center}.tw-text-right{text-align:right}.tw-align-middle{vertical-align:middle}.tw-font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.tw-text-base{font-size:1rem;line-height:1.5rem}.tw-text-lg{font-size:1.125rem;line-height:1.75rem}.tw-text-sm{font-size:.875rem;line-height:1.25rem}.tw-text-xl{font-size:1.25rem;line-height:1.75rem}.tw-text-xs{font-size:.75rem;line-height:1rem}.tw-font-bold{font-weight:700}.tw-font-medium{font-weight:500}.tw-font-normal{font-weight:400}.tw-font-semibold{font-weight:600}.tw-uppercase{text-transform:uppercase}.tw-italic{font-style:italic}.tw-slashed-zero{--tw-slashed-zero:slashed-zero}.tw-lining-nums,.tw-slashed-zero{font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tw-lining-nums{--tw-numeric-figure:lining-nums}.tw-tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tw-leading-3{line-height:.75rem}.tw-leading-5{line-height:1.25rem}.tw-leading-6{line-height:1.5rem}.tw-leading-7{line-height:1.75rem}.tw-leading-8{line-height:2rem}.tw-leading-tight{line-height:1.25}.tw-text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.tw-text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.tw-text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity))}.tw-text-blue-dark{--tw-text-opacity:1;color:rgb(39 121 189/var(--tw-text-opacity))}.tw-text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.tw-text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.tw-text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.tw-text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.tw-text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.tw-text-green-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity))}.tw-text-green-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity))}.tw-text-green-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity))}.tw-text-green-dark{--tw-text-opacity:1;color:rgb(31 157 85/var(--tw-text-opacity))}.tw-text-grey-dark{--tw-text-opacity:1;color:rgb(135 149 161/var(--tw-text-opacity))}.tw-text-grey-darker{--tw-text-opacity:1;color:rgb(96 111 123/var(--tw-text-opacity))}.tw-text-grey-darkest{--tw-text-opacity:1;color:rgb(61 72 82/var(--tw-text-opacity))}.tw-text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22/var(--tw-text-opacity))}.tw-text-orange-700{--tw-text-opacity:1;color:rgb(194 65 12/var(--tw-text-opacity))}.tw-text-pink-700{--tw-text-opacity:1;color:rgb(190 24 93/var(--tw-text-opacity))}.tw-text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.tw-text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.tw-text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.tw-text-red-lighter{--tw-text-opacity:1;color:rgb(249 172 170/var(--tw-text-opacity))}.tw-line-through{text-decoration-line:line-through}.tw-opacity-40{opacity:.4}.tw-shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.tw-shadow,.tw-shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.tw-shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.tw-shadow-md,.tw-shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.tw-ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.tw-ring-inset{--tw-ring-inset:inset}.tw-ring-blue-700\/10{--tw-ring-color:rgba(29,78,216,.1)}.tw-ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity))}.tw-ring-gray-500\/10{--tw-ring-color:hsla(220,9%,46%,.1)}.tw-ring-gray-800\/10{--tw-ring-color:rgba(31,41,55,.1)}.tw-ring-green-600\/20{--tw-ring-color:rgba(5,150,105,.2)}.tw-ring-pink-700\/10{--tw-ring-color:rgba(190,24,93,.1)}.tw-ring-red-600\/10{--tw-ring-color:rgba(220,38,38,.1)}.tw-ring-yellow-600\/20{--tw-ring-color:rgba(217,119,6,.2)}.\[a-f0-9\:\\\.\\-\]{a-f0-9:\.\-}.\[id\:\%d\]{id:%d}.hover\:tw-border-gray-800:hover{--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity))}.hover\:tw-bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:tw-bg-grey-lighter:hover{--tw-bg-opacity:1;background-color:rgb(241 245 248/var(--tw-bg-opacity))}.hover\:tw-no-underline:hover{text-decoration-line:none}.hover\:tw-opacity-80:hover{opacity:.8}@media (min-width:640px){.sm\:tw-p-6{padding:1.5rem}.sm\:tw-px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:tw-pl-0{padding-left:0}}@media (min-width:768px){.md\:tw-mt-0{margin-top:0}.md\:tw-inline{display:inline}.md\:tw-table-cell{display:table-cell}.md\:tw-text-left{text-align:left}.md\:tw-text-right{text-align:right}}@media (min-width:1024px){.lg\:tw-inline-block{display:inline-block}.lg\:tw-inline{display:inline}.lg\:tw-table-cell{display:table-cell}} diff --git a/public/css/tailwind.css b/public/css/tailwind.css index 740f213eb..ac2e8e7ac 100644 --- a/public/css/tailwind.css +++ b/public/css/tailwind.css @@ -1,1585 +1 @@ -/** - * This injects Tailwind's base styles, which is a combination of - * Normalize.css and some additional base styles. - * - * You can see the styles here: - * https://github.com/tailwindcss/tailwindcss/blob/master/css/preflight.css - * - * If using `postcss-import`, use this import instead: - * - * @import "tailwindcss/preflight"; - */ -/*! tailwindcss v3.4.9 | MIT License | https://tailwindcss.com - */ -/* -1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4) -2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116) -*/ -*, -::before, -::after { - box-sizing: border-box; /* 1 */ - border-width: 0; /* 2 */ - border-style: solid; /* 2 */ - border-color: currentColor; /* 2 */ -} -::before, -::after { - --tw-content: ''; -} -/* -1. Use a consistent sensible line-height in all browsers. -2. Prevent adjustments of font size after orientation changes in iOS. -3. Use a more readable tab size. -4. Use the user's configured `sans` font-family by default. -5. Use the user's configured `sans` font-feature-settings by default. -6. Use the user's configured `sans` font-variation-settings by default. -7. Disable tap highlights on iOS -*/ -html, -:host { - line-height: 1.5; /* 1 */ - -webkit-text-size-adjust: 100%; /* 2 */ - -moz-tab-size: 4; /* 3 */ - -o-tab-size: 4; - tab-size: 4; /* 3 */ - font-family: system-ui, BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif; /* 4 */ - font-feature-settings: normal; /* 5 */ - font-variation-settings: normal; /* 6 */ - -webkit-tap-highlight-color: transparent; /* 7 */ -} -/* -1. Remove the margin in all browsers. -2. Inherit line-height from `html` so users can set them as a class directly on the `html` element. -*/ -body { - margin: 0; /* 1 */ - line-height: inherit; /* 2 */ -} -/* -1. Add the correct height in Firefox. -2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655) -3. Ensure horizontal rules are visible by default. -*/ -hr { - height: 0; /* 1 */ - color: inherit; /* 2 */ - border-top-width: 1px; /* 3 */ -} -/* -Add the correct text decoration in Chrome, Edge, and Safari. -*/ -abbr:where([title]) { - -webkit-text-decoration: underline dotted; - text-decoration: underline dotted; -} -/* -Remove the default font size and weight for headings. -*/ -h1, -h2, -h3, -h4, -h5, -h6 { - font-size: inherit; - font-weight: inherit; -} -/* -Reset links to optimize for opt-in styling instead of opt-out. -*/ -a { - color: inherit; - text-decoration: inherit; -} -/* -Add the correct font weight in Edge and Safari. -*/ -b, -strong { - font-weight: bolder; -} -/* -1. Use the user's configured `mono` font-family by default. -2. Use the user's configured `mono` font-feature-settings by default. -3. Use the user's configured `mono` font-variation-settings by default. -4. Correct the odd `em` font sizing in all browsers. -*/ -code, -kbd, -samp, -pre { - font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; /* 1 */ - font-feature-settings: normal; /* 2 */ - font-variation-settings: normal; /* 3 */ - font-size: 1em; /* 4 */ -} -/* -Add the correct font size in all browsers. -*/ -small { - font-size: 80%; -} -/* -Prevent `sub` and `sup` elements from affecting the line height in all browsers. -*/ -sub, -sup { - font-size: 75%; - line-height: 0; - position: relative; - vertical-align: baseline; -} -sub { - bottom: -0.25em; -} -sup { - top: -0.5em; -} -/* -1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297) -2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016) -3. Remove gaps between table borders by default. -*/ -table { - text-indent: 0; /* 1 */ - border-color: inherit; /* 2 */ - border-collapse: collapse; /* 3 */ -} -/* -1. Change the font styles in all browsers. -2. Remove the margin in Firefox and Safari. -3. Remove default padding in all browsers. -*/ -button, -input, -optgroup, -select, -textarea { - font-family: inherit; /* 1 */ - font-feature-settings: inherit; /* 1 */ - font-variation-settings: inherit; /* 1 */ - font-size: 100%; /* 1 */ - font-weight: inherit; /* 1 */ - line-height: inherit; /* 1 */ - letter-spacing: inherit; /* 1 */ - color: inherit; /* 1 */ - margin: 0; /* 2 */ - padding: 0; /* 3 */ -} -/* -Remove the inheritance of text transform in Edge and Firefox. -*/ -button, -select { - text-transform: none; -} -/* -1. Correct the inability to style clickable types in iOS and Safari. -2. Remove default button styles. -*/ -button, -input:where([type='button']), -input:where([type='reset']), -input:where([type='submit']) { - -webkit-appearance: button; /* 1 */ - background-color: transparent; /* 2 */ - background-image: none; /* 2 */ -} -/* -Use the modern Firefox focus style for all focusable elements. -*/ -:-moz-focusring { - outline: auto; -} -/* -Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737) -*/ -:-moz-ui-invalid { - box-shadow: none; -} -/* -Add the correct vertical alignment in Chrome and Firefox. -*/ -progress { - vertical-align: baseline; -} -/* -Correct the cursor style of increment and decrement buttons in Safari. -*/ -::-webkit-inner-spin-button, -::-webkit-outer-spin-button { - height: auto; -} -/* -1. Correct the odd appearance in Chrome and Safari. -2. Correct the outline style in Safari. -*/ -[type='search'] { - -webkit-appearance: textfield; /* 1 */ - outline-offset: -2px; /* 2 */ -} -/* -Remove the inner padding in Chrome and Safari on macOS. -*/ -::-webkit-search-decoration { - -webkit-appearance: none; -} -/* -1. Correct the inability to style clickable types in iOS and Safari. -2. Change font properties to `inherit` in Safari. -*/ -::-webkit-file-upload-button { - -webkit-appearance: button; /* 1 */ - font: inherit; /* 2 */ -} -/* -Add the correct display in Chrome and Safari. -*/ -summary { - display: list-item; -} -/* -Removes the default spacing and border for appropriate elements. -*/ -blockquote, -dl, -dd, -h1, -h2, -h3, -h4, -h5, -h6, -hr, -figure, -p, -pre { - margin: 0; -} -fieldset { - margin: 0; - padding: 0; -} -legend { - padding: 0; -} -ol, -ul, -menu { - list-style: none; - margin: 0; - padding: 0; -} -/* -Reset default styling for dialogs. -*/ -dialog { - padding: 0; -} -/* -Prevent resizing textareas horizontally by default. -*/ -textarea { - resize: vertical; -} -/* -1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300) -2. Set the default placeholder color to the user's configured gray 400 color. -*/ -input::-moz-placeholder, textarea::-moz-placeholder { - opacity: 1; /* 1 */ - color: #cbd5e0; /* 2 */ -} -input::placeholder, -textarea::placeholder { - opacity: 1; /* 1 */ - color: #cbd5e0; /* 2 */ -} -/* -Set the default cursor for buttons. -*/ -button, -[role="button"] { - cursor: pointer; -} -/* -Make sure disabled buttons don't get the pointer cursor. -*/ -:disabled { - cursor: default; -} -/* -1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14) -2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210) - This can trigger a poorly considered lint error in some tools but is included by design. -*/ -img, -svg, -video, -canvas, -audio, -iframe, -embed, -object { - display: block; /* 1 */ - vertical-align: middle; /* 2 */ -} -/* -Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14) -*/ -img, -video { - max-width: 100%; - height: auto; -} -/* Make elements with the HTML hidden attribute stay hidden by default */ -[hidden] { - display: none; -} -*, ::before, ::after { - --tw-border-spacing-x: 0; - --tw-border-spacing-y: 0; - --tw-translate-x: 0; - --tw-translate-y: 0; - --tw-rotate: 0; - --tw-skew-x: 0; - --tw-skew-y: 0; - --tw-scale-x: 1; - --tw-scale-y: 1; - --tw-pan-x: ; - --tw-pan-y: ; - --tw-pinch-zoom: ; - --tw-scroll-snap-strictness: proximity; - --tw-gradient-from-position: ; - --tw-gradient-via-position: ; - --tw-gradient-to-position: ; - --tw-ordinal: ; - --tw-slashed-zero: ; - --tw-numeric-figure: ; - --tw-numeric-spacing: ; - --tw-numeric-fraction: ; - --tw-ring-inset: ; - --tw-ring-offset-width: 0px; - --tw-ring-offset-color: #fff; - --tw-ring-color: rgb(66 153 225 / 0.5); - --tw-ring-offset-shadow: 0 0 #0000; - --tw-ring-shadow: 0 0 #0000; - --tw-shadow: 0 0 #0000; - --tw-shadow-colored: 0 0 #0000; - --tw-blur: ; - --tw-brightness: ; - --tw-contrast: ; - --tw-grayscale: ; - --tw-hue-rotate: ; - --tw-invert: ; - --tw-saturate: ; - --tw-sepia: ; - --tw-drop-shadow: ; - --tw-backdrop-blur: ; - --tw-backdrop-brightness: ; - --tw-backdrop-contrast: ; - --tw-backdrop-grayscale: ; - --tw-backdrop-hue-rotate: ; - --tw-backdrop-invert: ; - --tw-backdrop-opacity: ; - --tw-backdrop-saturate: ; - --tw-backdrop-sepia: ; - --tw-contain-size: ; - --tw-contain-layout: ; - --tw-contain-paint: ; - --tw-contain-style: ; -} -::backdrop { - --tw-border-spacing-x: 0; - --tw-border-spacing-y: 0; - --tw-translate-x: 0; - --tw-translate-y: 0; - --tw-rotate: 0; - --tw-skew-x: 0; - --tw-skew-y: 0; - --tw-scale-x: 1; - --tw-scale-y: 1; - --tw-pan-x: ; - --tw-pan-y: ; - --tw-pinch-zoom: ; - --tw-scroll-snap-strictness: proximity; - --tw-gradient-from-position: ; - --tw-gradient-via-position: ; - --tw-gradient-to-position: ; - --tw-ordinal: ; - --tw-slashed-zero: ; - --tw-numeric-figure: ; - --tw-numeric-spacing: ; - --tw-numeric-fraction: ; - --tw-ring-inset: ; - --tw-ring-offset-width: 0px; - --tw-ring-offset-color: #fff; - --tw-ring-color: rgb(66 153 225 / 0.5); - --tw-ring-offset-shadow: 0 0 #0000; - --tw-ring-shadow: 0 0 #0000; - --tw-shadow: 0 0 #0000; - --tw-shadow-colored: 0 0 #0000; - --tw-blur: ; - --tw-brightness: ; - --tw-contrast: ; - --tw-grayscale: ; - --tw-hue-rotate: ; - --tw-invert: ; - --tw-saturate: ; - --tw-sepia: ; - --tw-drop-shadow: ; - --tw-backdrop-blur: ; - --tw-backdrop-brightness: ; - --tw-backdrop-contrast: ; - --tw-backdrop-grayscale: ; - --tw-backdrop-hue-rotate: ; - --tw-backdrop-invert: ; - --tw-backdrop-opacity: ; - --tw-backdrop-saturate: ; - --tw-backdrop-sepia: ; - --tw-contain-size: ; - --tw-contain-layout: ; - --tw-contain-paint: ; - --tw-contain-style: ; -} -/** - * This injects any component classes registered by plugins. - * - * If using `postcss-import`, use this import instead: - * - * @import "tailwindcss/components"; - */ -/** - * Here you would add any of your custom component classes; stuff that you'd - * want loaded *before* the utilities so that the utilities could still - * override them. - * - * Example: - * - * .btn { ... } - * .form-input { ... } - * - * Or if using a preprocessor or `postcss-import`: - * - * @import "components/buttons"; - * @import "components/forms"; - */ -/**************************************************************************************** - **** Reset headings to ~ Bootstrap4 defaults - ****************************************************************************************/ -h1 { - font-size: 2.4rem; - line-height: 1; - color: #1a202c; - font-weight: 300; - margin-bottom: 1rem; -} - -h2 { - font-size: 2rem; - margin-bottom: 0.5rem; - font-weight: 500; - line-height: 1.2; -} - -h3 { - font-size: 1.75rem; - margin-bottom: 0.5rem; - font-weight: 300; - line-height: 1.2; - color: #1a202c; -} - -h4 { - font-size: 1.5rem; - margin-bottom: 0.5rem; - font-weight: 300; - color: #1a202c; - line-height: 1; -} - -h5 { - font-size: 1.25rem; - margin-bottom: 0.5rem; - font-weight: 400; - line-height: 1.2; -} - -h6 { - font-size: 1rem; - margin-bottom: 0.5rem; - font-weight: 500; - line-height: 1.2; -} - -p { - margin-bottom: 1rem; -} - -li { - display: list-item; -} - -ol { - display: block; - list-style-type: decimal; - margin-top: 1em; - margin-bottom: 1em; - margin-left: 0; - margin-right: 0; - padding-left: 40px; -} - -ul { - display: block; - list-style-type: disc; - margin-top: 1em; - margin-bottom: 1em; - margin-left: 0; - margin-right: 0; - padding-left: 40px; -} - -dl { - display: block; - margin-top: 1em; - margin-bottom: 1em; - margin-left: 0; - margin-right: 0; -} - -dt { - display: block; -} - -code { - font-size: 0.9em; -} - -pre { - display: block; - font-family: monospace; - white-space: pre; - margin: 1em 0; - font-size: 0.9em; -} - -hr { - margin-bottom: 10px; -} - -/**************************************************************************************** - **** Reset anchors - ****************************************************************************************/ -a { - --tw-text-opacity: 1; - color: rgb(66 153 225 / var(--tw-text-opacity)); -} - -a:hover { - text-decoration-line: underline; -} - -.tw-border-t-1 { - border-top-width: 1px; -} - -.tw-border-b-1 { - border-bottom-width: 1px; -} - -.tw-border-1 { - border-width: 1px; -} - -.shadow { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow); -} - -/**************************************************************************************** - **** LHS Menu in IXP Manager - - -
- -
- - - ****************************************************************************************/ -#side-navbar { - --tw-bg-opacity: 1; - background-color: rgb(255 255 255 / var(--tw-bg-opacity)); - padding-right: 0; - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow); -} - -#side-navbar ul, #side-navbar ol { - list-style: none; - margin: 0; - padding: 0; -} - -#side-navbar h6 { - margin: 0; - display: block; - border-right-width: 4px; - --tw-border-opacity: 1; - border-color: rgb(241 245 248 / var(--tw-border-opacity)); - padding: 1rem; - padding-left: 0.25rem; - --tw-text-opacity: 1; - color: rgb(96 111 123 / var(--tw-text-opacity)); -} - -.nav-link { - display: block; - padding: 0.5rem; - padding-left: 0.75rem; - font-size: .875rem; - --tw-text-opacity: 1; - color: rgb(96 111 123 / var(--tw-text-opacity)); - text-decoration-line: none; -} - -.nav-link:hover { - --tw-text-opacity: 1; - color: rgb(96 111 123 / var(--tw-text-opacity)); -} - -#side-navbar li { - display: block; - border-right-width: 4px; - --tw-border-opacity: 1; - border-color: rgb(241 245 248 / var(--tw-border-opacity)); - padding: 0; - font-weight: 500; - --tw-text-opacity: 1; - color: rgb(96 111 123 / var(--tw-text-opacity)); -} - -#side-navbar li.active { - --tw-border-opacity: 1; - border-color: rgb(56 161 105 / var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgb(241 245 248 / var(--tw-bg-opacity)); - font-weight: 700 !important; -} - -#side-navbar li:hover { - --tw-border-opacity: 1; - border-color: rgb(56 161 105 / var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgb(241 245 248 / var(--tw-bg-opacity)); - --tw-text-opacity: 1; - color: rgb(96 111 123 / var(--tw-text-opacity)); -} - -.nav-sub-menu-item { - margin-left: 2rem; -} - -.ixpm-table a { - --tw-text-opacity: 1; - color: rgb(39 121 189 / var(--tw-text-opacity)); - text-decoration-line: none; -} - -.ixpm-table a:hover { - --tw-text-opacity: 1; - color: rgb(66 153 225 / var(--tw-text-opacity)); - text-decoration-line: underline; -} - -/**************************************************************************************** - **** Buttons - ****************************************************************************************/ -.btn { - border-radius: .125rem; - border-color: transparent; - font-weight: 700; -} - -.btn:hover { - border-color: transparent; -} - -.btn-primary { - --tw-bg-opacity: 1; - background-color: rgb(66 153 225 / var(--tw-bg-opacity)); - font-weight: 700; - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} - -.btn-primary:hover { - --tw-bg-opacity: 1; - background-color: rgb(39 121 189 / var(--tw-bg-opacity)); -} - -.btn-success { - --tw-bg-opacity: 1; - background-color: rgb(72 187 120 / var(--tw-bg-opacity)); - font-weight: 700; - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} - -.btn-success:hover { - --tw-bg-opacity: 1; - background-color: rgb(31 157 85 / var(--tw-bg-opacity)); -} - -.btn-secondary { - --tw-bg-opacity: 1; - background-color: rgb(135 149 161 / var(--tw-bg-opacity)); - font-weight: 700; - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} - -.btn-secondary:hover { - --tw-bg-opacity: 1; - background-color: rgb(96 111 123 / var(--tw-bg-opacity)); -} - -.btn-outline-secondary { - border-radius: .125rem; - --tw-border-opacity: 1; - border-color: rgb(184 194 204 / var(--tw-border-opacity)); - background-color: transparent; - font-weight: 600; - --tw-text-opacity: 1; - color: rgb(184 194 204 / var(--tw-text-opacity)); - border-width: 1px; -} - -.btn-outline-secondary:hover { - --tw-bg-opacity: 1; - background-color: rgb(184 194 204 / var(--tw-bg-opacity)); -} - -.btn-white { - border-radius: .125rem; - --tw-border-opacity: 1; - border-color: rgb(218 225 231 / var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgb(255 255 255 / var(--tw-bg-opacity)); - font-weight: 600; - --tw-text-opacity: 1; - color: rgb(61 72 82 / var(--tw-text-opacity)); - border-width: 1px; - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow); -} - -.btn-white:hover { - --tw-border-opacity: 1; - border-color: rgb(218 225 231 / var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgb(241 245 248 / var(--tw-bg-opacity)); - border-width: 1px; -} - -.btn-info { - border-radius: .125rem; - --tw-border-opacity: 1; - border-color: rgb(56 178 172 / var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgb(255 255 255 / var(--tw-bg-opacity)); - font-weight: 600; - --tw-text-opacity: 1; - color: rgb(56 178 172 / var(--tw-text-opacity)); - border-width: 1px; - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow); -} - -.btn-info:hover { - --tw-border-opacity: 1; - border-color: rgb(218 225 231 / var(--tw-border-opacity)); - --tw-bg-opacity: 1; - background-color: rgb(56 178 172 / var(--tw-bg-opacity)); - border-width: 1px; -} - -/****************************************************************************************ea - **** Inputs - ****************************************************************************************/ -input.form-control { - width: 100%; - -webkit-appearance: none; - -moz-appearance: none; - appearance: none; - border-radius: .125rem; - padding-top: 0.5rem; - padding-bottom: 0.5rem; - padding-left: 1rem; - padding-right: 1rem; - line-height: 1.25; - --tw-text-opacity: 1; - color: rgb(96 111 123 / var(--tw-text-opacity)); - border-width: 1px; - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow); -} - -input.form-control:focus { - line-height: 1.25; - --tw-text-opacity: 1; - color: rgb(96 111 123 / var(--tw-text-opacity)); - --tw-shadow: 0 0 0 3px rgba(52,144,220,0.5); - --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); - outline: 2px solid transparent; - outline-offset: 2px; -} - -.input-group-append .btn { - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow); - border-color: #ced4da; -} - -label.control-label, label.form-check-label { - display: block; - font-size: .875rem; - font-weight: 700; - --tw-text-opacity: 1; - color: rgb(96 111 123 / var(--tw-text-opacity)); -} - -/**************************************************************************************** - **** Badge - ****************************************************************************************/ -.badge { - border-radius: 9999px; - padding-top: 0.25rem; - padding-bottom: 0.25rem; - padding-left: 0.75rem; - padding-right: 0.75rem; - font-weight: 700; - --tw-text-opacity: 1; - color: rgb(255 255 255 / var(--tw-text-opacity)); -} - -.badge-info { - --tw-bg-opacity: 1; - background-color: rgb(56 178 172 / var(--tw-bg-opacity)); -} - -.badge-success { - --tw-bg-opacity: 1; - background-color: rgb(72 187 120 / var(--tw-bg-opacity)); -} - -.badge-secondary { - --tw-bg-opacity: 1; - background-color: rgb(184 194 204 / var(--tw-bg-opacity)); -} - -.badge-warning { - --tw-bg-opacity: 1; - background-color: rgb(246 173 85 / var(--tw-bg-opacity)); - --tw-text-opacity: 1; - color: rgb(0 0 0 / var(--tw-text-opacity)); -} - -/**************************************************************************************** - **** Card - ****************************************************************************************/ -.card { - border-color: #dae1e7; - border-radius: .125rem; - --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06); - box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow); -} - -.card .card-header { - border-top-left-radius: .125rem; - border-top-right-radius: .125rem; - border-bottom-width: 0; -} - -a { - display: inline-block; - vertical-align: baseline; - font-weight: 700; - --tw-text-opacity: 1; - color: rgb(108 178 235 / var(--tw-text-opacity)); -} - -a:hover { - --tw-text-opacity: 1; - color: rgb(39 121 189 / var(--tw-text-opacity)); - text-decoration-line: none; -} - -/**************************************************************************************** - **** table - ****************************************************************************************/ -.table-light td, .table-light thead th { - border-color: #ced4da; -} - -/**************************************************************************************** - **** Docstore - ****************************************************************************************/ -.docstore table { - width: 100%; - table-layout: auto; -} - -.docstore td { - --tw-border-opacity: 1; - border-color: rgb(226 232 240 / var(--tw-border-opacity)); - padding-left: 0.5rem; - padding-right: 0.5rem; - padding-top: 0.5rem; - padding-bottom: 0.5rem; - border-top-width: 1px; -} - -.docstore td.top { - border-top-width: 2px; - --tw-border-opacity: 1; - border-color: rgb(226 232 240 / var(--tw-border-opacity)); - padding-left: 0.5rem; - padding-right: 0.5rem; - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} - -.docstore td.meta { - display: none; - width: 0.25rem; - white-space: nowrap; -} - -@media (min-width: 1024px) { - .docstore td.meta { - display: table-cell; - width: 0.25rem; - white-space: nowrap; - } -} -.docstore td.icon { - margin-right: 1rem; - width: 0.25rem; - white-space: nowrap; - padding-left: 0.5rem; - padding-right: 0.5rem; - padding-top: 0.5rem; - padding-bottom: 0.5rem; - text-align: center; -} - -/** - * This injects all of Tailwind's utility classes, generated based on your - * config file. - * - * If using `postcss-import`, use this import instead: - * - * @import "tailwindcss/utilities"; - */ -.tw-collapse { - visibility: collapse; -} -.tw-relative { - position: relative; -} -.tw-float-right { - float: right; -} -.tw-m-0 { - margin: 0; -} -.tw-m-2 { - margin: 0.5rem; -} -.tw-mx-3 { - margin-left: 0.75rem; - margin-right: 0.75rem; -} -.tw-mx-4 { - margin-left: 1rem; - margin-right: 1rem; -} -.tw-mx-auto { - margin-left: auto; - margin-right: auto; -} -.tw-my-0 { - margin-top: 0; - margin-bottom: 0; -} -.tw-my-1 { - margin-top: 0.25rem; - margin-bottom: 0.25rem; -} -.tw-my-10 { - margin-top: 2.5rem; - margin-bottom: 2.5rem; -} -.tw-my-12 { - margin-top: 3rem; - margin-bottom: 3rem; -} -.tw-my-4 { - margin-top: 1rem; - margin-bottom: 1rem; -} -.tw-my-6 { - margin-top: 1.5rem; - margin-bottom: 1.5rem; -} -.tw-my-8 { - margin-top: 2rem; - margin-bottom: 2rem; -} -.tw-mb-0 { - margin-bottom: 0; -} -.tw-mb-16 { - margin-bottom: 4rem; -} -.tw-mb-2 { - margin-bottom: 0.5rem; -} -.tw-mb-6 { - margin-bottom: 1.5rem; -} -.tw-mb-8 { - margin-bottom: 2rem; -} -.tw-ml-12 { - margin-left: 3rem; -} -.tw-ml-2 { - margin-left: 0.5rem; -} -.tw-ml-4 { - margin-left: 1rem; -} -.tw-ml-6 { - margin-left: 1.5rem; -} -.tw-ml-8 { - margin-left: 2rem; -} -.tw-mr-2 { - margin-right: 0.5rem; -} -.tw-mr-3 { - margin-right: 0.75rem; -} -.tw-mr-4 { - margin-right: 1rem; -} -.tw-mr-6 { - margin-right: 1.5rem; -} -.tw-mt-1 { - margin-top: 0.25rem; -} -.tw-mt-16 { - margin-top: 4rem; -} -.tw-mt-2 { - margin-top: 0.5rem; -} -.tw-mt-4 { - margin-top: 1rem; -} -.tw-mt-6 { - margin-top: 1.5rem; -} -.tw-mt-8 { - margin-top: 2rem; -} -.tw-block { - display: block; -} -.tw-inline-block { - display: inline-block; -} -.tw-inline { - display: inline; -} -.tw-flex { - display: flex; -} -.tw-inline-flex { - display: inline-flex; -} -.tw-hidden { - display: none; -} -.tw-h-24 { - height: 6rem; -} -.tw-w-6 { - width: 1.5rem; -} -.tw-w-auto { - width: auto; -} -.tw-w-full { - width: 100%; -} -.tw-min-w-full { - min-width: 100%; -} -.tw-max-w-lg { - max-width: 50rem; -} -.tw-max-w-md { - max-width: 40rem; -} -.tw-max-w-sm { - max-width: 30rem; -} -.tw-flex-1 { - flex: 1 1 0%; -} -.tw-cursor-pointer { - cursor: pointer; -} -.tw-list-none { - list-style-type: none; -} -.tw-flex-wrap { - flex-wrap: wrap; -} -.tw-items-center { - align-items: center; -} -.tw-justify-between { - justify-content: space-between; -} -.tw-self-center { - align-self: center; -} -.tw-overflow-hidden { - overflow: hidden; -} -.tw-rounded-full { - border-radius: 9999px; -} -.tw-rounded-lg { - border-radius: .5rem; -} -.tw-rounded-sm { - border-radius: .125rem; -} -.tw-border-2 { - border-width: 2px; -} -.tw-border-b-2 { - border-bottom-width: 2px; -} -.tw-border-l-4 { - border-left-width: 4px; -} -.tw-border-r-4 { - border-right-width: 4px; -} -.tw-border-t-2 { - border-top-width: 2px; -} -.tw-border-blue-500 { - --tw-border-opacity: 1; - border-color: rgb(66 153 225 / var(--tw-border-opacity)); -} -.tw-border-gray-200 { - --tw-border-opacity: 1; - border-color: rgb(237 242 247 / var(--tw-border-opacity)); -} -.tw-border-gray-300 { - --tw-border-opacity: 1; - border-color: rgb(226 232 240 / var(--tw-border-opacity)); -} -.tw-border-gray-400 { - --tw-border-opacity: 1; - border-color: rgb(203 213 224 / var(--tw-border-opacity)); -} -.tw-border-gray-500 { - --tw-border-opacity: 1; - border-color: rgb(160 174 192 / var(--tw-border-opacity)); -} -.tw-border-gray-600 { - --tw-border-opacity: 1; - border-color: rgb(113 128 150 / var(--tw-border-opacity)); -} -.tw-border-green-500 { - --tw-border-opacity: 1; - border-color: rgb(72 187 120 / var(--tw-border-opacity)); -} -.tw-border-grey-light { - --tw-border-opacity: 1; - border-color: rgb(218 225 231 / var(--tw-border-opacity)); -} -.tw-border-grey-lighter { - --tw-border-opacity: 1; - border-color: rgb(241 245 248 / var(--tw-border-opacity)); -} -.tw-border-orange-500 { - --tw-border-opacity: 1; - border-color: rgb(237 137 54 / var(--tw-border-opacity)); -} -.tw-border-red-500 { - --tw-border-opacity: 1; - border-color: rgb(245 101 101 / var(--tw-border-opacity)); -} -.tw-border-red-lighter { - --tw-border-opacity: 1; - border-color: rgb(249 172 170 / var(--tw-border-opacity)); -} -.tw-bg-blue-100 { - --tw-bg-opacity: 1; - background-color: rgb(235 248 255 / var(--tw-bg-opacity)); -} -.tw-bg-blue-lightest { - --tw-bg-opacity: 1; - background-color: rgb(239 248 255 / var(--tw-bg-opacity)); -} -.tw-bg-gray-100 { - --tw-bg-opacity: 1; - background-color: rgb(247 250 252 / var(--tw-bg-opacity)); -} -.tw-bg-gray-200 { - --tw-bg-opacity: 1; - background-color: rgb(237 242 247 / var(--tw-bg-opacity)); -} -.tw-bg-gray-500 { - --tw-bg-opacity: 1; - background-color: rgb(160 174 192 / var(--tw-bg-opacity)); -} -.tw-bg-green-100 { - --tw-bg-opacity: 1; - background-color: rgb(240 255 244 / var(--tw-bg-opacity)); -} -.tw-bg-grey-lighter { - --tw-bg-opacity: 1; - background-color: rgb(241 245 248 / var(--tw-bg-opacity)); -} -.tw-bg-orange-100 { - --tw-bg-opacity: 1; - background-color: rgb(255 250 240 / var(--tw-bg-opacity)); -} -.tw-bg-red-100 { - --tw-bg-opacity: 1; - background-color: rgb(255 245 245 / var(--tw-bg-opacity)); -} -.tw-bg-white { - --tw-bg-opacity: 1; - background-color: rgb(255 255 255 / var(--tw-bg-opacity)); -} -.tw-p-0 { - padding: 0; -} -.tw-p-1 { - padding: 0.25rem; -} -.tw-p-2 { - padding: 0.5rem; -} -.tw-p-4 { - padding: 1rem; -} -.tw-p-5 { - padding: 1.25rem; -} -.tw-p-6 { - padding: 1.5rem; -} -.tw-px-1 { - padding-left: 0.25rem; - padding-right: 0.25rem; -} -.tw-px-10 { - padding-left: 2.5rem; - padding-right: 2.5rem; -} -.tw-px-2 { - padding-left: 0.5rem; - padding-right: 0.5rem; -} -.tw-px-3 { - padding-left: 0.75rem; - padding-right: 0.75rem; -} -.tw-px-4 { - padding-left: 1rem; - padding-right: 1rem; -} -.tw-px-6 { - padding-left: 1.5rem; - padding-right: 1.5rem; -} -.tw-px-8 { - padding-left: 2rem; - padding-right: 2rem; -} -.tw-py-0 { - padding-top: 0; - padding-bottom: 0; -} -.tw-py-1 { - padding-top: 0.25rem; - padding-bottom: 0.25rem; -} -.tw-py-2 { - padding-top: 0.5rem; - padding-bottom: 0.5rem; -} -.tw-py-20 { - padding-top: 5rem; - padding-bottom: 5rem; -} -.tw-py-4 { - padding-top: 1rem; - padding-bottom: 1rem; -} -.tw-py-6 { - padding-top: 1.5rem; - padding-bottom: 1.5rem; -} -.tw-pb-2 { - padding-bottom: 0.5rem; -} -.tw-pb-8 { - padding-bottom: 2rem; -} -.tw-pl-0 { - padding-left: 0; -} -.tw-pl-16 { - padding-left: 4rem; -} -.tw-pl-2 { - padding-left: 0.5rem; -} -.tw-pl-4 { - padding-left: 1rem; -} -.tw-pr-4 { - padding-right: 1rem; -} -.tw-pt-0 { - padding-top: 0; -} -.tw-pt-4 { - padding-top: 1rem; -} -.tw-pt-6 { - padding-top: 1.5rem; -} -.tw-text-center { - text-align: center; -} -.tw-text-right { - text-align: right; -} -.tw-align-middle { - vertical-align: middle; -} -.tw-font-mono { - font-family: Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace; -} -.tw-text-base { - font-size: 1rem; -} -.tw-text-lg { - font-size: 1.125rem; -} -.tw-text-sm { - font-size: .875rem; -} -.tw-text-xl { - font-size: 1.25rem; -} -.tw-text-xs { - font-size: .75rem; -} -.tw-font-bold { - font-weight: 700; -} -.tw-font-medium { - font-weight: 500; -} -.tw-font-normal { - font-weight: 400; -} -.tw-font-semibold { - font-weight: 600; -} -.tw-uppercase { - text-transform: uppercase; -} -.tw-italic { - font-style: italic; -} -.tw-leading-tight { - line-height: 1.25; -} -.tw-text-black { - --tw-text-opacity: 1; - color: rgb(0 0 0 / var(--tw-text-opacity)); -} -.tw-text-blue-600 { - --tw-text-opacity: 1; - color: rgb(49 130 206 / var(--tw-text-opacity)); -} -.tw-text-blue-700 { - --tw-text-opacity: 1; - color: rgb(43 108 176 / var(--tw-text-opacity)); -} -.tw-text-blue-dark { - --tw-text-opacity: 1; - color: rgb(39 121 189 / var(--tw-text-opacity)); -} -.tw-text-gray-500 { - --tw-text-opacity: 1; - color: rgb(160 174 192 / var(--tw-text-opacity)); -} -.tw-text-gray-600 { - --tw-text-opacity: 1; - color: rgb(113 128 150 / var(--tw-text-opacity)); -} -.tw-text-gray-700 { - --tw-text-opacity: 1; - color: rgb(74 85 104 / var(--tw-text-opacity)); -} -.tw-text-green-500 { - --tw-text-opacity: 1; - color: rgb(72 187 120 / var(--tw-text-opacity)); -} -.tw-text-green-600 { - --tw-text-opacity: 1; - color: rgb(56 161 105 / var(--tw-text-opacity)); -} -.tw-text-green-700 { - --tw-text-opacity: 1; - color: rgb(47 133 90 / var(--tw-text-opacity)); -} -.tw-text-green-dark { - --tw-text-opacity: 1; - color: rgb(31 157 85 / var(--tw-text-opacity)); -} -.tw-text-grey-dark { - --tw-text-opacity: 1; - color: rgb(135 149 161 / var(--tw-text-opacity)); -} -.tw-text-grey-darker { - --tw-text-opacity: 1; - color: rgb(96 111 123 / var(--tw-text-opacity)); -} -.tw-text-grey-darkest { - --tw-text-opacity: 1; - color: rgb(61 72 82 / var(--tw-text-opacity)); -} -.tw-text-orange-500 { - --tw-text-opacity: 1; - color: rgb(237 137 54 / var(--tw-text-opacity)); -} -.tw-text-orange-700 { - --tw-text-opacity: 1; - color: rgb(192 86 33 / var(--tw-text-opacity)); -} -.tw-text-red-500 { - --tw-text-opacity: 1; - color: rgb(245 101 101 / var(--tw-text-opacity)); -} -.tw-text-red-600 { - --tw-text-opacity: 1; - color: rgb(229 62 62 / var(--tw-text-opacity)); -} -.tw-text-red-700 { - --tw-text-opacity: 1; - color: rgb(197 48 48 / var(--tw-text-opacity)); -} -.tw-text-red-lighter { - --tw-text-opacity: 1; - color: rgb(249 172 170 / var(--tw-text-opacity)); -} -.tw-line-through { - text-decoration-line: line-through; -} -.tw-shadow-lg { - --tw-shadow: 0 15px 30px 0 rgba(0,0,0,0.11), 0 5px 15px 0 rgba(0,0,0,0.08); - --tw-shadow-colored: 0 15px 30px 0 var(--tw-shadow-color), 0 5px 15px 0 var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} -.tw-shadow-md { - --tw-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08); - --tw-shadow-colored: 0 4px 8px 0 var(--tw-shadow-color), 0 2px 4px 0 var(--tw-shadow-color); - box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); -} -.tw-ring-yellow-600\/20 { - --tw-ring-color: rgb(214 158 46 / 0.2); -} -.\[a-f0-9\:\\\.\\-\] { - a-f0-9: \.\-; -} -.\[id\:\%d\] { - id: %d; -} -/** - * Here you would add any custom utilities you need that don't come out of the - * box with Tailwind. - * - * Example : - * - * .bg-pattern-graph-paper { ... } - * .skew-45 { ... } - * - * Or if using a preprocessor or `postcss-import`: - * - * @import "utilities/background-patterns"; - * @import "utilities/skew-transforms"; - */ -.hover\:tw-bg-grey-lighter:hover { - --tw-bg-opacity: 1; - background-color: rgb(241 245 248 / var(--tw-bg-opacity)); -} -.hover\:tw-no-underline:hover { - text-decoration-line: none; -} -@media (min-width: 768px) { - .md\:tw-mt-0 { - margin-top: 0; - } - .md\:tw-inline { - display: inline; - } - .md\:tw-table-cell { - display: table-cell; - } - .md\:tw-text-left { - text-align: left; - } - .md\:tw-text-right { - text-align: right; - } -} -@media (min-width: 1024px) { - .lg\:tw-inline-block { - display: inline-block; - } - .lg\:tw-inline { - display: inline; - } - .lg\:tw-table-cell { - display: table-cell; - } -} +/*! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }h1{color:#1a202c;font-size:2.4rem;font-weight:300;line-height:1;margin-bottom:1rem}h2{font-size:2rem;font-weight:500;line-height:1.2;margin-bottom:.5rem}h3{font-size:1.75rem;line-height:1.2}h3,h4{color:#1a202c;font-weight:300;margin-bottom:.5rem}h4{font-size:1.5rem;line-height:1}h5{font-size:1.25rem;font-weight:400}h5,h6{line-height:1.2;margin-bottom:.5rem}h6{font-size:1rem;font-weight:500}p{margin-bottom:1rem}li{display:list-item}ol{list-style-type:decimal}ol,ul{display:block;margin:1em 0;padding-left:40px}ul{list-style-type:disc}dl{margin:1em 0}dl,dt{display:block}code,pre{font-size:.9em}pre{display:block;font-family:monospace;margin:1em 0;white-space:pre}hr{margin-bottom:10px}a{color:rgb(59 130 246/var(--tw-text-opacity))}a:hover{text-decoration-line:underline}.tw-border-t-1{border-top-width:1px}.tw-border-b-1{border-bottom-width:1px}.tw-border-1{border-width:1px}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}#side-navbar{--tw-bg-opacity:1;--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);background-color:rgb(255 255 255/var(--tw-bg-opacity));box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);padding-right:0}#side-navbar ol,#side-navbar ul{list-style:none;margin:0;padding:0}#side-navbar h6{--tw-border-opacity:1;border-color:rgb(241 245 248/var(--tw-border-opacity));border-right-width:4px;margin:0;padding:1rem 1rem 1rem .25rem}#side-navbar h6,.nav-link{--tw-text-opacity:1;color:rgb(96 111 123/var(--tw-text-opacity));display:block}.nav-link{font-size:.875rem;line-height:1.25rem;padding:.5rem .5rem .5rem .75rem;text-decoration-line:none}.nav-link:hover{--tw-text-opacity:1;color:rgb(96 111 123/var(--tw-text-opacity))}#side-navbar li{--tw-border-opacity:1;--tw-text-opacity:1;border-color:rgb(241 245 248/var(--tw-border-opacity));border-right-width:4px;color:rgb(96 111 123/var(--tw-text-opacity));display:block;font-weight:500;padding:0}#side-navbar li.active{font-weight:700!important}#side-navbar li.active,#side-navbar li:hover{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(241 245 248/var(--tw-bg-opacity));border-color:rgb(5 150 105/var(--tw-border-opacity))}#side-navbar li:hover{--tw-text-opacity:1;color:rgb(96 111 123/var(--tw-text-opacity))}.nav-sub-menu-item{margin-left:2rem}.ixpm-table a{--tw-text-opacity:1;color:rgb(39 121 189/var(--tw-text-opacity));text-decoration-line:none}.ixpm-table a:hover{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity));text-decoration-line:underline}.btn{border-radius:.125rem;font-weight:700}.btn,.btn:hover{border-color:transparent}.btn-primary{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity));font-weight:700}.btn-primary:hover{--tw-bg-opacity:1;background-color:rgb(39 121 189/var(--tw-bg-opacity))}.btn-success{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity));font-weight:700}.btn-success:hover{--tw-bg-opacity:1;background-color:rgb(31 157 85/var(--tw-bg-opacity))}.btn-secondary{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(135 149 161/var(--tw-bg-opacity));color:rgb(255 255 255/var(--tw-text-opacity));font-weight:700}.btn-secondary:hover{--tw-bg-opacity:1;background-color:rgb(96 111 123/var(--tw-bg-opacity))}.btn-outline-secondary{--tw-border-opacity:1;--tw-text-opacity:1;background-color:transparent;border-color:rgb(184 194 204/var(--tw-border-opacity));border-radius:.125rem;border-width:1px;color:rgb(184 194 204/var(--tw-text-opacity));font-weight:600}.btn-outline-secondary:hover{--tw-bg-opacity:1;background-color:rgb(184 194 204/var(--tw-bg-opacity))}.btn-white{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);background-color:rgb(255 255 255/var(--tw-bg-opacity));border-radius:.125rem;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);color:rgb(61 72 82/var(--tw-text-opacity));font-weight:600}.btn-white,.btn-white:hover{border-color:rgb(218 225 231/var(--tw-border-opacity));border-width:1px}.btn-white:hover{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(241 245 248/var(--tw-bg-opacity))}.btn-info{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);background-color:rgb(255 255 255/var(--tw-bg-opacity));border-color:rgb(20 184 166/var(--tw-border-opacity));border-radius:.125rem;border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);color:rgb(20 184 166/var(--tw-text-opacity));font-weight:600}.btn-info:hover{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgb(20 184 166/var(--tw-bg-opacity));border-color:rgb(218 225 231/var(--tw-border-opacity));border-width:1px}input.form-control{--tw-text-opacity:1;--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.125rem;border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow);padding:.5rem 1rem;width:100%}input.form-control,input.form-control:focus{color:rgb(96 111 123/var(--tw-text-opacity));line-height:1.25}input.form-control:focus{--tw-text-opacity:1;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);outline:2px solid transparent;outline-offset:2px}.input-group-append .btn{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);border-color:#ced4da;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}label.control-label,label.form-check-label{--tw-text-opacity:1;color:rgb(96 111 123/var(--tw-text-opacity));display:block;font-size:.875rem;font-weight:700;line-height:1.25rem}.badge{--tw-text-opacity:1;border-radius:9999px;color:rgb(255 255 255/var(--tw-text-opacity));font-weight:700;padding:.25rem .75rem}.badge-info{--tw-bg-opacity:1;background-color:rgb(20 184 166/var(--tw-bg-opacity))}.badge-success{--tw-bg-opacity:1;background-color:rgb(16 185 129/var(--tw-bg-opacity))}.badge-secondary{--tw-bg-opacity:1;background-color:rgb(184 194 204/var(--tw-bg-opacity))}.badge-warning{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgb(251 146 60/var(--tw-bg-opacity));color:rgb(0 0 0/var(--tw-text-opacity))}.card{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06);border-color:#dae1e7;border-radius:.125rem;box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)}.card .card-header{border-bottom-width:0;border-top-left-radius:.125rem;border-top-right-radius:.125rem}a{color:rgb(108 178 235/var(--tw-text-opacity));display:inline-block;font-weight:700;vertical-align:baseline}a,a:hover{--tw-text-opacity:1}a:hover{color:rgb(39 121 189/var(--tw-text-opacity));text-decoration-line:none}.table-light td,.table-light thead th{border-color:#ced4da}.docstore table{table-layout:auto;width:100%}.docstore td{border-color:rgb(209 213 219/var(--tw-border-opacity));border-top-width:1px}.docstore td,.docstore td.top{--tw-border-opacity:1;padding:.5rem}.docstore td.top{border-color:rgb(209 213 219/var(--tw-border-opacity));border-top-width:2px}.docstore td.meta{display:none;white-space:nowrap;width:.25rem}@media (min-width:1024px){.docstore td.meta{display:table-cell;white-space:nowrap;width:.25rem}}.docstore td.icon{margin-right:1rem;padding:.5rem;text-align:center;white-space:nowrap;width:.25rem}.tw-collapse{visibility:collapse}.tw-absolute{position:absolute}.tw-relative{position:relative}.tw-inset-0{inset:0}.tw-float-right{float:right}.tw-m-0{margin:0}.tw-m-2{margin:.5rem}.tw-mx-3{margin-left:.75rem;margin-right:.75rem}.tw-mx-4{margin-left:1rem;margin-right:1rem}.tw-mx-auto{margin-left:auto;margin-right:auto}.tw-my-0{margin-bottom:0;margin-top:0}.tw-my-1{margin-bottom:.25rem;margin-top:.25rem}.tw-my-10{margin-bottom:2.5rem;margin-top:2.5rem}.tw-my-12{margin-bottom:3rem;margin-top:3rem}.tw-my-4{margin-bottom:1rem;margin-top:1rem}.tw-my-6{margin-bottom:1.5rem;margin-top:1.5rem}.tw-my-8{margin-bottom:2rem;margin-top:2rem}.tw-mb-0{margin-bottom:0}.tw-mb-16{margin-bottom:4rem}.tw-mb-2{margin-bottom:.5rem}.tw-mb-6{margin-bottom:1.5rem}.tw-mb-8{margin-bottom:2rem}.tw-ml-12{margin-left:3rem}.tw-ml-2{margin-left:.5rem}.tw-ml-4{margin-left:1rem}.tw-ml-6{margin-left:1.5rem}.tw-ml-8{margin-left:2rem}.tw-mr-1{margin-right:.25rem}.tw-mr-2{margin-right:.5rem}.tw-mr-3{margin-right:.75rem}.tw-mr-4{margin-right:1rem}.tw-mr-6{margin-right:1.5rem}.tw-mt-1{margin-top:.25rem}.tw-mt-16{margin-top:4rem}.tw-mt-2{margin-top:.5rem}.tw-mt-3{margin-top:.75rem}.tw-mt-4{margin-top:1rem}.tw-mt-6{margin-top:1.5rem}.tw-mt-8{margin-top:2rem}.tw-block{display:block}.tw-inline-block{display:inline-block}.tw-inline{display:inline}.tw-flex{display:flex}.tw-inline-flex{display:inline-flex}.tw-hidden{display:none}.tw-h-24{height:6rem}.tw-h-4{height:1rem}.tw-h-5{height:1.25rem}.tw-h-6{height:1.5rem}.tw-h-7{height:1.75rem}.tw-h-8{height:2rem}.tw-w-10{width:2.5rem}.tw-w-20{width:5rem}.tw-w-4{width:1rem}.tw-w-5{width:1.25rem}.tw-w-6{width:1.5rem}.tw-w-auto{width:auto}.tw-w-full{width:100%}.tw-min-w-16{min-width:4rem}.tw-min-w-full{min-width:100%}.tw-max-w-lg{max-width:32rem}.tw-max-w-md{max-width:28rem}.tw-max-w-sm{max-width:24rem}.tw-flex-1{flex:1 1 0%}.tw-cursor-pointer{cursor:pointer}.tw-list-none{list-style-type:none}.tw-flex-wrap{flex-wrap:wrap}.tw-items-center{align-items:center}.tw-justify-start{justify-content:flex-start}.tw-justify-center{justify-content:center}.tw-justify-between{justify-content:space-between}.tw-divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.tw-divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(229 231 235/var(--tw-divide-opacity))}.tw-divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(209 213 219/var(--tw-divide-opacity))}.tw-self-center{align-self:center}.tw-overflow-hidden{overflow:hidden}.tw-whitespace-nowrap{white-space:nowrap}.tw-rounded{border-radius:.25rem}.tw-rounded-full{border-radius:9999px}.tw-rounded-lg{border-radius:.5rem}.tw-rounded-md{border-radius:.375rem}.tw-rounded-sm{border-radius:.125rem}.tw-border-2{border-width:2px}.tw-border-b{border-bottom-width:1px}.tw-border-b-2{border-bottom-width:2px}.tw-border-l-4{border-left-width:4px}.tw-border-r-4{border-right-width:4px}.tw-border-t{border-top-width:1px}.tw-border-t-2{border-top-width:2px}.tw-border-amber-400{--tw-border-opacity:1;border-color:rgb(251 191 36/var(--tw-border-opacity))}.tw-border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.tw-border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity))}.tw-border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity))}.tw-border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity))}.tw-border-gray-500{--tw-border-opacity:1;border-color:rgb(107 114 128/var(--tw-border-opacity))}.tw-border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity))}.tw-border-green-500{--tw-border-opacity:1;border-color:rgb(16 185 129/var(--tw-border-opacity))}.tw-border-grey-light{--tw-border-opacity:1;border-color:rgb(218 225 231/var(--tw-border-opacity))}.tw-border-grey-lighter{--tw-border-opacity:1;border-color:rgb(241 245 248/var(--tw-border-opacity))}.tw-border-lime-500{--tw-border-opacity:1;border-color:rgb(132 204 22/var(--tw-border-opacity))}.tw-border-orange-500{--tw-border-opacity:1;border-color:rgb(249 115 22/var(--tw-border-opacity))}.tw-border-red-400{--tw-border-opacity:1;border-color:rgb(248 113 113/var(--tw-border-opacity))}.tw-border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity))}.tw-border-red-600{--tw-border-opacity:1;border-color:rgb(220 38 38/var(--tw-border-opacity))}.tw-border-red-lighter{--tw-border-opacity:1;border-color:rgb(249 172 170/var(--tw-border-opacity))}.tw-border-teal-400{--tw-border-opacity:1;border-color:rgb(45 212 191/var(--tw-border-opacity))}.tw-bg-amber-400{--tw-bg-opacity:1;background-color:rgb(251 191 36/var(--tw-bg-opacity))}.tw-bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity))}.tw-bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity))}.tw-bg-blue-lightest{--tw-bg-opacity:1;background-color:rgb(239 248 255/var(--tw-bg-opacity))}.tw-bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.tw-bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.tw-bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.tw-bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.tw-bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.tw-bg-gray-500{--tw-bg-opacity:1;background-color:rgb(107 114 128/var(--tw-bg-opacity))}.tw-bg-green-100{--tw-bg-opacity:1;background-color:rgb(209 250 229/var(--tw-bg-opacity))}.tw-bg-green-50{--tw-bg-opacity:1;background-color:rgb(236 253 245/var(--tw-bg-opacity))}.tw-bg-grey-lighter{--tw-bg-opacity:1;background-color:rgb(241 245 248/var(--tw-bg-opacity))}.tw-bg-lime-500{--tw-bg-opacity:1;background-color:rgb(132 204 22/var(--tw-bg-opacity))}.tw-bg-orange-100{--tw-bg-opacity:1;background-color:rgb(255 237 213/var(--tw-bg-opacity))}.tw-bg-pink-50{--tw-bg-opacity:1;background-color:rgb(253 242 248/var(--tw-bg-opacity))}.tw-bg-red-100{--tw-bg-opacity:1;background-color:rgb(254 226 226/var(--tw-bg-opacity))}.tw-bg-red-400{--tw-bg-opacity:1;background-color:rgb(248 113 113/var(--tw-bg-opacity))}.tw-bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity))}.tw-bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity))}.tw-bg-teal-400{--tw-bg-opacity:1;background-color:rgb(45 212 191/var(--tw-bg-opacity))}.tw-bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.tw-bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity))}.tw-p-0{padding:0}.tw-p-1{padding:.25rem}.tw-p-2{padding:.5rem}.tw-p-4{padding:1rem}.tw-p-5{padding:1.25rem}.tw-p-6{padding:1.5rem}.tw-px-1{padding-left:.25rem;padding-right:.25rem}.tw-px-1\.5{padding-left:.375rem;padding-right:.375rem}.tw-px-10{padding-left:2.5rem;padding-right:2.5rem}.tw-px-2{padding-left:.5rem;padding-right:.5rem}.tw-px-3{padding-left:.75rem;padding-right:.75rem}.tw-px-4{padding-left:1rem;padding-right:1rem}.tw-px-6{padding-left:1.5rem;padding-right:1.5rem}.tw-px-8{padding-left:2rem;padding-right:2rem}.tw-py-0{padding-bottom:0;padding-top:0}.tw-py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.tw-py-1{padding-bottom:.25rem;padding-top:.25rem}.tw-py-2{padding-bottom:.5rem;padding-top:.5rem}.tw-py-20{padding-bottom:5rem;padding-top:5rem}.tw-py-4{padding-bottom:1rem;padding-top:1rem}.tw-py-5{padding-bottom:1.25rem;padding-top:1.25rem}.tw-py-6{padding-bottom:1.5rem;padding-top:1.5rem}.tw-pb-2{padding-bottom:.5rem}.tw-pb-8{padding-bottom:2rem}.tw-pl-0{padding-left:0}.tw-pl-16{padding-left:4rem}.tw-pl-2{padding-left:.5rem}.tw-pl-4{padding-left:1rem}.tw-pr-4{padding-right:1rem}.tw-pt-0{padding-top:0}.tw-pt-4{padding-top:1rem}.tw-pt-6{padding-top:1.5rem}.tw-text-center{text-align:center}.tw-text-right{text-align:right}.tw-align-middle{vertical-align:middle}.tw-font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.tw-text-base{font-size:1rem;line-height:1.5rem}.tw-text-lg{font-size:1.125rem;line-height:1.75rem}.tw-text-sm{font-size:.875rem;line-height:1.25rem}.tw-text-xl{font-size:1.25rem;line-height:1.75rem}.tw-text-xs{font-size:.75rem;line-height:1rem}.tw-font-bold{font-weight:700}.tw-font-medium{font-weight:500}.tw-font-normal{font-weight:400}.tw-font-semibold{font-weight:600}.tw-uppercase{text-transform:uppercase}.tw-italic{font-style:italic}.tw-slashed-zero{--tw-slashed-zero:slashed-zero}.tw-lining-nums,.tw-slashed-zero{font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tw-lining-nums{--tw-numeric-figure:lining-nums}.tw-tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)}.tw-leading-3{line-height:.75rem}.tw-leading-5{line-height:1.25rem}.tw-leading-6{line-height:1.5rem}.tw-leading-7{line-height:1.75rem}.tw-leading-8{line-height:2rem}.tw-leading-tight{line-height:1.25}.tw-text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.tw-text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.tw-text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity))}.tw-text-blue-dark{--tw-text-opacity:1;color:rgb(39 121 189/var(--tw-text-opacity))}.tw-text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.tw-text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.tw-text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity))}.tw-text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.tw-text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.tw-text-green-500{--tw-text-opacity:1;color:rgb(16 185 129/var(--tw-text-opacity))}.tw-text-green-600{--tw-text-opacity:1;color:rgb(5 150 105/var(--tw-text-opacity))}.tw-text-green-700{--tw-text-opacity:1;color:rgb(4 120 87/var(--tw-text-opacity))}.tw-text-green-dark{--tw-text-opacity:1;color:rgb(31 157 85/var(--tw-text-opacity))}.tw-text-grey-dark{--tw-text-opacity:1;color:rgb(135 149 161/var(--tw-text-opacity))}.tw-text-grey-darker{--tw-text-opacity:1;color:rgb(96 111 123/var(--tw-text-opacity))}.tw-text-grey-darkest{--tw-text-opacity:1;color:rgb(61 72 82/var(--tw-text-opacity))}.tw-text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22/var(--tw-text-opacity))}.tw-text-orange-700{--tw-text-opacity:1;color:rgb(194 65 12/var(--tw-text-opacity))}.tw-text-pink-700{--tw-text-opacity:1;color:rgb(190 24 93/var(--tw-text-opacity))}.tw-text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity))}.tw-text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity))}.tw-text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.tw-text-red-lighter{--tw-text-opacity:1;color:rgb(249 172 170/var(--tw-text-opacity))}.tw-line-through{text-decoration-line:line-through}.tw-opacity-40{opacity:.4}.tw-shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.tw-shadow,.tw-shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.tw-shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.tw-shadow-md,.tw-shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.tw-shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.tw-ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.tw-ring-inset{--tw-ring-inset:inset}.tw-ring-blue-700\/10{--tw-ring-color:rgba(29,78,216,.1)}.tw-ring-gray-300{--tw-ring-opacity:1;--tw-ring-color:rgb(209 213 219/var(--tw-ring-opacity))}.tw-ring-gray-500\/10{--tw-ring-color:hsla(220,9%,46%,.1)}.tw-ring-gray-800\/10{--tw-ring-color:rgba(31,41,55,.1)}.tw-ring-green-600\/20{--tw-ring-color:rgba(5,150,105,.2)}.tw-ring-pink-700\/10{--tw-ring-color:rgba(190,24,93,.1)}.tw-ring-red-600\/10{--tw-ring-color:rgba(220,38,38,.1)}.tw-ring-yellow-600\/20{--tw-ring-color:rgba(217,119,6,.2)}.\[a-f0-9\:\\\.\\-\]{a-f0-9:\.\-}.\[id\:\%d\]{id:%d}.hover\:tw-border-gray-800:hover{--tw-border-opacity:1;border-color:rgb(31 41 55/var(--tw-border-opacity))}.hover\:tw-bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:tw-bg-grey-lighter:hover{--tw-bg-opacity:1;background-color:rgb(241 245 248/var(--tw-bg-opacity))}.hover\:tw-no-underline:hover{text-decoration-line:none}.hover\:tw-opacity-80:hover{opacity:.8}@media (min-width:640px){.sm\:tw-p-6{padding:1.5rem}.sm\:tw-px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:tw-pl-0{padding-left:0}}@media (min-width:768px){.md\:tw-mt-0{margin-top:0}.md\:tw-inline{display:inline}.md\:tw-table-cell{display:table-cell}.md\:tw-text-left{text-align:left}.md\:tw-text-right{text-align:right}}@media (min-width:1024px){.lg\:tw-inline-block{display:inline-block}.lg\:tw-inline{display:inline}.lg\:tw-table-cell{display:table-cell}} diff --git a/public/js/ixp-pack.js b/public/js/ixp-pack.js index f8e16476f..d20434f90 100644 --- a/public/js/ixp-pack.js +++ b/public/js/ixp-pack.js @@ -23,7 +23,7 @@ * @license: MIT http://bootboxjs.com/license.txt */ !function(t,e){'use strict';'function'==typeof define&&define.amd?define(['jquery'],e):'object'==typeof exports?module.exports=e(require('jquery')):t.bootbox=e(t.jQuery)}(this,function e(s,c){'use strict';let r={};r.VERSION='6.0.0';let l={en:{OK:'OK',CANCEL:'Cancel',CONFIRM:'OK'}},u={dialog:'',header:'',footer:'',closeButton:'',form:'
',button:'',option:'',promptMessage:'
',inputs:{text:'',textarea:'',email:'',select:'',checkbox:'
',radio:'
',date:'',time:'',number:'',password:'',range:''}},p={locale:'en',backdrop:'static',animate:!0,className:null,closeButton:!0,show:!0,container:'body',value:'',inputType:'text',errorMessage:null,swapButtonOrder:!1,centerVertical:!1,multiple:!1,scrollable:!1,reusable:!1,relatedTarget:null,size:null,id:null};function i(t,e,o){return s.extend(!0,{},t,function(t,e){var o=t.length;let a={};if(o<1||2').attr('label',e.group)),o=r[e.group]);let a=s(u.option);a.attr('value',e.value).text(e.text),o.append(a)}),f(r,function(t,e){i.append(e)}),i.val(n.value),n.bootstrap<5&&i.removeClass('form-select').addClass('form-control');break;case'checkbox':let e=s.isArray(n.value)?n.value:[n.value];if(!(l=n.inputOptions||[]).length)throw new Error('prompt with "inputType" set to "checkbox" requires at least one option');i=s('
'),f(l,function(t,o){if(o.value===c||o.text===c)throw new Error('each option needs a "value" property and a "text" property');let a=s(u.inputs[n.inputType]);a.find('input').attr('value',o.value),a.find('label').append('\n'+o.text),f(e,function(t,e){e===o.value&&a.find('input').prop('checked',!0)}),i.append(a)});break;case'radio':if(n.value!==c&&s.isArray(n.value))throw new Error('prompt with "inputType" set to "radio" requires a single, non-array value for "value"');if(!(l=n.inputOptions||[]).length)throw new Error('prompt with "inputType" set to "radio" requires at least one option');i=s('
');let a=!0;f(l,function(t,e){if(e.value===c||e.text===c)throw new Error('each option needs a "value" property and a "text" property');let o=s(u.inputs[n.inputType]);o.find('input').attr('value',e.value),o.find('label').append('\n'+e.text),n.value!==c&&e.value===n.value&&(o.find('input').prop('checked',!0),a=!1),i.append(o)}),a&&i.find('input[type="radio"]').first().prop('checked',!0)}return t.append(i),t.on('submit',function(t){t.preventDefault(),t.stopPropagation(),e.find('.bootbox-accept').trigger('click')}),''!==s.trim(n.message)&&(a=s(u.promptMessage).html(n.message),t.prepend(a)),n.message=t,(e=r.dialog(n)).off('shown.bs.modal',m),e.on('shown.bs.modal',function(){i.focus()}),!0===o&&e.modal('show'),e},r}); -!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).axios=t()}(this,(function(){"use strict";function e(e){var r,n;function o(r,n){try{var a=e[r](n),s=a.value,u=s instanceof t;Promise.resolve(u?s.v:s).then((function(t){if(u){var n="return"===r?"return":"next";if(!s.k||t.done)return o(n,t);t=e[n](t).value}i(a.done?"return":"normal",t)}),(function(e){o("throw",e)}))}catch(e){i("throw",e)}}function i(e,t){switch(e){case"return":r.resolve({value:t,done:!0});break;case"throw":r.reject(t);break;default:r.resolve({value:t,done:!1})}(r=r.next)?o(r.key,r.arg):n=null}this._invoke=function(e,t){return new Promise((function(i,a){var s={key:e,arg:t,resolve:i,reject:a,next:null};n?n=n.next=s:(r=n=s,o(e,t))}))},"function"!=typeof e.return&&(this.return=void 0)}function t(e,t){this.v=e,this.k=t}function r(e){var r={},n=!1;function o(r,o){return n=!0,o=new Promise((function(t){t(e[r](o))})),{done:!1,value:new t(o,1)}}return r["undefined"!=typeof Symbol&&Symbol.iterator||"@@iterator"]=function(){return this},r.next=function(e){return n?(n=!1,e):o("next",e)},"function"==typeof e.throw&&(r.throw=function(e){if(n)throw n=!1,e;return o("throw",e)}),"function"==typeof e.return&&(r.return=function(e){return n?(n=!1,e):o("return",e)}),r}function n(e){var t,r,n,i=2;for("undefined"!=typeof Symbol&&(r=Symbol.asyncIterator,n=Symbol.iterator);i--;){if(r&&null!=(t=e[r]))return t.call(e);if(n&&null!=(t=e[n]))return new o(t.call(e));r="@@asyncIterator",n="@@iterator"}throw new TypeError("Object is not async iterable")}function o(e){function t(e){if(Object(e)!==e)return Promise.reject(new TypeError(e+" is not an object."));var t=e.done;return Promise.resolve(e.value).then((function(e){return{value:e,done:t}}))}return o=function(e){this.s=e,this.n=e.next},o.prototype={s:null,n:null,next:function(){return t(this.n.apply(this.s,arguments))},return:function(e){var r=this.s.return;return void 0===r?Promise.resolve({value:e,done:!0}):t(r.apply(this.s,arguments))},throw:function(e){var r=this.s.return;return void 0===r?Promise.reject(e):t(r.apply(this.s,arguments))}},new o(e)}function i(e){return new t(e,0)}function a(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function s(e){for(var t=1;t=0;--i){var a=this.tryEntries[i],s=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var u=n.call(a,"catchLoc"),c=n.call(a,"finallyLoc");if(u&&c){if(this.prev=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),A(r),y}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var o=n.arg;A(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:L(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),y}},t}function c(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}function f(e){return f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},f(e)}function l(e,t,r,n,o,i,a){try{var s=e[i](a),u=s.value}catch(e){return void r(e)}s.done?t(u):Promise.resolve(u).then(n,o)}function h(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var i=e.apply(t,r);function a(e){l(i,n,o,a,s,"next",e)}function s(e){l(i,n,o,a,s,"throw",e)}a(void 0)}))}}function p(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function d(e,t){for(var r=0;re.length)&&(t=e.length);for(var r=0,n=new Array(t);r2&&void 0!==arguments[2]?arguments[2]:{},i=o.allOwnKeys,a=void 0!==i&&i;if(null!=e)if("object"!==f(e)&&(e=[e]),L(e))for(r=0,n=e.length;r0;)if(t===(r=n[o]).toLowerCase())return r;return null}var Y="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,Q=function(e){return!N(e)&&e!==Y};var Z,ee=(Z="undefined"!=typeof Uint8Array&&k(Uint8Array),function(e){return Z&&e instanceof Z}),te=A("HTMLFormElement"),re=function(e){var t=Object.prototype.hasOwnProperty;return function(e,r){return t.call(e,r)}}(),ne=A("RegExp"),oe=function(e,t){var r=Object.getOwnPropertyDescriptors(e),n={};X(r,(function(r,o){var i;!1!==(i=t(r,o,e))&&(n[o]=i||r)})),Object.defineProperties(e,n)},ie="abcdefghijklmnopqrstuvwxyz",ae="0123456789",se={DIGIT:ae,ALPHA:ie,ALPHA_DIGIT:ie+ie.toUpperCase()+ae};var ue,ce,fe,le,he=A("AsyncFunction"),pe=(ue="function"==typeof setImmediate,ce=F(Y.postMessage),ue?setImmediate:ce?(fe="axios@".concat(Math.random()),le=[],Y.addEventListener("message",(function(e){var t=e.source,r=e.data;t===Y&&r===fe&&le.length&&le.shift()()}),!1),function(e){le.push(e),Y.postMessage(fe,"*")}):function(e){return setTimeout(e)}),de="undefined"!=typeof queueMicrotask?queueMicrotask.bind(Y):"undefined"!=typeof process&&process.nextTick||pe,ve={isArray:L,isArrayBuffer:_,isBuffer:function(e){return null!==e&&!N(e)&&null!==e.constructor&&!N(e.constructor)&&F(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:function(e){var t;return e&&("function"==typeof FormData&&e instanceof FormData||F(e.append)&&("formdata"===(t=j(e))||"object"===t&&F(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&_(e.buffer)},isString:C,isNumber:U,isBoolean:function(e){return!0===e||!1===e},isObject:B,isPlainObject:D,isReadableStream:W,isRequest:G,isResponse:K,isHeaders:V,isUndefined:N,isDate:I,isFile:q,isBlob:M,isRegExp:ne,isFunction:F,isStream:function(e){return B(e)&&F(e.pipe)},isURLSearchParams:H,isTypedArray:ee,isFileList:z,forEach:X,merge:function e(){for(var t=Q(this)&&this||{},r=t.caseless,n={},o=function(t,o){var i=r&&$(n,o)||o;D(n[i])&&D(t)?n[i]=e(n[i],t):D(t)?n[i]=e({},t):L(t)?n[i]=t.slice():n[i]=t},i=0,a=arguments.length;i3&&void 0!==arguments[3]?arguments[3]:{},o=n.allOwnKeys;return X(t,(function(t,n){r&&F(t)?e[n]=x(t,r):e[n]=t}),{allOwnKeys:o}),e},trim:function(e){return e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e},inherits:function(e,t,r,n){e.prototype=Object.create(t.prototype,n),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),r&&Object.assign(e.prototype,r)},toFlatObject:function(e,t,r,n){var o,i,a,s={};if(t=t||{},null==e)return t;do{for(i=(o=Object.getOwnPropertyNames(e)).length;i-- >0;)a=o[i],n&&!n(a,e,t)||s[a]||(t[a]=e[a],s[a]=!0);e=!1!==r&&k(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},kindOf:j,kindOfTest:A,endsWith:function(e,t,r){e=String(e),(void 0===r||r>e.length)&&(r=e.length),r-=t.length;var n=e.indexOf(t,r);return-1!==n&&n===r},toArray:function(e){if(!e)return null;if(L(e))return e;var t=e.length;if(!U(t))return null;for(var r=new Array(t);t-- >0;)r[t]=e[t];return r},forEachEntry:function(e,t){for(var r,n=(e&&e[Symbol.iterator]).call(e);(r=n.next())&&!r.done;){var o=r.value;t.call(e,o[0],o[1])}},matchAll:function(e,t){for(var r,n=[];null!==(r=e.exec(t));)n.push(r);return n},isHTMLForm:te,hasOwnProperty:re,hasOwnProp:re,reduceDescriptors:oe,freezeMethods:function(e){oe(e,(function(t,r){if(F(e)&&-1!==["arguments","caller","callee"].indexOf(r))return!1;var n=e[r];F(n)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=function(){throw Error("Can not rewrite read-only method '"+r+"'")}))}))},toObjectSet:function(e,t){var r={},n=function(e){e.forEach((function(e){r[e]=!0}))};return L(e)?n(e):n(String(e).split(t)),r},toCamelCase:function(e){return e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(e,t,r){return t.toUpperCase()+r}))},noop:function(){},toFiniteNumber:function(e,t){return null!=e&&Number.isFinite(e=+e)?e:t},findKey:$,global:Y,isContextDefined:Q,ALPHABET:se,generateString:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:16,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:se.ALPHA_DIGIT,r="",n=t.length;e--;)r+=t[Math.random()*n|0];return r},isSpecCompliantForm:function(e){return!!(e&&F(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:function(e){var t=new Array(10);return function e(r,n){if(B(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[n]=r;var o=L(r)?[]:{};return X(r,(function(t,r){var i=e(t,n+1);!N(i)&&(o[r]=i)})),t[n]=void 0,o}}return r}(e,0)},isAsyncFn:he,isThenable:function(e){return e&&(B(e)||F(e))&&F(e.then)&&F(e.catch)},setImmediate:pe,asap:de};function ye(e,t,r,n,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),r&&(this.config=r),n&&(this.request=n),o&&(this.response=o)}ve.inherits(ye,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:ve.toJSONObject(this.config),code:this.code,status:this.response&&this.response.status?this.response.status:null}}});var me=ye.prototype,be={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((function(e){be[e]={value:e}})),Object.defineProperties(ye,be),Object.defineProperty(me,"isAxiosError",{value:!0}),ye.from=function(e,t,r,n,o,i){var a=Object.create(me);return ve.toFlatObject(e,a,(function(e){return e!==Error.prototype}),(function(e){return"isAxiosError"!==e})),ye.call(a,e.message,t,r,n,o),a.cause=e,a.name=e.name,i&&Object.assign(a,i),a};function ge(e){return ve.isPlainObject(e)||ve.isArray(e)}function we(e){return ve.endsWith(e,"[]")?e.slice(0,-2):e}function Ee(e,t,r){return e?e.concat(t).map((function(e,t){return e=we(e),!r&&t?"["+e+"]":e})).join(r?".":""):t}var Oe=ve.toFlatObject(ve,{},null,(function(e){return/^is[A-Z]/.test(e)}));function Se(e,t,r){if(!ve.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;var n=(r=ve.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!ve.isUndefined(t[e])}))).metaTokens,o=r.visitor||c,i=r.dots,a=r.indexes,s=(r.Blob||"undefined"!=typeof Blob&&Blob)&&ve.isSpecCompliantForm(t);if(!ve.isFunction(o))throw new TypeError("visitor must be a function");function u(e){if(null===e)return"";if(ve.isDate(e))return e.toISOString();if(!s&&ve.isBlob(e))throw new ye("Blob is not supported. Use a Buffer instead.");return ve.isArrayBuffer(e)||ve.isTypedArray(e)?s&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function c(e,r,o){var s=e;if(e&&!o&&"object"===f(e))if(ve.endsWith(r,"{}"))r=n?r:r.slice(0,-2),e=JSON.stringify(e);else if(ve.isArray(e)&&function(e){return ve.isArray(e)&&!e.some(ge)}(e)||(ve.isFileList(e)||ve.endsWith(r,"[]"))&&(s=ve.toArray(e)))return r=we(r),s.forEach((function(e,n){!ve.isUndefined(e)&&null!==e&&t.append(!0===a?Ee([r],n,i):null===a?r:r+"[]",u(e))})),!1;return!!ge(e)||(t.append(Ee(o,r,i),u(e)),!1)}var l=[],h=Object.assign(Oe,{defaultVisitor:c,convertValue:u,isVisitable:ge});if(!ve.isObject(e))throw new TypeError("data must be an object");return function e(r,n){if(!ve.isUndefined(r)){if(-1!==l.indexOf(r))throw Error("Circular reference detected in "+n.join("."));l.push(r),ve.forEach(r,(function(r,i){!0===(!(ve.isUndefined(r)||null===r)&&o.call(t,r,ve.isString(i)?i.trim():i,n,h))&&e(r,n?n.concat(i):[i])})),l.pop()}}(e),t}function xe(e){var t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function Re(e,t){this._pairs=[],e&&Se(e,this,t)}var Te=Re.prototype;function ke(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function je(e,t,r){if(!t)return e;var n,o=r&&r.encode||ke,i=r&&r.serialize;if(n=i?i(t,r):ve.isURLSearchParams(t)?t.toString():new Re(t,r).toString(o)){var a=e.indexOf("#");-1!==a&&(e=e.slice(0,a)),e+=(-1===e.indexOf("?")?"?":"&")+n}return e}Te.append=function(e,t){this._pairs.push([e,t])},Te.toString=function(e){var t=e?function(t){return e.call(this,t,xe)}:xe;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};var Ae,Pe=function(){function e(){p(this,e),this.handlers=[]}return v(e,[{key:"use",value:function(e,t,r){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!r&&r.synchronous,runWhen:r?r.runWhen:null}),this.handlers.length-1}},{key:"eject",value:function(e){this.handlers[e]&&(this.handlers[e]=null)}},{key:"clear",value:function(){this.handlers&&(this.handlers=[])}},{key:"forEach",value:function(e){ve.forEach(this.handlers,(function(t){null!==t&&e(t)}))}}]),e}(),Le={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Ne={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:Re,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]},_e="undefined"!=typeof window&&"undefined"!=typeof document,Ce=(Ae="undefined"!=typeof navigator&&navigator.product,_e&&["ReactNative","NativeScript","NS"].indexOf(Ae)<0),Fe="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,Ue=_e&&window.location.href||"http://localhost",Be=s(s({},Object.freeze({__proto__:null,hasBrowserEnv:_e,hasStandardBrowserWebWorkerEnv:Fe,hasStandardBrowserEnv:Ce,origin:Ue})),Ne);function De(e){function t(e,r,n,o){var i=e[o++];if("__proto__"===i)return!0;var a=Number.isFinite(+i),s=o>=e.length;return i=!i&&ve.isArray(n)?n.length:i,s?(ve.hasOwnProp(n,i)?n[i]=[n[i],r]:n[i]=r,!a):(n[i]&&ve.isObject(n[i])||(n[i]=[]),t(e,r,n[i],o)&&ve.isArray(n[i])&&(n[i]=function(e){var t,r,n={},o=Object.keys(e),i=o.length;for(t=0;t-1,i=ve.isObject(e);if(i&&ve.isHTMLForm(e)&&(e=new FormData(e)),ve.isFormData(e))return o?JSON.stringify(De(e)):e;if(ve.isArrayBuffer(e)||ve.isBuffer(e)||ve.isStream(e)||ve.isFile(e)||ve.isBlob(e)||ve.isReadableStream(e))return e;if(ve.isArrayBufferView(e))return e.buffer;if(ve.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();if(i){if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return Se(e,new Be.classes.URLSearchParams,Object.assign({visitor:function(e,t,r,n){return Be.isNode&&ve.isBuffer(e)?(this.append(t,e.toString("base64")),!1):n.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((r=ve.isFileList(e))||n.indexOf("multipart/form-data")>-1){var a=this.env&&this.env.FormData;return Se(r?{"files[]":e}:e,a&&new a,this.formSerializer)}}return i||o?(t.setContentType("application/json",!1),function(e,t,r){if(ve.isString(e))try{return(t||JSON.parse)(e),ve.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(r||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){var t=this.transitional||Ie.transitional,r=t&&t.forcedJSONParsing,n="json"===this.responseType;if(ve.isResponse(e)||ve.isReadableStream(e))return e;if(e&&ve.isString(e)&&(r&&!this.responseType||n)){var o=!(t&&t.silentJSONParsing)&&n;try{return JSON.parse(e)}catch(e){if(o){if("SyntaxError"===e.name)throw ye.from(e,ye.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:Be.classes.FormData,Blob:Be.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};ve.forEach(["delete","get","head","post","put","patch"],(function(e){Ie.headers[e]={}}));var qe=Ie,Me=ve.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),ze=Symbol("internals");function He(e){return e&&String(e).trim().toLowerCase()}function Je(e){return!1===e||null==e?e:ve.isArray(e)?e.map(Je):String(e)}function We(e,t,r,n,o){return ve.isFunction(n)?n.call(this,t,r):(o&&(t=r),ve.isString(t)?ve.isString(n)?-1!==t.indexOf(n):ve.isRegExp(n)?n.test(t):void 0:void 0)}var Ge=function(e,t){function r(e){p(this,r),e&&this.set(e)}return v(r,[{key:"set",value:function(e,t,r){var n=this;function o(e,t,r){var o=He(t);if(!o)throw new Error("header name must be a non-empty string");var i=ve.findKey(n,o);(!i||void 0===n[i]||!0===r||void 0===r&&!1!==n[i])&&(n[i||t]=Je(e))}var i=function(e,t){return ve.forEach(e,(function(e,r){return o(e,r,t)}))};if(ve.isPlainObject(e)||e instanceof this.constructor)i(e,t);else if(ve.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim()))i(function(e){var t,r,n,o={};return e&&e.split("\n").forEach((function(e){n=e.indexOf(":"),t=e.substring(0,n).trim().toLowerCase(),r=e.substring(n+1).trim(),!t||o[t]&&Me[t]||("set-cookie"===t?o[t]?o[t].push(r):o[t]=[r]:o[t]=o[t]?o[t]+", "+r:r)})),o}(e),t);else if(ve.isHeaders(e)){var a,s=function(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=E(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,s=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return a=e.done,e},e:function(e){s=!0,i=e},f:function(){try{a||null==r.return||r.return()}finally{if(s)throw i}}}}(e.entries());try{for(s.s();!(a=s.n()).done;){var u=m(a.value,2),c=u[0];o(u[1],c,r)}}catch(e){s.e(e)}finally{s.f()}}else null!=e&&o(t,e,r);return this}},{key:"get",value:function(e,t){if(e=He(e)){var r=ve.findKey(this,e);if(r){var n=this[r];if(!t)return n;if(!0===t)return function(e){for(var t,r=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;t=n.exec(e);)r[t[1]]=t[2];return r}(n);if(ve.isFunction(t))return t.call(this,n,r);if(ve.isRegExp(t))return t.exec(n);throw new TypeError("parser must be boolean|regexp|function")}}}},{key:"has",value:function(e,t){if(e=He(e)){var r=ve.findKey(this,e);return!(!r||void 0===this[r]||t&&!We(0,this[r],r,t))}return!1}},{key:"delete",value:function(e,t){var r=this,n=!1;function o(e){if(e=He(e)){var o=ve.findKey(r,e);!o||t&&!We(0,r[o],o,t)||(delete r[o],n=!0)}}return ve.isArray(e)?e.forEach(o):o(e),n}},{key:"clear",value:function(e){for(var t=Object.keys(this),r=t.length,n=!1;r--;){var o=t[r];e&&!We(0,this[o],o,e,!0)||(delete this[o],n=!0)}return n}},{key:"normalize",value:function(e){var t=this,r={};return ve.forEach(this,(function(n,o){var i=ve.findKey(r,o);if(i)return t[i]=Je(n),void delete t[o];var a=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(function(e,t,r){return t.toUpperCase()+r}))}(o):String(o).trim();a!==o&&delete t[o],t[a]=Je(n),r[a]=!0})),this}},{key:"concat",value:function(){for(var e,t=arguments.length,r=new Array(t),n=0;n1?r-1:0),o=1;o1&&void 0!==arguments[1]?arguments[1]:Date.now();o=i,r=null,n&&(clearTimeout(n),n=null),e.apply(null,t)};return[function(){for(var e=Date.now(),t=e-o,s=arguments.length,u=new Array(s),c=0;c=i?a(u,e):(r=u,n||(n=setTimeout((function(){n=null,a(r)}),i-t)))},function(){return r&&a(r)}]}ve.inherits($e,ye,{__CANCEL__:!0});var et=function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:3,n=0,o=Qe(50,250);return Ze((function(r){var i=r.loaded,a=r.lengthComputable?r.total:void 0,s=i-n,u=o(s);n=i;var c=y({loaded:i,total:a,progress:a?i/a:void 0,bytes:s,rate:u||void 0,estimated:u&&a&&i<=a?(a-i)/u:void 0,event:r,lengthComputable:null!=a},t?"download":"upload",!0);e(c)}),r)},tt=function(e,t){var r=null!=e;return[function(n){return t[0]({lengthComputable:r,total:e,loaded:n})},t[1]]},rt=function(e){return function(){for(var t=arguments.length,r=new Array(t),n=0;n1?t-1:0),n=1;n1?"since :\n"+s.map(kt).join("\n"):" "+kt(s[0]):"as no adapter specified"),"ERR_NOT_SUPPORT")}return r};function Pt(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new $e(null,e)}function Lt(e){return Pt(e),e.headers=Ke.from(e.headers),e.data=Ve.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1),At(e.adapter||qe.adapter)(e).then((function(t){return Pt(e),t.data=Ve.call(e,e.transformResponse,t),t.headers=Ke.from(t.headers),t}),(function(t){return Xe(t)||(Pt(e),t&&t.response&&(t.response.data=Ve.call(e,e.transformResponse,t.response),t.response.headers=Ke.from(t.response.headers))),Promise.reject(t)}))}var Nt="1.7.3",_t={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){_t[e]=function(r){return f(r)===e||"a"+(t<1?"n ":" ")+e}}));var Ct={};_t.transitional=function(e,t,r){function n(e,t){return"[Axios v1.7.3] Transitional option '"+e+"'"+t+(r?". "+r:"")}return function(r,o,i){if(!1===e)throw new ye(n(o," has been removed"+(t?" in "+t:"")),ye.ERR_DEPRECATED);return t&&!Ct[o]&&(Ct[o]=!0,console.warn(n(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(r,o,i)}};var Ft={assertOptions:function(e,t,r){if("object"!==f(e))throw new ye("options must be an object",ye.ERR_BAD_OPTION_VALUE);for(var n=Object.keys(e),o=n.length;o-- >0;){var i=n[o],a=t[i];if(a){var s=e[i],u=void 0===s||a(s,i,e);if(!0!==u)throw new ye("option "+i+" must be "+u,ye.ERR_BAD_OPTION_VALUE)}else if(!0!==r)throw new ye("Unknown option "+i,ye.ERR_BAD_OPTION)}},validators:_t},Ut=Ft.validators,Bt=function(){function e(t){p(this,e),this.defaults=t,this.interceptors={request:new Pe,response:new Pe}}var t;return v(e,[{key:"request",value:(t=h(u().mark((function e(t,r){var n,o;return u().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,this._request(t,r);case 3:return e.abrupt("return",e.sent);case 6:if(e.prev=6,e.t0=e.catch(0),e.t0 instanceof Error){Error.captureStackTrace?Error.captureStackTrace(n={}):n=new Error,o=n.stack?n.stack.replace(/^.+\n/,""):"";try{e.t0.stack?o&&!String(e.t0.stack).endsWith(o.replace(/^.+\n.+\n/,""))&&(e.t0.stack+="\n"+o):e.t0.stack=o}catch(e){}}throw e.t0;case 10:case"end":return e.stop()}}),e,this,[[0,6]])}))),function(e,r){return t.apply(this,arguments)})},{key:"_request",value:function(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{};var r=t=st(this.defaults,t),n=r.transitional,o=r.paramsSerializer,i=r.headers;void 0!==n&&Ft.assertOptions(n,{silentJSONParsing:Ut.transitional(Ut.boolean),forcedJSONParsing:Ut.transitional(Ut.boolean),clarifyTimeoutError:Ut.transitional(Ut.boolean)},!1),null!=o&&(ve.isFunction(o)?t.paramsSerializer={serialize:o}:Ft.assertOptions(o,{encode:Ut.function,serialize:Ut.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase();var a=i&&ve.merge(i.common,i[t.method]);i&&ve.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete i[e]})),t.headers=Ke.concat(a,i);var s=[],u=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(u=u&&e.synchronous,s.unshift(e.fulfilled,e.rejected))}));var c,f=[];this.interceptors.response.forEach((function(e){f.push(e.fulfilled,e.rejected)}));var l,h=0;if(!u){var p=[Lt.bind(this),void 0];for(p.unshift.apply(p,s),p.push.apply(p,f),l=p.length,c=Promise.resolve(t);h0;)n._listeners[t](e);n._listeners=null}})),this.promise.then=function(e){var t,r=new Promise((function(e){n.subscribe(e),t=e})).then(e);return r.cancel=function(){n.unsubscribe(t)},r},t((function(e,t,o){n.reason||(n.reason=new $e(e,t,o),r(n.reason))}))}return v(e,[{key:"throwIfRequested",value:function(){if(this.reason)throw this.reason}},{key:"subscribe",value:function(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}},{key:"unsubscribe",value:function(e){if(this._listeners){var t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}}}],[{key:"source",value:function(){var t;return{token:new e((function(e){t=e})),cancel:t}}}]),e}(),qt=It;var Mt={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Mt).forEach((function(e){var t=m(e,2),r=t[0],n=t[1];Mt[n]=r}));var zt=Mt;var Ht=function e(t){var r=new Dt(t),n=x(Dt.prototype.request,r);return ve.extend(n,Dt.prototype,r,{allOwnKeys:!0}),ve.extend(n,r,null,{allOwnKeys:!0}),n.create=function(r){return e(st(t,r))},n}(qe);return Ht.Axios=Dt,Ht.CanceledError=$e,Ht.CancelToken=qt,Ht.isCancel=Xe,Ht.VERSION=Nt,Ht.toFormData=Se,Ht.AxiosError=ye,Ht.Cancel=Ht.CanceledError,Ht.all=function(e){return Promise.all(e)},Ht.spread=function(e){return function(t){return e.apply(null,t)}},Ht.isAxiosError=function(e){return ve.isObject(e)&&!0===e.isAxiosError},Ht.mergeConfig=st,Ht.AxiosHeaders=Ke,Ht.formToJSON=function(e){return De(ve.isHTMLForm(e)?new FormData(e):e)},Ht.getAdapter=At,Ht.HttpStatusCode=zt,Ht.default=Ht,Ht})); +!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):(e="undefined"!=typeof globalThis?globalThis:e||self).axios=t()}(this,(function(){"use strict";function e(e){var r,n;function o(r,n){try{var a=e[r](n),u=a.value,s=u instanceof t;Promise.resolve(s?u.v:u).then((function(t){if(s){var n="return"===r?"return":"next";if(!u.k||t.done)return o(n,t);t=e[n](t).value}i(a.done?"return":"normal",t)}),(function(e){o("throw",e)}))}catch(e){i("throw",e)}}function i(e,t){switch(e){case"return":r.resolve({value:t,done:!0});break;case"throw":r.reject(t);break;default:r.resolve({value:t,done:!1})}(r=r.next)?o(r.key,r.arg):n=null}this._invoke=function(e,t){return new Promise((function(i,a){var u={key:e,arg:t,resolve:i,reject:a,next:null};n?n=n.next=u:(r=n=u,o(e,t))}))},"function"!=typeof e.return&&(this.return=void 0)}function t(e,t){this.v=e,this.k=t}function r(e){var r={},n=!1;function o(r,o){return n=!0,o=new Promise((function(t){t(e[r](o))})),{done:!1,value:new t(o,1)}}return r["undefined"!=typeof Symbol&&Symbol.iterator||"@@iterator"]=function(){return this},r.next=function(e){return n?(n=!1,e):o("next",e)},"function"==typeof e.throw&&(r.throw=function(e){if(n)throw n=!1,e;return o("throw",e)}),"function"==typeof e.return&&(r.return=function(e){return n?(n=!1,e):o("return",e)}),r}function n(e){var t,r,n,i=2;for("undefined"!=typeof Symbol&&(r=Symbol.asyncIterator,n=Symbol.iterator);i--;){if(r&&null!=(t=e[r]))return t.call(e);if(n&&null!=(t=e[n]))return new o(t.call(e));r="@@asyncIterator",n="@@iterator"}throw new TypeError("Object is not async iterable")}function o(e){function t(e){if(Object(e)!==e)return Promise.reject(new TypeError(e+" is not an object."));var t=e.done;return Promise.resolve(e.value).then((function(e){return{value:e,done:t}}))}return o=function(e){this.s=e,this.n=e.next},o.prototype={s:null,n:null,next:function(){return t(this.n.apply(this.s,arguments))},return:function(e){var r=this.s.return;return void 0===r?Promise.resolve({value:e,done:!0}):t(r.apply(this.s,arguments))},throw:function(e){var r=this.s.return;return void 0===r?Promise.reject(e):t(r.apply(this.s,arguments))}},new o(e)}function i(e){return new t(e,0)}function a(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function u(e){for(var t=1;t=0;--i){var a=this.tryEntries[i],u=a.completion;if("root"===a.tryLoc)return o("end");if(a.tryLoc<=this.prev){var s=n.call(a,"catchLoc"),c=n.call(a,"finallyLoc");if(s&&c){if(this.prev=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev=0;--t){var r=this.tryEntries[t];if(r.finallyLoc===e)return this.complete(r.completion,r.afterLoc),j(r),y}},catch:function(e){for(var t=this.tryEntries.length-1;t>=0;--t){var r=this.tryEntries[t];if(r.tryLoc===e){var n=r.completion;if("throw"===n.type){var o=n.arg;j(r)}return o}}throw new Error("illegal catch attempt")},delegateYield:function(t,r,n){return this.delegate={iterator:L(t),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=e),y}},t}function c(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t||"default");if("object"!=typeof n)return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}function f(e){return f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},f(e)}function l(t){return function(){return new e(t.apply(this,arguments))}}function h(e,t,r,n,o,i,a){try{var u=e[i](a),s=u.value}catch(e){return void r(e)}u.done?t(s):Promise.resolve(s).then(n,o)}function p(e){return function(){var t=this,r=arguments;return new Promise((function(n,o){var i=e.apply(t,r);function a(e){h(i,n,o,a,u,"next",e)}function u(e){h(i,n,o,a,u,"throw",e)}a(void 0)}))}}function d(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function v(e,t){for(var r=0;re.length)&&(t=e.length);for(var r=0,n=new Array(t);r2&&void 0!==arguments[2]?arguments[2]:{},i=o.allOwnKeys,a=void 0!==i&&i;if(null!=e)if("object"!==f(e)&&(e=[e]),N(e))for(r=0,n=e.length;r0;)if(t===(r=n[o]).toLowerCase())return r;return null}var Q="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:"undefined"!=typeof window?window:global,Z=function(e){return!_(e)&&e!==Q};var ee,te=(ee="undefined"!=typeof Uint8Array&&A(Uint8Array),function(e){return ee&&e instanceof ee}),re=P("HTMLFormElement"),ne=function(e){var t=Object.prototype.hasOwnProperty;return function(e,r){return t.call(e,r)}}(),oe=P("RegExp"),ie=function(e,t){var r=Object.getOwnPropertyDescriptors(e),n={};$(r,(function(r,o){var i;!1!==(i=t(r,o,e))&&(n[o]=i||r)})),Object.defineProperties(e,n)},ae="abcdefghijklmnopqrstuvwxyz",ue="0123456789",se={DIGIT:ue,ALPHA:ae,ALPHA_DIGIT:ae+ae.toUpperCase()+ue};var ce,fe,le,he,pe=P("AsyncFunction"),de=(ce="function"==typeof setImmediate,fe=U(Q.postMessage),ce?setImmediate:fe?(le="axios@".concat(Math.random()),he=[],Q.addEventListener("message",(function(e){var t=e.source,r=e.data;t===Q&&r===le&&he.length&&he.shift()()}),!1),function(e){he.push(e),Q.postMessage(le,"*")}):function(e){return setTimeout(e)}),ve="undefined"!=typeof queueMicrotask?queueMicrotask.bind(Q):"undefined"!=typeof process&&process.nextTick||de,ye={isArray:N,isArrayBuffer:C,isBuffer:function(e){return null!==e&&!_(e)&&null!==e.constructor&&!_(e.constructor)&&U(e.constructor.isBuffer)&&e.constructor.isBuffer(e)},isFormData:function(e){var t;return e&&("function"==typeof FormData&&e instanceof FormData||U(e.append)&&("formdata"===(t=j(e))||"object"===t&&U(e.toString)&&"[object FormData]"===e.toString()))},isArrayBufferView:function(e){return"undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&C(e.buffer)},isString:F,isNumber:B,isBoolean:function(e){return!0===e||!1===e},isObject:D,isPlainObject:I,isReadableStream:G,isRequest:K,isResponse:V,isHeaders:X,isUndefined:_,isDate:q,isFile:M,isBlob:z,isRegExp:oe,isFunction:U,isStream:function(e){return D(e)&&U(e.pipe)},isURLSearchParams:J,isTypedArray:te,isFileList:H,forEach:$,merge:function e(){for(var t=Z(this)&&this||{},r=t.caseless,n={},o=function(t,o){var i=r&&Y(n,o)||o;I(n[i])&&I(t)?n[i]=e(n[i],t):I(t)?n[i]=e({},t):N(t)?n[i]=t.slice():n[i]=t},i=0,a=arguments.length;i3&&void 0!==arguments[3]?arguments[3]:{},o=n.allOwnKeys;return $(t,(function(t,n){r&&U(t)?e[n]=R(t,r):e[n]=t}),{allOwnKeys:o}),e},trim:function(e){return e.trim?e.trim():e.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")},stripBOM:function(e){return 65279===e.charCodeAt(0)&&(e=e.slice(1)),e},inherits:function(e,t,r,n){e.prototype=Object.create(t.prototype,n),e.prototype.constructor=e,Object.defineProperty(e,"super",{value:t.prototype}),r&&Object.assign(e.prototype,r)},toFlatObject:function(e,t,r,n){var o,i,a,u={};if(t=t||{},null==e)return t;do{for(i=(o=Object.getOwnPropertyNames(e)).length;i-- >0;)a=o[i],n&&!n(a,e,t)||u[a]||(t[a]=e[a],u[a]=!0);e=!1!==r&&A(e)}while(e&&(!r||r(e,t))&&e!==Object.prototype);return t},kindOf:j,kindOfTest:P,endsWith:function(e,t,r){e=String(e),(void 0===r||r>e.length)&&(r=e.length),r-=t.length;var n=e.indexOf(t,r);return-1!==n&&n===r},toArray:function(e){if(!e)return null;if(N(e))return e;var t=e.length;if(!B(t))return null;for(var r=new Array(t);t-- >0;)r[t]=e[t];return r},forEachEntry:function(e,t){for(var r,n=(e&&e[Symbol.iterator]).call(e);(r=n.next())&&!r.done;){var o=r.value;t.call(e,o[0],o[1])}},matchAll:function(e,t){for(var r,n=[];null!==(r=e.exec(t));)n.push(r);return n},isHTMLForm:re,hasOwnProperty:ne,hasOwnProp:ne,reduceDescriptors:ie,freezeMethods:function(e){ie(e,(function(t,r){if(U(e)&&-1!==["arguments","caller","callee"].indexOf(r))return!1;var n=e[r];U(n)&&(t.enumerable=!1,"writable"in t?t.writable=!1:t.set||(t.set=function(){throw Error("Can not rewrite read-only method '"+r+"'")}))}))},toObjectSet:function(e,t){var r={},n=function(e){e.forEach((function(e){r[e]=!0}))};return N(e)?n(e):n(String(e).split(t)),r},toCamelCase:function(e){return e.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,(function(e,t,r){return t.toUpperCase()+r}))},noop:function(){},toFiniteNumber:function(e,t){return null!=e&&Number.isFinite(e=+e)?e:t},findKey:Y,global:Q,isContextDefined:Z,ALPHABET:se,generateString:function(){for(var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:16,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:se.ALPHA_DIGIT,r="",n=t.length;e--;)r+=t[Math.random()*n|0];return r},isSpecCompliantForm:function(e){return!!(e&&U(e.append)&&"FormData"===e[Symbol.toStringTag]&&e[Symbol.iterator])},toJSONObject:function(e){var t=new Array(10);return function e(r,n){if(D(r)){if(t.indexOf(r)>=0)return;if(!("toJSON"in r)){t[n]=r;var o=N(r)?[]:{};return $(r,(function(t,r){var i=e(t,n+1);!_(i)&&(o[r]=i)})),t[n]=void 0,o}}return r}(e,0)},isAsyncFn:pe,isThenable:function(e){return e&&(D(e)||U(e))&&U(e.then)&&U(e.catch)},setImmediate:de,asap:ve};function me(e,t,r,n,o){Error.call(this),Error.captureStackTrace?Error.captureStackTrace(this,this.constructor):this.stack=(new Error).stack,this.message=e,this.name="AxiosError",t&&(this.code=t),r&&(this.config=r),n&&(this.request=n),o&&(this.response=o,this.status=o.status?o.status:null)}ye.inherits(me,Error,{toJSON:function(){return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:ye.toJSONObject(this.config),code:this.code,status:this.status}}});var be=me.prototype,ge={};["ERR_BAD_OPTION_VALUE","ERR_BAD_OPTION","ECONNABORTED","ETIMEDOUT","ERR_NETWORK","ERR_FR_TOO_MANY_REDIRECTS","ERR_DEPRECATED","ERR_BAD_RESPONSE","ERR_BAD_REQUEST","ERR_CANCELED","ERR_NOT_SUPPORT","ERR_INVALID_URL"].forEach((function(e){ge[e]={value:e}})),Object.defineProperties(me,ge),Object.defineProperty(be,"isAxiosError",{value:!0}),me.from=function(e,t,r,n,o,i){var a=Object.create(be);return ye.toFlatObject(e,a,(function(e){return e!==Error.prototype}),(function(e){return"isAxiosError"!==e})),me.call(a,e.message,t,r,n,o),a.cause=e,a.name=e.name,i&&Object.assign(a,i),a};function we(e){return ye.isPlainObject(e)||ye.isArray(e)}function Ee(e){return ye.endsWith(e,"[]")?e.slice(0,-2):e}function Oe(e,t,r){return e?e.concat(t).map((function(e,t){return e=Ee(e),!r&&t?"["+e+"]":e})).join(r?".":""):t}var Se=ye.toFlatObject(ye,{},null,(function(e){return/^is[A-Z]/.test(e)}));function xe(e,t,r){if(!ye.isObject(e))throw new TypeError("target must be an object");t=t||new FormData;var n=(r=ye.toFlatObject(r,{metaTokens:!0,dots:!1,indexes:!1},!1,(function(e,t){return!ye.isUndefined(t[e])}))).metaTokens,o=r.visitor||c,i=r.dots,a=r.indexes,u=(r.Blob||"undefined"!=typeof Blob&&Blob)&&ye.isSpecCompliantForm(t);if(!ye.isFunction(o))throw new TypeError("visitor must be a function");function s(e){if(null===e)return"";if(ye.isDate(e))return e.toISOString();if(!u&&ye.isBlob(e))throw new me("Blob is not supported. Use a Buffer instead.");return ye.isArrayBuffer(e)||ye.isTypedArray(e)?u&&"function"==typeof Blob?new Blob([e]):Buffer.from(e):e}function c(e,r,o){var u=e;if(e&&!o&&"object"===f(e))if(ye.endsWith(r,"{}"))r=n?r:r.slice(0,-2),e=JSON.stringify(e);else if(ye.isArray(e)&&function(e){return ye.isArray(e)&&!e.some(we)}(e)||(ye.isFileList(e)||ye.endsWith(r,"[]"))&&(u=ye.toArray(e)))return r=Ee(r),u.forEach((function(e,n){!ye.isUndefined(e)&&null!==e&&t.append(!0===a?Oe([r],n,i):null===a?r:r+"[]",s(e))})),!1;return!!we(e)||(t.append(Oe(o,r,i),s(e)),!1)}var l=[],h=Object.assign(Se,{defaultVisitor:c,convertValue:s,isVisitable:we});if(!ye.isObject(e))throw new TypeError("data must be an object");return function e(r,n){if(!ye.isUndefined(r)){if(-1!==l.indexOf(r))throw Error("Circular reference detected in "+n.join("."));l.push(r),ye.forEach(r,(function(r,i){!0===(!(ye.isUndefined(r)||null===r)&&o.call(t,r,ye.isString(i)?i.trim():i,n,h))&&e(r,n?n.concat(i):[i])})),l.pop()}}(e),t}function Re(e){var t={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+","%00":"\0"};return encodeURIComponent(e).replace(/[!'()~]|%20|%00/g,(function(e){return t[e]}))}function Te(e,t){this._pairs=[],e&&xe(e,this,t)}var ke=Te.prototype;function Ae(e){return encodeURIComponent(e).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}function je(e,t,r){if(!t)return e;var n,o=r&&r.encode||Ae,i=r&&r.serialize;if(n=i?i(t,r):ye.isURLSearchParams(t)?t.toString():new Te(t,r).toString(o)){var a=e.indexOf("#");-1!==a&&(e=e.slice(0,a)),e+=(-1===e.indexOf("?")?"?":"&")+n}return e}ke.append=function(e,t){this._pairs.push([e,t])},ke.toString=function(e){var t=e?function(t){return e.call(this,t,Re)}:Re;return this._pairs.map((function(e){return t(e[0])+"="+t(e[1])}),"").join("&")};var Pe=function(){function e(){d(this,e),this.handlers=[]}return y(e,[{key:"use",value:function(e,t,r){return this.handlers.push({fulfilled:e,rejected:t,synchronous:!!r&&r.synchronous,runWhen:r?r.runWhen:null}),this.handlers.length-1}},{key:"eject",value:function(e){this.handlers[e]&&(this.handlers[e]=null)}},{key:"clear",value:function(){this.handlers&&(this.handlers=[])}},{key:"forEach",value:function(e){ye.forEach(this.handlers,(function(t){null!==t&&e(t)}))}}]),e}(),Le={silentJSONParsing:!0,forcedJSONParsing:!0,clarifyTimeoutError:!1},Ne={isBrowser:!0,classes:{URLSearchParams:"undefined"!=typeof URLSearchParams?URLSearchParams:Te,FormData:"undefined"!=typeof FormData?FormData:null,Blob:"undefined"!=typeof Blob?Blob:null},protocols:["http","https","file","blob","url","data"]},_e="undefined"!=typeof window&&"undefined"!=typeof document,Ce="object"===("undefined"==typeof navigator?"undefined":f(navigator))&&navigator||void 0,Fe=_e&&(!Ce||["ReactNative","NativeScript","NS"].indexOf(Ce.product)<0),Ue="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope&&"function"==typeof self.importScripts,Be=_e&&window.location.href||"http://localhost",De=u(u({},Object.freeze({__proto__:null,hasBrowserEnv:_e,hasStandardBrowserWebWorkerEnv:Ue,hasStandardBrowserEnv:Fe,navigator:Ce,origin:Be})),Ne);function Ie(e){function t(e,r,n,o){var i=e[o++];if("__proto__"===i)return!0;var a=Number.isFinite(+i),u=o>=e.length;return i=!i&&ye.isArray(n)?n.length:i,u?(ye.hasOwnProp(n,i)?n[i]=[n[i],r]:n[i]=r,!a):(n[i]&&ye.isObject(n[i])||(n[i]=[]),t(e,r,n[i],o)&&ye.isArray(n[i])&&(n[i]=function(e){var t,r,n={},o=Object.keys(e),i=o.length;for(t=0;t-1,i=ye.isObject(e);if(i&&ye.isHTMLForm(e)&&(e=new FormData(e)),ye.isFormData(e))return o?JSON.stringify(Ie(e)):e;if(ye.isArrayBuffer(e)||ye.isBuffer(e)||ye.isStream(e)||ye.isFile(e)||ye.isBlob(e)||ye.isReadableStream(e))return e;if(ye.isArrayBufferView(e))return e.buffer;if(ye.isURLSearchParams(e))return t.setContentType("application/x-www-form-urlencoded;charset=utf-8",!1),e.toString();if(i){if(n.indexOf("application/x-www-form-urlencoded")>-1)return function(e,t){return xe(e,new De.classes.URLSearchParams,Object.assign({visitor:function(e,t,r,n){return De.isNode&&ye.isBuffer(e)?(this.append(t,e.toString("base64")),!1):n.defaultVisitor.apply(this,arguments)}},t))}(e,this.formSerializer).toString();if((r=ye.isFileList(e))||n.indexOf("multipart/form-data")>-1){var a=this.env&&this.env.FormData;return xe(r?{"files[]":e}:e,a&&new a,this.formSerializer)}}return i||o?(t.setContentType("application/json",!1),function(e,t,r){if(ye.isString(e))try{return(t||JSON.parse)(e),ye.trim(e)}catch(e){if("SyntaxError"!==e.name)throw e}return(r||JSON.stringify)(e)}(e)):e}],transformResponse:[function(e){var t=this.transitional||qe.transitional,r=t&&t.forcedJSONParsing,n="json"===this.responseType;if(ye.isResponse(e)||ye.isReadableStream(e))return e;if(e&&ye.isString(e)&&(r&&!this.responseType||n)){var o=!(t&&t.silentJSONParsing)&&n;try{return JSON.parse(e)}catch(e){if(o){if("SyntaxError"===e.name)throw me.from(e,me.ERR_BAD_RESPONSE,this,null,this.response);throw e}}}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:De.classes.FormData,Blob:De.classes.Blob},validateStatus:function(e){return e>=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":void 0}}};ye.forEach(["delete","get","head","post","put","patch"],(function(e){qe.headers[e]={}}));var Me=qe,ze=ye.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]),He=Symbol("internals");function Je(e){return e&&String(e).trim().toLowerCase()}function We(e){return!1===e||null==e?e:ye.isArray(e)?e.map(We):String(e)}function Ge(e,t,r,n,o){return ye.isFunction(n)?n.call(this,t,r):(o&&(t=r),ye.isString(t)?ye.isString(n)?-1!==t.indexOf(n):ye.isRegExp(n)?n.test(t):void 0:void 0)}var Ke=function(e,t){function r(e){d(this,r),e&&this.set(e)}return y(r,[{key:"set",value:function(e,t,r){var n=this;function o(e,t,r){var o=Je(t);if(!o)throw new Error("header name must be a non-empty string");var i=ye.findKey(n,o);(!i||void 0===n[i]||!0===r||void 0===r&&!1!==n[i])&&(n[i||t]=We(e))}var i=function(e,t){return ye.forEach(e,(function(e,r){return o(e,r,t)}))};if(ye.isPlainObject(e)||e instanceof this.constructor)i(e,t);else if(ye.isString(e)&&(e=e.trim())&&!/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(e.trim()))i(function(e){var t,r,n,o={};return e&&e.split("\n").forEach((function(e){n=e.indexOf(":"),t=e.substring(0,n).trim().toLowerCase(),r=e.substring(n+1).trim(),!t||o[t]&&ze[t]||("set-cookie"===t?o[t]?o[t].push(r):o[t]=[r]:o[t]=o[t]?o[t]+", "+r:r)})),o}(e),t);else if(ye.isHeaders(e)){var a,u=function(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(!r){if(Array.isArray(e)||(r=O(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0,o=function(){};return{s:o,n:function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}},e:function(e){throw e},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var i,a=!0,u=!1;return{s:function(){r=r.call(e)},n:function(){var e=r.next();return a=e.done,e},e:function(e){u=!0,i=e},f:function(){try{a||null==r.return||r.return()}finally{if(u)throw i}}}}(e.entries());try{for(u.s();!(a=u.n()).done;){var s=b(a.value,2),c=s[0];o(s[1],c,r)}}catch(e){u.e(e)}finally{u.f()}}else null!=e&&o(t,e,r);return this}},{key:"get",value:function(e,t){if(e=Je(e)){var r=ye.findKey(this,e);if(r){var n=this[r];if(!t)return n;if(!0===t)return function(e){for(var t,r=Object.create(null),n=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;t=n.exec(e);)r[t[1]]=t[2];return r}(n);if(ye.isFunction(t))return t.call(this,n,r);if(ye.isRegExp(t))return t.exec(n);throw new TypeError("parser must be boolean|regexp|function")}}}},{key:"has",value:function(e,t){if(e=Je(e)){var r=ye.findKey(this,e);return!(!r||void 0===this[r]||t&&!Ge(0,this[r],r,t))}return!1}},{key:"delete",value:function(e,t){var r=this,n=!1;function o(e){if(e=Je(e)){var o=ye.findKey(r,e);!o||t&&!Ge(0,r[o],o,t)||(delete r[o],n=!0)}}return ye.isArray(e)?e.forEach(o):o(e),n}},{key:"clear",value:function(e){for(var t=Object.keys(this),r=t.length,n=!1;r--;){var o=t[r];e&&!Ge(0,this[o],o,e,!0)||(delete this[o],n=!0)}return n}},{key:"normalize",value:function(e){var t=this,r={};return ye.forEach(this,(function(n,o){var i=ye.findKey(r,o);if(i)return t[i]=We(n),void delete t[o];var a=e?function(e){return e.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(function(e,t,r){return t.toUpperCase()+r}))}(o):String(o).trim();a!==o&&delete t[o],t[a]=We(n),r[a]=!0})),this}},{key:"concat",value:function(){for(var e,t=arguments.length,r=new Array(t),n=0;n1?r-1:0),o=1;o1&&void 0!==arguments[1]?arguments[1]:Date.now();o=i,r=null,n&&(clearTimeout(n),n=null),e.apply(null,t)};return[function(){for(var e=Date.now(),t=e-o,u=arguments.length,s=new Array(u),c=0;c=i?a(s,e):(r=s,n||(n=setTimeout((function(){n=null,a(r)}),i-t)))},function(){return r&&a(r)}]}ye.inherits(Ye,me,{__CANCEL__:!0});var tt=function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:3,n=0,o=Ze(50,250);return et((function(r){var i=r.loaded,a=r.lengthComputable?r.total:void 0,u=i-n,s=o(u);n=i;var c=m({loaded:i,total:a,progress:a?i/a:void 0,bytes:u,rate:s||void 0,estimated:s&&a&&i<=a?(a-i)/s:void 0,event:r,lengthComputable:null!=a},t?"download":"upload",!0);e(c)}),r)},rt=function(e,t){var r=null!=e;return[function(n){return t[0]({lengthComputable:r,total:e,loaded:n})},t[1]]},nt=function(e){return function(){for(var t=arguments.length,r=new Array(t),n=0;n1?t-1:0),n=1;n1?"since :\n"+u.map(jt).join("\n"):" "+jt(u[0]):"as no adapter specified"),"ERR_NOT_SUPPORT")}return r};function Nt(e){if(e.cancelToken&&e.cancelToken.throwIfRequested(),e.signal&&e.signal.aborted)throw new Ye(null,e)}function _t(e){return Nt(e),e.headers=Ve.from(e.headers),e.data=Xe.call(e,e.transformRequest),-1!==["post","put","patch"].indexOf(e.method)&&e.headers.setContentType("application/x-www-form-urlencoded",!1),Lt(e.adapter||Me.adapter)(e).then((function(t){return Nt(e),t.data=Xe.call(e,e.transformResponse,t),t.headers=Ve.from(t.headers),t}),(function(t){return $e(t)||(Nt(e),t&&t.response&&(t.response.data=Xe.call(e,e.transformResponse,t.response),t.response.headers=Ve.from(t.response.headers))),Promise.reject(t)}))}var Ct="1.7.7",Ft={};["object","boolean","number","function","string","symbol"].forEach((function(e,t){Ft[e]=function(r){return f(r)===e||"a"+(t<1?"n ":" ")+e}}));var Ut={};Ft.transitional=function(e,t,r){function n(e,t){return"[Axios v1.7.7] Transitional option '"+e+"'"+t+(r?". "+r:"")}return function(r,o,i){if(!1===e)throw new me(n(o," has been removed"+(t?" in "+t:"")),me.ERR_DEPRECATED);return t&&!Ut[o]&&(Ut[o]=!0,console.warn(n(o," has been deprecated since v"+t+" and will be removed in the near future"))),!e||e(r,o,i)}};var Bt={assertOptions:function(e,t,r){if("object"!==f(e))throw new me("options must be an object",me.ERR_BAD_OPTION_VALUE);for(var n=Object.keys(e),o=n.length;o-- >0;){var i=n[o],a=t[i];if(a){var u=e[i],s=void 0===u||a(u,i,e);if(!0!==s)throw new me("option "+i+" must be "+s,me.ERR_BAD_OPTION_VALUE)}else if(!0!==r)throw new me("Unknown option "+i,me.ERR_BAD_OPTION)}},validators:Ft},Dt=Bt.validators,It=function(){function e(t){d(this,e),this.defaults=t,this.interceptors={request:new Pe,response:new Pe}}var t;return y(e,[{key:"request",value:(t=p(s().mark((function e(t,r){var n,o;return s().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return e.prev=0,e.next=3,this._request(t,r);case 3:return e.abrupt("return",e.sent);case 6:if(e.prev=6,e.t0=e.catch(0),e.t0 instanceof Error){Error.captureStackTrace?Error.captureStackTrace(n={}):n=new Error,o=n.stack?n.stack.replace(/^.+\n/,""):"";try{e.t0.stack?o&&!String(e.t0.stack).endsWith(o.replace(/^.+\n.+\n/,""))&&(e.t0.stack+="\n"+o):e.t0.stack=o}catch(e){}}throw e.t0;case 10:case"end":return e.stop()}}),e,this,[[0,6]])}))),function(e,r){return t.apply(this,arguments)})},{key:"_request",value:function(e,t){"string"==typeof e?(t=t||{}).url=e:t=e||{};var r=t=st(this.defaults,t),n=r.transitional,o=r.paramsSerializer,i=r.headers;void 0!==n&&Bt.assertOptions(n,{silentJSONParsing:Dt.transitional(Dt.boolean),forcedJSONParsing:Dt.transitional(Dt.boolean),clarifyTimeoutError:Dt.transitional(Dt.boolean)},!1),null!=o&&(ye.isFunction(o)?t.paramsSerializer={serialize:o}:Bt.assertOptions(o,{encode:Dt.function,serialize:Dt.function},!0)),t.method=(t.method||this.defaults.method||"get").toLowerCase();var a=i&&ye.merge(i.common,i[t.method]);i&&ye.forEach(["delete","get","head","post","put","patch","common"],(function(e){delete i[e]})),t.headers=Ve.concat(a,i);var u=[],s=!0;this.interceptors.request.forEach((function(e){"function"==typeof e.runWhen&&!1===e.runWhen(t)||(s=s&&e.synchronous,u.unshift(e.fulfilled,e.rejected))}));var c,f=[];this.interceptors.response.forEach((function(e){f.push(e.fulfilled,e.rejected)}));var l,h=0;if(!s){var p=[_t.bind(this),void 0];for(p.unshift.apply(p,u),p.push.apply(p,f),l=p.length,c=Promise.resolve(t);h0;)n._listeners[t](e);n._listeners=null}})),this.promise.then=function(e){var t,r=new Promise((function(e){n.subscribe(e),t=e})).then(e);return r.cancel=function(){n.unsubscribe(t)},r},t((function(e,t,o){n.reason||(n.reason=new Ye(e,t,o),r(n.reason))}))}return y(e,[{key:"throwIfRequested",value:function(){if(this.reason)throw this.reason}},{key:"subscribe",value:function(e){this.reason?e(this.reason):this._listeners?this._listeners.push(e):this._listeners=[e]}},{key:"unsubscribe",value:function(e){if(this._listeners){var t=this._listeners.indexOf(e);-1!==t&&this._listeners.splice(t,1)}}},{key:"toAbortSignal",value:function(){var e=this,t=new AbortController,r=function(e){t.abort(e)};return this.subscribe(r),t.signal.unsubscribe=function(){return e.unsubscribe(r)},t.signal}}],[{key:"source",value:function(){var t;return{token:new e((function(e){t=e})),cancel:t}}}]),e}(),zt=Mt;var Ht={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511};Object.entries(Ht).forEach((function(e){var t=b(e,2),r=t[0],n=t[1];Ht[n]=r}));var Jt=Ht;var Wt=function e(t){var r=new qt(t),n=R(qt.prototype.request,r);return ye.extend(n,qt.prototype,r,{allOwnKeys:!0}),ye.extend(n,r,null,{allOwnKeys:!0}),n.create=function(r){return e(st(t,r))},n}(Me);return Wt.Axios=qt,Wt.CanceledError=Ye,Wt.CancelToken=zt,Wt.isCancel=$e,Wt.VERSION=Ct,Wt.toFormData=xe,Wt.AxiosError=me,Wt.Cancel=Wt.CanceledError,Wt.all=function(e){return Promise.all(e)},Wt.spread=function(e){return function(t){return e.apply(null,t)}},Wt.isAxiosError=function(e){return ye.isObject(e)&&!0===e.isAxiosError},Wt.mergeConfig=st,Wt.AxiosHeaders=Ve,Wt.formToJSON=function(e){return Ie(ye.isHTMLForm(e)?new FormData(e):e)},Wt.getAdapter=Lt,Wt.HttpStatusCode=Jt,Wt.default=Wt,Wt})); //# sourceMappingURL=axios.min.js.map /*! DataTables 1.13.11 @@ -27924,6 +27924,12 @@ exports.regularExpression = function (optionalSubstring) { },{}]},{},[1]); +(()=>{var rt=!1,nt=!1,U=[],it=-1;function qt(e){Cn(e)}function Cn(e){U.includes(e)||U.push(e),Tn()}function Ee(e){let t=U.indexOf(e);t!==-1&&t>it&&U.splice(t,1)}function Tn(){!nt&&!rt&&(rt=!0,queueMicrotask(Rn))}function Rn(){rt=!1,nt=!0;for(let e=0;ee.effect(t,{scheduler:r=>{ot?qt(r):r()}}),st=e.raw}function at(e){D=e}function Gt(e){let t=()=>{};return[n=>{let i=D(n);return e._x_effects||(e._x_effects=new Set,e._x_runEffects=()=>{e._x_effects.forEach(o=>o())}),e._x_effects.add(i),t=()=>{i!==void 0&&(e._x_effects.delete(i),L(i))},i},()=>{t()}]}function ve(e,t){let r=!0,n,i=D(()=>{let o=e();JSON.stringify(o),r?n=o:queueMicrotask(()=>{t(o,n),n=o}),r=!1});return()=>L(i)}var Jt=[],Yt=[],Xt=[];function Zt(e){Xt.push(e)}function ee(e,t){typeof t=="function"?(e._x_cleanups||(e._x_cleanups=[]),e._x_cleanups.push(t)):(t=e,Yt.push(t))}function Ae(e){Jt.push(e)}function Oe(e,t,r){e._x_attributeCleanups||(e._x_attributeCleanups={}),e._x_attributeCleanups[t]||(e._x_attributeCleanups[t]=[]),e._x_attributeCleanups[t].push(r)}function ct(e,t){e._x_attributeCleanups&&Object.entries(e._x_attributeCleanups).forEach(([r,n])=>{(t===void 0||t.includes(r))&&(n.forEach(i=>i()),delete e._x_attributeCleanups[r])})}function Qt(e){if(e._x_cleanups)for(;e._x_cleanups.length;)e._x_cleanups.pop()()}var lt=new MutationObserver(pt),ut=!1;function le(){lt.observe(document,{subtree:!0,childList:!0,attributes:!0,attributeOldValue:!0}),ut=!0}function ft(){Mn(),lt.disconnect(),ut=!1}var ce=[];function Mn(){let e=lt.takeRecords();ce.push(()=>e.length>0&&pt(e));let t=ce.length;queueMicrotask(()=>{if(ce.length===t)for(;ce.length>0;)ce.shift()()})}function _(e){if(!ut)return e();ft();let t=e();return le(),t}var dt=!1,Se=[];function er(){dt=!0}function tr(){dt=!1,pt(Se),Se=[]}function pt(e){if(dt){Se=Se.concat(e);return}let t=new Set,r=new Set,n=new Map,i=new Map;for(let o=0;os.nodeType===1&&t.add(s)),e[o].removedNodes.forEach(s=>s.nodeType===1&&r.add(s))),e[o].type==="attributes")){let s=e[o].target,a=e[o].attributeName,c=e[o].oldValue,l=()=>{n.has(s)||n.set(s,[]),n.get(s).push({name:a,value:s.getAttribute(a)})},u=()=>{i.has(s)||i.set(s,[]),i.get(s).push(a)};s.hasAttribute(a)&&c===null?l():s.hasAttribute(a)?(u(),l()):u()}i.forEach((o,s)=>{ct(s,o)}),n.forEach((o,s)=>{Jt.forEach(a=>a(s,o))});for(let o of r)t.has(o)||Yt.forEach(s=>s(o));t.forEach(o=>{o._x_ignoreSelf=!0,o._x_ignore=!0});for(let o of t)r.has(o)||o.isConnected&&(delete o._x_ignoreSelf,delete o._x_ignore,Xt.forEach(s=>s(o)),o._x_ignore=!0,o._x_ignoreSelf=!0);t.forEach(o=>{delete o._x_ignoreSelf,delete o._x_ignore}),t=null,r=null,n=null,i=null}function Ce(e){return F(j(e))}function P(e,t,r){return e._x_dataStack=[t,...j(r||e)],()=>{e._x_dataStack=e._x_dataStack.filter(n=>n!==t)}}function j(e){return e._x_dataStack?e._x_dataStack:typeof ShadowRoot=="function"&&e instanceof ShadowRoot?j(e.host):e.parentNode?j(e.parentNode):[]}function F(e){return new Proxy({objects:e},Nn)}var Nn={ownKeys({objects:e}){return Array.from(new Set(e.flatMap(t=>Object.keys(t))))},has({objects:e},t){return t==Symbol.unscopables?!1:e.some(r=>Object.prototype.hasOwnProperty.call(r,t)||Reflect.has(r,t))},get({objects:e},t,r){return t=="toJSON"?Dn:Reflect.get(e.find(n=>Reflect.has(n,t))||{},t,r)},set({objects:e},t,r,n){let i=e.find(s=>Object.prototype.hasOwnProperty.call(s,t))||e[e.length-1],o=Object.getOwnPropertyDescriptor(i,t);return o?.set&&o?.get?o.set.call(n,r)||!0:Reflect.set(i,t,r)}};function Dn(){return Reflect.ownKeys(this).reduce((t,r)=>(t[r]=Reflect.get(this,r),t),{})}function Te(e){let t=n=>typeof n=="object"&&!Array.isArray(n)&&n!==null,r=(n,i="")=>{Object.entries(Object.getOwnPropertyDescriptors(n)).forEach(([o,{value:s,enumerable:a}])=>{if(a===!1||s===void 0||typeof s=="object"&&s!==null&&s.__v_skip)return;let c=i===""?o:`${i}.${o}`;typeof s=="object"&&s!==null&&s._x_interceptor?n[o]=s.initialize(e,c,o):t(s)&&s!==n&&!(s instanceof Element)&&r(s,c)})};return r(e)}function Re(e,t=()=>{}){let r={initialValue:void 0,_x_interceptor:!0,initialize(n,i,o){return e(this.initialValue,()=>Pn(n,i),s=>mt(n,i,s),i,o)}};return t(r),n=>{if(typeof n=="object"&&n!==null&&n._x_interceptor){let i=r.initialize.bind(r);r.initialize=(o,s,a)=>{let c=n.initialize(o,s,a);return r.initialValue=c,i(o,s,a)}}else r.initialValue=n;return r}}function Pn(e,t){return t.split(".").reduce((r,n)=>r[n],e)}function mt(e,t,r){if(typeof t=="string"&&(t=t.split(".")),t.length===1)e[t[0]]=r;else{if(t.length===0)throw error;return e[t[0]]||(e[t[0]]={}),mt(e[t[0]],t.slice(1),r)}}var rr={};function y(e,t){rr[e]=t}function ue(e,t){return Object.entries(rr).forEach(([r,n])=>{let i=null;function o(){if(i)return i;{let[s,a]=_t(t);return i={interceptor:Re,...s},ee(t,a),i}}Object.defineProperty(e,`$${r}`,{get(){return n(t,o())},enumerable:!1})}),e}function nr(e,t,r,...n){try{return r(...n)}catch(i){te(i,e,t)}}function te(e,t,r=void 0){e=Object.assign(e??{message:"No error message given."},{el:t,expression:r}),console.warn(`Alpine Expression Error: ${e.message} + +${r?'Expression: "'+r+`" + +`:""}`,t),setTimeout(()=>{throw e},0)}var Me=!0;function De(e){let t=Me;Me=!1;let r=e();return Me=t,r}function M(e,t,r={}){let n;return x(e,t)(i=>n=i,r),n}function x(...e){return ir(...e)}var ir=gt;function or(e){ir=e}function gt(e,t){let r={};ue(r,e);let n=[r,...j(e)],i=typeof t=="function"?In(n,t):Ln(n,t,e);return nr.bind(null,e,t,i)}function In(e,t){return(r=()=>{},{scope:n={},params:i=[]}={})=>{let o=t.apply(F([n,...e]),i);Ne(r,o)}}var ht={};function kn(e,t){if(ht[e])return ht[e];let r=Object.getPrototypeOf(async function(){}).constructor,n=/^[\n\s]*if.*\(.*\)/.test(e.trim())||/^(let|const)\s/.test(e.trim())?`(async()=>{ ${e} })()`:e,o=(()=>{try{let s=new r(["__self","scope"],`with (scope) { __self.result = ${n} }; __self.finished = true; return __self.result;`);return Object.defineProperty(s,"name",{value:`[Alpine] ${e}`}),s}catch(s){return te(s,t,e),Promise.resolve()}})();return ht[e]=o,o}function Ln(e,t,r){let n=kn(t,r);return(i=()=>{},{scope:o={},params:s=[]}={})=>{n.result=void 0,n.finished=!1;let a=F([o,...e]);if(typeof n=="function"){let c=n(n,a).catch(l=>te(l,r,t));n.finished?(Ne(i,n.result,a,s,r),n.result=void 0):c.then(l=>{Ne(i,l,a,s,r)}).catch(l=>te(l,r,t)).finally(()=>n.result=void 0)}}}function Ne(e,t,r,n,i){if(Me&&typeof t=="function"){let o=t.apply(r,n);o instanceof Promise?o.then(s=>Ne(e,s,r,n)).catch(s=>te(s,i,t)):e(o)}else typeof t=="object"&&t instanceof Promise?t.then(o=>e(o)):e(t)}var bt="x-";function C(e=""){return bt+e}function sr(e){bt=e}var Pe={};function d(e,t){return Pe[e]=t,{before(r){if(!Pe[r]){console.warn(String.raw`Cannot find directive \`${r}\`. \`${e}\` will use the default order of execution`);return}let n=W.indexOf(r);W.splice(n>=0?n:W.indexOf("DEFAULT"),0,e)}}}function ar(e){return Object.keys(Pe).includes(e)}function de(e,t,r){if(t=Array.from(t),e._x_virtualDirectives){let o=Object.entries(e._x_virtualDirectives).map(([a,c])=>({name:a,value:c})),s=wt(o);o=o.map(a=>s.find(c=>c.name===a.name)?{name:`x-bind:${a.name}`,value:`"${a.value}"`}:a),t=t.concat(o)}let n={};return t.map(ur((o,s)=>n[o]=s)).filter(dr).map(jn(n,r)).sort(Fn).map(o=>$n(e,o))}function wt(e){return Array.from(e).map(ur()).filter(t=>!dr(t))}var xt=!1,fe=new Map,cr=Symbol();function lr(e){xt=!0;let t=Symbol();cr=t,fe.set(t,[]);let r=()=>{for(;fe.get(t).length;)fe.get(t).shift()();fe.delete(t)},n=()=>{xt=!1,r()};e(r),n()}function _t(e){let t=[],r=a=>t.push(a),[n,i]=Gt(e);return t.push(i),[{Alpine:B,effect:n,cleanup:r,evaluateLater:x.bind(x,e),evaluate:M.bind(M,e)},()=>t.forEach(a=>a())]}function $n(e,t){let r=()=>{},n=Pe[t.type]||r,[i,o]=_t(e);Oe(e,t.original,o);let s=()=>{e._x_ignore||e._x_ignoreSelf||(n.inline&&n.inline(e,t,i),n=n.bind(n,e,t,i),xt?fe.get(cr).push(n):n())};return s.runCleanups=o,s}var Ie=(e,t)=>({name:r,value:n})=>(r.startsWith(e)&&(r=r.replace(e,t)),{name:r,value:n}),ke=e=>e;function ur(e=()=>{}){return({name:t,value:r})=>{let{name:n,value:i}=fr.reduce((o,s)=>s(o),{name:t,value:r});return n!==t&&e(n,t),{name:n,value:i}}}var fr=[];function re(e){fr.push(e)}function dr({name:e}){return pr().test(e)}var pr=()=>new RegExp(`^${bt}([^:^.]+)\\b`);function jn(e,t){return({name:r,value:n})=>{let i=r.match(pr()),o=r.match(/:([a-zA-Z0-9\-_:]+)/),s=r.match(/\.[^.\]]+(?=[^\]]*$)/g)||[],a=t||e[r]||r;return{type:i?i[1]:null,value:o?o[1]:null,modifiers:s.map(c=>c.replace(".","")),expression:n,original:a}}}var yt="DEFAULT",W=["ignore","ref","data","id","anchor","bind","init","for","model","modelable","transition","show","if",yt,"teleport"];function Fn(e,t){let r=W.indexOf(e.type)===-1?yt:e.type,n=W.indexOf(t.type)===-1?yt:t.type;return W.indexOf(r)-W.indexOf(n)}function G(e,t,r={}){e.dispatchEvent(new CustomEvent(t,{detail:r,bubbles:!0,composed:!0,cancelable:!0}))}function T(e,t){if(typeof ShadowRoot=="function"&&e instanceof ShadowRoot){Array.from(e.children).forEach(i=>T(i,t));return}let r=!1;if(t(e,()=>r=!0),r)return;let n=e.firstElementChild;for(;n;)T(n,t,!1),n=n.nextElementSibling}function E(e,...t){console.warn(`Alpine Warning: ${e}`,...t)}var mr=!1;function _r(){mr&&E("Alpine has already been initialized on this page. Calling Alpine.start() more than once can cause problems."),mr=!0,document.body||E("Unable to initialize. Trying to load Alpine before `` is available. Did you forget to add `defer` in Alpine's ` +append() ?> diff --git a/resources/views/diagnostics/results.foil.php b/resources/views/diagnostics/results.foil.php new file mode 100644 index 000000000..4053bccc4 --- /dev/null +++ b/resources/views/diagnostics/results.foil.php @@ -0,0 +1,208 @@ +layout( 'layouts/ixpv4' ); +?> + +section( 'page-header-preamble' ) ?> +Diagnostics for customer->name ?> +append() ?> + +section( 'page-header-postamble' ) ?> +
+ badges as $badge): ?> + + +
+ +append() ?> + + + +section('content') ?> + +
+
+ alerts() ?> + + + resultSets as $drs ): ?> + + + + +
+
+ +

+ ee( $drs->suite->name() ) ?> + + +

+ +
+
+ +
+ + + + results as $r ): ?> + + + + + + + + + + + + +
+ badge() ?> + + + +
+ infoBadge ): ?>infoBadge ?> + ee( $r->name ) ?> +
+
+
+ + subsets() as $drs ): ?> + +
+ +
+ +
+
+ + + +
+ +

+ ee( $drs->suite->name() ) ?> + + +

+ +
+ + +
+ +
+ + + + results as $r ): ?> + + + + + + + + + + + + +
+ badge() ?> + + + +
+ infoBadge ): ?>infoBadge ?> + ee( $r->name ) ?> +
+
+
+ +
+ + + + +
+
+ + + + + +
+
+append() ?> + + +section('scripts') ?> + +append() ?> diff --git a/resources/views/docstore-customer/dir/create.foil.php b/resources/views/docstore-customer/dir/create.foil.php index 39767376c..99372e882 100644 --- a/resources/views/docstore-customer/dir/create.foil.php +++ b/resources/views/docstore-customer/dir/create.foil.php @@ -13,7 +13,7 @@ section( 'page-header-postamble' ) ?> diff --git a/resources/views/docstore-customer/dir/customers.foil.php b/resources/views/docstore-customer/dir/customers.foil.php index b0bcb8902..b4d9e6862 100644 --- a/resources/views/docstore-customer/dir/customers.foil.php +++ b/resources/views/docstore-customer/dir/customers.foil.php @@ -10,7 +10,7 @@ section( 'page-header-postamble' ) ?> diff --git a/resources/views/docstore-customer/dir/list-ppp-files.foil.php b/resources/views/docstore-customer/dir/list-ppp-files.foil.php index 3c44c6841..5758fb121 100644 --- a/resources/views/docstore-customer/dir/list-ppp-files.foil.php +++ b/resources/views/docstore-customer/dir/list-ppp-files.foil.php @@ -17,7 +17,7 @@ section( 'page-header-postamble' ) ?> isSuperUser() ): ?>
- + Documentation diff --git a/resources/views/docstore-customer/dir/list.foil.php b/resources/views/docstore-customer/dir/list.foil.php index 862042263..bedc4c883 100644 --- a/resources/views/docstore-customer/dir/list.foil.php +++ b/resources/views/docstore-customer/dir/list.foil.php @@ -22,7 +22,7 @@
- + Documentation diff --git a/resources/views/docstore-customer/welcome-customer.foil.php b/resources/views/docstore-customer/welcome-customer.foil.php index 99d04fbd0..83225dbc7 100644 --- a/resources/views/docstore-customer/welcome-customer.foil.php +++ b/resources/views/docstore-customer/welcome-customer.foil.php @@ -16,7 +16,7 @@

- For more information, see the official documentation here. + For more information, see the official documentation here.

@@ -33,7 +33,7 @@

- For more information, see the official documentation here. + For more information, see the official documentation here.

\ No newline at end of file diff --git a/resources/views/docstore-customer/welcome.foil.php b/resources/views/docstore-customer/welcome.foil.php index d087d1c5a..88aa2cd7e 100644 --- a/resources/views/docstore-customer/welcome.foil.php +++ b/resources/views/docstore-customer/welcome.foil.php @@ -30,6 +30,6 @@

- For more information, see the official documentation here. + For more information, see the official documentation here.

\ No newline at end of file diff --git a/resources/views/docstore/dir/create.foil.php b/resources/views/docstore/dir/create.foil.php index 714280235..c9e9f5fd3 100644 --- a/resources/views/docstore/dir/create.foil.php +++ b/resources/views/docstore/dir/create.foil.php @@ -10,7 +10,7 @@ section( 'page-header-postamble' ) ?> diff --git a/resources/views/docstore/dir/list.foil.php b/resources/views/docstore/dir/list.foil.php index 54fbf6515..7dab87ca8 100644 --- a/resources/views/docstore/dir/list.foil.php +++ b/resources/views/docstore/dir/list.foil.php @@ -14,7 +14,7 @@ section( 'page-header-postamble' ) ?>
- + Documentation diff --git a/resources/views/docstore/log/list.foil.php b/resources/views/docstore/log/list.foil.php index 9870dc4ad..9bee0e1f3 100644 --- a/resources/views/docstore/log/list.foil.php +++ b/resources/views/docstore/log/list.foil.php @@ -12,7 +12,7 @@ section( 'page-header-postamble' ) ?> isSuperUser() ): ?> diff --git a/resources/views/docstore/welcome.foil.php b/resources/views/docstore/welcome.foil.php index 7ae5a6e4e..cbe995ce4 100644 --- a/resources/views/docstore/welcome.foil.php +++ b/resources/views/docstore/welcome.foil.php @@ -24,6 +24,6 @@

- For more information, see the official document here. + For more information, see the official document here.

\ No newline at end of file diff --git a/resources/views/infrastructure/edit-form.foil.php b/resources/views/infrastructure/edit-form.foil.php index c545f6cae..12099f860 100644 --- a/resources/views/infrastructure/edit-form.foil.php +++ b/resources/views/infrastructure/edit-form.foil.php @@ -24,7 +24,7 @@ ->placeholder( 'Choose a country' ) ->addClass( 'chzn-select' ) ->blockHelp( 'The country is shown in the IX-F Member + href="https://docs.ixpmanager.org/latest/features/ixf-export/">IX-F Member Export for the IXP. For IXPs that span more than one country, this should represent the head office / administrative location. Specific city and country information can be added to the facility / location diff --git a/resources/views/infrastructure/list-preamble.foil.php b/resources/views/infrastructure/list-preamble.foil.php index 9b2ffb219..44971da04 100644 --- a/resources/views/infrastructure/list-preamble.foil.php +++ b/resources/views/infrastructure/list-preamble.foil.php @@ -4,7 +4,7 @@
It looks like you have an IXP listed below that is either not registered with the IXP Manager community or - does not have an IX-F ID. Please see our community page + does not have an IX-F ID. Please see our community page for details on registering.
diff --git a/resources/views/interfaces/core-bundle/create/form-wizard.foil.php b/resources/views/interfaces/core-bundle/create/form-wizard.foil.php index 6afc5e969..49831835c 100644 --- a/resources/views/interfaces/core-bundle/create/form-wizard.foil.php +++ b/resources/views/interfaces/core-bundle/create/form-wizard.foil.php @@ -14,7 +14,7 @@ section( 'page-header-postamble' ) ?>
- + Documentation diff --git a/resources/views/interfaces/core-bundle/edit/edit-wizard.foil.php b/resources/views/interfaces/core-bundle/edit/edit-wizard.foil.php index d14c5667f..608ba3513 100644 --- a/resources/views/interfaces/core-bundle/edit/edit-wizard.foil.php +++ b/resources/views/interfaces/core-bundle/edit/edit-wizard.foil.php @@ -9,7 +9,7 @@ section( 'page-header-postamble' ) ?>
- + Documentation diff --git a/resources/views/interfaces/core-bundle/list.foil.php b/resources/views/interfaces/core-bundle/list.foil.php index bb97c3889..b0880104c 100644 --- a/resources/views/interfaces/core-bundle/list.foil.php +++ b/resources/views/interfaces/core-bundle/list.foil.php @@ -9,7 +9,7 @@ section( 'page-header-postamble' ) ?>
- + Documentation diff --git a/resources/views/layouts/footer-content.foil.php b/resources/views/layouts/footer-content.foil.php index 5dda39892..6393b16bb 100644 --- a/resources/views/layouts/footer-content.foil.php +++ b/resources/views/layouts/footer-content.foil.php @@ -32,7 +32,7 @@ - + diff --git a/resources/views/layouts/header-documentation.foil.php b/resources/views/layouts/header-documentation.foil.php index f7617afad..58e031ecd 100644 --- a/resources/views/layouts/header-documentation.foil.php +++ b/resources/views/layouts/header-documentation.foil.php @@ -7,6 +7,6 @@ Homepage - Documentation + Documentation
\ No newline at end of file diff --git a/resources/views/layouts/menu.foil.php b/resources/views/layouts/menu.foil.php index fdf1bf175..a55a64499 100644 --- a/resources/views/layouts/menu.foil.php +++ b/resources/views/layouts/menu.foil.php @@ -375,6 +375,14 @@ + +
  • + + P2P Table + +
  • + +
  • League Table diff --git a/resources/views/layouts/menus/custadmin.foil.php b/resources/views/layouts/menus/custadmin.foil.php index 6a66b887c..b4348b84a 100644 --- a/resources/views/layouts/menus/custadmin.foil.php +++ b/resources/views/layouts/menus/custadmin.foil.php @@ -129,7 +129,7 @@ - + My Peer to Peer Traffic diff --git a/resources/views/layouts/menus/custuser.foil.php b/resources/views/layouts/menus/custuser.foil.php index 97abbc6a4..005400dd2 100644 --- a/resources/views/layouts/menus/custuser.foil.php +++ b/resources/views/layouts/menus/custuser.foil.php @@ -112,7 +112,7 @@ - + My Peer to Peer Traffic diff --git a/resources/views/location/edit-form.foil.php b/resources/views/location/edit-form.foil.php index 7224d7626..cea878b38 100644 --- a/resources/views/location/edit-form.foil.php +++ b/resources/views/location/edit-form.foil.php @@ -42,7 +42,7 @@ label( 'City' ) ->blockHelp( "The city is shown in the IX-F Member + href=\"https://docs.ixpmanager.org/latest/features/ixf-export/\">IX-F Member Export for each switch that is attached to this facility." ); ?> @@ -52,7 +52,7 @@ ->placeholder( 'Choose a country' ) ->addClass( 'chzn-select' ) ->blockHelp( 'The country is shown in the IX-F Member + href="https://docs.ixpmanager.org/latest/features/ixf-export/">IX-F Member Export for each switch that is attached to this facility.' ); ?> diff --git a/resources/views/network-info/list-postamble.foil.php b/resources/views/network-info/list-postamble.foil.php index 84a73a5ac..07f70bfd8 100644 --- a/resources/views/network-info/list-postamble.foil.php +++ b/resources/views/network-info/list-postamble.foil.php @@ -6,7 +6,7 @@

    Some functionality of IXP Manager requires network information for VLANs that represent peering LANs. An example of this is - the IX-F Member Export. Please add the network address and network + the IX-F Member Export. Please add the network address and network mask length for each of IPv4 and IPv6 for these VLANs using this page.

    Note this is not required for private VLANs. diff --git a/resources/views/patch-panel/index.foil.php b/resources/views/patch-panel/index.foil.php index 538054ab3..d2f925752 100644 --- a/resources/views/patch-panel/index.foil.php +++ b/resources/views/patch-panel/index.foil.php @@ -9,7 +9,7 @@ section( 'page-header-postamble' ) ?>
    - + Documentation diff --git a/resources/views/router/edit.foil.php b/resources/views/router/edit.foil.php index 0991e14a6..4714cc895 100644 --- a/resources/views/router/edit.foil.php +++ b/resources/views/router/edit.foil.php @@ -6,7 +6,7 @@ section( 'page-header-postamble' ) ?>
    - + Documentation @@ -224,7 +224,7 @@ ->blockHelp( 'Pass through RFC1997 well-known communities on route servers. It is recommended that this be enabled on route servers (note that it will reset BGP sessions on Bird so should be changed in a planned maintenance window only). See - this documentation + this documentation for more details.' ); ?> diff --git a/resources/views/router/index.foil.php b/resources/views/router/index.foil.php index ec04003a9..7f6cc5943 100644 --- a/resources/views/router/index.foil.php +++ b/resources/views/router/index.foil.php @@ -9,7 +9,7 @@ section( 'page-header-postamble' ) ?>
    - + Documentation diff --git a/resources/views/router/status.foil.php b/resources/views/router/status.foil.php index 720b809e4..74ae8893a 100644 --- a/resources/views/router/status.foil.php +++ b/resources/views/router/status.foil.php @@ -9,7 +9,7 @@ section( 'page-header-postamble' ) ?>
    - + Documentation diff --git a/resources/views/router/view.foil.php b/resources/views/router/view.foil.php index 2fe3e2a5a..4e3132b77 100644 --- a/resources/views/router/view.foil.php +++ b/resources/views/router/view.foil.php @@ -10,7 +10,7 @@ section( 'page-header-postamble' ) ?>
    - + Documentation diff --git a/resources/views/rs-filter/introduction.foil.php b/resources/views/rs-filter/introduction.foil.php index b3d180e0d..3de88765a 100644 --- a/resources/views/rs-filter/introduction.foil.php +++ b/resources/views/rs-filter/introduction.foil.php @@ -11,7 +11,7 @@

    IXP Manager supports the industry standards for community based route server filtering. You can find - the official + the official documentation here. Using the BGP-community mechanism can be difficult to implement where a network engineer is not familiar with BGP communities or where a network may have arduous change control processes for altering a router's configuration. diff --git a/resources/views/search/do.foil.php b/resources/views/search/do.foil.php index ccddbfd6e..56c2ae5ef 100644 --- a/resources/views/search/do.foil.php +++ b/resources/views/search/do.foil.php @@ -89,7 +89,7 @@ $cust->id, "type" => "agg" ] ) ?>"> Statistics - + P2P $cust->id, "tab" => "users" ] ) ?>"> diff --git a/resources/views/services/grapher/mrtg/core-bundles.foil.php b/resources/views/services/grapher/mrtg/core-bundles.foil.php index 67fda5aaa..3e8b9c30b 100644 --- a/resources/views/services/grapher/mrtg/core-bundles.foil.php +++ b/resources/views/services/grapher/mrtg/core-bundles.foil.php @@ -1,13 +1,13 @@ ##################################################################################################################### diff --git a/resources/views/statistics/core-bundle.foil.php b/resources/views/statistics/core-bundle.foil.php index 3d17590b3..83196480e 100644 --- a/resources/views/statistics/core-bundle.foil.php +++ b/resources/views/statistics/core-bundle.foil.php @@ -145,7 +145,7 @@

    diff --git a/resources/views/statistics/js/p2p-table.foil.php b/resources/views/statistics/js/p2p-table.foil.php new file mode 100644 index 000000000..7495fb302 --- /dev/null +++ b/resources/views/statistics/js/p2p-table.foil.php @@ -0,0 +1,74 @@ + \ No newline at end of file diff --git a/resources/views/statistics/league-table.foil.php b/resources/views/statistics/league-table.foil.php index a262d2e24..84dc3d3ee 100644 --- a/resources/views/statistics/league-table.foil.php +++ b/resources/views/statistics/league-table.foil.php @@ -144,7 +144,7 @@
    No records for found for day->format('Y-m-d') ?>. This may be expected (date in future / date before records were kept / etc.). However, if you have Grapher enabled with the Mrtg backend configured, then please ensure you are - inserting + inserting traffic data into the database.
    diff --git a/resources/views/statistics/location.foil.php b/resources/views/statistics/location.foil.php index 0bc99ea0a..68bc3f7f1 100644 --- a/resources/views/statistics/location.foil.php +++ b/resources/views/statistics/location.foil.php @@ -74,7 +74,7 @@ Facility graphs show traffic exchanged that originates and/or terminates in a given facility. It does not include traffic passing through facility. You can see inter-facility traffic via the Inter-Switch / PoP graphs. More details in - the documentation. + the documentation.
    diff --git a/resources/views/statistics/member.foil.php b/resources/views/statistics/member.foil.php index 0cc50cf76..2fbc7e284 100644 --- a/resources/views/statistics/member.foil.php +++ b/resources/views/statistics/member.foil.php @@ -61,7 +61,7 @@
  • diff --git a/resources/views/switches/add-by-smtp-form.foil.php b/resources/views/switches/add-by-smtp-form.foil.php index 7c5dc5c9f..ad124cc53 100644 --- a/resources/views/switches/add-by-smtp-form.foil.php +++ b/resources/views/switches/add-by-smtp-form.foil.php @@ -26,7 +26,7 @@ Adding switches in IXP Manager requires SNMP v2 access from the host that runs IXP Manager. When you complete the details below, IXP Manager queries the switch using SNMP to discover its make, model, number and names of ports, etc.

    - See the official documentation for more information + See the official documentation for more information or click the Help button below.
    diff --git a/resources/views/switches/list-postamble.foil.php b/resources/views/switches/list-postamble.foil.php index 124c60999..e2c253662 100644 --- a/resources/views/switches/list-postamble.foil.php +++ b/resources/views/switches/list-postamble.foil.php @@ -7,7 +7,7 @@

    This section of IXP Manager allows you to add, edit and generally manage your switches. You can add new switches via the button on the top right.

    - See the official documentation for more information. + See the official documentation for more information. \ No newline at end of file diff --git a/resources/views/switches/page-header-preamble.foil.php b/resources/views/switches/page-header-preamble.foil.php index 6f0de8cc1..83f19219d 100644 --- a/resources/views/switches/page-header-preamble.foil.php +++ b/resources/views/switches/page-header-preamble.foil.php @@ -1,7 +1,7 @@ feParams->readonly ) || !$t->feParams->readonly ): ?>
    - + Documentation data[ 'params'][ "activeOnly" ] ) && $t->data[ 'params'][ "activeOnly" ] ): ?> diff --git a/resources/views/user/create-wizard.foil.php b/resources/views/user/create-wizard.foil.php index 81a5cdfb5..f0596da68 100644 --- a/resources/views/user/create-wizard.foil.php +++ b/resources/views/user/create-wizard.foil.php @@ -9,7 +9,7 @@ section( 'page-header-postamble' ) ?>
    - + Documentation diff --git a/resources/views/user/edit.foil.php b/resources/views/user/edit.foil.php index c8a0b34ee..0d8a07a32 100644 --- a/resources/views/user/edit.foil.php +++ b/resources/views/user/edit.foil.php @@ -14,7 +14,7 @@ section( 'page-header-postamble' ) ?>
    - + Documentation @@ -131,7 +131,7 @@ ->fromQuery( $isSuperUser && $c2u->customer->typeInternal() ? User::$PRIVILEGES_TEXT : User::$PRIVILEGES_TEXT_NONSUPERUSER, 'name' ) ->addClass( 'chzn-select privs' ) - ->blockHelp( 'The user\'s privileges / access level. See ' + ->blockHelp( 'The user\'s privileges / access level. See ' . 'the official documentation here.' ); ?> @@ -174,7 +174,7 @@ ->placeholder( 'Select a privilege' ) ->fromQuery( $t->privs , 'name' ) ->addClass( 'chzn-select' ) - ->blockHelp( 'The user\'s privileges / access level. See ' + ->blockHelp( 'The user\'s privileges / access level. See ' . 'the official documentation here.' ); ?> diff --git a/resources/views/user/index.foil.php b/resources/views/user/index.foil.php index eca246cbe..a8e1efcb0 100644 --- a/resources/views/user/index.foil.php +++ b/resources/views/user/index.foil.php @@ -11,7 +11,7 @@ section( 'page-header-postamble' ) ?>
    - + Documentation 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 directory ?> + +chown -R vagrant: 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 show memory &>/dev/null + +if [[ $? -ne 0 ]]; then + /usr/sbin/bird -c -s &>/dev/null + +else + /usr/sbin/birdc -s 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/confName ?>.log" all; +log syslog all; + +router id 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 ?> 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; + } + +?> + + +# name ?> + +protocol bgp handle ) ?> { + local ipv4address->address ?> as virtualInterface->customer->autsys ?>; + neighbor peering_ip ?> as asn ?>; + source address ipv4address->address ?>; + strict bind yes; + multihop; +skip_md5): ?> + 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 ?> 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; + } + +?> + +# name ?> + +protocol bgp handle ) ?> { + local ipv6address->address ?> as virtualInterface->customer->autsys ?>; + neighbor peering_ip ?> as asn ?>; + source address ipv6address->address ?>; + strict bind yes; + multihop; +skip_md5): ?> + 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',